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
↓ 9 callers
Method
toString
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:64
↓ 9 callers
Method
tryConvert
(ArgSpec argSpec, int index, ITypeConverter<?> converter, String value, int typeIndex)
Modder/modder/src/main/java/picocli/CommandLine.java:14711
↓ 9 callers
Method
unspecified
Returns a new Range object with the {@code isUnspecified} value replaced by the specified value. @param unspecified the {@code unspecified} value of t
Modder/modder/src/main/java/picocli/CommandLine.java:5872
↓ 9 callers
Method
usage
Equivalent to {@code new CommandLine(command).usage(out)}. See {@link #usage(PrintStream)} for details. @param command the object annotated with {@lin
Modder/modder/src/main/java/picocli/CommandLine.java:2682
↓ 8 callers
Method
GetMatchCount
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:222
↓ 8 callers
Method
addPattern
Adds the specified negative replacement and synopsis replacement for the specified regular expression. For example, to add negative forms for short op
Modder/modder/src/main/java/picocli/CommandLine.java:5498
↓ 8 callers
Method
adjustLineBreaksForWideCJKCharacters
Returns whether line breaks should take wide Chinese, Japanese and Korean characters into account for line-breaking purposes. @return true if wide Chi
Modder/modder/src/main/java/picocli/CommandLine.java:8407
↓ 8 callers
Method
aliases
Returns the list of aliases for the command in this Help. @since 3.9
Modder/modder/src/main/java/picocli/CommandLine.java:15516
↓ 8 callers
Method
apply
Returns a new Text object where all the specified styles are applied to the full length of the specified plain text. @param plainText the string to ap
Modder/modder/src/main/java/picocli/CommandLine.java:17579
↓ 8 callers
Method
clear
()
Modder/modder/src/main/java/picocli/CommandLine.java:6205
↓ 8 callers
Method
defaultValueProvider
Returns the default value provider for this command. @return the default value provider or {@code null} @since 3.6
Modder/modder/src/main/java/picocli/CommandLine.java:7281
↓ 8 callers
Method
do_action_at_idx
* filter depending on the action done * */
ACE/engine/src/simulated_memory.hpp:96
↓ 8 callers
Method
endOfOptionsDelimiter
@see CommandLine#getEndOfOptionsDelimiter() @since 3.5
Modder/modder/src/main/java/picocli/CommandLine.java:8556
↓ 8 callers
Method
err
Returns the stream to print diagnostic messages to. Defaults to {@code System.err}, unless {@link #useErr(PrintStream)} was called with a different st
Modder/modder/src/main/java/picocli/CommandLine.java:1814
↓ 8 callers
Function
error_exit
ACE/engine/src/error.cpp:5
↓ 8 callers
Method
getPosition
(ArgSpec arg)
Modder/modder/src/main/java/picocli/CommandLine.java:14894
↓ 8 callers
Method
isRelative
Returns {@code true} if this Range contains a relative index like {@code "1+"}, or {@code false} if this Range does not contain any relative indices.
Modder/modder/src/main/java/picocli/CommandLine.java:5883
↓ 8 callers
Method
negatable
Returns whether a negative version for this boolean option is automatically added. The form of the negative name is determined by the {@link INegatabl
Modder/modder/src/main/java/picocli/CommandLine.java:10062
↓ 8 callers
Method
negatableOptionTransformer
Returns the {@code INegatableOptionTransformer} used to create the negative form of {@linkplain Option#negatable() negatable} options. @see Option#neg
Modder/modder/src/main/java/picocli/CommandLine.java:7238
↓ 8 callers
Method
parameterConsumer
Returns a custom {@code IParameterConsumer} to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom
Modder/modder/src/main/java/picocli/CommandLine.java:9162
↓ 8 callers
Method
preprocessor
Returns a custom {@code IParameterPreprocessor} to either replace or complement picocli's parsing logic for the parameter(s) of this option or positio
Modder/modder/src/main/java/picocli/CommandLine.java:9167
↓ 8 callers
Method
renderParameterLabel
Returns a text rendering of the option parameter or positional parameter; returns an empty string {@code ""} if the option is a boolean and does not t
Modder/modder/src/main/java/picocli/CommandLine.java:16755
↓ 8 callers
Method
reverse
(Stack<T> stack)
Modder/modder/src/main/java/picocli/CommandLine.java:5969
↓ 8 callers
Method
text
Returns a new Text object for this Ansi mode, encapsulating the specified string which may contain markup like {@code @|bg(red),white,underline some t
Modder/modder/src/main/java/picocli/CommandLine.java:17851
↓ 8 callers
Method
width
Sets the maximum usage help message width to the specified value. Longer values are wrapped. @param newValue the new maximum usage help message width.
Modder/modder/src/main/java/picocli/CommandLine.java:7838
↓ 7 callers
Method
DoesCommandExist
(String command)
Modder/modder/src/main/java/modder/Util.java:26
↓ 7 callers
Method
_iterate
ACE/engine/src/match_store.cpp:21
↓ 7 callers
Method
adjustCJK
()
Modder/modder/src/main/java/picocli/CommandLine.java:16175
↓ 7 callers
Method
blockingFailure
FAILURE_PRESENT or FAILURE_PARTIAL
Modder/modder/src/main/java/picocli/CommandLine.java:12817
↓ 7 callers
Method
clear
ACE/engine/src/match_store.cpp:10
↓ 7 callers
Method
echo
Returns whether the user input is echoed to the console or not for an interactive option or positional parameter when asking for user input. @see Opti
Modder/modder/src/main/java/picocli/CommandLine.java:8906
↓ 7 callers
Function
file_exist
ACE/engine/src/file_utils.cpp:143
↓ 7 callers
Method
footer
Returns command footer text as a string. Footer text can be zero or more lines, and can be specified declaratively with the {@link Command#footer()} a
Modder/modder/src/main/java/picocli/CommandLine.java:16209
↓ 7 callers
Method
forAnnotatedObject
Creates and returns a new {@code CommandSpec} initialized from the specified associated user object. The specified user object must have at least one
Modder/modder/src/main/java/picocli/CommandLine.java:6380
↓ 7 callers
Method
getAnnotation
(Class<T> annotationClass)
Modder/modder/src/main/java/picocli/CommandLine.java:11487
↓ 7 callers
Method
getAuxiliaryTypes
Returns the component class of an array, or the parameter type of a generic Collection, or the parameter types of the key and the value of a generic M
Modder/modder/src/main/java/picocli/CommandLine.java:11148
↓ 7 callers
Method
getInstance
()
Modder/modder/src/main/java/picocli/CommandLine.java:12242
↓ 7 callers
Method
getTypeConverter
(Class<?>[] types, final ArgSpec argSpec, int index)
Modder/modder/src/main/java/picocli/CommandLine.java:14759
↓ 7 callers
Method
get_current_scan_results
ACE/engine/test/scanner_tester.hpp:325
↓ 7 callers
Method
interpolate
(String value)
Modder/modder/src/main/java/picocli/CommandLine.java:9452
↓ 7 callers
Method
isAnnotationPresent
(Class<? extends Annotation> annotationClass)
Modder/modder/src/main/java/picocli/CommandLine.java:11486
↓ 7 callers
Method
isArray
Returns {@code true} if this type is an array multi-value type. Note that from picocli 4.7, {@code char[]} arrays are considered single values (simila
Modder/modder/src/main/java/picocli/CommandLine.java:11125
↓ 7 callers
Method
iterate
ACE/engine/src/match_store.cpp:51
↓ 7 callers
Method
parseWithHandlers
@deprecated use {@link #execute(String...)} and {@link #getExecutionResult()} instead @since 2.0
Modder/modder/src/main/java/picocli/CommandLine.java:2605
↓ 7 callers
Method
print
(Tracer tracer, String msg, Object... params)
Modder/modder/src/main/java/picocli/CommandLine.java:18312
↓ 7 callers
Function
proc_is_running
ACE/engine/src/proc_stat.cpp:119
↓ 7 callers
Method
setAccessible
(boolean flag)
Modder/modder/src/main/java/picocli/CommandLine.java:11102
↓ 7 callers
Method
show
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayDialog.kt:133
↓ 7 callers
Method
showEndOfOptionsDelimiterInUsageHelp
Sets whether to show a {@code [--]} (End of Options) entry in the synopsis and options list of the usage help message. @see Command#showEndOfOptionsDe
Modder/modder/src/main/java/picocli/CommandLine.java:8203
↓ 7 callers
Method
synopsisHeading
Returns the text displayed before the synopsis text; the result of {@code String.format(synopsisHeading, params)}. @param params the parameters to use
Modder/modder/src/main/java/picocli/CommandLine.java:16223
↓ 7 callers
Method
toCommandLine
(Object obj, IFactory factory)
Modder/modder/src/main/java/picocli/CommandLine.java:3631
↓ 7 callers
Method
varargCanConsumeNextValue
Returns whether the next argument can be assigned to a vararg option/positional parameter. <p> Usually, we stop if we encounter '--', a command, or an
Modder/modder/src/main/java/picocli/CommandLine.java:14662
↓ 6 callers
Method
ArrayConcat
(T[] a, T[] b)
Modder/modder/src/main/java/modder/Util.java:15
↓ 6 callers
Method
GetName
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ProcInfo.java:26
↓ 6 callers
Method
IsAttached
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:135
↓ 6 callers
Method
assertNoDuplicateAnnotations
(TypedMember member, Class<? extends Annotation> myAnnotation, Class<? extends Annotation>... forbidden)
Modder/modder/src/main/java/picocli/CommandLine.java:12023
↓ 6 callers
Method
createDefaultLayout
Returns a {@code Layout} instance configured with the user preferences captured in this Help instance. @return a Layout
Modder/modder/src/main/java/picocli/CommandLine.java:16397
↓ 6 callers
Method
customSynopsis
Returns command custom synopsis as a string. A custom synopsis can be zero or more lines, and can be specified declaratively with the {@link Command#c
Modder/modder/src/main/java/picocli/CommandLine.java:16182
↓ 6 callers
Method
exclusive
Returns whether this is a mutually exclusive group; {@code true} by default. If {@code false}, this is a co-occurring group. Ignored if {@link #valida
Modder/modder/src/main/java/picocli/CommandLine.java:10434
↓ 6 callers
Method
executeUserObject
(CommandLine parsed, List<Object> executionResultList)
Modder/modder/src/main/java/picocli/CommandLine.java:2019
↓ 6 callers
Method
getCommand
Returns the annotated user object that this {@code CommandLine} instance was constructed with. @param <T> the type of the variable that the return val
Modder/modder/src/main/java/picocli/CommandLine.java:405
↓ 6 callers
Method
getCommandName
Returns the command name (also called program name) displayed in the usage help synopsis. @return the command name (also called program name) displaye
Modder/modder/src/main/java/picocli/CommandLine.java:3518
↓ 6 callers
Method
getParent
Returns the command that this is a subcommand of, or {@code null} if this is a top-level command. @return the command that this is a subcommand of, or
Modder/modder/src/main/java/picocli/CommandLine.java:395
↓ 6 callers
Method
getString
Returns the String value found in the resource bundle for the specified key, or the specified default value if not found. @param key unqualified resou
Modder/modder/src/main/java/picocli/CommandLine.java:11691
↓ 6 callers
Function
get_nearest_aligned_addr
ACE/engine/src/scan_utils.cpp:12
↓ 6 callers
Method
getter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11345
↓ 6 callers
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:10049
↓ 6 callers
Method
initialValue
Returns the initial value of this option or positional parameter: the value that, if {@link #hasInitialValue()} is true, the option will be reset to b
Modder/modder/src/main/java/picocli/CommandLine.java:9087
↓ 6 callers
Method
isAttached
()
Modder/modder/src/main/java/picocli/CommandLine.java:13276
↓ 6 callers
Method
isOption
()
Modder/modder/src/main/java/picocli/CommandLine.java:11490
↓ 6 callers
Method
isOptional
Returns {@code true} if {@link #getType()} is {@code java.util.Optional} @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:11122
↓ 6 callers
Method
isPositional
Returns {@code true} if this argument is a positional parameter, {@code false} otherwise.
Modder/modder/src/main/java/picocli/CommandLine.java:9226
↓ 6 callers
Method
isWindows
()
Modder/modder/src/main/java/picocli/CommandLine.java:17763
↓ 6 callers
Method
iterate_val
ACE/engine/src/match_store.cpp:62
↓ 6 callers
Function
list_directories
ACE/engine/src/file_utils.cpp:112
↓ 6 callers
Method
match
Returns the non-abbreviated name if found, otherwise returns the specified original abbreviation name.
Modder/modder/src/main/java/picocli/CommandLine.java:18999
↓ 6 callers
Method
mixinStandardHelpOptions
Returns {@code true} if the standard help options have been mixed in with this command, {@code false} otherwise.
Modder/modder/src/main/java/picocli/CommandLine.java:7241
↓ 6 callers
Method
order
Returns the position in the options list in the usage help message at which this element should be shown. Elements with a lower number are shown befor
Modder/modder/src/main/java/picocli/CommandLine.java:10352
↓ 6 callers
Function
parse_proc_stat_line
ACE/engine/src/proc_stat.cpp:8
↓ 6 callers
Method
requiredOptionMarker
Returns the character used to prefix required options in the options list.
Modder/modder/src/main/java/picocli/CommandLine.java:8191
↓ 6 callers
Method
showDefaultValues
Returns whether the options list in the usage help message should show default values for all non-boolean options.
Modder/modder/src/main/java/picocli/CommandLine.java:8194
↓ 6 callers
Method
sortSynopsis
Returns whether the options in the synopsis should be sorted alphabetically. @since 4.7.2-SNAPSHOT
Modder/modder/src/main/java/picocli/CommandLine.java:8188
↓ 6 callers
Function
str_vector_to_c_str_arr_new
ACE/engine/src/str_utils.cpp:266
↓ 6 callers
Method
stripPrefix
(String prefixed)
Modder/modder/src/main/java/picocli/CommandLine.java:7519
↓ 6 callers
Method
subcommandsCaseInsensitive
Returns whether the subcommands are case-insensitive. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:6466
↓ 6 callers
Function
swap_endian
ACE/engine/src/endian.cpp:27
↓ 6 callers
Method
synopsis
Returns a synopsis for the command without reserving space for the synopsis heading. @return a synopsis @see #abbreviatedSynopsis() @see #detailedSyno
Modder/modder/src/main/java/picocli/CommandLine.java:15600
↓ 6 callers
Method
synopsisSubcommandLabel
Returns the String representing the subcommands in the synopsis. Initialized from {@link Command#synopsisSubcommandLabel()}, {@code "[COMMANDS]"} by d
Modder/modder/src/main/java/picocli/CommandLine.java:8142
↓ 6 callers
Method
transform
Given an original CommandSpec, return the object that should be used instead. Implementors may modify the specified CommandSpec and return it, or crea
Modder/modder/src/main/java/picocli/CommandLine.java:5076
↓ 6 callers
Method
trim
()
Modder/modder/src/main/java/picocli/CommandLine.java:12917
↓ 6 callers
Method
typeInfo
Returns the type info for the annotated program element associated with this group. @return type information that does not require {@code Class} objec
Modder/modder/src/main/java/picocli/CommandLine.java:10497
↓ 6 callers
Function
write_file
ACE/engine/src/file_utils.cpp:83
↓ 5 callers
Method
Dialog
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayComposeUI/OverlayManager.kt:64
↓ 5 callers
Method
GetLaunchableActivity
(String apkPath)
Modder/modder/src/main/java/modder/Aapt.java:41
↓ 5 callers
Method
GetNativeLibSupportedArchCount
()
Modder/modder/src/main/java/modder/Patcher.java:174
↓ 5 callers
Method
GetPidStr
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ProcInfo.java:22
↓ 5 callers
Method
abbreviateSynopsis
Returns whether the synopsis line(s) should show an abbreviated synopsis without detailed option names.
Modder/modder/src/main/java/picocli/CommandLine.java:8160
↓ 5 callers
Method
abbreviatedSubcommandsAllowed
@see CommandLine#isAbbreviatedSubcommandsAllowed()
Modder/modder/src/main/java/picocli/CommandLine.java:8564
↓ 5 callers
Method
addMatch
(CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:12849
↓ 5 callers
Method
addRowValues
Delegates to {@link #addRowValues(CommandLine.Help.Ansi.Text...)}, after ensuring that multi-line values are layed out in the correct row and column.
Modder/modder/src/main/java/picocli/CommandLine.java:17186
← previous
next →
201–300 of 2,004, ranked by callers