MCPcopy Create free account

hub / github.com/Tencent/UnLua / functions

Functions3,922 in github.com/Tencent/UnLua

↓ 1 callersFunctionrunargs
** Processes options 'e' and 'l', which involve running Lua code, and ** 'W', which also affects the state. ** Returns 0 if some code raises an error.
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:322
↓ 1 callersFunctionscanformat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1192
↓ 1 callersFunctionsearchupvalue
** Search the upvalues of the function 'fs' for one ** with the given 'name'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:342
↓ 1 callersFunctionsearchvar
** Look for an active local variable with the name 'n' in the ** function 'fs'. If found, initialize 'var' with it and return ** its expression kind;
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:390
↓ 1 callersFunctionsendraw
Plugins/UnLuaExtensions/LuaSocket/Source/src/buffer.cpp:168
↓ 1 callersFunctionsetboolfield
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loslib.c:228
↓ 1 callersFunctionsetprogdir
** Replace in the path (on the top of the stack) any occurrence ** of LUA_EXEC_DIR with the executable's path. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loadlib.c:177
↓ 1 callersFunctionsetrandfunc
** Register the random functions and initialize their state. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:642
↓ 1 callersFunctionsettraps
** Set 'trap' for all active Lua frames. ** This function can be called during a signal, under "reasonable" ** assumptions. A new 'ci' is completely l
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:114
↓ 1 callersFunctionsimpleexp
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1128
↓ 1 callersFunctionskipBOM
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:742
↓ 1 callersFunctionsocket_close
-------------------------------------------------------------------------*\ * Close module \*---------------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:90
↓ 1 callersFunctionsocket_gethostbyaddr
-------------------------------------------------------------------------*\ * DNS helpers \*----------------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:383
↓ 1 callersFunctionsocket_gethostbyname
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:391
↓ 1 callersFunctionsocket_open
-------------------------------------------------------------------------*\ * Initializes module \*---------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:81
↓ 1 callersFunctionsocket_select
-------------------------------------------------------------------------*\ * Select with timeout control \*------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:107
↓ 1 callersFunctionsocket_setblocking
-------------------------------------------------------------------------*\ * Put socket into blocking mode \*----------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:365
↓ 1 callersFunctionsocket_strerror
Plugins/UnLuaExtensions/LuaSocket/Source/src/wsocket.cpp:347
↓ 1 callersFunctionsolvegoto
** Solves the goto at index 'g' to given 'label' and removes it ** from the list of pending goto's. ** If it jumps into the scope of some variable, ra
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:515
↓ 1 callersFunctionsolvegotos
** Solves forward jumps. Check whether new label 'lb' matches any ** pending gotos in current block and solves them. Return true ** if any of the goto
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:573
↓ 1 callersFunctionsort
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltablib.c:398
↓ 1 callersFunctionstackinuse
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:250
↓ 1 callersFunctionstepgenfull
** Does a major collection after last collection was a "bad collection". ** ** When the program is building a big structure, it allocates lots of ** m
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1374
↓ 1 callersFunctionsubexpr
** subexpr -> (simpleexp | unop subexpr) { binop subexpr } ** where 'binop' is any binary operator with a priority higher than 'limit' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1248
↓ 1 callersFunctiontest_eof
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:515
↓ 1 callersFunctiontestobjref1
** Check GC invariants. For incremental mode, a black object cannot ** point to a white one. For generational mode, really old objects ** cannot point
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:296
↓ 1 callersFunctiontimes5
return i * 5 */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:410
↓ 1 callersFunctiontimes9
return i * 9 */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:415
↓ 1 callersFunctiontoValue
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.hpp:231
↓ 1 callersFunctiontraverseCclosure
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:587
↓ 1 callersFunctiontraverseLclosure
** Traverse a Lua closure, marking its prototype and its upvalues. ** (Both can be NULL while closure is being created.) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:598
↓ 1 callersFunctiontraverseproto
** Traverse a prototype. (While a prototype is being build, its ** arrays can be larger than needed; the extra slots are filled with ** NULL, so the u
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:572
↓ 1 callersFunctiontraversestrongtable
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:517
↓ 1 callersFunctiontraversetable
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:536
↓ 1 callersFunctiontraversethread
** Traverse a thread, marking the elements in the stack up to its top ** and cleaning the rest of the stack in the final traversal. That ** ensures th
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:621
↓ 1 callersFunctiontraverseudata
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:557
↓ 1 callersFunctiontraverseweakvalue
** Traverse a table with weak values and link it to proper list. During ** propagate phase, keep it in 'grayagain' list, to be revisited in the ** ato
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:440
↓ 1 callersFunctiontrymt
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:277
↓ 1 callersFunctiontxtToken
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:99
↓ 1 callersFunctionudata2finalize
** Get the next udata to be finalized from the 'tobefnz' list, and ** link it back into the 'allgc' list. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:878
↓ 1 callersFunctionundefgoto
** generates an error for an undefined 'goto'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:646
↓ 1 callersFunctionunixdgram_trybind
-------------------------------------------------------------------------*\ * Binds an object to an address \*----------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/unixdgram.cpp:269
↓ 1 callersFunctionunixdgram_tryconnect
-------------------------------------------------------------------------*\ * Turns a master unixdgram object into a client object. \*----------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/unixdgram.cpp:318
↓ 1 callersFunctionunixstream_trybind
-------------------------------------------------------------------------*\ * Binds an object to an address \*----------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/unixstream.cpp:185
↓ 1 callersFunctionunixstream_tryconnect
-------------------------------------------------------------------------*\ * Turns a master unixstream object into a client object. \*---------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/unixstream.cpp:238
↓ 1 callersFunctionunmakemask
** Convert a bit mask (for 'gethook') into a string mask */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldblib.c:355
↓ 1 callersFunctionunroll
** Executes "full continuation" (everything in the stack) of a ** previously interrupted coroutine until the stack is empty (or another ** interruptio
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:677
↓ 1 callersFunctionunwrap
-------------------------------------------------------------------------*\ * Protect factory \*------------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/except.cpp:73
↓ 1 callersFunctionutf8esc
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:361
↓ 1 callersFunctionvalidop
** Return false if folding can raise an error. ** Bitwise operations need operands convertible to integers; division ** operations cannot have 0 as di
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1296
↓ 1 callersFunctionwarnfcont
** Writes the message and handle 'tocont', finishing the message ** if needed and setting the next warn function. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:1067
↓ 1 callersFunctionwhilestat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1456
↓ 1 callersFunctionwrap
-------------------------------------------------------------------------*\ * Try factory \*----------------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/except.cpp:37
↓ 1 callersFunctionyoungcollection
** Does a young collection. First, mark 'OLD1' objects. Then does the ** atomic step. Then, sweep all lists and advance pointers. Finally, ** finish t
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1224
↓ 1 callersMethod~FLuaArray
Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h:65
↓ 1 callersMethod~FLuaMap
Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h:82
↓ 1 callersMethod~FLuaSet
Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h:48
↓ 1 callersMethod~GenericSchemaValidator
Destructor.
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1839
↓ 1 callersMethod~PatternProperty
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1386
↓ 1 callersMethod~Property
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1375
↓ 1 callersMethod~SchemaEntry
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1623
↓ 1 callersMethod~UE4File
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_File.cpp:14
MethodATPSCharacter
Sets default values
Source/TPSProject/TPSCharacter.cpp:7
FunctionAccept
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1947
MethodAdd
Plugins/UnLua/Source/UnLua/Private/ObjectReferencer.h:25
MethodAddCallback
Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/Issue566Test.h:26
MethodAddChunk
Creates a new chunk. ! \param capacity Capacity of the chunk in bytes. \return true if success. */
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/allocators.h:250
MethodAddConsoleCommand
Plugins/UnLua/Source/UnLua/Private/UnLuaFunctionLibrary.cpp:40
MethodAddConstructor
Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h:373
FunctionAddCount
Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Public/UnLuaTestHelpers.h:96
MethodAddCurrentError
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2363
MethodAddDefaultFunctions_Reflected
Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h:371
MethodAddDefaultValue_Invalid_NeedsRehash
* Adds a blank, constructed element to the set. The set needs rehashing to make it valid. * * @return - the index of the first element added
Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h:188
MethodAddDelegate
Plugins/UnLua/Source/UnLua/Private/UnLuaCompatibility.h:96
MethodAddDelegate
Plugins/UnLua/Source/UnLua/Private/UnLuaCompatibility.h:135
MethodAddDestructor
Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h:377
MethodAddError
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2349
MethodAddErrorArray
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2384
MethodAddErrorLocation
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2330
MethodAddKey
Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp:127
MethodAddLoader
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:481
MethodAddNumberError
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2374
MethodAddPackagingDirectory
Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorModule.cpp:58
MethodAddReferencedObjects
Plugins/UnLua/Source/UnLua/Private/ObjectReferencer.h:50
MethodAddSearcher
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:601
MethodAddState
Return whether the added states is a match state
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/regex.h:691
MethodAddThread
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:452
MethodAddType
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1174
MethodAddUninitializedValue
* Adds an uninitialized pair to the map. The map needs rehashing to make it valid. * * @return - the index of the added pair. */
Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h:271
MethodAddUninitializedValue
* Adds an uninitialized element to the set. The set needs rehashing to make it valid. * * @return - the index of the added element. */
Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h:177
MethodAddUniqueElement
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1089
MethodAddValue
Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp:141
MethodAppend
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/regex.h:339
MethodAppendDecimal64
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/biginteger.h:224
MethodAppendIndexToken
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1446
MethodAppendIndexToken
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1458
MethodAppendToken
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2302
MethodArray
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.hpp:192
MethodAssignIfExist
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1102
MethodAutoUTFInputStream
Constructor. ! \param is input stream to be wrapped. \param type UTF encoding type if it is not detected from the stream. */
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodedstream.h:145
← previousnext →1,801–1,900 of 3,922, ranked by callers