MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

↓ 1 callersMethodisEnum
()
Modder/modder/src/main/java/picocli/CommandLine.java:11290
↓ 1 callersMethodisInteractive
()
Modder/modder/src/main/java/picocli/CommandLine.java:11340
↓ 1 callersMethodisInteractive
()
Modder/modder/src/main/java/picocli/CommandLine.java:11498
↓ 1 callersMethodisMap
()
Modder/modder/src/main/java/picocli/CommandLine.java:11288
↓ 1 callersMethodisMinMultiplicityReached
Returns {@code true} if this {@code GroupMatchContainer} has at least the minimum number of {@code MatchedGroupMultiples}. Each multiple may be a comp
Modder/modder/src/main/java/picocli/CommandLine.java:12875
↓ 1 callersMethodisNonAlphabetic
(String str)
Modder/modder/src/main/java/picocli/CommandLine.java:19061
↓ 1 callersMethodisNumeric
(String userValue)
Modder/modder/src/main/java/picocli/CommandLine.java:7887
↓ 1 callersMethodisOption
Returns true if the specified arg is "--", a registered option, or potentially a clustered POSIX option. Called when parsing varargs parameters for a
Modder/modder/src/main/java/picocli/CommandLine.java:14679
↓ 1 callersMethodisOverwrittenOptionsAllowed
Returns whether options for single-value fields can be specified multiple times on the command line. The default is {@code false} and a {@link Overwri
Modder/modder/src/main/java/picocli/CommandLine.java:607
↓ 1 callersMethodisRelativeToAnchor
()
Modder/modder/src/main/java/picocli/CommandLine.java:5891
↓ 1 callersMethodisSubcommandsCaseInsensitive
Returns whether upper case and lower case should be ignored when matching subcommands. The default is {@code false}. @return {@code true} if subcomman
Modder/modder/src/main/java/picocli/CommandLine.java:789
↓ 1 callersMethodisUnmatchedArgumentsAllowed
Returns whether the end user may specify arguments on the command line that are not matched to any option or parameter fields. The default is {@code f
Modder/modder/src/main/java/picocli/CommandLine.java:1114
↓ 1 callersMethodisUsageHelpRequested
Returns {@code true} if an option annotated with {@link Option#usageHelp()} was specified on the command line. @return whether the parser encountered
Modder/modder/src/main/java/picocli/CommandLine.java:418
↓ 1 callersMethodisValidForInteractiveArgs
Returns true for these ranges: 0 and 0..1.
Modder/modder/src/main/java/picocli/CommandLine.java:5949
↓ 1 callersMethodisValueGettable
Check whether the {@link #getValue()} method is able to get an actual value from the current {@link #getter()}. @since 4.7
Modder/modder/src/main/java/picocli/CommandLine.java:9183
↓ 1 callersMethodisVersionHelpRequested
Returns {@code true} if an option annotated with {@link Option#versionHelp()} was specified on the command line. @return whether the parser encountere
Modder/modder/src/main/java/picocli/CommandLine.java:423
↓ 1 callersMethodkeyValuesMap
Creates and returns a {@code Map} that contains an entry for each specified String that is in {@code "key:value"} format. @param entries the strings t
Modder/modder/src/main/java/picocli/CommandLine.java:8239
↓ 1 callersFunctionlicense_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:133
↓ 1 callersFunctionlist_processes_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:47
↓ 1 callersMethodloadClosureClass
()
Modder/modder/src/main/java/picocli/CommandLine.java:5614
↓ 1 callersMethodloadProperties
(CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:18852
↓ 1 callersMethodload_mock_scan_data
ACE/engine/test/scanner_tester.hpp:83
↓ 1 callersMethodlocalPositionalParamCount
()
Modder/modder/src/main/java/picocli/CommandLine.java:10515
↓ 1 callersMethodlongestFirst
Sorts the specified array of Strings longest-first and returns it.
Modder/modder/src/main/java/picocli/CommandLine.java:16975
↓ 1 callersFunctionmain_func
()
ACE/py_scripts/gen_rand.py:98
↓ 1 callersMethodmakeNegative
Returns the negative form of the specified option name for the parser to recognize when parsing command line arguments. @param optionName the option n
Modder/modder/src/main/java/picocli/CommandLine.java:5312
↓ 1 callersMethodmakeSynopsisFromParts
Concatenates the command name and the specified synopsis parts and returns a fully rendered synopsis String. @param synopsisHeadingLength length of th
Modder/modder/src/main/java/picocli/CommandLine.java:15683
↓ 1 callersMethodmatchKeyChunks
(List<String> abbreviatedKeyChunks, List<String> keyChunks, boolean caseInsensitive)
Modder/modder/src/main/java/picocli/CommandLine.java:19023
↓ 1 callersFunctionmatchcount_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:48
↓ 1 callersMethodmatchedMaxElements
Returns {@code true} if the maximum number of matches has been reached for this match: all arguments (required or not) have been matched, and for each
Modder/modder/src/main/java/picocli/CommandLine.java:13151
↓ 1 callersFunctionmem_segment_is_suitable
ACE/engine/src/maps.cpp:144
↓ 1 callersMethodmostSimilar
(String pattern, Iterable<String> candidates)
Modder/modder/src/main/java/picocli/CommandLine.java:18382
↓ 1 callersMethodon
Returns the ANSI escape code for turning this style on. @return the ANSI escape code for turning this style on
Modder/modder/src/main/java/picocli/CommandLine.java:17875
↓ 1 callersMethodonIter
(String arch, File archLibFolder)
Modder/modder/src/main/java/modder/Patcher.java:218
↓ 1 callersMethodon_attached
(self, pid: int, proc_name: str)
ACE/gui/ACEG/dialog/proc_list.py:57
↓ 1 callersMethodoptionArity
Returns a new {@code Range} based on the {@link Option#arity()} annotation on the specified field, or the field type's default arity if no arity was s
Modder/modder/src/main/java/picocli/CommandLine.java:5732
↓ 1 callersMethodoptionDefaultValue
(OptionSpec option)
Modder/modder/src/main/java/picocli/CommandLine.java:18879
↓ 1 callersMethodoptionList
<p>Returns a description of {@linkplain #options() all options} in this command, including any argument groups. </p><p> This implementation {@linkplai
Modder/modder/src/main/java/picocli/CommandLine.java:15938
↓ 1 callersMethodoptionListExcludingGroups
<p>Returns a description of the specified list of options. </p><p> This implementation {@linkplain #createShortOptionNameComparator() sorts options al
Modder/modder/src/main/java/picocli/CommandLine.java:15955
↓ 1 callersMethodoptionListGroupSections
Returns a rendered section of the usage help message that contains the argument groups that have a non-{@code null} {@linkplain ArgGroup#heading() hea
Modder/modder/src/main/java/picocli/CommandLine.java:16000
↓ 1 callersMethodoptionParams
Adds the specified styles to the registered styles for option parameters in this color scheme builder and returns this builder. @param styles the styl
Modder/modder/src/main/java/picocli/CommandLine.java:17685
↓ 1 callersMethodoptions
Returns the list of options configured for this group. @return an immutable list of options in this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10545
↓ 1 callersMethodoriginalArgs
Returns the original command line arguments that were passed to the {@link CommandLine#parseArgs(String...)} method, before {@linkplain CommandLine#is
Modder/modder/src/main/java/picocli/CommandLine.java:12576
↓ 1 callersMethodoriginallyRequired
Returns the original value of the option's required attribute, regardless of whether the option is used in an exclusive group or not. @since 4.7.2-SNA
Modder/modder/src/main/java/picocli/CommandLine.java:8887
↓ 1 callersFunctionoverlayViewFactory
https://gist.github.com/handstandsam/6ecff2f39da72c0b38c07aa80bbb5a2f
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/overlayViewFactory.kt:20
↓ 1 callersMethodparameterList
Returns the rendered positional parameters section of the usage help message for {@linkplain #positionalParameters() all positional parameters} in thi
Modder/modder/src/main/java/picocli/CommandLine.java:16050
↓ 1 callersMethodparameterText
Returns a Text with all parameter styles applied to the specified parameter string. @param parameter the parameter string to apply the registered para
Modder/modder/src/main/java/picocli/CommandLine.java:17447
↓ 1 callersMethodparameters
Adds the specified styles to the registered styles for positional parameters in this color scheme builder and returns this builder. @param styles the
Modder/modder/src/main/java/picocli/CommandLine.java:17681
↓ 1 callersMethodparentCommandElements
Returns the list of program elements annotated with {@code {@literal @}ParentCommand} configured for this command. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:7124
↓ 1 callersMethodparse
(String separator)
Modder/modder/src/main/java/picocli/CommandLine.java:13266
↓ 1 callersMethodperformRestore
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/overlayViewFactory.kt:68
↓ 1 callersFunctionpid_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:53
↓ 1 callersMethodpositionDesc
(ArgSpec arg)
Modder/modder/src/main/java/picocli/CommandLine.java:14899
↓ 1 callersMethodpositionalDefaultValue
(PositionalParamSpec positional)
Modder/modder/src/main/java/picocli/CommandLine.java:18893
↓ 1 callersMethodpositionalParameters
Returns the list of positional parameters configured for this group. @return an immutable list of positional parameters in this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10538
↓ 1 callersFunctionpow_integral
ACE/engine/src/math_util.cpp:4
↓ 1 callersMethodprefix
(String msg)
Modder/modder/src/main/java/picocli/CommandLine.java:18315
↓ 1 callersMethodprintSuggestions
Returns {@code true} and prints suggested solutions to the specified stream if such solutions exist, otherwise returns {@code false}. @since 3.3.0
Modder/modder/src/main/java/picocli/CommandLine.java:18602
↓ 1 callersMethodprintVersionHelp
Delegates to {@link #printVersionHelp(PrintStream, Help.Ansi)} with the ANSI setting of the {@linkplain #getColorScheme() configured} color scheme. @p
Modder/modder/src/main/java/picocli/CommandLine.java:2798
↓ 1 callersMethodprocessArguments
(List<CommandLine> parsedCommands, Stack<String> args,
Modder/modder/src/main/java/picocli/CommandLine.java:13673
↓ 1 callersMethodprocessClusteredShortOptions
(Collection<ArgSpec> required, Set<ArgSpec> initialized,
Modder/modder/src/main/java/picocli/CommandLine.java:13970
↓ 1 callersMethodprocessStandaloneOption
(Collection<ArgSpec> required, Set<ArgSpec> initialized,
Modder/modder/src/main/java/picocli/CommandLine.java:13949
↓ 1 callersFunctionprocess_is_running_handler
ACE/engine/src/main_cmd_handler.cpp:43
↓ 1 callersFunctionprocess_map_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:11
↓ 1 callersMethodpropertyName
(String methodName)
Modder/modder/src/main/java/picocli/CommandLine.java:11523
↓ 1 callersFunctionptrace_deattach_pid
ACE/engine/src/ptrace.cpp:74
↓ 1 callersMethodputValue
Writes the specified value into the cell at the specified row and column and returns the last row and column written to. Depending on the Column's {@l
Modder/modder/src/main/java/picocli/CommandLine.java:17257
↓ 1 callersMethodquoteElements
(List<String> list)
Modder/modder/src/main/java/picocli/CommandLine.java:18675
↓ 1 callersMethodreadPassword
(String prompt)
Modder/modder/src/main/java/picocli/CommandLine.java:14874
↓ 1 callersMethodrecursivelyAddCommandLineTo
(List<CommandLine> result)
Modder/modder/src/main/java/picocli/CommandLine.java:12626
↓ 1 callersMethodrecursivelyExecuteUserObject
(ParseResult parseResult, List<Object> result, Tracer t)
Modder/modder/src/main/java/picocli/CommandLine.java:2534
↓ 1 callersMethodrecursivelyExtractExitCodeGenerators
(ParseResult parseResult, List<IExitCodeGenerator> result)
Modder/modder/src/main/java/picocli/CommandLine.java:2545
↓ 1 callersMethodrefresh
refresh list of running processes
ACE/gui/ACEG/widget/process_table.py:79
↓ 1 callersMethodregisterBuiltInConverters
()
Modder/modder/src/main/java/picocli/CommandLine.java:13291
↓ 1 callersMethodreindent
(int oldIndent)
Modder/modder/src/main/java/picocli/CommandLine.java:17240
↓ 1 callersMethodremoveAlias
(String alias, CommandLine subCommandLine, Tracer t)
Modder/modder/src/main/java/picocli/CommandLine.java:6612
↓ 1 callersMethodrender
Renders a section of the usage help, like header heading, header, synopsis heading, synopsis, description heading, description, etc. @param help the {
Modder/modder/src/main/java/picocli/CommandLine.java:15383
↓ 1 callersMethodrenderDescriptionLines
(OptionSpec option, ColorScheme scheme,
Modder/modder/src/main/java/picocli/CommandLine.java:16622
↓ 1 callersMethodresetNegativeOptionNames
()
Modder/modder/src/main/java/picocli/CommandLine.java:6831
↓ 1 callersMethodresetOriginalStringValues
Sets the {@code originalStringValues} to a new list instance.
Modder/modder/src/main/java/picocli/CommandLine.java:9259
↓ 1 callersMethodresetStringValues
Sets the {@code stringValues} to a new list instance.
Modder/modder/src/main/java/picocli/CommandLine.java:9251
↓ 1 callersMethodresolveExitCode
(int exitCodeOnSuccess, R executionResult, List<IExitCodeGenerator> exitCodeGenerators)
Modder/modder/src/main/java/picocli/CommandLine.java:2280
↓ 1 callersMethodrestoreQuotedValues
(String part, Queue<String> quotedValues, ParserSpec parser)
Modder/modder/src/main/java/picocli/CommandLine.java:9353
↓ 1 callersMethodretranslateUi
(self, MainWindow)
ACE/gui/ACEG/main_menu.py:170
↓ 1 callersFunctionrun_cheater_mode
ACE/engine/src/cheat.cpp:39
↓ 1 callersFunctionscan_level_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:215
↓ 1 callersMethodscope
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:10504
↓ 1 callersMethodsetAbbreviatedOptionsAllowed
Sets whether abbreviated option names should be matched. The default is {@code false}. For example, when set to {@code true}, for an option with name
Modder/modder/src/main/java/picocli/CommandLine.java:880
↓ 1 callersMethodsetAbbreviatedSubcommandsAllowed
Sets whether abbreviated subcommands should be matched. The default is {@code false}. For example, when set to {@code true}, for a subcommand {@code h
Modder/modder/src/main/java/picocli/CommandLine.java:854
↓ 1 callersMethodsetAddMethodSubcommands
Sets whether method commands should be added as subcommands. True by default. Used by the annotation processor. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:6704
↓ 1 callersMethodsetInheritedDeep
()
Modder/modder/src/main/java/picocli/CommandLine.java:6624
↓ 1 callersMethodsetOptionsCaseInsensitive
Sets whether upper case and lower case should be ignored when matching option names. The default is {@code false}. For example, when set to {@code tru
Modder/modder/src/main/java/picocli/CommandLine.java:828
↓ 1 callersMethodsetSubcommandsCaseInsensitive
Sets whether upper case and lower case should be ignored when matching subcommands. The default is {@code false}. For example, when set to {@code true
Modder/modder/src/main/java/picocli/CommandLine.java:801
↓ 1 callersMethodsetUserObject
(Object userObject, IFactory factory)
Modder/modder/src/main/java/picocli/CommandLine.java:10772
↓ 1 callersMethodset_next_scan_type
===========================================
ACE/engine/src/ace_type.cpp:9
↓ 1 callersMethodset_should_change_type
ACE/engine/src/ace_type.cpp:18
↓ 1 callersMethodsetter
Returns the {@link ISetter} that is responsible for modifying the value of this argument.
Modder/modder/src/main/java/picocli/CommandLine.java:9172
↓ 1 callersMethodsetupUi
(self, MainWindow)
ACE/gui/ACEG/main_menu.py:26
↓ 1 callersMethodshouldDetectTerminalSize
(boolean autoWidthEnabledInApplication)
Modder/modder/src/main/java/picocli/CommandLine.java:7882
↓ 1 callersMethodshouldTrimQuotes
()
Modder/modder/src/main/java/picocli/CommandLine.java:8682
← previousnext →1,101–1,200 of 2,004, ranked by callers