Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ functions
Functions
2,184 in github.com/danomatika/ofxLua
⨍
Functions
2,184
◇
Types & classes
127
↓ 2 callers
Function
luaG_opinterror
libs/lua/ldebug.c:767
↓ 2 callers
Function
luaH_getn
** Try to find a boundary in table 't'. (A 'boundary' is an integer index ** such that t[i] is present and t[i+1] is absent, or 0 if t[1] is absent **
libs/lua/ltable.c:923
↓ 2 callers
Function
luaH_newkey
** inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main ** po
libs/lua/ltable.c:665
↓ 2 callers
Function
luaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
libs/lua/lcode.c:466
↓ 2 callers
Function
luaK_codeAsBx
** Format and emit an 'iAsBx' instruction. */
libs/lua/lcode.c:418
↓ 2 callers
Function
luaK_goiffalse
** Emit code to go through if 'e' is false, jump otherwise. */
libs/lua/lcode.c:1160
↓ 2 callers
Function
luaK_int
libs/lua/lcode.c:672
↓ 2 callers
Function
luaK_intK
** Add an integer to list of constants and return its index. */
libs/lua/lcode.c:585
↓ 2 callers
Function
luaK_nil
** Create a OP_LOADNIL instruction, but try to optimize: if the previous ** instruction is also OP_LOADNIL and ranges are compatible, adjust ** range
libs/lua/lcode.c:131
↓ 2 callers
Function
luaK_numberK
** Add a float to list of constants and return its index. Floats ** with integral values need a different key, to avoid collision ** with actual integ
libs/lua/lcode.c:602
↓ 2 callers
Function
luaK_ret
** Code a 'return' instruction */
libs/lua/lcode.c:207
↓ 2 callers
Function
luaK_setoneret
** Fix an expression to return one result. ** If expression is not a multi-ret expression (function call or ** vararg), it already returns one result,
libs/lua/lcode.c:754
↓ 2 callers
Function
luaL_execresult
libs/lua/lauxlib.c:285
↓ 2 callers
Function
luaL_newmetatable
libs/lua/lauxlib.c:311
↓ 2 callers
Function
luaL_testudata
libs/lua/lauxlib.c:330
↓ 2 callers
Function
luaM_saferealloc_
libs/lua/lmem.c:192
↓ 2 callers
Function
luaM_toobig
libs/lua/lmem.c:142
↓ 2 callers
Function
luaO_chunkid
libs/lua/lobject.c:567
↓ 2 callers
Function
luaO_rawarith
libs/lua/lobject.c:89
↓ 2 callers
Function
luaO_utf8esc
libs/lua/lobject.c:323
↓ 2 callers
Function
luaS_eqlngstr
** equality for long strings */
libs/lua/lstring.c:34
↓ 2 callers
Function
luaS_resize
** Resize the string table. If allocation fails, keep the current size. ** (This can degrade performance, but any non-zero size should work ** correct
libs/lua/lstring.c:85
↓ 2 callers
Function
luaT_trybinassocTM
libs/lua/ltm.c:175
↓ 2 callers
Function
luaV_equalobj
** Main operation for equality of Lua values; return 't1 == t2'. ** L == NULL means raw equality (no metamethods) */
libs/lua/lvm.c:565
↓ 2 callers
Function
luaV_objlen
** Main operation 'ra = #rb'. */
libs/lua/lvm.c:685
↓ 2 callers
Function
lua_callk
libs/lua/lapi.c:1004
↓ 2 callers
Function
lua_close
libs/lua/lstate.c:416
↓ 2 callers
Function
lua_copy
libs/lua/lapi.c:255
↓ 2 callers
Function
lua_getlocal
libs/lua/ldebug.c:220
↓ 2 callers
Function
lua_number2strx
libs/lua/lstrlib.c:1056
↓ 2 callers
Function
lua_pcallk
libs/lua/lapi.c:1043
↓ 2 callers
Function
lua_setglobal
libs/lua/lapi.c:847
↓ 2 callers
Function
lua_setupvalue
libs/lua/lapi.c:1398
↓ 2 callers
Function
lua_status
libs/lua/lapi.c:1125
↓ 2 callers
Function
lua_tocfunction
libs/lua/lapi.c:438
↓ 2 callers
Function
lua_topointer
** Returns a pointer to the internal representation of an object. ** Note that ANSI C does not allow the conversion of a pointer to ** function to a '
libs/lua/lapi.c:475
↓ 2 callers
Function
lua_warning
libs/lua/lapi.c:1335
↓ 2 callers
Function
markbeingfnz
** mark all objects in list of being-finalized */
libs/lua/lgc.c:345
↓ 2 callers
Function
markmt
** mark metamethods for basic types */
libs/lua/lgc.c:335
↓ 2 callers
Function
marktobeclosed
** Mark that current block has a to-be-closed variable. */
libs/lua/lparser.c:422
↓ 2 callers
Function
match_class
libs/lua/lstrlib.c:427
↓ 2 callers
Function
matches
(needle, haystack)
scripts/lua_syntax.py:44
↓ 2 callers
Function
need_value
** check whether list has any jump that do not produce a value ** or produce an inverted value */
libs/lua/lcode.c:898
↓ 2 callers
Function
negatecondition
** Negate condition 'e' (where 'e' is a comparison). */
libs/lua/lcode.c:1101
↓ 2 callers
Method
newLine
------------------------------------------------------------------------------
src/ofxLuaFileWriter.cpp:36
↓ 2 callers
Function
newlabelentry
** Adds a new label/goto in the corresponding list. */
libs/lua/lparser.c:560
↓ 2 callers
Function
nextc
** Add current char to buffer (if not out of space) and read next one */
libs/lua/liolib.c:438
↓ 2 callers
Function
nextline
libs/lua/ldebug.c:282
↓ 2 callers
Function
numarith
libs/lua/lobject.c:73
↓ 2 callers
Function
open_func
libs/lua/lparser.c:729
↓ 2 callers
Function
opencheck
libs/lua/liolib.c:261
↓ 2 callers
Function
patchtestreg
** Patch destination register for a TESTSET instruction. ** If instruction in position 'node' is not a TESTSET, return 0 ("fails"). ** Otherwise, if '
libs/lua/lcode.c:259
↓ 2 callers
Method
popAllTables
src/ofxLua.cpp:670
↓ 2 callers
Function
preinit_thread
** preinitialize a thread with consistent values without allocating ** any memory (to avoid errors) */
libs/lua/lstate.c:249
↓ 2 callers
Function
prepCallInfo
libs/lua/ldo.c:502
↓ 2 callers
Function
previousinstruction
** Return the previous instruction of the current code. If there ** may be a jump target between the current instruction and the ** previous one, retu
libs/lua/lcode.c:116
↓ 2 callers
Function
project
** Project the random integer 'ran' into the interval [0, n]. ** Because 'ran' has 2^B possible values, the projection can only be ** uniform when the
libs/lua/lmathlib.c:532
↓ 2 callers
Function
propagatemark
** traverse one gray object, turning it to black. */
libs/lua/lgc.c:658
↓ 2 callers
Function
push_onecapture
** Push the i-th capture on the stack. */
libs/lua/lstrlib.c:725
↓ 2 callers
Function
pusherror
libs/lua/loadlib.c:194
↓ 2 callers
Function
pushglobalfuncname
** Search for a name for a function in all loaded modules */
libs/lua/lauxlib.c:79
↓ 2 callers
Function
pushmode
libs/lua/lbaselib.c:184
↓ 2 callers
Function
pushstr
** Push given string to the stack, as part of the result, and ** join it to previous partial result if there is one. ** It may call 'luaV_concat' whil
libs/lua/lobject.c:414
↓ 2 callers
Function
pushutfchar
libs/lua/lutf8lib.c:155
↓ 2 callers
Function
randseed
** Set a "random" seed. To get some randomness, use the current time ** and the address of 'L' (in case the machine does address space layout ** rando
libs/lua/lmathlib.c:611
↓ 2 callers
Function
read_long_string
libs/lua/llex.c:280
↓ 2 callers
Function
read_numeral
LUA_NUMBER */ ** This function is quite liberal in what it accepts, as 'luaO_str2num' ** will reject ill-formed numerals. Roughly, it accepts the foll
libs/lua/llex.c:227
↓ 2 callers
Function
recfield
libs/lua/lparser.c:847
↓ 2 callers
Function
removelastlineinfo
** Remove line information from the last instruction. ** If line information for that instruction is absolute, set 'iwthabs' ** above its max to force
libs/lua/lcode.c:353
↓ 2 callers
Function
removevalues
** Traverse a list of tests ensuring no one produces a value */
libs/lua/lcode.c:277
↓ 2 callers
Function
rethook
** Executes a return hook for Lua and C functions and sets/corrects ** 'oldpc'. (Note that this correction is needed by the line hook, so it ** is don
libs/lua/ldo.c:387
↓ 2 callers
Function
rname
** Find a "name" for the register 'c'. */
libs/lua/ldebug.c:436
↓ 2 callers
Function
savelineinfo
** Save line info for a new instruction. If difference from last line ** does not fit in a byte, of after that many instructions, save a new ** absolu
libs/lua/lcode.c:329
↓ 2 callers
Method
scriptDraw
src/ofxLua.cpp:261
↓ 2 callers
Method
scriptKeyPressed
src/ofxLua.cpp:300
↓ 2 callers
Method
scriptMouseDragged
src/ofxLua.cpp:340
↓ 2 callers
Method
scriptMouseMoved
src/ofxLua.cpp:326
↓ 2 callers
Method
scriptMousePressed
src/ofxLua.cpp:355
↓ 2 callers
Method
scriptMouseReleased
src/ofxLua.cpp:370
↓ 2 callers
Method
scriptUpdate
src/ofxLua.cpp:249
↓ 2 callers
Function
searchpath
libs/lua/loadlib.c:481
↓ 2 callers
Function
separatetobefnz
** Move all unreachable objects (or 'all' objects) that need ** finalization from list 'finobj' to list 'tobefnz' (to be finalized). ** (Note that obj
libs/lua/lgc.c:972
↓ 2 callers
Method
setBool
------------------------------------------------------------------------------
src/ofxLua.cpp:850
↓ 2 callers
Function
setallfields
** Set all fields from structure 'tm' in the table on top of the stack */
libs/lua/loslib.c:230
↓ 2 callers
Function
setlimittosize
libs/lua/ltable.c:283
↓ 2 callers
Function
setnodevector
** Creates an array for the hash part of a table with the given ** size, or reuses the dummy node if size is zero. ** The computation for size overflo
libs/lua/ltable.c:480
↓ 2 callers
Function
setpath
** Set a path */
libs/lua/loadlib.c:297
↓ 2 callers
Function
setseed
libs/lua/lmathlib.c:592
↓ 2 callers
Function
settabsb
libs/lua/ldblib.c:121
↓ 2 callers
Function
setvararg
libs/lua/lparser.c:953
↓ 2 callers
Function
singlestep
libs/lua/lgc.c:1583
↓ 2 callers
Function
singlevar
** Find a variable with the given name 'n', handling global variables ** too. */
libs/lua/lparser.c:463
↓ 2 callers
Function
singlevaraux
** Find a variable with the given name 'n'. If it is an upvalue, add ** this upvalue into all intermediate functions. If it is a global, set ** 'var'
libs/lua/lparser.c:435
↓ 2 callers
Function
skipcomment
** reads the first character of file 'f' and skips an optional BOM mark ** in its beginning plus its first line if it starts with '#'. Returns ** true
libs/lua/lauxlib.c:765
↓ 2 callers
Function
stack_init
libs/lua/lstate.c:180
↓ 2 callers
Function
start_capture
libs/lua/lstrlib.c:534
↓ 2 callers
Function
str2K
** Convert a VKSTR to a VK */
libs/lua/lcode.c:737
↓ 2 callers
Function
str_find_aux
libs/lua/lstrlib.c:773
↓ 2 callers
Function
stringK
** Add a string to list of constants and return its index. */
libs/lua/lcode.c:575
↓ 2 callers
Function
sweeplist
** sweep at most 'countin' elements from a list of GCObjects erasing dead ** objects, where a dead object is one marked with the old (non current) **
libs/lua/lgc.c:822
← previous
next →
501–600 of 2,184, ranked by callers