MCPcopy Create free account

hub / github.com/Cubitect/cubiomes-viewer / functions

Functions1,749 in github.com/Cubitect/cubiomes-viewer

↓ 1 callersFunctionpushfuncname
lua/src/lauxlib.c:100
↓ 1 callersFunctionquotefloat
** Serialize a floating-point number in such a way that it can be ** scanned back by Lua. Use hexadecimal format for "common" numbers ** (to preserve
lua/src/lstrlib.c:1151
↓ 1 callersFunctionread_all
lua/src/liolib.c:540
↓ 1 callersFunctionread_chars
lua/src/liolib.c:553
↓ 1 callersFunctionread_number
** Read a number: first reads a valid prefix of a numeral into a buffer. ** Then it calls 'lua_stringtonumber' to check whether the format is ** corre
lua/src/liolib.c:477
↓ 1 callersFunctionread_string
lua/src/llex.c:382
↓ 1 callersFunctionreadable
lua/src/loadlib.c:434
↓ 1 callersFunctionreaddecesc
lua/src/llex.c:369
↓ 1 callersFunctionreadhexaesc
lua/src/llex.c:335
↓ 1 callersFunctionreadutf8esc
lua/src/llex.c:343
↓ 1 callersMethodrefreshBiomeColors
src/world.cpp:922
↓ 1 callersFunctionregisterlocalvar
** Register a new local variable in the active 'Proto' (for debug ** information). */
lua/src/lparser.c:175
↓ 1 callersFunctionrehash
** nums[i] = number of keys 'k' where 2^(i - 1) < k <= 2^i */
lua/src/ltable.c:596
↓ 1 callersFunctionreinsert
** (Re)insert all elements from the hash part of 'ot' into table 't'. */
lua/src/ltable.c:506
↓ 1 callersFunctionremarkupvals
** For each non-marked thread, simulates a barrier between each open ** upvalue and its value. (If the thread is collected, the value will be ** assig
lua/src/lgc.c:361
↓ 1 callersMethodremoveRow
src/formsearchcontrol.cpp:85
↓ 1 callersFunctionremove_selected
src/formconditions.cpp:230
↓ 1 callersFunctionremovelastinstruction
** Remove the last instruction created, correcting line information ** accordingly. */
lua/src/lcode.c:372
↓ 1 callersFunctionremovevars
** Close the scope for all variables up to level 'tolevel'. ** (debug info.) */
lua/src/lparser.c:328
↓ 1 callersFunctionrepeatstat
lua/src/lparser.c:1486
↓ 1 callersFunctionreplyFinished
src/updater.cpp:16
↓ 1 callersMethodrequestItem
src/searchthread.cpp:768
↓ 1 callersMethodrequestQuad
src/world.cpp:1026
↓ 1 callersMethodrequestWork
src/exportdialog.cpp:198
↓ 1 callersMethodreset
src/tabbiomes.cpp:226
↓ 1 callersMethodreset
src/formsearchcontrol.cpp:92
↓ 1 callersFunctionrestartcollection
** mark root set and reset all gray lists, to start a new collection */
lua/src/lgc.c:397
↓ 1 callersFunctionrestassign
** Parse and compile a multiple assignment. The first "variable" ** (a 'suffixedexp') was already read by the caller. ** ** assignment -> suffixedexp
lua/src/lparser.c:1374
↓ 1 callersFunctionretstat
lua/src/lparser.c:1812
↓ 1 callersFunctionrkname
** Find a "name" for a 'C' value in an RK instruction. */
lua/src/ldebug.c:446
↓ 1 callersFunctionrotl1
for offsets larger than 32, rotate right by 64 - offset */
lua/src/lmathlib.c:427
↓ 1 callersFunctionrunCheckScript
TODO: honor abort signals
src/scripts.cpp:298
↓ 1 callersFunctionrunafewfinalizers
** Call a few finalizers */
lua/src/lgc.c:930
↓ 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.
lua/src/lua.c:329
↓ 1 callersMethodsameMapOpts
src/config.cpp:301
↓ 1 callersMethodsave
src/tabbiomes.cpp:420
↓ 1 callersFunctionsaveConditions
src/presetdialog.cpp:39
↓ 1 callersFunctionsearchupvalue
** Search the upvalues of the function 'fs' for one ** with the given 'name'. */
lua/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;
lua/src/lparser.c:390
↓ 1 callersMethodset
src/tablocations.cpp:70
↓ 1 callersFunctionsetConditionTreeItems
src/tablocations.cpp:21
↓ 1 callersMethodsetDim
src/world.cpp:803
↓ 1 callersMethodsetLayerOptions
src/layerdialog.cpp:179
↓ 1 callersMethodsetResultsPath
src/formsearchcontrol.cpp:289
↓ 1 callersMethodsetSearchConfig
src/formsearchcontrol.cpp:198
↓ 1 callersMethodsetValues
src/widgets.cpp:394
↓ 1 callersFunctionsetboolfield
lua/src/loslib.c:219
↓ 1 callersFunctionsetprogdir
** Replace in the path (on the top of the stack) any occurrence ** of LUA_EXEC_DIR with the executable's path. */
lua/src/loadlib.c:177
↓ 1 callersFunctionsetrandfunc
** Register the random functions and initialize their state. */
lua/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
lua/src/ldebug.c:114
↓ 1 callersFunctionsimpleexp
lua/src/lparser.c:1139
↓ 1 callersFunctionskipBOM
lua/src/lauxlib.c:742
↓ 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
lua/src/lparser.c:526
↓ 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
lua/src/lparser.c:584
↓ 1 callersFunctionstackinuse
lua/src/ldo.c:250
↓ 1 callersMethodstartWorkers
src/world.cpp:952
↓ 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
lua/src/lgc.c:1375
↓ 1 callersMethodstopSearch
src/searchthread.cpp:611
↓ 1 callersFunctionsubexpr
** subexpr -> (simpleexp | unop subexpr) { binop subexpr } ** where 'binop' is any binary operator with a priority higher than 'limit' */
lua/src/lparser.c:1259
↓ 1 callersFunctionterm_prompt
src/message.cpp:7
↓ 1 callersFunctiontest_eof
lua/src/liolib.c:511
↓ 1 callersFunctiontimes5
return i * 5 */
lua/src/lmathlib.c:410
↓ 1 callersFunctiontimes9
return i * 9 */
lua/src/lmathlib.c:415
↓ 1 callersFunctiontraverseCclosure
lua/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.) */
lua/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
lua/src/lgc.c:572
↓ 1 callersFunctiontraversestrongtable
lua/src/lgc.c:517
↓ 1 callersFunctiontraversetable
lua/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
lua/src/lgc.c:621
↓ 1 callersFunctiontraverseudata
lua/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
lua/src/lgc.c:440
↓ 1 callersFunctiontrymt
lua/src/lstrlib.c:277
↓ 1 callersFunctiontxtToken
lua/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. */
lua/src/lgc.c:878
↓ 1 callersFunctionundefgoto
** generates an error for an undefined 'goto'. */
lua/src/lparser.c:657
↓ 1 callersFunctionunmakemask
** Convert a bit mask (for 'gethook') into a string mask */
lua/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
lua/src/ldo.c:709
↓ 1 callersMethodupdateAutoConditions
src/formgen48.cpp:247
↓ 1 callersMethodupdateMapSeed
src/mainwindow.cpp:637
↓ 1 callersMethodupdateSensitivity
src/formconditions.cpp:104
↓ 1 callersFunctionutf8esc
lua/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
lua/src/lcode.c:1314
↓ 1 callersFunctionwarnfcont
** Writes the message and handle 'tocont', finishing the message ** if needed and setting the next warn function. */
lua/src/lauxlib.c:1068
↓ 1 callersFunctionwhilestat
lua/src/lparser.c:1467
↓ 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
lua/src/lgc.c:1225
↓ 1 callersMethodzoom
src/mapview.cpp:161
MethodAboutDialog
src/aboutdialog.cpp:6
MethodAnalysisLocations
src/tablocations.cpp:64
MethodBiomeColorDialog
src/biomecolordialog.cpp:23
MethodBiomeHeader
src/tabbiomes.cpp:238
MethodBlockRule
src/scripts.h:75
MethodCollapsible
src/widgets.cpp:26
MethodComboBoxDelegate
src/widgets.cpp:496
MethodConditionDialog
src/conditiondialog.cpp:26
MethodConfig
src/config.h:193
MethodConfigDialog
src/configdialog.cpp:10
MethodExportDialog
src/exportdialog.cpp:100
MethodExtGenConfig
src/config.h:27
MethodExtGenDialog
src/extgendialog.cpp:8
MethodFilterList
src/search.h:136
← previousnext →1,001–1,100 of 1,749, ranked by callers