Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabing1022/Blog
/ functions
Functions
2,930 in github.com/dabing1022/Blog
⨍
Functions
2,930
◇
Types & classes
376
↳
Endpoints
16
↓ 1 callers
Function
lua_pushvfstring
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:462
↓ 1 callers
Function
lua_setlevel
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:125
↓ 1 callers
Function
lua_setlocal
TheCProgrammingLanguage/LuaGlue/lua/ldebug.c:138
↓ 1 callers
Function
lua_setupvalue
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:1071
↓ 1 callers
Function
lua_status
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:890
↓ 1 callers
Function
lua_tocfunction
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:379
↓ 1 callers
Method
makeImageArray
Split the image up into a number of frames @param app @param img @param nCols @param nRows @return the frames as an array of PImage(s)
Processing/game2dai/entityshapes/ps/ImageBank.java:87
↓ 1 callers
Function
makeObject
(row, headers)
Processing/addons/p5.js:3028
↓ 1 callers
Function
makePoint
TheCProgrammingLanguage/Struct/struct01.c:11
↓ 1 callers
Function
makemask
TheCProgrammingLanguage/LuaGlue/lua/ldblib.c:225
↓ 1 callers
Function
marktmu
TheCProgrammingLanguage/LuaGlue/lua/lgc.c:115
↓ 1 callers
Function
markupval
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:217
↓ 1 callers
Function
match_capture
TheCProgrammingLanguage/LuaGlue/lua/lstrlib.c:354
↓ 1 callers
Function
matchbalance
TheCProgrammingLanguage/LuaGlue/lua/lstrlib.c:281
↓ 1 callers
Function
maximum
(x, y)
python/e007.py:4
↓ 1 callers
Function
mi
(n,t,e,r)
Javascript/D3JS/d3.v3.min.js:2
↓ 1 callers
Function
min_expand
TheCProgrammingLanguage/LuaGlue/lua/lstrlib.c:316
↓ 1 callers
Function
modinit
TheCProgrammingLanguage/LuaGlue/lua/loadlib.c:529
↓ 1 callers
Method
move_centre_x_by
Move the domain centre horizontally by the world distance given. @param wx world x centre position
Processing/game2dai/Domain.java:152
↓ 1 callers
Method
move_centre_x_to
Centre the domain about the given horizontal position. @param wx world x position
Processing/game2dai/Domain.java:118
↓ 1 callers
Method
move_centre_xy_by
Centre the domain about the given position. @param wx world x centre position @param wy world y centre position
Processing/game2dai/Domain.java:139
↓ 1 callers
Method
move_centre_xy_to
Centre the domain about the given world position. @param wx world x position @param wy world y position
Processing/game2dai/Domain.java:106
↓ 1 callers
Method
move_centre_y_by
Move the domain centre vertically by the world distance given. @param wy world y centre position
Processing/game2dai/Domain.java:162
↓ 1 callers
Method
move_centre_y_to
Centre the domain about the given vertical position. @param wy world y position
Processing/game2dai/Domain.java:128
↓ 1 callers
Function
n
()
Processing/addons/p5.sound.min.js:3
↓ 1 callers
Function
nd
(a)
Processing/addons/processing.min.js:169
↓ 1 callers
Function
newlstr
TheCProgrammingLanguage/LuaGlue/lua/lstring.c:50
↓ 1 callers
Function
nilK
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:271
↓ 1 callers
Method
norm
Get the wall normal - it will point 'outside' @return the wall normal (always in normalised form)
Processing/game2dai/entities/Wall.java:94
↓ 1 callers
Function
nt
(n)
Javascript/D3JS/d3.v3.min.js:1
↓ 1 callers
Function
numusearray
TheCProgrammingLanguage/LuaGlue/lua/ltable.c:222
↓ 1 callers
Function
numusehash
TheCProgrammingLanguage/LuaGlue/lua/ltable.c:247
↓ 1 callers
Function
o
()
Processing/addons/p5.sound.min.js:3
↓ 1 callers
Method
obstacleAvoidDetectBoxLength
Only provided to enable drawing the box during testing. <br> @return the detection box length
Processing/game2dai/steering/AutoPilot.java:344
↓ 1 callers
Method
onMessage
(BaseEntity user, Telegram tgram)
Processing/game2dai/fsm/State.java:57
↓ 1 callers
Function
p
()
Processing/addons/processing.min.js:19
↓ 1 callers
Method
page_counter
(self,myPage)
python/e023.py:64
↓ 1 callers
Method
panWorldX
Pan the world display by the given world distance. @param wx world distance to pan horizontally.
Processing/game2dai/World.java:349
↓ 1 callers
Method
panWorldXY
Pan the world display by the given world distance. @param wx world distance to pan horizontally. @param wy world distance to pan vertically.
Processing/game2dai/World.java:366
↓ 1 callers
Method
panWorldY
Pan the world display by the given world distance. @param wy world distance to pan vertically.
Processing/game2dai/World.java:357
↓ 1 callers
Function
parlist
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:543
↓ 1 callers
Function
partition
TheCProgrammingLanguage/ACM-ICPC/e003.cpp:36
↓ 1 callers
Method
pathOff
Switch off path @return this auto-pilot object
Processing/game2dai/steering/AutoPilot.java:1422
↓ 1 callers
Function
playNextPart
(aScore)
Processing/addons/p5.sound.js:5504
↓ 1 callers
Function
po
(n)
Javascript/D3JS/d3.v3.min.js:2
↓ 1 callers
Method
pointToLocalSpace
( Vector2D point, Vector2D agentHeading, Vector2D agentSide, Vector2D agentPosition)
Processing/game2dai/maths/Transformations.java:113
↓ 1 callers
Function
precheck
TheCProgrammingLanguage/LuaGlue/lua/ldebug.c:276
↓ 1 callers
Function
prefixexp
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:667
↓ 1 callers
Method
prevPos
Gets the position of the entity prior to the last update. @return previous position before last update
Processing/game2dai/entities/MovingEntity.java:152
↓ 1 callers
Method
printForceData
Display the steering force data for this Vehicle. If there is no recorder or no data has been collected for this Vehicle then nothing is displayed.
Processing/game2dai/entities/Vehicle.java:218
↓ 1 callers
Function
printMax
(a, b)
python/e006.py:10
↓ 1 callers
Function
printMax
Prints the maximum of two numbers. The two values must be integers.
python/e008.py:6
↓ 1 callers
Function
print_usage
TheCProgrammingLanguage/LuaGlue/lua/lua.c:42
↓ 1 callers
Function
pu
(n)
Javascript/D3JS/d3.v3.min.js:2
↓ 1 callers
Function
pushclosure
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:310
↓ 1 callers
Function
pushnexttemplate
TheCProgrammingLanguage/LuaGlue/lua/loadlib.c:340
↓ 1 callers
Function
qSort
TheCProgrammingLanguage/ACM-ICPC/e003.cpp:25
↓ 1 callers
Function
qe
(n,t,e,r)
Javascript/D3JS/d3.v3.min.js:1
↓ 1 callers
Function
qr
(n)
Javascript/D3JS/d3.v3.min.js:2
↓ 1 callers
Function
r
()
Processing/addons/p5.sound.min.js:3
↓ 1 callers
Method
randomClamped
()
Processing/game2dai/maths/MathUtils.java:71
↓ 1 callers
Function
read_number
TheCProgrammingLanguage/LuaGlue/lua/liolib.c:273
↓ 1 callers
Function
read_string
TheCProgrammingLanguage/LuaGlue/lua/llex.c:278
↓ 1 callers
Function
readable
TheCProgrammingLanguage/LuaGlue/lua/loadlib.c:332
↓ 1 callers
Function
register
(session)
python/e041.py:16
↓ 1 callers
Function
registerlocalvar
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:143
↓ 1 callers
Function
rehash
TheCProgrammingLanguage/LuaGlue/lua/ltable.c:333
↓ 1 callers
Function
remarkupvals
TheCProgrammingLanguage/LuaGlue/lua/lgc.c:515
↓ 1 callers
Function
repeatstat
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:1010
↓ 1 callers
Method
replaceBlank
(self, str, length)
python/LintCode/空格替换.py:5
↓ 1 callers
Function
resetstack
TheCProgrammingLanguage/LuaGlue/lua/ldo.c:81
↓ 1 callers
Method
resolveFloatEdges
This method is called every time a node is added to the graph. It will update all floating edges and where possible add the resolved floating edge to
Processing/game2dai/graph/Graph.java:164
↓ 1 callers
Method
resolveFloatEdges
This method is called every time a node is added to the graph. It will update all floating edges and where possible adding the floating edge to the gr
Processing/pathfinder/Graph.java:118
↓ 1 callers
Function
retstat
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:1238
↓ 1 callers
Function
ru
(n,t,e)
Javascript/D3JS/d3.v3.min.js:2
↓ 1 callers
Function
runargs
TheCProgrammingLanguage/LuaGlue/lua/lua.c:294
↓ 1 callers
Function
s
()
Processing/addons/p5.sound.min.js:3
↓ 1 callers
Method
save_data
(self,url,title,endPage)
python/e023.py:90
↓ 1 callers
Function
sayHello
()
python/e006.py:4
↓ 1 callers
Method
scale
Scale the matrix in the x and y directions. @param xScale scale x by this @param yScale scale y by this
Processing/game2dai/maths/Matrix2D.java:131
↓ 1 callers
Function
scanformat
TheCProgrammingLanguage/LuaGlue/lua/lstrlib.c:725
↓ 1 callers
Method
search
Search for a route from node startID and ends at targetID. <br> This will return a linkedlist of the nodes that make up the route from start to end or
Processing/game2dai/graph/GraphSearch_Astar.java:150
↓ 1 callers
Function
searchvar
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:207
↓ 1 callers
Method
sendTelegram
(int receiver, Telegram tgram)
Processing/game2dai/fsm/Dispatcher.java:62
↓ 1 callers
Function
serializeSubtags
(e, tags)
Processing/addons/p5.js:2805
↓ 1 callers
Function
setCredentials
(a,b)
Processing/addons/p5.min.js:2
↓ 1 callers
Function
setCredentials
(http, o)
Processing/addons/p5.js:2546
↓ 1 callers
Method
setDomain_xywh
Set the domain size. @param lowX top-left x coordinate @param lowY top-left y coordinate @param width domain width @param height domain height
Processing/game2dai/Domain.java:91
↓ 1 callers
Function
setHeaders
(a,b)
Processing/addons/p5.min.js:2
↓ 1 callers
Function
setHeaders
(http, o)
Processing/addons/p5.js:2536
↓ 1 callers
Function
setType
(a)
Processing/addons/p5.min.js:2
↓ 1 callers
Function
setType
(url)
Processing/addons/p5.js:2634
↓ 1 callers
Function
set_global_x
(num)
python/learnpython3.py:552
↓ 1 callers
Function
set_x
(num)
python/learnpython3.py:547
↓ 1 callers
Function
setboolfield
TheCProgrammingLanguage/LuaGlue/lua/loslib.c:93
↓ 1 callers
Function
setfenv
TheCProgrammingLanguage/LuaGlue/lua/loadlib.c:507
↓ 1 callers
Function
setprogdir
TheCProgrammingLanguage/LuaGlue/lua/loadlib.c:97
↓ 1 callers
Function
simpleexp
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:727
↓ 1 callers
Function
singlevaraux
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:224
↓ 1 callers
Method
slowCos
For x between 0 and pi/4 compute cosine @param x number from which cosine is requested @param result placeholder where to put the result in extended p
Processing/game2dai/maths/FastMath.java:1817
← previous
next →
1,301–1,400 of 2,930, ranked by callers