MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

Methodorder
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
Methodorder
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
Methodorder
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
Methodorder
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
MethodoriginalArgs
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
MethodoriginalStringValues
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
MethodoriginalValue
Returns the original String value that this range was constructed with. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:5894
Methodoverlaps
(Range index)
Modder/modder/src/main/java/picocli/CommandLine.java:5950
MethodparamLabel
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
MethodparameterConsumer
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
MethodparameterListHeading
Returns the optional heading preceding the parameter list. Initialized from {@link Command#parameterListHeading()}, or null.
Modder/modder/src/main/java/picocli/CommandLine.java:8178
MethodparameterRenderer
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
MethodparameterStyles
Returns the registered styles for positional parameters in this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17652
Methodparse
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
Methodparse
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
MethodpopulateCommand
<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
MethodpopulateSpec
<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
Methodpreprocess
(Stack<String> args, CommandSpec commandSpec, ArgSpec argSpec, Map<String, Object> info)
Modder/modder/src/main/java/picocli/CommandLine.java:5288
Methodpreprocessor
Returns the preprocessor for this CommandSpec instance. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:7357
Methodpreprocessor
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
Methodpresent
()
Modder/modder/src/main/java/picocli/CommandLine.java:12818
Methodproc_rw
ACE/engine/src/proc_rw.cpp:81
Methodprompt
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
Functionptrace_attach_pid
ACE/engine/src/ptrace.cpp:32
Functionquit_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:113
Functionread_arr_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:154
Functionreadat_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:140
MethodregisterConverter
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
Methodremove
(Object key)
Modder/modder/src/main/java/picocli/CommandLine.java:6192
MethodremovePattern
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
MethodremoveSubcommand
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
Methodrender
(Help help)
Modder/modder/src/main/java/picocli/CommandLine.java:8010
Methodrender
(Help h)
Modder/modder/src/main/java/picocli/CommandLine.java:12961
Methodrender
(OptionSpec option, IParamLabelRenderer paramLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16583
Methodrender
(OptionSpec option, IParamLabelRenderer parameterLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16650
Methodrender
(PositionalParamSpec param, IParamLabelRenderer parameterLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16663
Methodrender
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
Methodrender
(PositionalParamSpec param, IParamLabelRenderer paramLabelRenderer, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16702
MethodrenderParameterLabel
(ArgSpec argSpec, Ansi ansi, List<IStyle> styles)
Modder/modder/src/main/java/picocli/CommandLine.java:16501
MethodrenderParameterLabel
(ArgSpec argSpec, Ansi ansi, List<IStyle> styles)
Modder/modder/src/main/java/picocli/CommandLine.java:16774
MethodrenderedDescription
@deprecated Use {@link #description()} instead
Modder/modder/src/main/java/picocli/CommandLine.java:8991
Methodrequired
Returns whether this is a required option or positional parameter. @see Option#required()
Modder/modder/src/main/java/picocli/CommandLine.java:9636
Methodretrieve_val
* retrieve value at [address] in * the loaded memory * */
ACE/engine/src/loaded_mem_info.hpp:32
MethodrichStackTraceString
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
Methodroot
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
Methodroot
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
Methodrun
()
Modder/modder/src/main/java/picocli/CommandLine.java:7905
Methodrun
()
Modder/modder/src/main/java/picocli/CommandLine.java:13908
Methodrun
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
Functionscan_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:73
Methodscope
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
Methodscope
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
Methodscope
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
Methodscope
()
Modder/modder/src/main/java/picocli/CommandLine.java:11499
MethodscopeType
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
Methodself
()
Modder/modder/src/main/java/picocli/CommandLine.java:1914
Methodself
()
Modder/modder/src/main/java/picocli/CommandLine.java:2375
Methodself
()
Modder/modder/src/main/java/picocli/CommandLine.java:2485
Methodself
()
Modder/modder/src/main/java/picocli/CommandLine.java:2552
Methodself
Returns this builder.
Modder/modder/src/main/java/picocli/CommandLine.java:10139
Methodself
Returns this builder.
Modder/modder/src/main/java/picocli/CommandLine.java:10327
Methodseparator
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
Methodseparator
()
Modder/modder/src/main/java/picocli/CommandLine.java:16506
Methodserver
ACE/engine/src/server.cpp:6
Methodset
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12093
Methodset
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12124
Methodset
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12157
Methodset
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12167
Methodset
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12196
Methodset
(T value)
Modder/modder/src/main/java/picocli/CommandLine.java:12277
MethodsetAllowOptionsAsOptionParameters
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
MethodsetAllowSubcommandsAsOptionParameters
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
MethodsetAtFileCommentChar
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
MethodsetCaseInsensitiveEnumValuesAllowed
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
MethodsetCommandName
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
MethodsetDefaultValueProvider
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
MethodsetEndOfOptionsDelimiter
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
MethodsetExecutionExceptionHandler
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
MethodsetExecutionStrategy
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
MethodsetExitCodeExceptionMapper
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
MethodsetExpandAtFiles
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
MethodsetHelpFactory
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
MethodsetHelpSectionKeys
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
MethodsetHelpSectionMap
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
MethodsetInterpolateVariables
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
MethodsetLevel
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
MethodsetLoadBundles
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
MethodsetNegatableOptionTransformer
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
MethodsetOverwrittenOptionsAllowed
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
MethodsetParameterExceptionHandler
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
MethodsetPosixClusteredShortOptionsAllowed
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
MethodsetResourceBundle
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
MethodsetSeparator
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
MethodsetSplitQuotedStrings
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
MethodsetStopAtPositional
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
MethodsetStopAtUnmatched
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
MethodsetToggleBooleanFlags
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
MethodsetTrimQuotes
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
MethodsetUnmatchedOptionsAllowedAsOptionParameters
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
MethodsetUnmatchedOptionsArePositionalParams
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
← previousnext →1,801–1,900 of 2,004, ranked by callers