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
order
Returns the position in the options list in the usage help message at which this option should be shown. Options with a lower number are shown before
Modder/modder/src/main/java/picocli/CommandLine.java:10044
Method
order
Returns the position in the options list in the usage help message at which this option should be shown. Options with a lower number are shown before
Modder/modder/src/main/java/picocli/CommandLine.java:10175
Method
order
Returns the position in the options list in the usage help message at which this group should be shown. Groups with a lower number are shown before gr
Modder/modder/src/main/java/picocli/CommandLine.java:10454
Method
order
Returns the position in the options list in the usage help message at which this group should be shown. Groups with a lower number are shown before gr
Modder/modder/src/main/java/picocli/CommandLine.java:10935
Method
originalArgs
Sets the specified original command line arguments that were passed to the {@link CommandLine#parseArgs(String...)} method, before {@linkplain Command
Modder/modder/src/main/java/picocli/CommandLine.java:12736
Method
originalStringValues
Returns the original command line arguments matched by this option or positional parameter spec. @return the matched arguments as found on the command
Modder/modder/src/main/java/picocli/CommandLine.java:9256
Method
originalValue
Returns the original String value that this range was constructed with. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:5894
Method
overlaps
(Range index)
Modder/modder/src/main/java/picocli/CommandLine.java:5950
Method
paramLabel
Returns the name of the option or positional parameter used in the usage help message. @see Option#paramLabel() @see Parameters#paramLabel()
Modder/modder/src/main/java/picocli/CommandLine.java:9668
Method
parameterConsumer
Returns the custom parameter handler for this option or positional parameter, or {@code null}. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:9757
Method
parameterListHeading
Returns the optional heading preceding the parameter list. Initialized from {@link Command#parameterListHeading()}, or null.
Modder/modder/src/main/java/picocli/CommandLine.java:8178
Method
parameterRenderer
Returns the IParameterRenderer used to render positional params to Text before adding this text to the TextTable in this layout. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:16962
Method
parameterStyles
Returns the registered styles for positional parameters in this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17652
Method
parse
Entry point into parsing command line arguments. @param args the command line arguments @return a list with all commands and subcommands initialized b
Modder/modder/src/main/java/picocli/CommandLine.java:13368
Method
parse
Converts the specified markup styles to an array of {@link IStyle} objects. If no {@linkplain #customMarkupMap() custom markup mapping} is specified,
Modder/modder/src/main/java/picocli/CommandLine.java:17510
Method
populateCommand
<p> Convenience method that initializes the specified annotated object from the specified command line arguments. </p><p> This is equivalent to </p><p
Modder/modder/src/main/java/picocli/CommandLine.java:1474
Method
populateSpec
<p> Convenience method that derives the command specification from the specified interface class, and returns an instance of the specified interface.
Modder/modder/src/main/java/picocli/CommandLine.java:1507
Method
preprocess
(Stack<String> args, CommandSpec commandSpec, ArgSpec argSpec, Map<String, Object> info)
Modder/modder/src/main/java/picocli/CommandLine.java:5288
Method
preprocessor
Returns the preprocessor for this CommandSpec instance. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:7357
Method
preprocessor
Returns the custom {@code IParameterPreprocessor} to either replace or complement picocli's parsing logic for the parameter(s) of this option or posit
Modder/modder/src/main/java/picocli/CommandLine.java:9762
Method
present
()
Modder/modder/src/main/java/picocli/CommandLine.java:12818
Method
proc_rw
ACE/engine/src/proc_rw.cpp:81
Method
prompt
Returns the text displayed to the end user for an interactive option or positional parameter when asking for user input. @see Option#prompt() @see Par
Modder/modder/src/main/java/picocli/CommandLine.java:9649
Function
ptrace_attach_pid
ACE/engine/src/ptrace.cpp:32
Function
quit_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:113
Function
read_arr_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:154
Function
readat_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:140
Method
registerConverter
Registers the specified type converter for the specified class. When initializing fields annotated with {@link Option}, the field's type is used as a
Modder/modder/src/main/java/picocli/CommandLine.java:3386
Method
remove
(Object key)
Modder/modder/src/main/java/picocli/CommandLine.java:6192
Method
removePattern
Removes the negative replacement and synopsis replacement for the specified regular expression. @param regex regular expression to remove @return this
Modder/modder/src/main/java/picocli/CommandLine.java:5509
Method
removeSubcommand
Removes the subcommand with the specified name or alias from this CommandSpec and returns the {@code CommandLine} instance that was associated with th
Modder/modder/src/main/java/picocli/CommandLine.java:6649
Method
render
(Help help)
Modder/modder/src/main/java/picocli/CommandLine.java:8010
Method
render
(Help h)
Modder/modder/src/main/java/picocli/CommandLine.java:12961
Method
render
(OptionSpec option, IParamLabelRenderer paramLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16583
Method
render
(OptionSpec option, IParamLabelRenderer parameterLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16650
Method
render
(PositionalParamSpec param, IParamLabelRenderer parameterLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16663
Method
render
Returns a text representation of the specified positional parameter. @param param the positional parameter to show online usage help for @param parame
Modder/modder/src/main/java/picocli/CommandLine.java:16681
Method
render
(PositionalParamSpec param, IParamLabelRenderer paramLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16702
Method
renderParameterLabel
(ArgSpec argSpec, Ansi ansi, List<IStyle> styles)
Modder/modder/src/main/java/picocli/CommandLine.java:16501
Method
renderParameterLabel
(ArgSpec argSpec, Ansi ansi, List<IStyle> styles)
Modder/modder/src/main/java/picocli/CommandLine.java:16774
Method
renderedDescription
@deprecated Use {@link #description()} instead
Modder/modder/src/main/java/picocli/CommandLine.java:8991
Method
required
Returns whether this is a required option or positional parameter. @see Option#required()
Modder/modder/src/main/java/picocli/CommandLine.java:9636
Method
retrieve_val
* retrieve value at [address] in * the loaded memory * */
ACE/engine/src/loaded_mem_info.hpp:32
Method
richStackTraceString
Returns a String with the {@link #errorStyles() error styles} applied to the stack trace lines showing the throwable class name and error message (inc
Modder/modder/src/main/java/picocli/CommandLine.java:17477
Method
root
Returns the root command: the top-level command of the hierarchy, never {@code null}. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:6753
Method
root
Returns the root option or positional parameter (on the parent command), if this option or positional parameter was inherited; or {@code null} if it w
Modder/modder/src/main/java/picocli/CommandLine.java:9709
Method
run
()
Modder/modder/src/main/java/picocli/CommandLine.java:7905
Method
run
()
Modder/modder/src/main/java/picocli/CommandLine.java:13908
Method
run
Invokes {@link #usage(PrintStream, Help.ColorScheme) usage} for the specified command, or for the parent command.
Modder/modder/src/main/java/picocli/CommandLine.java:15276
Function
scan_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:73
Method
scope
Returns the binding {@link IScope} that determines on which object to set the value (or from which object to get the value) of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9174
Method
scope
Returns the binding {@link IScope} that determines the instance of the enclosing element where the setter sets the value (or the getter gets the value
Modder/modder/src/main/java/picocli/CommandLine.java:9769
Method
scope
Returns the {@link IScope} that determines where the setter sets the value (or the getter gets the value) of the annotated program element associated
Modder/modder/src/main/java/picocli/CommandLine.java:10975
Method
scope
()
Modder/modder/src/main/java/picocli/CommandLine.java:11499
Method
scopeType
Returns the scope of this argument. @return whether this argument applies to all descendent subcommands of the command where it is defined @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:9773
Method
self
()
Modder/modder/src/main/java/picocli/CommandLine.java:1914
Method
self
()
Modder/modder/src/main/java/picocli/CommandLine.java:2375
Method
self
()
Modder/modder/src/main/java/picocli/CommandLine.java:2485
Method
self
()
Modder/modder/src/main/java/picocli/CommandLine.java:2552
Method
self
Returns this builder.
Modder/modder/src/main/java/picocli/CommandLine.java:10139
Method
self
Returns this builder.
Modder/modder/src/main/java/picocli/CommandLine.java:10327
Method
separator
Returns the String to use as the separator between options and option parameters. {@code "="} by default, initialized from {@link Command#separator()}
Modder/modder/src/main/java/picocli/CommandLine.java:8548
Method
separator
()
Modder/modder/src/main/java/picocli/CommandLine.java:16506
Method
server
ACE/engine/src/server.cpp:6
Method
set
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12093
Method
set
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12124
Method
set
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12157
Method
set
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12167
Method
set
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12196
Method
set
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12277
Method
setAllowOptionsAsOptionParameters
Sets whether options can have parameter values that match the name of an option in this command, or whether such values should be rejected with a miss
Modder/modder/src/main/java/picocli/CommandLine.java:1036
Method
setAllowSubcommandsAsOptionParameters
Sets whether options can have parameter values that match subcommand names or aliases, or whether such values should be rejected with a missing parame
Modder/modder/src/main/java/picocli/CommandLine.java:1000
Method
setAtFileCommentChar
Sets the character that starts a single-line comment or {@code null} if all content of argument files should be interpreted as arguments (without comm
Modder/modder/src/main/java/picocli/CommandLine.java:3566
Method
setCaseInsensitiveEnumValuesAllowed
Sets whether the parser should ignore case when converting arguments to {@code enum} values. The default is {@code false}. When set to true, for examp
Modder/modder/src/main/java/picocli/CommandLine.java:669
Method
setCommandName
Sets the command name (also called program name) displayed in the usage help synopsis to the specified value. Note that this method only modifies the
Modder/modder/src/main/java/picocli/CommandLine.java:3527
Method
setDefaultValueProvider
Sets a default value provider for the command and sub-commands <p>The specified setting will be registered with this {@code CommandLine} and the full
Modder/modder/src/main/java/picocli/CommandLine.java:908
Method
setEndOfOptionsDelimiter
Sets the end-of-options delimiter that signals that the remaining command line arguments should be treated as positional parameters. @param delimiter
Modder/modder/src/main/java/picocli/CommandLine.java:777
Method
setExecutionExceptionHandler
Sets a custom handler for dealing with exceptions that occurred in the {@code Callable}, {@code Runnable} or {@code Method} user object of a command w
Modder/modder/src/main/java/picocli/CommandLine.java:1444
Method
setExecutionStrategy
Sets the execution strategy that the {@link #execute(String...) execute} method should use to invoke the business logic on the user objects of this co
Modder/modder/src/main/java/picocli/CommandLine.java:1367
Method
setExitCodeExceptionMapper
Sets the mapper used by the {@link #execute(String...) execute} method to map exceptions to exit codes. <p>The specified setting will be registered wi
Modder/modder/src/main/java/picocli/CommandLine.java:1345
Method
setExpandAtFiles
Sets whether arguments starting with {@code '@'} should be treated as the path to an argument file and its contents should be expanded into separate a
Modder/modder/src/main/java/picocli/CommandLine.java:3546
Method
setHelpFactory
Sets a new {@code IHelpFactory} to customize the usage help message. <p>The specified setting will be registered with this {@code CommandLine} and the
Modder/modder/src/main/java/picocli/CommandLine.java:451
Method
setHelpSectionKeys
Sets the section keys in the order that the usage help message should render the sections. <p>The specified setting will be registered with this {@cod
Modder/modder/src/main/java/picocli/CommandLine.java:495
Method
setHelpSectionMap
Sets the map of section keys and renderers used to construct the usage help message. <p>The specified setting will be registered with this {@code Comm
Modder/modder/src/main/java/picocli/CommandLine.java:526
Method
setInterpolateVariables
Sets whether variables should be interpolated in String values. The default is {@code true}. <p>The specified setting will be registered with this {@c
Modder/modder/src/main/java/picocli/CommandLine.java:593
Method
setLevel
Sets the trace level that needs to be matched or exceeded for internal tracing statements to be printed. The initial trace level is WARN, unless syste
Modder/modder/src/main/java/picocli/CommandLine.java:18336
Method
setLoadBundles
During annotation processing, resource bundles may not be available on the classpath and thereby cause failures. This method allows for disabling load
Modder/modder/src/main/java/picocli/CommandLine.java:11670
Method
setNegatableOptionTransformer
Sets the {@code INegatableOptionTransformer} used to create the negative form of {@linkplain Option#negatable() negatable} options. <p>The specified s
Modder/modder/src/main/java/picocli/CommandLine.java:3619
Method
setOverwrittenOptionsAllowed
Sets whether options for single-value fields can be specified multiple times on the command line without a {@link OverwrittenOptionException} being th
Modder/modder/src/main/java/picocli/CommandLine.java:621
Method
setParameterExceptionHandler
Sets the handler for dealing with invalid user input when the command is {@linkplain #execute(String...) executed}. <p>The specified setting will be r
Modder/modder/src/main/java/picocli/CommandLine.java:1421
Method
setPosixClusteredShortOptionsAllowed
Sets whether short options like {@code -x -v -f SomeFile} can be clustered together like {@code -xvfSomeFile}. The default is {@code true}. <p>The spe
Modder/modder/src/main/java/picocli/CommandLine.java:643
Method
setResourceBundle
Sets the ResourceBundle containing usage help message strings. <p>The specified bundle will be registered with this {@code CommandLine} and the full h
Modder/modder/src/main/java/picocli/CommandLine.java:3432
Method
setSeparator
Sets the String the parser uses to separate option names from option values to the specified value. The separator may also be set declaratively with t
Modder/modder/src/main/java/picocli/CommandLine.java:3408
Method
setSplitQuotedStrings
Sets whether the parser is allowed to split quoted Strings. The default is {@code false}, so quotes are respected: quoted strings are treated as a sin
Modder/modder/src/main/java/picocli/CommandLine.java:760
Method
setStopAtPositional
Sets whether the parser interprets the first positional parameter as "end of options" so the remaining arguments are all treated as positional paramet
Modder/modder/src/main/java/picocli/CommandLine.java:935
Method
setStopAtUnmatched
Sets whether the parser should stop interpreting options and positional parameters as soon as it encounters an unmatched option. Unmatched options are
Modder/modder/src/main/java/picocli/CommandLine.java:970
Method
setToggleBooleanFlags
Sets whether the value of boolean flag options should be "toggled" when the option is matched. The default is {@code false}, and when a flag option is
Modder/modder/src/main/java/picocli/CommandLine.java:576
Method
setTrimQuotes
Sets whether the parser should trim quotes from command line arguments before processing them. The default is read from the system property "picocli.t
Modder/modder/src/main/java/picocli/CommandLine.java:714
Method
setUnmatchedOptionsAllowedAsOptionParameters
Sets whether options can have parameter values that resemble an option, or whether such values should be rejected as unknown options. The default is {
Modder/modder/src/main/java/picocli/CommandLine.java:1070
Method
setUnmatchedOptionsArePositionalParams
Sets whether arguments on the command line that resemble an option should be treated as positional parameters. The default is {@code false}. <p>The sp
Modder/modder/src/main/java/picocli/CommandLine.java:1099
← previous
next →
1,801–1,900 of 2,004, ranked by callers