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
↓ 15 callers
Method
throwsErrorReqCheckUserdataClass
(LuaValue obj, Class arg )
luaj_virtual_machine/test/junit/org/luaj/vm2/TypeTest.java:1183
↓ 15 callers
Method
toint
Convert to int if numeric, or 0 if not. @return Value cast to int if number or string convertible to number, otherwise 0 @see #tobyte() @see #tochar()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:501
↓ 14 callers
Method
bitsToValue
( int x )
luaj_virtual_machine/src/core/org/luaj/vm2/lib/Bit32Lib.java:221
↓ 14 callers
Method
checkclosure
Return argument i as a closure, or throw an error if any other type. @param i the index of the argument to test, 1 is the first argument @return LuaCl
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:287
↓ 14 callers
Method
eq
( LuaValue val )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaUserdata.java:108
↓ 14 callers
Method
eq_b
Equals: Perform equality comparison with another value including metatag processing using {@link #EQ}, and return java boolean @param val The value to
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2063
↓ 14 callers
Method
freeexp
(expdesc e)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:472
↓ 14 callers
Method
get
(Object... args)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/lua/interfaceimpl/LuaJavaCreate.java:50
↓ 14 callers
Method
getApplication
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/framework/RapidEnv.java:33
↓ 14 callers
Method
getBinder
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:73
↓ 14 callers
Method
getHashLength
Get the length of the hash part of the table. @return length of the hash part, does not relate to count of objects in the table.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:200
↓ 14 callers
Method
getMainHandler
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/HandlerUtils.java:31
↓ 14 callers
Method
getParams
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:67
↓ 14 callers
Method
testnext
(int c)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:861
↓ 14 callers
Method
valueUsing
Construct a {@link LuaString} around, possibly using the the supplied byte array as the backing store. <p> The caller must ensure that the array is no
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:161
↓ 13 callers
Method
and
Perform boolean {@code and} with another operand, based on lua rules for boolean evaluation. This returns either {@code this} or {@code rhs} depending
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3120
↓ 13 callers
Method
call
()
luaj_virtual_machine/test/junit/org/luaj/vm2/TypeTest.java:58
↓ 13 callers
Method
call
(LuaValue modname, LuaValue env)
luaj_virtual_machine/test/junit/org/luaj/vm2/require/RequireSampleSuccess.java:14
↓ 13 callers
Method
checkfunction
Return argument i as a function, or throw an error if an incompatible type. @param i the index of the argument to test, 1 is the first argument @retur
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:301
↓ 13 callers
Method
checknext
(int c)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:874
↓ 13 callers
Method
checknumber
Return argument i as a LuaNumber, or throw an error if not a number or string that can be converted to a number. @param i the index of the argument to
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:329
↓ 13 callers
Method
concat
Concatenate the contents of a table efficiently, using {@link Buffer} @param sep {@link LuaString} separater to apply between elements @param i the f
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:337
↓ 13 callers
Method
exp2nextreg
(expdesc e)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:641
↓ 13 callers
Method
forClass
(Class c)
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JavaClass.java:59
↓ 13 callers
Method
getDrawable
(RapidParserObject object, String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/parser/ViewParser.java:209
↓ 13 callers
Method
getLayoutParams
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParams.java:27
↓ 13 callers
Method
getTime
()
rapidstudio_vscode_extension/rapidstudio/src/tool.ts:172
↓ 13 callers
Method
hashCode
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaDouble.java:87
↓ 13 callers
Method
invokemethod
Call named method on {@code this} with 0 arguments, including metatag processing, and retain all return values in a {@link Varargs}. <p> Look up {@cod
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1843
↓ 13 callers
Method
isFileExists
(String filePath)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/FileUtil.java:402
↓ 13 callers
Method
jjStartNfa_0
(int pos, long active0, long active1)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:443
↓ 13 callers
Method
neq
Notquals: Perform inequality comparison with another value including metatag processing using {@link #EQ}. @param val The value to compare with. @retu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2076
↓ 13 callers
Method
neq_b
Notquals: Perform inequality comparison with another value including metatag processing using {@link #EQ}. @param val The value to compare with. @retu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2089
↓ 13 callers
Method
or
Perform boolean {@code or} with another operand, based on lua rules for boolean evaluation. This returns either {@code this} or {@code rhs} depending
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3128
↓ 13 callers
Method
set
(boolean value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/data/Var.java:149
↓ 13 callers
Method
stringToBoolean
(String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidStringUtils.java:32
↓ 13 callers
Method
throwsErrorOptUserdataClass
(LuaValue obj, Class arg1, Object arg2 )
luaj_virtual_machine/test/junit/org/luaj/vm2/TypeTest.java:834
↓ 13 callers
Method
toboolean
Convert to boolean false if {@link #NIL} or {@link #FALSE}, true if anything else @return Value cast to byte if number or string convertible to number
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:441
↓ 13 callers
Method
type
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:48
↓ 13 callers
Method
update
(String key, Object object)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IDataBinder.java:41
↓ 12 callers
Method
arithmt
Perform metatag processing for arithmetic operations. <p> Finds the supplied metatag value for {@code this} or {@code op2} and invokes it, or throws {
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2531
↓ 12 callers
Method
concat
(IntPtr l1, int l2)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:436
↓ 12 callers
Method
doOverloadedMethodTest
( String typename, String value )
luaj_virtual_machine/test/junit/org/luaj/vm2/lib/jse/LuaJavaCoercionTest.java:366
↓ 12 callers
Method
dpow
compute power using installed math library, or default if there is no math library installed
luaj_virtual_machine/src/core/org/luaj/vm2/lib/MathLib.java:254
↓ 12 callers
Method
getAnimationCenter
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:86
↓ 12 callers
Method
getChildView
(String id)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:71
↓ 12 callers
Method
gt
Greater than: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning {@link LuaValue}. <
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2784
↓ 12 callers
Method
initialize
初始化一个视图,该方法可在非界面线程调用,但load前必须调用一次。 界面加载的耗时操作都放到了该方法中,因此提前调用可以用于预加载。 在listener中返回的view需在load后才可以使用。 @param context 用于读取数据的上下文。 @param rapidID
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/framework/RapidObject.java:82
↓ 12 callers
Method
invoke
(Varargs args)
luaj_virtual_machine/test/java/org/luaj/luajc/SampleMainChunk.java:30
↓ 12 callers
Method
jjCheckNAdd
(int state)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:2075
↓ 12 callers
Method
jjMoveStringLiteralDfa2_0
(long old0, long active0, long old1, long active1)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:606
↓ 12 callers
Method
precedence
(int op)
luaj_virtual_machine/src/jse/org/luaj/vm2/ast/Exp.java:87
↓ 12 callers
Method
prepend
Concatenate bytes from a {@link LuaString} onto the front of this buffer @param s the left-hand-side value which we will concatenate onto the front of
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:207
↓ 12 callers
Method
rawget
( int key )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:230
↓ 12 callers
Method
rawset
( int key, LuaValue value )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:275
↓ 12 callers
Method
runScriptInSandbox
(String script)
luaj_virtual_machine/examples/jse/SampleSandboxed.java:76
↓ 12 callers
Method
todouble
Convert to double if numeric, or 0 if not. @return Value cast to double if number or string convertible to number, otherwise 0 @see #toint() @see #tob
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:476
↓ 11 callers
Method
addView
(IRapidView view)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IDataBinder.java:37
↓ 11 callers
Method
arg
(int argindex)
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:482
↓ 11 callers
Method
checkfile
(LuaValue val)
luaj_virtual_machine/src/core/org/luaj/vm2/lib/IoLib.java:521
↓ 11 callers
Method
close
Close this upvalue so it is no longer on the stack
luaj_virtual_machine/src/core/org/luaj/vm2/UpValue.java:77
↓ 11 callers
Method
execute
( LuaValue[] stack, Varargs varargs )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaClosure.java:181
↓ 11 callers
Method
exp2RK
(expdesc e)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:674
↓ 11 callers
Method
format
(Buffer buf, byte c)
luaj_virtual_machine/src/core/org/luaj/vm2/lib/StringLib.java:395
↓ 11 callers
Method
get
(RapidDataBinder binder, Map<String, String> mapEnv, String id, String key, String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/data/DataExpressionsParser.java:28
↓ 11 callers
Method
getInstance
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidFileLoader.java:37
↓ 11 callers
Method
jjMoveStringLiteralDfa3_0
(long old0, long active0, long old1, long active1)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:664
↓ 11 callers
Method
loadLocalOrConstant
(Prototype p, JavaBuilder builder, int pc, int borc)
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaGen.java:441
↓ 11 callers
Method
pushfstring
(String string)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LuaC.java:155
↓ 11 callers
Method
rawset
Set a value in a table without metatag processing. @param key the key to use, must not be {@link #NIL} or null @param value the value to use, can be {
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1241
↓ 11 callers
Method
syntaxerror
( String msg )
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:269
↓ 10 callers
Method
Block
()
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:71
↓ 10 callers
Method
INDEXK
gets the index of the constant
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:149
↓ 10 callers
Method
callstack
()
luaj_virtual_machine/src/core/org/luaj/vm2/lib/DebugLib.java:459
↓ 10 callers
Method
checkthread
Return argument i as a LuaThread if a lua thread, or throw an error if any other type. @param i the index of the argument to test, 1 is the first argu
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:357
↓ 10 callers
Method
compilePrototype
Compile lua source from a Reader into a Prototype. The characters in the reader are converted to bytes using the UTF-8 encoding, so a string literal c
luaj_virtual_machine/src/core/org/luaj/vm2/Globals.java:293
↓ 10 callers
Method
dischargevars
(expdesc e)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:533
↓ 10 callers
Method
dup
()
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:341
↓ 10 callers
Method
equals
( Object o )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:463
↓ 10 callers
Method
finish
(boolean succeed, String name, Bitmap bmp)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidImageLoader.java:38
↓ 10 callers
Method
getArrayLength
Get the length of the array part of the table. @return length of the array part, does not relate to count of objects in the table.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:192
↓ 10 callers
Method
getRapidDebugDir
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/FileUtil.java:218
↓ 10 callers
Method
isDataExpression
(String str)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/data/DataExpressionsParser.java:114
↓ 10 callers
Method
isLimitLevel
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:94
↓ 10 callers
Method
length
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:349
↓ 10 callers
Method
lexerror
( String msg, int token )
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:261
↓ 10 callers
Method
log2
(int x)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:592
↓ 10 callers
Method
make
(boolean weakkeys, boolean weakvalues)
luaj_virtual_machine/src/core/org/luaj/vm2/WeakTable.java:43
↓ 10 callers
Method
optstring
(LuaString defval)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:104
↓ 10 callers
Method
reserveregs
(int n)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:460
↓ 10 callers
Method
set
(LuaValue key, LuaValue value)
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JavaInstance.java:68
↓ 10 callers
Method
start
(IRequestInterface reqInterface)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/utils/IRapidFeedsCacheQueue.java:20
↓ 10 callers
Method
toString
()
luaj_virtual_machine/test/junit/org/luaj/vm2/WeakTableTest.java:39
↓ 10 callers
Method
upvalueName
(int upindex)
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:436
↓ 9 callers
Method
aritherror
Throw a {@link LuaError} based on an arithmetic error such as add, or pow, typically due to an invalid operand type @throws LuaError in all cases
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1100
↓ 9 callers
Method
call
The implementation of the TwoArgFunction interface. This will be called once when the library is loaded via require(). @param modname LuaString contai
luaj_virtual_machine/examples/jse/hyperbolic.java:39
↓ 9 callers
Method
check_match
(int what, int who, int where)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:885
↓ 9 callers
Method
checklong
Return argument i as a java long 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:322
↓ 9 callers
Method
close
()
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JseIoLib.java:141
↓ 9 callers
Method
codearith
(int op, expdesc e1, expdesc e2, int line)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:915
← previous
next →
201–300 of 4,469, ranked by callers