MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

MethodsetUsageHelpAutoWidth
Sets whether picocli should attempt to detect the terminal size and adjust the usage help message width to take the full terminal width. The default i
Modder/modder/src/main/java/picocli/CommandLine.java:3506
MethodsetUsageHelpLongOptionsMaxWidth
Returns the maximum usage help long options column max width to the specified value. This value controls the maximum width of the long options column:
Modder/modder/src/main/java/picocli/CommandLine.java:3480
MethodsetUsageHelpWidth
Sets the maximum width of the usage help message. Longer lines are wrapped. <p>The specified setting will be registered with this {@code CommandLine}
Modder/modder/src/main/java/picocli/CommandLine.java:3452
MethodsetUseSimplifiedAtFiles
Sets whether to use a simplified argument file format that is compatible with JCommander. In this format, every line (except empty lines and comment l
Modder/modder/src/main/java/picocli/CommandLine.java:3591
Methodset_scan_level
ACE/engine/src/match_store.cpp:16
Methodsetter
Returns the {@link ISetter} that is responsible for modifying the value of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9767
Methodsetter
Returns the {@link ISetter} that is responsible for modifying the value of the annotated program element associated with this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10970
Methodsetter
Returns the setter responsible for consuming the unmatched arguments.
Modder/modder/src/main/java/picocli/CommandLine.java:11033
Methodsetter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11501
MethodshortestFirst
Sorts short strings before longer strings. @return a comparators that sorts short strings before longer strings
Modder/modder/src/main/java/picocli/CommandLine.java:16532
Methodshow
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayChoicesDialog.kt:49
Methodshow
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayInfoDialog.kt:30
Methodshow
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayInputDialog.kt:32
MethodshowDefaultValue
Returns whether this option or positional parameter's default value should be shown in the usage help.
Modder/modder/src/main/java/picocli/CommandLine.java:9749
Methodsize
()
Modder/modder/src/main/java/picocli/CommandLine.java:5807
Methodsize
()
Modder/modder/src/main/java/picocli/CommandLine.java:6053
MethodspecElements
Returns the list of program elements annotated with {@code {@literal @}Spec} configured for this group. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:10997
MethodsplitRegex
Returns a regular expression to split option parameter values or {@code ""} if the value should not be split. @see Option#split()
Modder/modder/src/main/java/picocli/CommandLine.java:9689
MethodsplitRegexSynopsisLabel
Returns a regular expression to split option parameter for usage information. @see Option#splitSynopsisLabel() @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:9695
MethodstackTraceStyles
Returns the registered styles for stack traces in this color scheme builder. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:17660
MethodstackTraceText
Returns a Text with all stackTrace styles applied to all lines in the specified stackTrace string. @param stackTrace the stack trace string to apply t
Modder/modder/src/main/java/picocli/CommandLine.java:17461
Methodstart
ACE/engine/src/thread_continuous.cpp:59
Methodstring
Returns a String where any markup like {@code @|bg(red),white,underline some text|@} is {@linkplain ColorScheme#parse(String) converted} to the styles
Modder/modder/src/main/java/picocli/CommandLine.java:17611
Methodstring
Returns a String where any markup like {@code @|bg(red),white,underline some text|@} is converted to ANSI escape codes if this Ansi is ON, or suppress
Modder/modder/src/main/java/picocli/CommandLine.java:17861
Methodsubcommand
(ParseResult subcommand)
Modder/modder/src/main/java/picocli/CommandLine.java:12732
Methodsubgroups
Returns the list of subgroups that this group is composed of.
Modder/modder/src/main/java/picocli/CommandLine.java:10989
MethodsynopsisHeading
Returns the optional heading preceding the synopsis. Initialized from {@link Command#synopsisHeading()}, {@code "Usage: "} by default.
Modder/modder/src/main/java/picocli/CommandLine.java:8138
Methodtest
(TypedMember tm)
Modder/modder/src/main/java/picocli/CommandLine.java:11845
Functiontest_ProcCommunicate
()
ACE/gui/ACEG/test/engine_comm/test_proc_comm.py:5
Functiontest_attached_required_strict
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:86
Functiontest_attaching
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:47
Functiontest_deattach
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:64
Functiontest_deattach_1
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:81
Functiontest_does_cmd_exist
()
ACE/gui/ACEG/test/utils/test_command.py:3
Functiontest_engine_progress_bar
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:287
Functiontest_get_running_procs
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:24
Functiontest_has_gui_protocol
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:13
Functiontest_is_attached_when_proc_dead
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:178
Functiontest_list_matches
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:226
Functiontest_proc_dead_when_scanning
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:195
Functiontest_reset_scan_results
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:274
Functiontest_scan_and_filter
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:148
Functiontest_scan_and_write
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:124
Functiontest_str_is_hex
()
ACE/gui/ACEG/test/utils/test_str_utils.py:4
Methodtext
Returns a new Text object for this ColorScheme, encapsulating the specified string which may contain markup like {@code @|bg(red),white,underline some
Modder/modder/src/main/java/picocli/CommandLine.java:17601
MethodtextTable
Returns the TextTable used in this layout. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:16956
Methodthread_continuous
ACE/engine/src/thread_continuous.cpp:52
MethodtoBuilder
Returns a new Builder initialized with the attributes from this {@code OptionSpec}. Calling {@code build} immediately will return a copy of this {@cod
Modder/modder/src/main/java/picocli/CommandLine.java:10011
MethodtoBuilder
Returns a new Builder initialized with the attributes from this {@code PositionalParamSpec}. Calling {@code build} immediately will return a copy of t
Modder/modder/src/main/java/picocli/CommandLine.java:10273
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:5452
MethodtoString
Returns a string representation of this command, used in error messages and trace messages.
Modder/modder/src/main/java/picocli/CommandLine.java:7250
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:8690
MethodtoString
Returns a string respresentation of this option or positional parameter.
Modder/modder/src/main/java/picocli/CommandLine.java:9281
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:9775
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:10721
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11105
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11318
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11510
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12105
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12144
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12172
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12205
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12820
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12940
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:13171
MethodtoString
(String separator)
Modder/modder/src/main/java/picocli/CommandLine.java:13272
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:17395
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:17560
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:18360
MethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:18908
Methodtransform
(CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:5080
Methodtype
Returns the type to convert the option or positional parameter to before {@linkplain #setValue(Object) setting} the value. This may be a container typ
Modder/modder/src/main/java/picocli/CommandLine.java:9714
MethodtypeInfo
Returns the type info for this option or positional parameter. @return type information that does not require {@code Class} objects and be constructed
Modder/modder/src/main/java/picocli/CommandLine.java:9720
MethodtypeInfo
Returns the type info for the annotated program element associated with this group. @return type information that does not require {@code Class} objec
Modder/modder/src/main/java/picocli/CommandLine.java:10958
MethodtypedValues
Returns the typed command line arguments matched by this option or positional parameter spec. @return the matched arguments after {@linkplain #splitRe
Modder/modder/src/main/java/picocli/CommandLine.java:9248
Methodunmatched
Returns a list of command line arguments that did not match any options or positional parameters.
Modder/modder/src/main/java/picocli/CommandLine.java:12572
Functionupdate_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:198
MethodusageHelp
Returns whether this option allows the user to request usage help. @see Option#usageHelp()
Modder/modder/src/main/java/picocli/CommandLine.java:10152
MethoduseAppContext
()
ATG/app/src/androidTest/java/com/kuhakupixel/atg/ExampleInstrumentedTest.java:20
MethoduseAppContext
()
Modder/modder/src/test/apk_example/app/src/androidTest/java/com/java/simpleapp/ExampleInstrumentedTest.java:20
MethoduserObject
Returns the user object associated with this command. @see CommandLine#getCommand()
Modder/modder/src/main/java/picocli/CommandLine.java:6437
MethoduserObject
Returns the user object associated with this option or positional parameters. @return may return the annotated program element, or some other useful o
Modder/modder/src/main/java/picocli/CommandLine.java:9058
MethoduserObject
Returns the user object associated with this option or positional parameters. @return may return the annotated program element, or some other useful o
Modder/modder/src/main/java/picocli/CommandLine.java:9725
MethoduserObject
()
Modder/modder/src/main/java/picocli/CommandLine.java:10506
MethoduserObject
()
Modder/modder/src/main/java/picocli/CommandLine.java:11485
Methodvalidate
Returns whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the grou
Modder/modder/src/main/java/picocli/CommandLine.java:10924
Methodvalidate
(CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:12974
Methodvalidate
(CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:13194
MethodvalueOf
Returns Ansi.ON if the specified {@code enabled} flag is true, Ansi.OFF otherwise. @since 3.4
Modder/modder/src/main/java/picocli/CommandLine.java:17865
Methodver_string
ACE/engine/src/ACE_global.cpp:68
MethodversionHelp
Returns whether this option allows the user to request version information. @see Option#versionHelp()
Modder/modder/src/main/java/picocli/CommandLine.java:10156
Functionversion_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:81
MethodwithToString
Sets the string representation of this option or positional parameter to the specified value, and returns this builder.
Modder/modder/src/main/java/picocli/CommandLine.java:9914
Methodwrapper
(self, *args, **kwargs)
ACE/gui/ACEG/engine_comm/engine.py:144
Functionwrite_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:129
Functionwriteat_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:184
Method~ACE_scanner
ACE/engine/src/scanner.cpp:17
Method~ACE_scanner_tester
ACE/engine/test/scanner_tester.hpp:345
Method~Simulated_Memory
ACE/engine/src/simulated_memory.hpp:128
Method~cheat_session
ACE/engine/src/cheat_session.cpp:570
← previousnext →1,901–2,000 of 2,004, ranked by callers