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
↓ 3 callers
Function
luaC_changemode
** Change collector mode to 'newmode'. */
libs/lua/lgc.c:1358
↓ 3 callers
Function
luaC_fullgc
** Performs a full GC cycle; if 'isemergency', set a flag to avoid ** some operations which could change the interpreter state in some ** unexpected w
libs/lua/lgc.c:1726
↓ 3 callers
Function
luaD_closeprotected
** Calls 'luaF_close' in protected mode. Return the original status ** or, in case of errors, the new status. */
libs/lua/ldo.c:924
↓ 3 callers
Function
luaD_pcall
** Call the C function 'func' in protected mode, restoring basic ** thread information ('allowhook', etc.) and in particular ** its stack level in cas
libs/lua/ldo.c:946
↓ 3 callers
Function
luaD_shrinkstack
** If stack size is more than 3 times the current use, reduce that size ** to twice the current use. (So, the final stack size is at most 2/3 the ** p
libs/lua/ldo.c:300
↓ 3 callers
Function
luaF_closeupval
** Close all upvalues up to the given stack level. */
libs/lua/lfunc.c:193
↓ 3 callers
Function
luaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
libs/lua/lfunc.c:283
↓ 3 callers
Function
luaF_newLclosure
libs/lua/lfunc.c:35
↓ 3 callers
Function
luaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
libs/lua/lfunc.c:168
↓ 3 callers
Function
luaG_findlocal
libs/lua/ldebug.c:196
↓ 3 callers
Function
luaH_set
** beware: when using this function you probably need to check a GC ** barrier and invalidate the TM cache. */
libs/lua/ltable.c:824
↓ 3 callers
Function
luaH_setint
libs/lua/ltable.c:830
↓ 3 callers
Function
luaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
libs/lua/lcode.c:451
↓ 3 callers
Function
luaK_exp2K
** Try to make 'e' a K expression with an index in the range of R/K ** indices. Return true iff succeeded. */
libs/lua/lcode.c:998
↓ 3 callers
Function
luaK_exp2RK
** Ensures final expression result is in a valid R/K index ** (that is, it is either in a register or in 'k' with an index ** in the range of R/K indi
libs/lua/lcode.c:1028
↓ 3 callers
Function
luaK_exp2anyregup
** Ensures final expression result is either in a register ** or in an upvalue. */
libs/lua/lcode.c:976
↓ 3 callers
Function
luaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
libs/lua/lcode.c:1133
↓ 3 callers
Function
luaK_isKint
** Check whether expression 'e' is a literal integer. */
libs/lua/lcode.c:1228
↓ 3 callers
Function
luaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
libs/lua/lcode.c:1807
↓ 3 callers
Function
luaL_addgsub
libs/lua/lauxlib.c:994
↓ 3 callers
Function
luaL_gsub
libs/lua/lauxlib.c:1007
↓ 3 callers
Function
luaL_optlstring
libs/lua/lauxlib.c:409
↓ 3 callers
Function
luaO_ceillog2
** Computes ceil(log2(x)) */
libs/lua/lobject.c:35
↓ 3 callers
Function
luaO_str2num
libs/lua/lobject.c:308
↓ 3 callers
Function
luaS_createlngstrobj
libs/lua/lstring.c:157
↓ 3 callers
Function
luaS_hash
libs/lua/lstring.c:43
↓ 3 callers
Function
luaT_callorderTM
** Calls an order tag method. ** For lessequal, LUA_COMPAT_LT_LE keeps compatibility with old ** behavior: if there is no '__le', try '__lt', based on
libs/lua/ltm.c:201
↓ 3 callers
Function
luaV_execute
libs/lua/lvm.c:1146
↓ 3 callers
Function
luaV_shiftl
** Shift left operation. (Shift right just negates 'y'.) */
libs/lua/lvm.c:772
↓ 3 callers
Function
luaX_newstring
** Creates a new string and anchors it in scanner's table so that it ** will not be collected until the end of the compilation; by that time ** it sho
libs/lua/llex.c:134
↓ 3 callers
Function
lua_closethread
libs/lua/lstate.c:342
↓ 3 callers
Function
lua_load
libs/lua/lapi.c:1087
↓ 3 callers
Function
lua_pushvfstring
libs/lua/lapi.c:555
↓ 3 callers
Function
lua_rawequal
libs/lua/lapi.c:328
↓ 3 callers
Function
lua_stringtonumber
libs/lua/lapi.c:371
↓ 3 callers
Function
lua_tothread
libs/lua/lapi.c:462
↓ 3 callers
Function
markold
** Mark black 'OLD1' objects when starting a new young collection. ** Gray objects are already in some gray list, and so will be visited ** in the ato
libs/lua/lgc.c:1219
↓ 3 callers
Function
matchbracketclass
libs/lua/lstrlib.c:447
↓ 3 callers
Function
newfile
libs/lua/liolib.c:253
↓ 3 callers
Function
newgotoentry
libs/lua/lparser.c:575
↓ 3 callers
Function
newprefile
** When creating file handles, always creates a 'closed' file handle ** before opening the actual file; so, if there is a memory error, the ** handle
libs/lua/liolib.c:201
↓ 3 callers
Function
nextrand
libs/lua/lmathlib.c:308
↓ 3 callers
Function
packint
** Pack integer 'n' with 'size' bytes and 'islittle' endianness. ** The final 'if' handles the case when 'size' is larger than ** the size of a Lua in
libs/lua/lstrlib.c:1568
↓ 3 callers
Function
patchlistaux
** Traverse a list of tests, patching their destination address and ** registers: tests producing values jump to 'vtarget' (and put their ** values in
libs/lua/lcode.c:288
↓ 3 callers
Function
prepstate
libs/lua/lstrlib.c:757
↓ 3 callers
Function
pushnumint
libs/lua/lmathlib.c:86
↓ 3 callers
Function
read_line
libs/lua/liolib.c:519
↓ 3 callers
Function
readdigits
** Read a sequence of (hex)digits */
libs/lua/liolib.c:464
↓ 3 callers
Function
reprepstate
libs/lua/lstrlib.c:767
↓ 3 callers
Function
resizebox
libs/lua/lauxlib.c:473
↓ 3 callers
Function
reverse
** Reverse the stack segment from 'from' to 'to' ** (auxiliary to 'lua_rotate') ** Note that we move(copy) only the value inside the stack. ** (We do
libs/lua/lapi.c:227
↓ 3 callers
Function
rotl
rotate left 'x' by 'n' bits */
libs/lua/lmathlib.c:304
↓ 3 callers
Method
saveToFile
------------------------------------------------------------------------------
src/ofxLuaFileWriter.cpp:24
↓ 3 callers
Method
scriptSetup
--------------------------------------------------------------------
src/ofxLua.cpp:237
↓ 3 callers
Method
setNumber
src/ofxLua.cpp:858
↓ 3 callers
Method
setString
src/ofxLua.cpp:866
↓ 3 callers
Function
setminordebt
** Set debt for the next minor collection, which will happen when ** memory grows 'genminormul'%. */
libs/lua/lgc.c:1316
↓ 3 callers
Function
singlematch
libs/lua/lstrlib.c:470
↓ 3 callers
Function
skip_sep
** read a sequence '[=*[' or ']=*]', leaving the last bracket. If ** sequence is well formed, return its number of '='s + 2; otherwise, ** return 1 if
libs/lua/llex.c:265
↓ 3 callers
Function
statement
libs/lua/lparser.c:1845
↓ 3 callers
Function
suffixedexp
libs/lua/lparser.c:1102
↓ 3 callers
Function
sweep2old
** Sweep a list of objects to enter generational mode. Deletes dead ** objects and turns the non dead to old. All non-dead threads---which ** are now
libs/lua/lgc.c:1077
↓ 3 callers
Function
sweepstep
libs/lua/lgc.c:1566
↓ 3 callers
Function
upvalname
libs/lua/ldebug.c:177
↓ 3 callers
Function
utf8_decode
** Decode one UTF-8 sequence, returning NULL if byte sequence is ** invalid. The array 'limits' stores the minimum value for each ** sequence length,
libs/lua/lutf8lib.c:61
↓ 3 callers
Function
varinfo
** Build a string with a "description" for the value 'o', such as ** "variable 'x'" or "upvalue 'y'". */
libs/lua/ldebug.c:706
↓ 3 callers
Function
whitelist
** Traverse a list making all its elements white and clearing their ** age. In incremental mode, all objects are 'new' all the time, ** except for fix
libs/lua/lgc.c:1154
↓ 3 callers
Method
writeBool
------------------------------------------------------------------------------
src/ofxLuaFileWriter.cpp:98
↓ 3 callers
Method
writeNumber
src/ofxLuaFileWriter.cpp:106
↓ 3 callers
Method
writeString
src/ofxLuaFileWriter.cpp:114
↓ 2 callers
Function
GCTM
libs/lua/lgc.c:905
↓ 2 callers
Function
Iadd
return i1 + i2 */
libs/lua/lmathlib.c:402
↓ 2 callers
Function
SWIG_Lua_AddMetatable
helper to add metatable to new lua object */
src/bindings/glmBindings.cpp:2459
↓ 2 callers
Function
SWIG_Lua_AddMetatable
helper to add metatable to new lua object */
src/bindings/ofBindings.h:2451
↓ 2 callers
Function
SWIG_Lua_add_namespace_details
helper function - register namespace methods and attributes into namespace */
src/bindings/glmBindings.cpp:1343
↓ 2 callers
Function
SWIG_Lua_add_namespace_details
helper function - register namespace methods and attributes into namespace */
src/bindings/ofBindings.h:1335
↓ 2 callers
Function
SWIG_Lua_add_variable
helper add a variable to a registered class */
src/bindings/glmBindings.cpp:1988
↓ 2 callers
Function
SWIG_Lua_add_variable
helper add a variable to a registered class */
src/bindings/ofBindings.h:1980
↓ 2 callers
Function
SWIG_Lua_merge_tables_by_index
Merges two tables */
src/bindings/glmBindings.cpp:1923
↓ 2 callers
Function
SWIG_Lua_merge_tables_by_index
Merges two tables */
src/bindings/ofBindings.h:1915
↓ 2 callers
Function
SWIG_Lua_namespace_register
Helper function. Creates namespace table and adds it to module table if 'reg' is true, then will register namespace table to parent one (must be on
src/bindings/glmBindings.cpp:1389
↓ 2 callers
Function
SWIG_Lua_pushferrstring
Push a formatted string generated from FMT and following args on the Lua stack, like lua_pushfstring, but prefixed with the location of the inne
src/bindings/glmBindings.cpp:932
↓ 2 callers
Function
SWIG_Lua_pushferrstring
Push a formatted string generated from FMT and following args on the Lua stack, like lua_pushfstring, but prefixed with the location of the inne
src/bindings/ofBindings.h:924
↓ 2 callers
Function
SWIG_PackData
Pack binary data into a string */
src/bindings/glmBindings.cpp:621
↓ 2 callers
Function
SWIG_PackData
Pack binary data into a string */
src/bindings/ofBindings.h:629
↓ 2 callers
Function
SWIG_TypeClientData
Set the clientdata field for a type */
src/bindings/glmBindings.cpp:517
↓ 2 callers
Function
SWIG_UnpackData
Unpack binary data from a string */
src/bindings/glmBindings.cpp:637
↓ 2 callers
Function
SWIG_UnpackData
Unpack binary data from a string */
src/bindings/ofBindings.h:645
↓ 2 callers
Function
SWIG_lua_isnilstring
src/bindings/glmBindings.cpp:2841
↓ 2 callers
Method
addListener
------------------------------------------------------------------------------
src/ofxLua.cpp:222
↓ 2 callers
Function
adddigit
** Add integer part of 'x' to buffer and return new 'x' */
libs/lua/lstrlib.c:1016
↓ 2 callers
Function
addfield
libs/lua/ltablib.c:147
↓ 2 callers
Function
allocupvalue
libs/lua/lparser.c:352
↓ 2 callers
Function
andaux
libs/lua/lbitlib.c:49
↓ 2 callers
Function
appendSection
(section)
scripts/lua_syntax.py:51
↓ 2 callers
Function
arrayindex
** returns the index for 'k' if 'k' is an appropriate key to live in ** the array part of a table, 0 otherwise. */
libs/lua/ltable.c:318
↓ 2 callers
Function
atomic2gen
** Clears all gray lists, sweeps objects, and prepare sublists to enter ** generational mode. The sweeps remove dead objects and turn all ** surviving
libs/lua/lgc.c:1290
↓ 2 callers
Function
aux_lines
** Auxiliary function to create the iteration function for 'lines'. ** The iteration function is a closure over 'io_readline', with ** the following u
libs/lua/liolib.c:363
↓ 2 callers
Function
aux_rawset
libs/lua/lapi.c:896
↓ 2 callers
Function
aux_upvalue
libs/lua/lapi.c:1357
← previous
next →
301–400 of 2,184, ranked by callers