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
↓ 1 callers
Function
createmeta
libs/lua/liolib.c:784
↓ 1 callers
Function
createmetatable
libs/lua/lstrlib.c:1852
↓ 1 callers
Function
createsearcherstable
libs/lua/loadlib.c:710
↓ 1 callers
Method
doString
------------------------------------------------------------------------------
src/ofxLua.cpp:109
↓ 1 callers
Function
dofilecont
libs/lua/lbaselib.c:409
↓ 1 callers
Function
dumpCode
libs/lua/ldump.c:104
↓ 1 callers
Function
dumpConstants
libs/lua/ldump.c:112
↓ 1 callers
Function
dumpDebug
libs/lua/ldump.c:158
↓ 1 callers
Function
dumpHeader
libs/lua/ldump.c:201
↓ 1 callers
Function
dumpProtos
libs/lua/ldump.c:138
↓ 1 callers
Function
dumpUpvalues
libs/lua/ldump.c:147
↓ 1 callers
Method
endCommentBlock
src/ofxLuaFileWriter.cpp:53
↓ 1 callers
Function
end_capture
libs/lua/lstrlib.c:548
↓ 1 callers
Function
equalkey
** Check whether key 'k1' is equal to the key in node 'n2'. This ** equality is raw, so there are no metamethods. Floats with integer ** values have b
libs/lua/ltable.c:216
↓ 1 callers
Function
errorlimit
libs/lua/lparser.c:74
↓ 1 callers
Function
exprstat
libs/lua/lparser.c:1795
↓ 1 callers
Function
f_close
libs/lua/liolib.c:222
↓ 1 callers
Function
field
libs/lua/lparser.c:903
↓ 1 callers
Function
filterpc
libs/lua/ldebug.c:455
↓ 1 callers
Function
finaltarget
** return the final target of a jump (skipping jumps to jumps) */
libs/lua/lcode.c:1826
↓ 1 callers
Function
findfield
** Search for 'objidx' in table at index -1. ('objidx' must be an ** absolute index.) Return 1 + string at top if it found a good name. */
libs/lua/lauxlib.c:52
↓ 1 callers
Function
findindex
** returns the index of a 'key' for table traversals. First goes all ** elements in the array part, then elements in the hash part. The ** beginning o
libs/lua/ltable.c:331
↓ 1 callers
Function
findlast
** find last 'next' field in list 'p' list (to add elements in its end) */
libs/lua/lgc.c:958
↓ 1 callers
Function
findloader
libs/lua/loadlib.c:624
↓ 1 callers
Function
findpcall
** Try to find a suspended protected call (a "recover point") for the ** given thread. */
libs/lua/ldo.c:754
↓ 1 callers
Function
findsetreg
** Try to find last instruction before 'lastpc' that modified register 'reg'. */
libs/lua/ldebug.c:465
↓ 1 callers
Function
findvararg
libs/lua/ldebug.c:184
↓ 1 callers
Function
finishCcall
** Completes the execution of a C function interrupted by an yield. ** The interruption must have happened while the function was either ** closing it
libs/lua/ldo.c:708
↓ 1 callers
Function
finishpcallk
** Finish the job of 'lua_pcallk' after it was interrupted by an yield. ** (The caller, 'finishCcall', does the final call to 'adjustresults'.) ** The
libs/lua/ldo.c:675
↓ 1 callers
Function
floatforloop
** Execute a step of a float numerical for loop, returning ** true iff the loop must continue. (The integer case is ** written online with opcode OP_F
libs/lua/lvm.c:266
↓ 1 callers
Function
forlimit
** Try to convert a 'for' limit to an integer, preserving the semantics ** of the loop. Return true if the loop must not run; otherwise, '*p' ** gets
libs/lua/lvm.c:176
↓ 1 callers
Function
forlist
libs/lua/lparser.c:1592
↓ 1 callers
Function
fornum
libs/lua/lparser.c:1569
↓ 1 callers
Function
forprep
** Prepare a numerical for loop (opcode OP_FORPREP). ** Return true to skip the loop. Otherwise, ** after preparation, stack will be as follows: **
libs/lua/lvm.c:206
↓ 1 callers
Function
forstat
libs/lua/lparser.c:1620
↓ 1 callers
Function
freeupval
libs/lua/lgc.c:763
↓ 1 callers
Function
fullinc
** Perform a full collection in incremental mode. ** Before running the collection, check 'keepinvariant'; if it is true, ** there may be some objects
libs/lua/lgc.c:1708
↓ 1 callers
Function
funcinfo
libs/lua/ldebug.c:256
↓ 1 callers
Function
funcname
libs/lua/lparser.c:1768
↓ 1 callers
Function
funcnamefromcode
** Try to find a name for a function based on the code that called it. ** (Only works when function was called by a Lua function.) ** Returns what the
libs/lua/ldebug.c:594
↓ 1 callers
Function
funcstat
libs/lua/lparser.c:1782
↓ 1 callers
Function
genstep
** Does a generational "step". ** Usually, this means doing a minor collection and setting the debt to ** make another collection when memory grows 'g
libs/lua/lgc.c:1440
↓ 1 callers
Method
getBoolVector
src/ofxLua.cpp:825
↓ 1 callers
Function
getbaseline
** Get a "base line" to find the line corresponding to an instruction. ** Base lines are regularly placed at MAXIWTHABS intervals, so usually ** an in
libs/lua/ldebug.c:60
↓ 1 callers
Function
getbinopr
libs/lua/lparser.c:1206
↓ 1 callers
Function
getboolfield
libs/lua/loslib.c:243
↓ 1 callers
Function
getformat
** Get a conversion specification and copy it to 'form'. ** Return the address of its last character. */
libs/lua/lstrlib.c:1245
↓ 1 callers
Function
getfreepos
libs/lua/ltable.c:645
↓ 1 callers
Function
getfuncname
libs/lua/ldebug.c:319
↓ 1 callers
Function
getlocalattribute
libs/lua/lparser.c:1701
↓ 1 callers
Function
getnextfilename
** Get the next name in '*path' = 'name1;name2;name3;...', changing ** the ending ';' to '\0' to create a zero-terminated string. Return ** NULL when
libs/lua/loadlib.c:447
↓ 1 callers
Function
getunopr
libs/lua/lparser.c:1195
↓ 1 callers
Function
getupvalname
** Checks whether value 'o' came from an upvalue. (That can only happen ** with instructions OP_GETTABUP/OP_SETTABUP, which operate directly on ** upv
libs/lua/ldebug.c:680
↓ 1 callers
Function
glm_mat3___getitem__
src/bindings/glmBindings.cpp:2983
↓ 1 callers
Function
glm_mat3___setitem__
src/bindings/glmBindings.cpp:2996
↓ 1 callers
Function
glm_mat3_operator_Sa___SWIG_0
src/bindings/glmBindings.cpp:3026
↓ 1 callers
Function
glm_mat3_operator_Sa___SWIG_1
src/bindings/glmBindings.cpp:3027
↓ 1 callers
Function
glm_mat3_operator_Sd___SWIG_0
src/bindings/glmBindings.cpp:3033
↓ 1 callers
Function
glm_mat3_operator_Sd___SWIG_1
src/bindings/glmBindings.cpp:3034
↓ 1 callers
Function
glm_mat3_operator_Sd___SWIG_2
src/bindings/glmBindings.cpp:3035
↓ 1 callers
Function
glm_mat3_operator_Se__Se_
src/bindings/glmBindings.cpp:3036
↓ 1 callers
Function
glm_mat3_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:3030
↓ 1 callers
Function
glm_mat3_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:3031
↓ 1 callers
Function
glm_mat3_operator_Sm___SWIG_2
src/bindings/glmBindings.cpp:3032
↓ 1 callers
Function
glm_mat3_operator_Ss___SWIG_0
src/bindings/glmBindings.cpp:3028
↓ 1 callers
Function
glm_mat3_operator_Ss___SWIG_1
src/bindings/glmBindings.cpp:3029
↓ 1 callers
Function
glm_mat4___getitem__
src/bindings/glmBindings.cpp:3037
↓ 1 callers
Function
glm_mat4___setitem__
src/bindings/glmBindings.cpp:3050
↓ 1 callers
Function
glm_mat4_operator_Sa___SWIG_0
src/bindings/glmBindings.cpp:3080
↓ 1 callers
Function
glm_mat4_operator_Sa___SWIG_1
src/bindings/glmBindings.cpp:3081
↓ 1 callers
Function
glm_mat4_operator_Sd___SWIG_0
src/bindings/glmBindings.cpp:3087
↓ 1 callers
Function
glm_mat4_operator_Sd___SWIG_1
src/bindings/glmBindings.cpp:3088
↓ 1 callers
Function
glm_mat4_operator_Sd___SWIG_2
src/bindings/glmBindings.cpp:3089
↓ 1 callers
Function
glm_mat4_operator_Se__Se_
src/bindings/glmBindings.cpp:3090
↓ 1 callers
Function
glm_mat4_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:3084
↓ 1 callers
Function
glm_mat4_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:3085
↓ 1 callers
Function
glm_mat4_operator_Sm___SWIG_2
src/bindings/glmBindings.cpp:3086
↓ 1 callers
Function
glm_mat4_operator_Ss___SWIG_0
src/bindings/glmBindings.cpp:3082
↓ 1 callers
Function
glm_mat4_operator_Ss___SWIG_1
src/bindings/glmBindings.cpp:3083
↓ 1 callers
Function
glm_quat___getitem__
src/bindings/glmBindings.cpp:3091
↓ 1 callers
Function
glm_quat___setitem__
src/bindings/glmBindings.cpp:3104
↓ 1 callers
Function
glm_quat_operator_Sa_
src/bindings/glmBindings.cpp:3127
↓ 1 callers
Function
glm_quat_operator_Sd_
src/bindings/glmBindings.cpp:3132
↓ 1 callers
Function
glm_quat_operator_Se__Se_
src/bindings/glmBindings.cpp:3133
↓ 1 callers
Function
glm_quat_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:3128
↓ 1 callers
Function
glm_quat_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:3129
↓ 1 callers
Function
glm_quat_operator_Sm___SWIG_2
src/bindings/glmBindings.cpp:3130
↓ 1 callers
Function
glm_quat_operator_Sm___SWIG_3
src/bindings/glmBindings.cpp:3131
↓ 1 callers
Function
glm_vec2___getitem__
src/bindings/glmBindings.cpp:2848
↓ 1 callers
Function
glm_vec2___setitem__
src/bindings/glmBindings.cpp:2861
↓ 1 callers
Function
glm_vec2_operator_Sa___SWIG_0
src/bindings/glmBindings.cpp:2884
↓ 1 callers
Function
glm_vec2_operator_Sa___SWIG_1
src/bindings/glmBindings.cpp:2885
↓ 1 callers
Function
glm_vec2_operator_Sd___SWIG_0
src/bindings/glmBindings.cpp:2890
↓ 1 callers
Function
glm_vec2_operator_Sd___SWIG_1
src/bindings/glmBindings.cpp:2891
↓ 1 callers
Function
glm_vec2_operator_Se__Se_
src/bindings/glmBindings.cpp:2892
↓ 1 callers
Function
glm_vec2_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:2888
↓ 1 callers
Function
glm_vec2_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:2889
↓ 1 callers
Function
glm_vec2_operator_Ss___SWIG_0
src/bindings/glmBindings.cpp:2886
↓ 1 callers
Function
glm_vec2_operator_Ss___SWIG_1
src/bindings/glmBindings.cpp:2887
↓ 1 callers
Function
glm_vec3___getitem__
src/bindings/glmBindings.cpp:2893
← previous
next →
1,201–1,300 of 2,184, ranked by callers