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
↓ 5 callers
Method
addStringValue
(ArgSpec argSpec, String value)
Modder/modder/src/main/java/picocli/CommandLine.java:12744
↓ 5 callers
Method
addTypedValues
(ArgSpec argSpec, int position, Object typedValue)
Modder/modder/src/main/java/picocli/CommandLine.java:12755
↓ 5 callers
Method
anchor
Returns the anchor position that this Range is {@linkplain #isRelative() relative} to, or {@link #min()} if this Range is absolute. @return {@code 1}
Modder/modder/src/main/java/picocli/CommandLine.java:5890
↓ 5 callers
Method
arr
(String[] localized, String[] value, String[] defaultValue)
Modder/modder/src/main/java/picocli/CommandLine.java:8122
↓ 5 callers
Method
atFileCommentChar
@see CommandLine#getAtFileCommentChar() @since 3.5
Modder/modder/src/main/java/picocli/CommandLine.java:8571
↓ 5 callers
Method
autoWidth
Returns whether picocli should attempt to detect the terminal size and adjust the usage help message width to take the full terminal width. End users
Modder/modder/src/main/java/picocli/CommandLine.java:7969
↓ 5 callers
Method
builder
()
Modder/modder/src/main/java/picocli/CommandLine.java:10265
↓ 5 callers
Method
commandListHeading
Returns the text displayed before the command list; an empty string if there are no commands, otherwise the result of {@code String.format(commandList
Modder/modder/src/main/java/picocli/CommandLine.java:16263
↓ 5 callers
Method
compareTo
(Range other)
Modder/modder/src/main/java/picocli/CommandLine.java:5933
↓ 5 callers
Method
completionCandidates
Returns the explicitly set completion candidates for this option or positional parameter, valid enum constant names, or {@code null} if this option or
Modder/modder/src/main/java/picocli/CommandLine.java:9156
↓ 5 callers
Method
deattach_from_proc
(self)
ACE/gui/ACEG/engine_comm/engine.py:95
↓ 5 callers
Method
descriptionHeading
Returns the text displayed before the description text; an empty string if there is no description, otherwise the result of {@code String.format(descr
Modder/modder/src/main/java/picocli/CommandLine.java:16231
↓ 5 callers
Method
exitCodeList
Returns a 2-column list with exit codes and their description. Descriptions containing {@code "%n"} line separators are broken up into multiple lines.
Modder/modder/src/main/java/picocli/CommandLine.java:16284
↓ 5 callers
Method
exitCodeListHeading
Returns the text displayed before the exit code list text; the result of {@code String.format(exitCodeHeading, params)}. @param params the parameters
Modder/modder/src/main/java/picocli/CommandLine.java:16278
↓ 5 callers
Method
filter
(self, filter_operator: FilterType)
ACE/gui/ACEG/engine_comm/engine.py:246
↓ 5 callers
Method
findOrCreateMatchingGroup
(ArgSpec argSpec, CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:12892
↓ 5 callers
Method
footerHeading
Returns the text displayed before the footer text; the result of {@code String.format(footerHeading, params)}. @param params the parameters to use to
Modder/modder/src/main/java/picocli/CommandLine.java:16270
↓ 5 callers
Method
fromString
(String s)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:70
↓ 5 callers
Function
frontend_pop_output
ACE/engine/src/to_frontend.cpp:12
↓ 5 callers
Method
getCaseSensitiveKey
Returns the case-sensitive key of the specified case-insensitive key if {@code isCaseSensitive()}. Otherwise, the specified case-insensitive key is re
Modder/modder/src/main/java/picocli/CommandLine.java:6136
↓ 5 callers
Method
getHelpFactory
Returns the {@code IHelpFactory} that is used to construct the usage help message. @see #setHelpFactory(IHelpFactory) @since 3.9
Modder/modder/src/main/java/picocli/CommandLine.java:438
↓ 5 callers
Method
getStdoutEncoding
()
Modder/modder/src/main/java/picocli/CommandLine.java:14997
↓ 5 callers
Method
group
Returns the {@code ArgGroupSpec} whose matches are captured in this {@code GroupMatchContainer}.
Modder/modder/src/main/java/picocli/CommandLine.java:12843
↓ 5 callers
Method
header
Returns the command header text as a string. Header text can be zero or more lines, and can be specified declaratively with the {@link Command#header(
Modder/modder/src/main/java/picocli/CommandLine.java:16200
↓ 5 callers
Method
headerHeading
Returns the text displayed before the header text; the result of {@code String.format(headerHeading, params)}. @param params the parameters to use to
Modder/modder/src/main/java/picocli/CommandLine.java:16216
↓ 5 callers
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:9006
↓ 5 callers
Method
interpolateVariables
Returns whether variables should be interpolated in String values. True by default. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:6708
↓ 5 callers
Method
isArgResemblesOptionThereforeDiscontinue
(ArgSpec argSpec, Stack<String> args, int i, Range arity)
Modder/modder/src/main/java/picocli/CommandLine.java:14427
↓ 5 callers
Method
isOptional
(Class<?> cls)
Modder/modder/src/main/java/picocli/CommandLine.java:3633
↓ 5 callers
Method
isPseudoTTY
Cygwin and MSYS use pseudo-tty and console is always null...
Modder/modder/src/main/java/picocli/CommandLine.java:17793
↓ 5 callers
Method
longOptionsMaxWidth
Sets the maximum usage help long options column max width to the specified value. This value controls the maximum width of the long options column: an
Modder/modder/src/main/java/picocli/CommandLine.java:7850
↓ 5 callers
Method
makeSynopsis
Returns the documentation string to show in the synopsis and usage help message for the specified option. The returned value should be concise and cle
Modder/modder/src/main/java/picocli/CommandLine.java:5319
↓ 5 callers
Function
mkdir_overwrite
(dir_name: str)
util.py:20
↓ 5 callers
Method
optionListHeading
Returns the text displayed before the option list; an empty string if there are no options, otherwise the result of {@code String.format(optionListHea
Modder/modder/src/main/java/picocli/CommandLine.java:16250
↓ 5 callers
Method
optionsCaseInsensitive
Returns whether the options are case-insensitive. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:6478
↓ 5 callers
Method
parameterListHeading
Returns the text displayed before the positional parameter list; an empty string if there are no positional parameters, otherwise the result of {@code
Modder/modder/src/main/java/picocli/CommandLine.java:16239
↓ 5 callers
Method
resourceArr
(String key)
Modder/modder/src/main/java/picocli/CommandLine.java:8126
↓ 5 callers
Method
scopeType
Returns the scope of this argument; it it local, or inherited (it applies to this command as well as all sub- and sub-subcommands). @return whether th
Modder/modder/src/main/java/picocli/CommandLine.java:9179
↓ 5 callers
Method
setContent
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/OverlayViewHolder.kt:72
↓ 5 callers
Method
showAtFileInUsageHelp
Sets whether to show a {@code [@<filename>...]} entry in the synopsis and parameter list of the usage help message. (The entry is not shown if {@linkp
Modder/modder/src/main/java/picocli/CommandLine.java:8199
↓ 5 callers
Method
sortOptions
Returns whether the options list in the usage help message should be sorted alphabetically.
Modder/modder/src/main/java/picocli/CommandLine.java:8184
↓ 5 callers
Method
splitLines
()
Modder/modder/src/main/java/picocli/CommandLine.java:18103
↓ 5 callers
Method
start
(Stage primaryStage)
Modder/modder/src/main/java/modder/App.java:267
↓ 5 callers
Function
str_get_substr_inclusive
ACE/engine/src/str_utils.cpp:113
↓ 5 callers
Method
synopsis
Returns the synopsis of this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10578
↓ 5 callers
Method
textAt
Returns the {@code Text} slot at the specified row and column to write a text value into. @param row the row of the cell whose Text to return @param c
Modder/modder/src/main/java/picocli/CommandLine.java:17163
↓ 5 callers
Method
trimQuotes
@see CommandLine#isTrimQuotes() @since 3.7
Modder/modder/src/main/java/picocli/CommandLine.java:8588
↓ 5 callers
Method
useErr
Sets the stream to print diagnostic messages to. @deprecated use {@link CommandLine#setErr(PrintWriter)} and {@link CommandLine#execute(String...)} in
Modder/modder/src/main/java/picocli/CommandLine.java:1860
↓ 5 callers
Method
useOut
Sets the stream to print command output to. @deprecated use {@link CommandLine#setOut(PrintWriter)} and {@link CommandLine#execute(String...)} instead
Modder/modder/src/main/java/picocli/CommandLine.java:1857
↓ 5 callers
Method
version
Returns version information for this command, to print to the console when the user specifies an {@linkplain OptionSpec#versionHelp() option} to reque
Modder/modder/src/main/java/picocli/CommandLine.java:7191
↓ 5 callers
Method
versionProvider
Returns the version provider for this command, to generate the {@link #version()} strings. @return the version provider or {@code null} if the version
Modder/modder/src/main/java/picocli/CommandLine.java:7205
↓ 4 callers
Function
AtgTheme
ATG/app/src/main/java/com/kuhakupixel/atg/ui/theme/Theme.kt:35
↓ 4 callers
Method
GetAttachedPid
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:197
↓ 4 callers
Method
GetBinPath
(Context context, Binary.Type type, Cpu.Arch arch)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/Binary.java:36
↓ 4 callers
Method
GetBitSize
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/NumTypeInfo.java:20
↓ 4 callers
Method
GetServerThread
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:149
↓ 4 callers
Method
IterateNativeLibArchDir
(IterateNativeLibArchDirInterface funcInterface)
Modder/modder/src/main/java/modder/Patcher.java:221
↓ 4 callers
Method
LaunchableActivityToSmaliRelativePath
(String launchableActivity)
Modder/modder/src/main/java/modder/Patcher.java:76
↓ 4 callers
Method
ScanAgainstValue
(Operator operator, String numValStr)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:206
↓ 4 callers
Method
ShowAdbShellError
(Adb.Output out)
Modder/modder/src/main/java/modder/App.java:41
↓ 4 callers
Function
ShowTextDialog
ATG/app/src/main/java/com/kuhakupixel/atg/ui/util/Dialog.kt:55
↓ 4 callers
Method
addEmptyRow
Adds the required {@code char[]} slots for a new row to the {@link #columnValues} field.
Modder/modder/src/main/java/picocli/CommandLine.java:17177
↓ 4 callers
Method
addOption
Delegates to the {@link #optionRenderer option renderer} of this layout to obtain text values for the specified {@link OptionSpec}, and then calls the
Modder/modder/src/main/java/picocli/CommandLine.java:16915
↓ 4 callers
Method
addOriginalStringValue
(ArgSpec argSpec, String value)
Modder/modder/src/main/java/picocli/CommandLine.java:12745
↓ 4 callers
Method
addToInitialized
(ArgSpec argSpec, Set<ArgSpec> initialized)
Modder/modder/src/main/java/picocli/CommandLine.java:14110
↓ 4 callers
Method
addValueToListInMap
(Map<K, List<T>> map, K key, T value)
Modder/modder/src/main/java/picocli/CommandLine.java:13254
↓ 4 callers
Method
applyOption
(ArgSpec argSpec, boolean negated, LookBehind
Modder/modder/src/main/java/picocli/CommandLine.java:14052
↓ 4 callers
Method
asCommandLineList
Returns this {@code ParseResult} as a list of {@code CommandLine} objects, one for each matched command/subcommand. Note that for repeatable subcomman
Modder/modder/src/main/java/picocli/CommandLine.java:12623
↓ 4 callers
Method
builder
(String name, String... names)
Modder/modder/src/main/java/picocli/CommandLine.java:9970
↓ 4 callers
Method
commandText
Returns a Text with all command styles applied to the specified command string. @param command the command string to apply the registered command styl
Modder/modder/src/main/java/picocli/CommandLine.java:17439
↓ 4 callers
Method
config_pause_while_scan
(self, val: bool)
ACE/gui/ACEG/engine_comm/engine.py:285
↓ 4 callers
Method
copy
(BreakIterator line, Text text, Text columnValue, int offset)
Modder/modder/src/main/java/picocli/CommandLine.java:17315
↓ 4 callers
Method
create
(String name, ArgSpec argSpec1, ArgSpec argSpec2)
Modder/modder/src/main/java/picocli/CommandLine.java:18578
↓ 4 callers
Method
createTime
(long epochMillis)
Modder/modder/src/main/java/picocli/CommandLine.java:15127
↓ 4 callers
Method
createTypeInfo
(Class<?> type, Type genericType)
Modder/modder/src/main/java/picocli/CommandLine.java:11454
↓ 4 callers
Method
disableView
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayInterface.kt:4
↓ 4 callers
Method
enableView
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayInterface.kt:5
↓ 4 callers
Function
engine_server_start
ACE/engine/src/engine_server.cpp:8
↓ 4 callers
Method
execute
"Executes" the user input and returns an exit code. Execution often means invoking a method on the selected CommandSpec's {@linkplain CommandSpec#user
Modder/modder/src/main/java/picocli/CommandLine.java:1668
↓ 4 callers
Method
exitCodeOnExecutionException
Returns exit code signifying that an exception occurred when invoking the Runnable, Callable or Method user object of a command. {@value picocli.Comma
Modder/modder/src/main/java/picocli/CommandLine.java:7234
↓ 4 callers
Method
exitCodeOnInvalidInput
Returns exit code for command line usage error. {@value picocli.CommandLine.ExitCode#USAGE} by default, may be set programmatically or via the {@link
Modder/modder/src/main/java/picocli/CommandLine.java:7229
↓ 4 callers
Method
exitCodeOnUsageHelp
Returns exit code for successful termination after printing usage help on user request. {@value picocli.CommandLine.ExitCode#OK} by default, may be se
Modder/modder/src/main/java/picocli/CommandLine.java:7221
↓ 4 callers
Method
expandAtFiles
@see CommandLine#isExpandAtFiles()
Modder/modder/src/main/java/picocli/CommandLine.java:8568
↓ 4 callers
Method
firstElement
(List<Object> results)
Modder/modder/src/main/java/picocli/CommandLine.java:3043
↓ 4 callers
Function
frontend_print_core
ACE/engine/src/to_frontend.cpp:20
↓ 4 callers
Method
getCJKAdjustedLength
Returns the number of columns this Text will occupy on the console, adjusted for wide CJK characters. @return the number of columns this Text will occ
Modder/modder/src/main/java/picocli/CommandLine.java:18241
↓ 4 callers
Method
getClassName
()
Modder/modder/src/main/java/picocli/CommandLine.java:11131
↓ 4 callers
Method
getErr
Returns the writer to use when printing diagnostic (error) messages during command {@linkplain #execute(String...) execution}. Defaults to a PrintWrit
Modder/modder/src/main/java/picocli/CommandLine.java:1309
↓ 4 callers
Method
getStderrEncoding
()
Modder/modder/src/main/java/picocli/CommandLine.java:15000
↓ 4 callers
Method
getValue
(String key, CommandSpec spec)
Modder/modder/src/main/java/picocli/CommandLine.java:18899
↓ 4 callers
Method
handleUnmatchedArgument
(Stack<String> args)
Modder/modder/src/main/java/picocli/CommandLine.java:13839
↓ 4 callers
Method
hasAtFileParameter
Returns true if the usage help should show the at file parameter in the parameter list, otherwise false. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:16087
↓ 4 callers
Method
helpCommand
Returns whether this subcommand is a help command, and required options and positional parameters of the parent command should not be validated. @retu
Modder/modder/src/main/java/picocli/CommandLine.java:7212
↓ 4 callers
Method
inherited
Returns whether this command is inherited from a parent command. @see Command#scope() @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:7329
↓ 4 callers
Method
injectParentCommand
(CommandUserObject commandUserObject)
Modder/modder/src/main/java/picocli/CommandLine.java:7064
↓ 4 callers
Method
isCaseInsensitive
Returns the case-insensitivity of the map.
Modder/modder/src/main/java/picocli/CommandLine.java:6108
↓ 4 callers
Method
isEnabled
Returns whether messages at the specified {@code other} trace level would be printed for the current trace level.
Modder/modder/src/main/java/picocli/CommandLine.java:18311
↓ 4 callers
Method
isParameter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11491
↓ 4 callers
Method
isStandaloneOption
(String arg)
Modder/modder/src/main/java/picocli/CommandLine.java:13836
↓ 4 callers
Method
isTTY
()
Modder/modder/src/main/java/picocli/CommandLine.java:17759
← previous
next →
301–400 of 2,004, ranked by callers