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
getMethodParamPosition
()
Modder/modder/src/main/java/picocli/CommandLine.java:11518
Method
getMissing
()
Modder/modder/src/main/java/picocli/CommandLine.java:18551
Method
getMixinName
()
Modder/modder/src/main/java/picocli/CommandLine.java:11519
Method
getMixins
Returns a map of user objects whose options and positional parameters were added to ("mixed in" with) this command. @return a new Map containing the u
Modder/modder/src/main/java/picocli/CommandLine.java:288
Method
getNegatableOptionTransformer
Returns the {@code INegatableOptionTransformer} used to create the negative form of {@linkplain Option#negatable() negatable} options. By default this
Modder/modder/src/main/java/picocli/CommandLine.java:3604
Method
getOverwritten
Returns the {@link ArgSpec} for the option which was being overwritten. @since 3.8
Modder/modder/src/main/java/picocli/CommandLine.java:18705
Method
getResourceBundle
Returns the ResourceBundle of this command or {@code null} if no resource bundle is set. @see Command#resourceBundle() @see CommandSpec#resourceBundle
Modder/modder/src/main/java/picocli/CommandLine.java:3420
Method
getScope
()
Modder/modder/src/main/java/picocli/CommandLine.java:12079
Method
getScope
()
Modder/modder/src/main/java/picocli/CommandLine.java:12120
Method
getSeparator
Returns the String that separates option names from option values when parsing command line options. @return the String the parser uses to separate op
Modder/modder/src/main/java/picocli/CommandLine.java:3397
Method
getToString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11511
Method
getType
()
Modder/modder/src/main/java/picocli/CommandLine.java:11093
Method
getType
()
Modder/modder/src/main/java/picocli/CommandLine.java:11293
Method
getTypeInfo
()
Modder/modder/src/main/java/picocli/CommandLine.java:11502
Method
getUnmatched
Returns the unmatched command line arguments. @since 3.3.0
Modder/modder/src/main/java/picocli/CommandLine.java:18612
Method
getUnmatchedArguments
Returns the list of unmatched command line arguments, if any. @return the list of unmatched command line arguments or an empty list @see #isUnmatchedA
Modder/modder/src/main/java/picocli/CommandLine.java:1142
Method
getUsageHelpLongOptionsMaxWidth
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:3466
Method
getUsageHelpWidth
Returns the maximum width of the usage help message. The default is 80. @see UsageMessageSpec#width()
Modder/modder/src/main/java/picocli/CommandLine.java:3442
Method
getUsageMessage
Similar to {@link #usage(PrintStream)}, but returns the usage help message as a String instead of printing it to the {@code PrintStream}. @since 3.2
Modder/modder/src/main/java/picocli/CommandLine.java:2770
Method
getValue
Returns the {@code String} value for the (sub)command whose input could not be parsed. @return the {@code String} value for the (sub)command where par
Modder/modder/src/main/java/picocli/CommandLine.java:18532
Method
getValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:18931
Method
getVersion
()
Modder/modder/src/main/java/picocli/CommandLine.java:5047
Function
get_address_of_match_index
ACE/engine/src/scan_utils.hpp:134
Method
get_attached_pid
(self)
ACE/gui/ACEG/dialog/proc_list.py:51
Method
get_size_of_simulated_mem_element
ACE/engine/test/scanner_tester.hpp:81
Method
getter
Returns the {@link IGetter} that is responsible for supplying the value of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9170
Method
getter
Returns the {@link IGetter} that is responsible for supplying the value of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9765
Method
getter
Returns the {@link IGetter} that is responsible for supplying the value of the annotated program element associated with this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10965
Method
getter
Returns the getter responsible for producing a {@code Collection} that the unmatched arguments can be added to.
Modder/modder/src/main/java/picocli/CommandLine.java:11031
Method
getter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11500
Method
handle
Executes the top-level {@code Runnable} or {@code Callable} subcommand. If the top-level command does not implement either {@code Runnable} or {@code
Modder/modder/src/main/java/picocli/CommandLine.java:2362
Method
handle
Executes the most specific {@code Runnable} or {@code Callable} subcommand. <p>For {@linkplain Command#subcommandsRepeatable() repeatable subcommands}
Modder/modder/src/main/java/picocli/CommandLine.java:2452
Method
handle
Executes the top-level command and all subcommands as {@code Runnable} or {@code Callable}. If any of the {@code CommandLine} commands does not implem
Modder/modder/src/main/java/picocli/CommandLine.java:2530
Method
handle
(ActionEvent event)
Modder/modder/src/main/java/modder/App.java:312
Method
handleException
(ParameterException ex, PrintStream out, Help.Ansi ansi, String... args)
Modder/modder/src/main/java/picocli/CommandLine.java:1883
Method
handleExecutionException
(Exception ex, CommandLine commandLine, ParseResult parseResult)
Modder/modder/src/main/java/picocli/CommandLine.java:172
Method
handleExecutionException
Handles an {@code Exception} that occurred while executing the {@code Runnable} or {@code Callable} command and returns an exit code suitable for retu
Modder/modder/src/main/java/picocli/CommandLine.java:1781
Method
handleExecutionException
This implementation always simply rethrows the specified exception. @param ex the ExecutionException describing the problem that occurred while execut
Modder/modder/src/main/java/picocli/CommandLine.java:1912
Method
handleGetObject
(String key)
Modder/modder/src/main/java/picocli/CommandLine.java:11628
Method
handleParseException
(ParameterException ex, String[] args)
Modder/modder/src/main/java/picocli/CommandLine.java:165
Method
handleParseException
Handles a {@code ParameterException} that occurred while {@linkplain #parseArgs(String...) parsing} the command line arguments and returns an exit cod
Modder/modder/src/main/java/picocli/CommandLine.java:1745
Method
handleParseException
Prints the message of the specified exception, followed by the usage message for the command or subcommand whose input was invalid, to the stream retu
Modder/modder/src/main/java/picocli/CommandLine.java:1893
Method
handleParseResult
Processes the {@code ParseResult} object resulting from successfully {@linkplain CommandLine#parseArgs(String...) parsing} the command line arguments
Modder/modder/src/main/java/picocli/CommandLine.java:1639
Method
handleParseResult
Prints help if requested, and otherwise calls {@link #handle(CommandLine.ParseResult)}. Finally, either a list of result objects is returned, or the J
Modder/modder/src/main/java/picocli/CommandLine.java:2260
Method
handleParseResult
Prints help if requested, and otherwise executes the top-level {@code Runnable} or {@code Callable} command. Finally, either a list of result objects
Modder/modder/src/main/java/picocli/CommandLine.java:2348
Method
handleParseResult
Prints help if requested, and otherwise executes the most specific {@code Runnable} or {@code Callable} subcommand. <p>For {@linkplain Command#subcomm
Modder/modder/src/main/java/picocli/CommandLine.java:2436
Method
handleParseResult
Prints help if requested, and otherwise executes the top-level command and all subcommands as {@code Runnable}, {@code Callable} or {@code Method}. Fi
Modder/modder/src/main/java/picocli/CommandLine.java:2512
Method
hasInitialValue
Determines whether the option or positional parameter will be reset to the {@link #initialValue()} before parsing new input.
Modder/modder/src/main/java/picocli/CommandLine.java:9746
Method
hasInitialValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11516
Method
hasInstance
(IScope scope)
Modder/modder/src/main/java/picocli/CommandLine.java:12188
Method
hasMatchedOption
Returns whether an option whose aliases include the specified short name was matched on the command line. @param shortName used to search the matched
Modder/modder/src/main/java/picocli/CommandLine.java:12535
Method
hasMatchedPositional
Returns whether a positional parameter was matched at the specified position.
Modder/modder/src/main/java/picocli/CommandLine.java:12544
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:5290
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:10087
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:10289
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:10708
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:11315
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:17394
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:17548
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:17990
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:18203
Method
hashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:18944
Method
headerHeading
Returns the optional heading preceding the header section. Initialized from {@link Command#headerHeading()}, or {@code ""} (empty string).
Modder/modder/src/main/java/picocli/CommandLine.java:8129
Method
headingKey
Returns the heading key of this group, used to get the heading from a resource bundle. @see ArgGroup#headingKey()
Modder/modder/src/main/java/picocli/CommandLine.java:10950
Method
help
Returns whether this option disables validation of the other arguments. @see Option#help() @deprecated Use {@link #usageHelp()} and {@link #versionHel
Modder/modder/src/main/java/picocli/CommandLine.java:10148
Method
hidden
Returns whether this command should be hidden from the usage help message of the parent command. @return {@code true} if this command should not appea
Modder/modder/src/main/java/picocli/CommandLine.java:8208
Method
hidden
Returns whether this option should be excluded from the usage message. @see Option#hidden()
Modder/modder/src/main/java/picocli/CommandLine.java:9698
Method
hideParamSyntax
Returns whether usage syntax decorations around the {@linkplain #paramLabel() paramLabel} should be suppressed. The default is {@code false}: by defau
Modder/modder/src/main/java/picocli/CommandLine.java:9674
Method
index
Returns an index or range specifying which of the command line arguments should be assigned to this positional parameter. @see Parameters#index()
Modder/modder/src/main/java/picocli/CommandLine.java:10331
Method
inherited
Returns whether this option is inherited from a parent command. @see Option#scope() @since 4.3.0
Modder/modder/src/main/java/picocli/CommandLine.java:9703
Method
init
{@inheritDoc}
Modder/modder/src/main/java/picocli/CommandLine.java:15305
Method
init
Initializes this object with the information needed to implement a help command that provides usage help for other commands. @param helpCommandLine th
Modder/modder/src/main/java/picocli/CommandLine.java:15360
Method
initFrom
(UsageMessageSpec settings, CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:8478
Method
initialValue
Returns the initial value this option or positional parameter. If {@link #hasInitialValue()} is true, the option will be reset to the initial value be
Modder/modder/src/main/java/picocli/CommandLine.java:9743
Method
initial_scan
ACE/engine/src/scanner.cpp:308
Method
interactive
Returns whether this option prompts the user to enter a value on the command line. @see Option#interactive()
Modder/modder/src/main/java/picocli/CommandLine.java:9639
Method
internalShowDefaultValue
(boolean usageMessageShowDefaults)
Modder/modder/src/main/java/picocli/CommandLine.java:10015
Method
invoke
(Object proxy, Method method, Object[] args)
Modder/modder/src/main/java/picocli/CommandLine.java:12150
Method
isAbbreviatedOptionsAllowed
Returns whether abbreviation of option names should be allowed when matching options. The default is {@code false}. @return {@code true} if options ca
Modder/modder/src/main/java/picocli/CommandLine.java:866
Method
isAccessible
()
Modder/modder/src/main/java/picocli/CommandLine.java:11103
Method
isAdjustLineBreaksForWideCJKCharacters
Returns whether line breaks should take wide Chinese, Japanese and Korean characters into account for line-breaking purposes. The default is {@code tr
Modder/modder/src/main/java/picocli/CommandLine.java:537
Method
isAdjustLineBreaksForWideCJKCharacters
@see UsageMessageSpec#adjustLineBreaksForWideCJKCharacters() @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:17149
Method
isAllowOptionsAsOptionParameters
Returns 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 m
Modder/modder/src/main/java/picocli/CommandLine.java:1016
Method
isAllowSubcommandsAsOptionParameters
Returns whether options can have parameter values that match subcommand names or aliases, or whether such values should be rejected with a missing par
Modder/modder/src/main/java/picocli/CommandLine.java:985
Method
isArgGroup
()
Modder/modder/src/main/java/picocli/CommandLine.java:11492
Method
isArgSpec
()
Modder/modder/src/main/java/picocli/CommandLine.java:11489
Method
isArray
()
Modder/modder/src/main/java/picocli/CommandLine.java:11286
Method
isBoolean
(Class<?>[] types)
Modder/modder/src/main/java/picocli/CommandLine.java:3629
Method
isBoolean
()
Modder/modder/src/main/java/picocli/CommandLine.java:11284
Method
isCaseInsensitiveEnumValuesAllowed
Returns whether the parser should ignore case when converting arguments to {@code enum} values. The default is {@code false}. @return {@code true} if
Modder/modder/src/main/java/picocli/CommandLine.java:656
Method
isExpandAtFiles
Returns whether arguments starting with {@code '@'} should be treated as the path to an argument file and its contents should be expanded into separat
Modder/modder/src/main/java/picocli/CommandLine.java:3538
Method
isInterpolateVariables
Returns whether variables should be interpolated in String values. The default is {@code true}. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:586
Method
isMultiValue
Returns {@code true} if this argument's {@link #type()} is an array, a {@code Collection} or a {@code Map}, {@code false} otherwise.
Modder/modder/src/main/java/picocli/CommandLine.java:9222
Method
isMultiValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11285
Method
isMultiValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11339
Method
isMultiValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11497
Method
isOff
Returns whether the current trace level is OFF (the lowest).
Modder/modder/src/main/java/picocli/CommandLine.java:18344
Method
isOption
()
Modder/modder/src/main/java/picocli/CommandLine.java:10012
Method
isOption
()
Modder/modder/src/main/java/picocli/CommandLine.java:10274
Method
isOptional
()
Modder/modder/src/main/java/picocli/CommandLine.java:11289
← previous
next →
1,601–1,700 of 2,004, ranked by callers