Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KuhakuPixel/AceTheGame
/ functions
Functions
2,004 in github.com/KuhakuPixel/AceTheGame
⨍
Functions
2,004
◇
Types & classes
320
Method
setUsageHelpAutoWidth
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
Method
setUsageHelpLongOptionsMaxWidth
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
Method
setUsageHelpWidth
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
Method
setUseSimplifiedAtFiles
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
Method
set_scan_level
ACE/engine/src/match_store.cpp:16
Method
setter
Returns the {@link ISetter} that is responsible for modifying the value of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9767
Method
setter
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
Method
setter
Returns the setter responsible for consuming the unmatched arguments.
Modder/modder/src/main/java/picocli/CommandLine.java:11033
Method
setter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11501
Method
shortestFirst
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
Method
show
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayChoicesDialog.kt:49
Method
show
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayInfoDialog.kt:30
Method
show
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayInputDialog.kt:32
Method
showDefaultValue
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
Method
size
()
Modder/modder/src/main/java/picocli/CommandLine.java:5807
Method
size
()
Modder/modder/src/main/java/picocli/CommandLine.java:6053
Method
specElements
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
Method
splitRegex
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
Method
splitRegexSynopsisLabel
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
Method
stackTraceStyles
Returns the registered styles for stack traces in this color scheme builder. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:17660
Method
stackTraceText
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
Method
start
ACE/engine/src/thread_continuous.cpp:59
Method
string
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
Method
string
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
Method
subcommand
(ParseResult subcommand)
Modder/modder/src/main/java/picocli/CommandLine.java:12732
Method
subgroups
Returns the list of subgroups that this group is composed of.
Modder/modder/src/main/java/picocli/CommandLine.java:10989
Method
synopsisHeading
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
Method
test
(TypedMember tm)
Modder/modder/src/main/java/picocli/CommandLine.java:11845
Function
test_ProcCommunicate
()
ACE/gui/ACEG/test/engine_comm/test_proc_comm.py:5
Function
test_attached_required_strict
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:86
Function
test_attaching
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:47
Function
test_deattach
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:64
Function
test_deattach_1
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:81
Function
test_does_cmd_exist
()
ACE/gui/ACEG/test/utils/test_command.py:3
Function
test_engine_progress_bar
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:287
Function
test_get_running_procs
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:24
Function
test_has_gui_protocol
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:13
Function
test_is_attached_when_proc_dead
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:178
Function
test_list_matches
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:226
Function
test_proc_dead_when_scanning
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:195
Function
test_reset_scan_results
()
ACE/gui/ACEG/test/engine_comm/test_engine.py:274
Function
test_scan_and_filter
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:148
Function
test_scan_and_write
(pause_while_scan: bool)
ACE/gui/ACEG/test/engine_comm/test_engine.py:124
Function
test_str_is_hex
()
ACE/gui/ACEG/test/utils/test_str_utils.py:4
Method
text
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
Method
textTable
Returns the TextTable used in this layout. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:16956
Method
thread_continuous
ACE/engine/src/thread_continuous.cpp:52
Method
toBuilder
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
Method
toBuilder
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
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:5452
Method
toString
Returns a string representation of this command, used in error messages and trace messages.
Modder/modder/src/main/java/picocli/CommandLine.java:7250
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:8690
Method
toString
Returns a string respresentation of this option or positional parameter.
Modder/modder/src/main/java/picocli/CommandLine.java:9281
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:9775
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:10721
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11105
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11318
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11510
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12105
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12144
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12172
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12205
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12820
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:12940
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:13171
Method
toString
(String separator)
Modder/modder/src/main/java/picocli/CommandLine.java:13272
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:17395
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:17560
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:18360
Method
toString
()
Modder/modder/src/main/java/picocli/CommandLine.java:18908
Method
transform
(CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:5080
Method
type
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
Method
typeInfo
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
Method
typeInfo
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
Method
typedValues
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
Method
unmatched
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
Function
update_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:198
Method
usageHelp
Returns whether this option allows the user to request usage help. @see Option#usageHelp()
Modder/modder/src/main/java/picocli/CommandLine.java:10152
Method
useAppContext
()
ATG/app/src/androidTest/java/com/kuhakupixel/atg/ExampleInstrumentedTest.java:20
Method
useAppContext
()
Modder/modder/src/test/apk_example/app/src/androidTest/java/com/java/simpleapp/ExampleInstrumentedTest.java:20
Method
userObject
Returns the user object associated with this command. @see CommandLine#getCommand()
Modder/modder/src/main/java/picocli/CommandLine.java:6437
Method
userObject
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
Method
userObject
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
Method
userObject
()
Modder/modder/src/main/java/picocli/CommandLine.java:10506
Method
userObject
()
Modder/modder/src/main/java/picocli/CommandLine.java:11485
Method
validate
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
Method
validate
(CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:12974
Method
validate
(CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:13194
Method
valueOf
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
Method
ver_string
ACE/engine/src/ACE_global.cpp:68
Method
versionHelp
Returns whether this option allows the user to request version information. @see Option#versionHelp()
Modder/modder/src/main/java/picocli/CommandLine.java:10156
Function
version_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:81
Method
withToString
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
Method
wrapper
(self, *args, **kwargs)
ACE/gui/ACEG/engine_comm/engine.py:144
Function
write_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:129
Function
writeat_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
← previous
next →
1,901–2,000 of 2,004, ranked by callers