MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

MethodText
Constructs a Text with the specified max length (for use in a TextTable Column). @param maxLength max length of this text
Modder/modder/src/main/java/picocli/CommandLine.java:18025
MethodTextTable
@deprecated use {@link picocli.CommandLine.Help.TextTable#TextTable(picocli.CommandLine.Help.ColorScheme, picocli.CommandLine.Help.Column[])} instead
Modder/modder/src/main/java/picocli/CommandLine.java:17138
MethodTracer
()
Modder/modder/src/main/java/picocli/CommandLine.java:18326
MethodTypeConversionException
Constructs a TypeConversionException. @see ITypeConverter#convert(String)
Modder/modder/src/main/java/picocli/CommandLine.java:18458
MethodTypedMember
(Field field)
Modder/modder/src/main/java/picocli/CommandLine.java:11390
MethodUnmatchedArgsBinding
(IGetter getter, ISetter setter)
Modder/modder/src/main/java/picocli/CommandLine.java:11018
MethodUnmatchedArgumentException
(CommandLine commandLine, String msg)
Modder/modder/src/main/java/picocli/CommandLine.java:18593
MethodUsageMessageSpec
()
Modder/modder/src/main/java/picocli/CommandLine.java:7829
MethodValidCommand
()
ATG/app/src/androidTest/java/com/kuhakupixel/atg/ACETest.java:111
Method__init__
(self, engine: AceEngine)
ACE/gui/ACEG/ace_gui.py:40
Method__init__
(self)
ACE/gui/ACEG/widget/log_msg.py:13
Method__init__
(self, engine: AceEngine)
ACE/gui/ACEG/widget/process_table.py:34
Method__init__
(self, proc_path: str)
ACE/gui/ACEG/engine_comm/engine.py:72
Method__init__
(self, proc_path: str, args="")
ACE/gui/ACEG/engine_comm/proc_comm.py:18
Method__init__
(self)
ACE/gui/ACEG/dialog/device_android.py:26
Method__init__
(self, engine: AceEngine)
ACE/gui/ACEG/dialog/proc_list.py:18
Method_cell_clicked
for this table's cellClicked callback
ACE/gui/ACEG/widget/process_table.py:14
Method_cheat_cmd
ACE/engine/src/cheat_session.cpp:13
Methodaccept
(File current, String name)
Modder/modder/src/main/java/modder/Patcher.java:165
Methodadd
Adds the specified {@code OptionSpec} or {@code PositionalParamSpec} to the list of options and parameters that were matched on the command line. @par
Modder/modder/src/main/java/picocli/CommandLine.java:12677
MethodaddAll
(String[] unmatched)
Modder/modder/src/main/java/picocli/CommandLine.java:11034
MethodaddAllSubcommands
Registers all specified subcommands with this Help. @param subcommands the subcommands of this command @return this Help instance (for method chaining
Modder/modder/src/main/java/picocli/CommandLine.java:15530
MethodaddOriginalStringValue
(ArgSpec argSpec, String value)
Modder/modder/src/main/java/picocli/CommandLine.java:13129
MethodaddSpecElement
Adds the specified {@code {@literal @}Spec} annotated program element to the list of spec elements for this group. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:10993
MethodaddSubcommand
Registers the specified subcommand as one of the visible commands in this Help. This method does not check whether the specified command is hidden or
Modder/modder/src/main/java/picocli/CommandLine.java:15575
Methodaddition_isCorrect
ATG/app/src/test/java/com/kuhakupixel/atg/ExampleUnitTest.kt:13
Methodaddition_isCorrect
()
Modder/modder/src/test/apk_example/app/src/test/java/com/java/simpleapp/ExampleUnitTest.java:13
Methodaddr_and_value
ACE/engine/src/scan_utils.cpp:6
Methodaddr_range
ACE/engine/src/ace_type.cpp:2
MethodallSubcommands
Returns the map of all subcommand {@code Help} instances (including hidden commands) for this command Help. @since 4.4 @see #subcommands()
Modder/modder/src/main/java/picocli/CommandLine.java:15512
MethodandExit
Indicates that the handler should call {@link System#exit(int)} after processing completes and sets the exit code to use as the termination status. @d
Modder/modder/src/main/java/picocli/CommandLine.java:1867
Methodansi
Returns the ANSI style to use. Defaults to {@code Help.Ansi.AUTO}, unless {@link #useAnsi(CommandLine.Help.Ansi)} was called with a different setting.
Modder/modder/src/main/java/picocli/CommandLine.java:1817
Methodansi
Returns the {@code Ansi} setting of this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17644
MethodappHasAGreeting
()
Modder/modder/src/test/java/modder/AppTest.java:10
Methodargs
Returns the list of options and positional parameters that depend on this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10983
Methodarity
Returns how many arguments this option or positional parameter requires. @see Option#arity()
Modder/modder/src/main/java/picocli/CommandLine.java:9663
MethodaskForOverlayPermission
* returns true if permission is given, false otherwise * */
ATG/app/src/main/java/com/kuhakupixel/atg/ui/MainActivity.kt:25
Methodattached_required
require engine to be attached before calling [f] if no attach, no error is thrown but caller can che
ACE/gui/ACEG/engine_comm/engine.py:131
Methodattached_required_strict
throws error if engine is not attached, this is useful when error must not be silent
ACE/gui/ACEG/engine_comm/engine.py:155
MethodauxiliaryTypes
Returns auxiliary type information used when the {@link #type()} is a generic container like {@code Collection}, {@code Map}, {@code Optional} or an a
Modder/modder/src/main/java/picocli/CommandLine.java:9679
Methodbuild
()
Modder/modder/src/main/java/picocli/CommandLine.java:5520
Methodbuild
()
Modder/modder/src/main/java/picocli/CommandLine.java:9632
Methodbuild
Returns a valid {@code OptionSpec} instance.
Modder/modder/src/main/java/picocli/CommandLine.java:10137
Methodbuild
Returns a valid {@code PositionalParamSpec} instance.
Modder/modder/src/main/java/picocli/CommandLine.java:10325
Methodbuild
Returns a valid {@code ArgGroupSpec} instance.
Modder/modder/src/main/java/picocli/CommandLine.java:10886
Methodbuild
Creates and returns a new {@code ColorScheme} with the values configured on this builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17728
MethodbuildNotification
https://stackoverflow.com/a/47533338/14073678
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:90
Methodcapacity
()
Modder/modder/src/main/java/picocli/CommandLine.java:10339
MethodcellAt
Returns the {@code Text} slot at the specified row and column to write a text value into. @param row the row of the cell whose Text to return @param c
Modder/modder/src/main/java/picocli/CommandLine.java:17170
Methodcheat_mode_args
ACE/engine/src/cheat_cmd_handler.cpp:11
Methodcheat_session
ACE/engine/src/cheat_session.cpp:558
Methodcheater_mode_on_each_input
ACE/engine/src/cheat_session.cpp:494
Methodclear
()
Modder/modder/src/main/java/picocli/CommandLine.java:11055
Functionclear_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:73
MethodcolorScheme
Returns the ColorScheme to use. Defaults to {@code Help#defaultColorScheme(Help.Ansi.AUTO)}. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:1820
MethodcolorScheme
Returns the ColorScheme used to create Text objects in this layout. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:16953
Methodcolumns
The column definitions of this table.
Modder/modder/src/main/java/picocli/CommandLine.java:17157
MethodcommandListHeading
Returns the optional heading preceding the subcommand list. Initialized from {@link Command#commandListHeading()}. {@code "Commands:%n"} by default.
Modder/modder/src/main/java/picocli/CommandLine.java:8211
MethodcommandName
()
Modder/modder/src/main/java/picocli/CommandLine.java:15584
MethodcommandSpec
Returns the CommandSpec of this object, never {@code null}.
Modder/modder/src/main/java/picocli/CommandLine.java:11750
MethodcommandStyles
Returns the registered styles for commands in this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17648
Methodcompare
(ArgSpec p1, ArgSpec p2)
Modder/modder/src/main/java/picocli/CommandLine.java:15015
Methodcompare
(String o1, String o2)
Modder/modder/src/main/java/picocli/CommandLine.java:16966
Methodcompare
(OptionSpec o1, OptionSpec o2)
Modder/modder/src/main/java/picocli/CommandLine.java:16983
Methodcompare
(OptionSpec o1, OptionSpec o2)
Modder/modder/src/main/java/picocli/CommandLine.java:16996
Methodcompare
(T o1, T o2)
Modder/modder/src/main/java/picocli/CommandLine.java:17011
MethodcompletionCandidates
Returns the completion candidates for this option or positional parameter, or {@code null}. @since 3.2
Modder/modder/src/main/java/picocli/CommandLine.java:9753
MethodconsumeParameters
(Stack<String> args, ArgSpec argSpec, CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:5166
Methodcontainer
Returns the container {@code GroupMatchContainer} of this match.
Modder/modder/src/main/java/picocli/CommandLine.java:13123
Methodcontains
(Object o)
Modder/modder/src/main/java/picocli/CommandLine.java:6043
MethodcontainsValue
(Object value)
Modder/modder/src/main/java/picocli/CommandLine.java:6161
Methodconvert
Always throws UnsupportedOperationException. @throws UnsupportedOperationException always
Modder/modder/src/main/java/picocli/CommandLine.java:5041
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:14766
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15026
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15029
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15032
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15035
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15039
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15048
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15061
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15065
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15069
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15073
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15076
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15079
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15082
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15085
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15088
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15092
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15108
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15133
Methodconvert
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:15136
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15139
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15143
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15146
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15149
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15152
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15155
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15158
Methodconvert
(String s)
Modder/modder/src/main/java/picocli/CommandLine.java:15165
← previousnext →1,401–1,500 of 2,004, ranked by callers