MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

MethodgetMethodParamPosition
()
Modder/modder/src/main/java/picocli/CommandLine.java:11518
MethodgetMissing
()
Modder/modder/src/main/java/picocli/CommandLine.java:18551
MethodgetMixinName
()
Modder/modder/src/main/java/picocli/CommandLine.java:11519
MethodgetMixins
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
MethodgetNegatableOptionTransformer
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
MethodgetOverwritten
Returns the {@link ArgSpec} for the option which was being overwritten. @since 3.8
Modder/modder/src/main/java/picocli/CommandLine.java:18705
MethodgetResourceBundle
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
MethodgetScope
()
Modder/modder/src/main/java/picocli/CommandLine.java:12079
MethodgetScope
()
Modder/modder/src/main/java/picocli/CommandLine.java:12120
MethodgetSeparator
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
MethodgetToString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11511
MethodgetType
()
Modder/modder/src/main/java/picocli/CommandLine.java:11093
MethodgetType
()
Modder/modder/src/main/java/picocli/CommandLine.java:11293
MethodgetTypeInfo
()
Modder/modder/src/main/java/picocli/CommandLine.java:11502
MethodgetUnmatched
Returns the unmatched command line arguments. @since 3.3.0
Modder/modder/src/main/java/picocli/CommandLine.java:18612
MethodgetUnmatchedArguments
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
MethodgetUsageHelpLongOptionsMaxWidth
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
MethodgetUsageHelpWidth
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
MethodgetUsageMessage
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
MethodgetValue
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
MethodgetValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:18931
MethodgetVersion
()
Modder/modder/src/main/java/picocli/CommandLine.java:5047
Functionget_address_of_match_index
ACE/engine/src/scan_utils.hpp:134
Methodget_attached_pid
(self)
ACE/gui/ACEG/dialog/proc_list.py:51
Methodget_size_of_simulated_mem_element
ACE/engine/test/scanner_tester.hpp:81
Methodgetter
Returns the {@link IGetter} that is responsible for supplying the value of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9170
Methodgetter
Returns the {@link IGetter} that is responsible for supplying the value of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9765
Methodgetter
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
Methodgetter
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
Methodgetter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11500
Methodhandle
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
Methodhandle
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
Methodhandle
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
Methodhandle
(ActionEvent event)
Modder/modder/src/main/java/modder/App.java:312
MethodhandleException
(ParameterException ex, PrintStream out, Help.Ansi ansi, String... args)
Modder/modder/src/main/java/picocli/CommandLine.java:1883
MethodhandleExecutionException
(Exception ex, CommandLine commandLine, ParseResult parseResult)
Modder/modder/src/main/java/picocli/CommandLine.java:172
MethodhandleExecutionException
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
MethodhandleExecutionException
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
MethodhandleGetObject
(String key)
Modder/modder/src/main/java/picocli/CommandLine.java:11628
MethodhandleParseException
(ParameterException ex, String[] args)
Modder/modder/src/main/java/picocli/CommandLine.java:165
MethodhandleParseException
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
MethodhandleParseException
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
MethodhandleParseResult
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
MethodhandleParseResult
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
MethodhandleParseResult
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
MethodhandleParseResult
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
MethodhandleParseResult
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
MethodhasInitialValue
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
MethodhasInitialValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11516
MethodhasInstance
(IScope scope)
Modder/modder/src/main/java/picocli/CommandLine.java:12188
MethodhasMatchedOption
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
MethodhasMatchedPositional
Returns whether a positional parameter was matched at the specified position.
Modder/modder/src/main/java/picocli/CommandLine.java:12544
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:5290
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:10087
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:10289
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:10708
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:11315
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:17394
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:17548
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:17990
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:18203
MethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:18944
MethodheaderHeading
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
MethodheadingKey
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
Methodhelp
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
Methodhidden
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
Methodhidden
Returns whether this option should be excluded from the usage message. @see Option#hidden()
Modder/modder/src/main/java/picocli/CommandLine.java:9698
MethodhideParamSyntax
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
Methodindex
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
Methodinherited
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
Methodinit
{@inheritDoc}
Modder/modder/src/main/java/picocli/CommandLine.java:15305
Methodinit
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
MethodinitFrom
(UsageMessageSpec settings, CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:8478
MethodinitialValue
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
Methodinitial_scan
ACE/engine/src/scanner.cpp:308
Methodinteractive
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
MethodinternalShowDefaultValue
(boolean usageMessageShowDefaults)
Modder/modder/src/main/java/picocli/CommandLine.java:10015
Methodinvoke
(Object proxy, Method method, Object[] args)
Modder/modder/src/main/java/picocli/CommandLine.java:12150
MethodisAbbreviatedOptionsAllowed
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
MethodisAccessible
()
Modder/modder/src/main/java/picocli/CommandLine.java:11103
MethodisAdjustLineBreaksForWideCJKCharacters
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
MethodisAdjustLineBreaksForWideCJKCharacters
@see UsageMessageSpec#adjustLineBreaksForWideCJKCharacters() @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:17149
MethodisAllowOptionsAsOptionParameters
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
MethodisAllowSubcommandsAsOptionParameters
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
MethodisArgGroup
()
Modder/modder/src/main/java/picocli/CommandLine.java:11492
MethodisArgSpec
()
Modder/modder/src/main/java/picocli/CommandLine.java:11489
MethodisArray
()
Modder/modder/src/main/java/picocli/CommandLine.java:11286
MethodisBoolean
(Class<?>[] types)
Modder/modder/src/main/java/picocli/CommandLine.java:3629
MethodisBoolean
()
Modder/modder/src/main/java/picocli/CommandLine.java:11284
MethodisCaseInsensitiveEnumValuesAllowed
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
MethodisExpandAtFiles
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
MethodisInterpolateVariables
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
MethodisMultiValue
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
MethodisMultiValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11285
MethodisMultiValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11339
MethodisMultiValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11497
MethodisOff
Returns whether the current trace level is OFF (the lowest).
Modder/modder/src/main/java/picocli/CommandLine.java:18344
MethodisOption
()
Modder/modder/src/main/java/picocli/CommandLine.java:10012
MethodisOption
()
Modder/modder/src/main/java/picocli/CommandLine.java:10274
MethodisOptional
()
Modder/modder/src/main/java/picocli/CommandLine.java:11289
← previousnext →1,601–1,700 of 2,004, ranked by callers