Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/RapidView
/ functions
Functions
4,469 in github.com/Tencent/RapidView
⨍
Functions
4,469
◇
Types & classes
971
↓ 764 callers
Method
valueOf
Convert java boolean to a {@link LuaValue}. @param b boolean value to convert @return {@link #TRUE} if not or {@link #FALSE} if false
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3159
↓ 552 callers
Method
get
(String key)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IDataBinder.java:51
↓ 210 callers
Method
length
Length operator: return lua length of object {@code (#this)} including metatag processing as java int @return length as defined by the lua # operator
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2025
↓ 209 callers
Method
set
( int key, LuaValue value )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:262
↓ 180 callers
Method
append
( Instruction i )
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:758
↓ 170 callers
Method
substring
Take a substring using Java zero-based indexes for begin and end or range. @param beginIndex The zero-based index of the first character to include.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:435
↓ 166 callers
Method
tojstring
Convert the buffer to a Java String @return the value as a Java String
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:119
↓ 163 callers
Method
getParser
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidView.java:48
↓ 161 callers
Method
add
(Element element)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidTask.java:38
↓ 161 callers
Method
throwsErrorReq
(LuaValue obj, String method )
luaj_virtual_machine/test/junit/org/luaj/vm2/TypeTest.java:904
↓ 153 callers
Method
arg
Get the n-th argument value (1-based). @param i the index of the argument to get, 1 is the first argument @return Value at position i, or LuaValue.NIL
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:57
↓ 149 callers
Method
d
(String tag, String msg)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/XLog.java:21
↓ 147 callers
Method
throwsError
(LuaValue obj, String method, Class argtype, Object argument )
luaj_virtual_machine/test/junit/org/luaj/vm2/TypeTest.java:546
↓ 139 callers
Method
getString
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IVar.java:37
↓ 126 callers
Method
valueOf
Get a {@link LuaString} instance whose bytes match the supplied Java String using the UTF8 encoding. @param string Java String containing characters t
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:113
↓ 121 callers
Method
jj_consume_token
(int kind)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:1720
↓ 118 callers
Method
varargsOf
Construct a {@link Varargs} around an array of {@link LuaValue}s. @param v The array of {@link LuaValue}s @return {@link Varargs} wrapping the suppli
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3403
↓ 114 callers
Method
set
Set the value of this Slot's first Entry, if possible, or return a new Slot whose first entry has the given value.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:943
↓ 111 callers
Method
arg1
Get the first argument in the list. @return LuaValue which is first in the list, or LuaValue.NIL if there are no values. @see Varargs#arg(int) @see Lu
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:71
↓ 109 callers
Method
get
( int key )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:220
↓ 96 callers
Method
append
Append a single byte to the buffer. @return {@code this} to allow call chaining
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:135
↓ 96 callers
Method
todouble
Return argument i as a java double value or 0 if not a number. @param i the index of the argument to convert, 1 is the first argument @return double v
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:431
↓ 95 callers
Method
getView
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidView.java:46
↓ 90 callers
Method
coerce
Coerse a Java object to a corresponding lua value. <p> Integral types {@code boolean}, {@code byte}, {@code char}, and {@code int} will become {@link
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/CoerceJavaToLua.java:176
↓ 81 callers
Method
indexOf
Find the index of a byte starting at a point in this string @param b the byte to look for @param start the first index in the string @return index of
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:588
↓ 77 callers
Method
tryMathOp
(String op, double x)
luaj_virtual_machine/test/junit/org/luaj/vm2/MathLibTest.java:204
↓ 76 callers
Method
call
Call {@code this} with 0 arguments, including metatag processing, and return only the first return value. <p> If {@code this} is a {@link LuaFunction}
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1424
↓ 74 callers
Method
getValue
Get the value of the upvalue @return the {@link LuaValue} for this upvalue
luaj_virtual_machine/src/core/org/luaj/vm2/UpValue.java:62
↓ 74 callers
Method
print
Pretty-prints contents of a Prototype. @param prototype Prototype to print.
luaj_virtual_machine/src/core/org/luaj/vm2/Print.java:349
↓ 73 callers
Method
getContext
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:96
↓ 70 callers
Method
valueOf
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaInteger.java:51
↓ 68 callers
Method
eq
Equals: Perform equality comparison with another value including metatag processing using {@link #EQ}. @param val The value to compare with. @return
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2048
↓ 66 callers
Method
argerror
Throw a {@link LuaError} indicating an invalid argument was supplied to a function @param expected String naming the type that was expected @throws Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1058
↓ 66 callers
Method
toString
Convert the buffer to a Java String @return the value as a Java String
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:127
↓ 64 callers
Method
tableOf
Construct an empty {@link LuaTable}. @return new {@link LuaTable} instance with no values and no metatable.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3205
↓ 64 callers
Method
toboolean
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:68
↓ 63 callers
Method
isEmpty
(String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidStringUtils.java:45
↓ 63 callers
Method
subargs
Create a {@code Varargs} instance containing arguments starting at index {@code start} @param start the index from which to include arguments, where 1
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:505
↓ 61 callers
Method
error
Throw a {@link LuaError} with a particular message @param message String providing message details @throws LuaError in all cases
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1041
↓ 58 callers
Method
checkint
Return argument i as a java int value, discarding any fractional part, or throw an error if not a number. @param i the index of the argument to test,
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:308
↓ 57 callers
Method
isnil
Check if {@code this} is {@code #NIL} @return true if this is {@code #NIL}, otherwise false @see #NIL @see #NONE @see #checknotnil() @see #optvalue(Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:370
↓ 56 callers
Method
runFragment
( Varargs expected, String script )
luaj_virtual_machine/test/junit/org/luaj/vm2/FragmentsTest.java:64
↓ 54 callers
Method
getmetatable
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:76
↓ 54 callers
Method
jj_scan_token
(int kind)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:1746
↓ 51 callers
Method
isnil
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:72
↓ 49 callers
Method
expectEquals
(Varargs x, Varargs y)
luaj_virtual_machine/test/junit/org/luaj/vm2/VarargsTest.java:60
↓ 48 callers
Method
luaByte
(int index)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:528
↓ 47 callers
Method
narg
Get the number of arguments, or 0 if there are none. @return number of arguments.
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:63
↓ 47 callers
Method
next
Get the next element after a particular key in the table @return key,value or nil
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:381
↓ 47 callers
Method
toint
Return argument i as a java int value, discarding any fractional part and truncating, or 0 if not a number. @param i the index of the argument to conv
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:445
↓ 46 callers
Method
L
(SyntaxElement e, long startinfo)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:37
↓ 45 callers
Method
checkTable
( LuaValue t, LuaValue aa, LuaValue bb, LuaValue cc, LuaValue dd, LuaValue ee, LuaValue ff, LuaValue gg,
luaj_virtual_machine/test/junit/org/luaj/vm2/MetatableTest.java:246
↓ 45 callers
Method
isuserdata
Tests if argument i is a userdata. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a us
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:160
↓ 45 callers
Method
load
Convenience function to load a string value as a script. Must be lua source. @param script Contents of a lua script, such as "print 'hello, world.'"
luaj_virtual_machine/src/core/org/luaj/vm2/Globals.java:195
↓ 44 callers
Method
getString
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/data/Var.java:414
↓ 42 callers
Method
add
Link the given new entry to this slot.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:948
↓ 41 callers
Method
_assert
(boolean b)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/Constants.java:62
↓ 40 callers
Method
concat
Concatenate another value onto this value and return the result using rules of lua string concatenation including metatag processing. <p> Only strings
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3030
↓ 40 callers
Method
inheritanceLevels
Determine levels of inheritance between a base class and a subclass @param baseclass base class to look for @param subclass class from which to start
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/CoerceLuaToJava.java:272
↓ 40 callers
Method
lt
Less than: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning {@link LuaValue}. <p>
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2584
↓ 40 callers
Method
set
Set a value in a table without metatag processing using {@link #NEWINDEX}. @param key the key to use, must not be {@link #NIL} or null @param value th
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1165
↓ 39 callers
Method
read
()
luaj_virtual_machine/test/junit/org/luaj/vm2/ErrorsTest.java:48
↓ 39 callers
Method
userdataOf
Construct a LuaUserdata for an object. @param o The java instance to be wrapped as userdata @return {@link LuaUserdata} value wrapping the java insta
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3271
↓ 38 callers
Method
eval
Evaluate any pending tail call and return result. @return the evaluated tail call result
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:77
↓ 37 callers
Method
accept
(Visitor visitor)
luaj_virtual_machine/src/jse/org/luaj/vm2/ast/Exp.java:29
↓ 37 callers
Method
checkstring
Return argument i as a LuaString if a string or number, or throw an error if any other type @param i the index of the argument to test, 1 is the first
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:343
↓ 37 callers
Method
dip2px
根据手机的分辨率从 dp 的单位 转成为 px(像素)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/ViewUtils.java:38
↓ 37 callers
Method
get
Get a value in a table including metatag processing using {@link #INDEX}. @param key the key to look up, must not be {@link #NIL} or null @return {@li
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1136
↓ 37 callers
Method
getID
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/animation/IAnimation.java:26
↓ 36 callers
Method
isstring
Tests if argument i is a string. Since all lua numbers can be used where strings are used, this will return true for both strings and numbers. @param
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:139
↓ 36 callers
Method
loadLocal
(int pc, int slot)
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:382
↓ 35 callers
Method
jjStopAtPos
(int pos, int kind)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:15
↓ 35 callers
Method
pow
Raise to power: Raise this value to a power including metatag processing. <p> Each operand must derive from {@link LuaNumber} or derive from {@link Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2330
↓ 35 callers
Method
readChar
Read a character.
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/SimpleCharStream.java:183
↓ 35 callers
Method
sub
Subtract: Perform numeric subtract operation with another value of unknown type, including metatag processing. <p> Each operand must derive from {@lin
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2215
↓ 34 callers
Method
doTest
(String file)
luaj_virtual_machine/test/junit/org/luaj/vm2/compiler/LuaParserTests.java:17
↓ 34 callers
Method
equals
(Object o)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:80
↓ 34 callers
Method
jj_ntk
()
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:1787
↓ 34 callers
Method
load
Convert the prototype into a LuaFunction with the supplied environment.
luaj_virtual_machine/src/core/org/luaj/vm2/Globals.java:144
↓ 34 callers
Method
value
Get buffer contents as a {@link LuaValue} @return value as a {@link LuaValue}, converting as necessary
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:91
↓ 33 callers
Method
GETARG_A
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:111
↓ 33 callers
Method
clear
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/control/IRapidRecyclerView.java:119
↓ 33 callers
Method
getBoolean
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IVar.java:27
↓ 33 callers
Method
visit
(Chunk chunk)
luaj_virtual_machine/src/jse/org/luaj/vm2/ast/Visitor.java:29
↓ 31 callers
Method
checkjstring
Return argument i as a java String if a string or number, or throw an error if any other type @param i the index of the argument to test, 1 is the fir
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:336
↓ 31 callers
Method
isclosure
Check if {@code this} is a {@code function} that is a closure, meaning interprets lua bytecode for its execution @return true if this is a {@code clos
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:307
↓ 31 callers
Method
t
(String format, String expected)
luaj_virtual_machine/test/junit/org/luaj/vm2/lib/jse/OsLibTest.java:21
↓ 30 callers
Method
GETARG_B
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:119
↓ 30 callers
Method
jjCheckNAddStates
(int start, int end)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:2095
↓ 30 callers
Method
stringToList
(String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidStringUtils.java:109
↓ 29 callers
Method
getInt
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IVar.java:29
↓ 29 callers
Method
standardGlobals
Create a standard set of globals for JSE including all the libraries. @return Table of globals initialized with the standard JSE libraries @see #debu
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JsePlatform.java:94
↓ 29 callers
Method
valueOf
(double d)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaDouble.java:77
↓ 28 callers
Method
GET_OPCODE
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:107
↓ 28 callers
Method
istable
Tests if argument i is a table. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a lua t
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:146
↓ 28 callers
Method
lteq
Less than or equals: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning {@link LuaVa
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2684
↓ 28 callers
Method
notify
(IRapidNode.HOOK_TYPE type, String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidTask.java:44
↓ 27 callers
Method
close
(Closeable stream )
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/Closer.java:24
↓ 27 callers
Method
getMessage
Get the string message if it was supplied, or a string representation of the message object if that was supplied.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaError.java:57
↓ 27 callers
Method
next
()
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:721
next →
1–100 of 4,469, ranked by callers