Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coronalabs/corona
/ functions
Functions
31,076 in github.com/coronalabs/corona
⨍
Functions
31,076
◇
Types & classes
7,995
↓ 59 callers
Method
GetValue
<summary>Gets the value that was produced by the operation, if successful.</summary> <returns>Returns the value produced by the operation.</returns>
platform/windows/Corona.Native.Library.Win32/Interop/ValueResult.h:79
↓ 59 callers
Method
GetWindowHandle
platform/windows/Corona.Native.Library.Win32/Interop/UI/TaskDialog.cpp:68
↓ 59 callers
Function
Rtt_LogException
This is duplicated because Rtt_Log is disabled in too many configurations and we need a function that is available everywhere. This is a temporary fun
librtt/Core/Rtt_Assert.c:105
↓ 59 callers
Method
empty
external/Angle/Project/src/compiler/preprocessor/MacroExpander.h:60
↓ 59 callers
Method
indexOf
Gets the zero based index for the given item reference in this collection. @param item The item to search for by reference. @return Returns a zero bas
platform/android/sdk/src/com/ansca/corona/input/AxisInfoCollection.java:68
↓ 59 callers
Function
lua_pushlstring
external/lua-5.1.3/src/lapi.c:494
↓ 59 callers
Function
strdup
external/ogg/libvorbis/macos/compat/strdup.c:6
↓ 58 callers
Method
Add
platform/windows/Corona.LiveServer/CoronaLiveServerWin.cpp:132
↓ 58 callers
Method
data
platform/linux/src/Rtt_LinuxContainer.h:359
↓ 58 callers
Method
load
()
external/JNLua/src/main/java/com/naef/jnlua/NativeSupport.java:70
↓ 58 callers
Function
write
external/zlib123/contrib/iostream2/zstream.h:264
↓ 57 callers
Method
GetString
platform/windows/Corona.Native.Library.Win32/Interop/UI/RenderSurfaceControl.cpp:564
↓ 57 callers
Method
clear
platform/linux/src/imgui/imgui.h:2218
↓ 57 callers
Method
getTop
Returns the number of values on the stack. @return the number of values on the tack
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:1223
↓ 57 callers
Function
glGetAttribLocation
external/Angle/Project/src/libGLESv2/libGLESv2.cpp:2949
↓ 57 callers
Function
glGetUniformLocation
external/Angle/Project/src/libGLESv2/libGLESv2.cpp:4160
↓ 57 callers
Method
pushNumber
Pushes a number value on the stack. @param n the number to push
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:678
↓ 56 callers
Method
GetBody
librtt/Rtt_DisplayObjectExtensions.h:72
↓ 56 callers
Method
Lookup
librtt/Core/Rtt_StringHash.cpp:416
↓ 56 callers
Function
Rtt_Log
platform/linux/src/Rtt_Assert.cpp:268
↓ 56 callers
Function
luaL_ref
external/lua-5.1.3/src/lauxlib.c:483
↓ 56 callers
Method
pop
Do a mass-deallocation of all the individual allocations that have occurred since the last push(), or since the last pop(), or since the object's crea
external/Angle/Project/src/compiler/PoolAlloc.cpp:171
↓ 55 callers
Function
_glewStrSame2
external/glew/Project/src/glew.c:267
↓ 55 callers
Method
add
Adds the given time span to this ticks object and returns the result. <p> This Ticks object is immutable and will not be changed by this operation. @p
platform/android/sdk/src/com/ansca/corona/Ticks.java:55
↓ 55 callers
Function
aluChannelsFromFormat
external/openal-soft-1.12.854/OpenAL32/Include/alu.h:121
↓ 55 callers
Method
getDisplayObjectById
Fetches a Corona display object by its unique ID. @param id The unique integer ID assigned to the object via the View.setId() method. @return Returns
platform/android/sdk/src/com/ansca/corona/ViewManager.java:115
↓ 55 callers
Function
lua_pushcclosure
external/lua-5.1.3/src/lapi.c:535
↓ 54 callers
Method
GetTop
()
external/Mochalua/src/com/groundspeak/mochalua/CallInfo.java:189
↓ 54 callers
Method
GetValue
( int iIndex )
external/Mochalua/src/com/groundspeak/mochalua/CallInfo.java:197
↓ 54 callers
Method
Invalidate
librtt/Display/Rtt_Paint.cpp:384
↓ 54 callers
Method
end
external/Angle/Project/src/compiler/SymbolTable.h:222
↓ 54 callers
Function
wglewGetExtension
external/glew/Project/src/glew.c:13097
↓ 53 callers
Method
GetUserdata
librtt/Rtt_LuaUserdataProxy.h:110
↓ 53 callers
Method
SetFocus
platform/windows/Corona.LiveServer/SystemTray.cpp:312
↓ 53 callers
Method
getCompleteString
external/Angle/Project/src/compiler/intermOut.cpp:38
↓ 53 callers
Function
luaL_checkreal
librtt/Rtt_LuaAux.h:30
↓ 52 callers
Method
Format
platform/windows/Corona.Native.Library.Win32/WinString.cpp:858
↓ 52 callers
Method
GetPixelsPerMeter
Default is 30 (content) pixels per meter so the range [3, 300] pixels maps to [0.1, 10] meters (the optimal length scale range for Box2D)
librtt/Rtt_PhysicsWorld.h:70
↓ 52 callers
Function
LuaHashMap_IteratorIsEqual
external/LuaHashMap/LuaHashMap.c:2441
↓ 52 callers
Function
emit_byte
external/libjpeg/jcmarker.c:107
↓ 52 callers
Method
luaL_error
( lua_State thread, String msg )
external/Mochalua/src/com/groundspeak/mochalua/LuaAPI.java:2359
↓ 52 callers
Method
newTable
Creates a new table and pushes it on the stack.
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:1333
↓ 52 callers
Method
pushJavaObject
Pushes a Java object on the stack with conversion. The object is processed the by the configured converter. @param object the Java object
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:659
↓ 52 callers
Method
report
external/Angle/Project/src/compiler/preprocessor/DiagnosticsBase.cpp:18
↓ 52 callers
Method
toString
Gets Corona's unique string ID for this key code. @return Returns a unique string ID used by Corona's key event in Lua.
platform/android/sdk/src/com/ansca/corona/input/KeyCode.java:91
↓ 51 callers
Method
Contains
librtt/Rtt_PreferenceValue.cpp:1268
↓ 51 callers
Function
do_equalizer
external/mpg123-1.13.1/src/libmpg123/equalizer.c:12
↓ 51 callers
Method
getWidth
external/Angle/Project/src/libGLESv2/Texture.cpp:351
↓ 51 callers
Method
lex
external/Angle/Project/src/compiler/preprocessor/Tokenizer.cpp:2325
↓ 50 callers
Method
Allocator
librtt/Rtt_Runtime.h:153
↓ 50 callers
Method
isMatrix
external/Angle/Project/src/compiler/Types.h:159
↓ 50 callers
Function
lua_next
external/lua-5.1.3/src/lapi.c:1022
↓ 50 callers
Method
lua_pop
( lua_State thread, int n )
external/Mochalua/src/com/groundspeak/mochalua/LuaAPI.java:1133
↓ 50 callers
Method
lua_pushinteger
( lua_State thread, int n )
external/Mochalua/src/com/groundspeak/mochalua/LuaAPI.java:1243
↓ 50 callers
Function
pthread_mutex_destroy
external/pthreads-w32-2-8-0-release/pthread_mutex_destroy.c:41
↓ 49 callers
Function
ImFormatString
platform/linux/src/imgui/imgui.cpp:1647
↓ 49 callers
Function
checkstack
Checks stack space. */
external/JNLua/src/main/c/jnlua.c:1915
↓ 49 callers
Method
error
Used by flex/bison to output all syntax and parsing errors.
external/Angle/Project/src/compiler/ParseHelper.cpp:178
↓ 49 callers
Function
get
external/Angle/Project/samples/RotatingCube/RotatingCubeWinRTXaml/RotatingCubeWinRTXaml/BasicTimer.h:60
↓ 49 callers
Method
getLuaState
Returns the Lua state of this proxy. @return the Lua state
external/JNLua/src/main/java/com/naef/jnlua/LuaValueProxy.java:23
↓ 49 callers
Method
lua_pushstring
( lua_State thread, String s )
external/Mochalua/src/com/groundspeak/mochalua/LuaAPI.java:1304
↓ 48 callers
Method
GetDeviceSimulatorServices
platform/windows/Corona.Native.Library.Win32/Interop/RuntimeEnvironment.cpp:482
↓ 48 callers
Method
LuaState
Creates a new instance. The class loader of this Lua state is set to the context class loader of the calling thread. The Java reflector and the conver
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:188
↓ 48 callers
Function
alcSetError
alcSetError Store latest ALC Error */
external/openal-soft-1.12.854/Alc/ALc.c:556
↓ 48 callers
Method
get
platform/linux/src/Rtt_LinuxContainer.h:230
↓ 48 callers
Function
pthread_mutex_init
external/pthreads-w32-2-8-0-release/pthread_mutex_init.c:41
↓ 48 callers
Method
relateToOperator
Change all function entries in the table with the non-mangled name to be related to the provided built-in operation. This is a low performance operat
external/Angle/Project/src/compiler/SymbolTable.cpp:183
↓ 48 callers
Function
reserved_word
external/Angle/Project/src/compiler/glslang_lex.cpp:2894
↓ 47 callers
Function
CoronaLuaWarning
platform/windows/Corona.Simulator.Native.Library.Win32/Main.cpp:540
↓ 47 callers
Method
HasFailed
Determines if conversion failed. @return Returns true if conversion failed, which means that the GetAxisType() function will return NULL. <br> Returns
librtt/Input/Rtt_InputAxisType.cpp:361
↓ 47 callers
Function
alGetSourcei
external/openal-soft-1.12.854/OpenAL32/alSource.c:1046
↓ 47 callers
Method
get
(Object key)
external/JNLua/src/main/java/com/naef/jnlua/util/AbstractTableMap.java:63
↓ 47 callers
Method
getChar
()
external/Mochalua/src/com/groundspeak/mochalua/LuaStringLib.java:108
↓ 47 callers
Method
getQualifier
external/Angle/Project/src/compiler/Types.h:114
↓ 47 callers
Method
init
external/Angle/Project/src/compiler/preprocessor/Tokenizer.cpp:2305
↓ 46 callers
Method
GetUserData
librtt/Display/Rtt_TextureResourceExternal.cpp:187
↓ 46 callers
Function
LeaveCriticalSection
external/openal-soft-1.12.854/OpenAL32/Include/alMain.h:77
↓ 46 callers
Function
LuaHashMap_Free
external/LuaHashMap/LuaHashMap.c:560
↓ 46 callers
Method
getDevice
Renderer capabilities
external/Angle/Project/src/libGLESv2/renderer/Renderer9.h:105
↓ 46 callers
Method
getField
Pushes on the stack the value indexed by the specified string key in the table at the specified index. @param index the stack index contai
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:1325
↓ 46 callers
Function
glGetIntegerv
external/Angle/Project/src/libGLESv2/libGLESv2.cpp:3358
↓ 46 callers
Function
lua_typename
external/lua-5.1.3/src/lapi.c:297
↓ 45 callers
Method
EQ
( String s1, String inst )
external/Mochalua/src/com/groundspeak/mochalua/Tests.java:119
↓ 45 callers
Function
ImLerp
platform/linux/src/imgui/imgui_internal.h:427
↓ 45 callers
Method
PushValue
( Object value )
external/Mochalua/src/com/groundspeak/mochalua/CallInfo.java:201
↓ 45 callers
Method
call
Calls a Lua function. The function to call and the specified number of arguments are on the stack. After the call, the specified number of returns val
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:562
↓ 45 callers
Method
getTaskDispatcher
Returns the {@link com.ansca.corona.CoronaRuntimeTaskDispatcher CoronaRuntimeTaskDispatcher} used by this {@link com.ansca.corona.CoronaRuntime Corona
platform/android/sdk/src/com/ansca/corona/CoronaRuntime.java:112
↓ 45 callers
Function
lua_call
external/lua-5.1.3/src/lapi.c:825
↓ 45 callers
Method
toJavaObject
Returns a Java object of the specified type representing the value at the specified stack index. The value must be convertible to a Java object of the
external/JNLua/src/main/java/com/naef/jnlua/LuaState.java:1100
↓ 45 callers
Method
type
TODO(alokp): We should only return const type. Fix it by tweaking grammar.
external/Angle/Project/src/compiler/Types.h:27
↓ 44 callers
Method
GetWidth
platform/linux/src/Rtt_LinuxContext.cpp:474
↓ 44 callers
Function
bufput
bufput: appends raw data to a buffer */
external/sundown/Project/sundown/buffer.c:154
↓ 44 callers
Method
getStruct
external/Angle/Project/src/compiler/Types.h:170
↓ 44 callers
Method
isArray
external/Angle/Project/src/compiler/Types.h:162
↓ 44 callers
Method
lua_pushnumber
( lua_State thread, double n )
external/Mochalua/src/com/groundspeak/mochalua/LuaAPI.java:1293
↓ 44 callers
Function
mpg123_free_string
external/mpg123-1.13.1/src/libmpg123/stringbuf.c:23
↓ 44 callers
Method
postOnUiThread
Posts the given Runnable object to the main UI thread's message queue in a thread safe manner. @param runnable The Runnable object to be posted and ex
platform/android/sdk/src/com/ansca/corona/ViewManager.java:179
↓ 43 callers
Function
EnterCriticalSection
external/openal-soft-1.12.854/OpenAL32/Include/alMain.h:71
↓ 43 callers
Method
GetAnalytics
platform/windows/Corona.Simulator/WinGlobalProperties.h:71
↓ 43 callers
Method
Trim
librtt/Core/Rtt_String.cpp:243
← previous
next →
201–300 of 31,076, ranked by callers