MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

↓ 5 callersMethodaddStringValue
(ArgSpec argSpec, String value)
Modder/modder/src/main/java/picocli/CommandLine.java:12744
↓ 5 callersMethodaddTypedValues
(ArgSpec argSpec, int position, Object typedValue)
Modder/modder/src/main/java/picocli/CommandLine.java:12755
↓ 5 callersMethodanchor
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 callersMethodarr
(String[] localized, String[] value, String[] defaultValue)
Modder/modder/src/main/java/picocli/CommandLine.java:8122
↓ 5 callersMethodatFileCommentChar
@see CommandLine#getAtFileCommentChar() @since 3.5
Modder/modder/src/main/java/picocli/CommandLine.java:8571
↓ 5 callersMethodautoWidth
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 callersMethodbuilder
()
Modder/modder/src/main/java/picocli/CommandLine.java:10265
↓ 5 callersMethodcommandListHeading
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 callersMethodcompareTo
(Range other)
Modder/modder/src/main/java/picocli/CommandLine.java:5933
↓ 5 callersMethodcompletionCandidates
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 callersMethoddeattach_from_proc
(self)
ACE/gui/ACEG/engine_comm/engine.py:95
↓ 5 callersMethoddescriptionHeading
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 callersMethodexitCodeList
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 callersMethodexitCodeListHeading
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 callersMethodfilter
(self, filter_operator: FilterType)
ACE/gui/ACEG/engine_comm/engine.py:246
↓ 5 callersMethodfindOrCreateMatchingGroup
(ArgSpec argSpec, CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:12892
↓ 5 callersMethodfooterHeading
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 callersMethodfromString
(String s)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:70
↓ 5 callersFunctionfrontend_pop_output
ACE/engine/src/to_frontend.cpp:12
↓ 5 callersMethodgetCaseSensitiveKey
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 callersMethodgetHelpFactory
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 callersMethodgetStdoutEncoding
()
Modder/modder/src/main/java/picocli/CommandLine.java:14997
↓ 5 callersMethodgroup
Returns the {@code ArgGroupSpec} whose matches are captured in this {@code GroupMatchContainer}.
Modder/modder/src/main/java/picocli/CommandLine.java:12843
↓ 5 callersMethodheader
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 callersMethodheaderHeading
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 callersMethodhideParamSyntax
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 callersMethodinterpolateVariables
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 callersMethodisArgResemblesOptionThereforeDiscontinue
(ArgSpec argSpec, Stack<String> args, int i, Range arity)
Modder/modder/src/main/java/picocli/CommandLine.java:14427
↓ 5 callersMethodisOptional
(Class<?> cls)
Modder/modder/src/main/java/picocli/CommandLine.java:3633
↓ 5 callersMethodisPseudoTTY
Cygwin and MSYS use pseudo-tty and console is always null...
Modder/modder/src/main/java/picocli/CommandLine.java:17793
↓ 5 callersMethodlongOptionsMaxWidth
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 callersMethodmakeSynopsis
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 callersFunctionmkdir_overwrite
(dir_name: str)
util.py:20
↓ 5 callersMethodoptionListHeading
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 callersMethodoptionsCaseInsensitive
Returns whether the options are case-insensitive. @since 4.3
Modder/modder/src/main/java/picocli/CommandLine.java:6478
↓ 5 callersMethodparameterListHeading
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 callersMethodresourceArr
(String key)
Modder/modder/src/main/java/picocli/CommandLine.java:8126
↓ 5 callersMethodscopeType
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 callersMethodsetContent
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/OverlayViewHolder.kt:72
↓ 5 callersMethodshowAtFileInUsageHelp
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 callersMethodsortOptions
Returns whether the options list in the usage help message should be sorted alphabetically.
Modder/modder/src/main/java/picocli/CommandLine.java:8184
↓ 5 callersMethodsplitLines
()
Modder/modder/src/main/java/picocli/CommandLine.java:18103
↓ 5 callersMethodstart
(Stage primaryStage)
Modder/modder/src/main/java/modder/App.java:267
↓ 5 callersFunctionstr_get_substr_inclusive
ACE/engine/src/str_utils.cpp:113
↓ 5 callersMethodsynopsis
Returns the synopsis of this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10578
↓ 5 callersMethodtextAt
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 callersMethodtrimQuotes
@see CommandLine#isTrimQuotes() @since 3.7
Modder/modder/src/main/java/picocli/CommandLine.java:8588
↓ 5 callersMethoduseErr
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 callersMethoduseOut
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 callersMethodversion
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 callersMethodversionProvider
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 callersFunctionAtgTheme
ATG/app/src/main/java/com/kuhakupixel/atg/ui/theme/Theme.kt:35
↓ 4 callersMethodGetAttachedPid
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:197
↓ 4 callersMethodGetBinPath
(Context context, Binary.Type type, Cpu.Arch arch)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/Binary.java:36
↓ 4 callersMethodGetBitSize
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/NumTypeInfo.java:20
↓ 4 callersMethodGetServerThread
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:149
↓ 4 callersMethodIterateNativeLibArchDir
(IterateNativeLibArchDirInterface funcInterface)
Modder/modder/src/main/java/modder/Patcher.java:221
↓ 4 callersMethodLaunchableActivityToSmaliRelativePath
(String launchableActivity)
Modder/modder/src/main/java/modder/Patcher.java:76
↓ 4 callersMethodScanAgainstValue
(Operator operator, String numValStr)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:206
↓ 4 callersMethodShowAdbShellError
(Adb.Output out)
Modder/modder/src/main/java/modder/App.java:41
↓ 4 callersFunctionShowTextDialog
ATG/app/src/main/java/com/kuhakupixel/atg/ui/util/Dialog.kt:55
↓ 4 callersMethodaddEmptyRow
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 callersMethodaddOption
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 callersMethodaddOriginalStringValue
(ArgSpec argSpec, String value)
Modder/modder/src/main/java/picocli/CommandLine.java:12745
↓ 4 callersMethodaddToInitialized
(ArgSpec argSpec, Set<ArgSpec> initialized)
Modder/modder/src/main/java/picocli/CommandLine.java:14110
↓ 4 callersMethodaddValueToListInMap
(Map<K, List<T>> map, K key, T value)
Modder/modder/src/main/java/picocli/CommandLine.java:13254
↓ 4 callersMethodapplyOption
(ArgSpec argSpec, boolean negated, LookBehind
Modder/modder/src/main/java/picocli/CommandLine.java:14052
↓ 4 callersMethodasCommandLineList
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 callersMethodbuilder
(String name, String... names)
Modder/modder/src/main/java/picocli/CommandLine.java:9970
↓ 4 callersMethodcommandText
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 callersMethodconfig_pause_while_scan
(self, val: bool)
ACE/gui/ACEG/engine_comm/engine.py:285
↓ 4 callersMethodcopy
(BreakIterator line, Text text, Text columnValue, int offset)
Modder/modder/src/main/java/picocli/CommandLine.java:17315
↓ 4 callersMethodcreate
(String name, ArgSpec argSpec1, ArgSpec argSpec2)
Modder/modder/src/main/java/picocli/CommandLine.java:18578
↓ 4 callersMethodcreateTime
(long epochMillis)
Modder/modder/src/main/java/picocli/CommandLine.java:15127
↓ 4 callersMethodcreateTypeInfo
(Class<?> type, Type genericType)
Modder/modder/src/main/java/picocli/CommandLine.java:11454
↓ 4 callersMethoddisableView
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayInterface.kt:4
↓ 4 callersMethodenableView
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayInterface.kt:5
↓ 4 callersFunctionengine_server_start
ACE/engine/src/engine_server.cpp:8
↓ 4 callersMethodexecute
"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 callersMethodexitCodeOnExecutionException
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 callersMethodexitCodeOnInvalidInput
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 callersMethodexitCodeOnUsageHelp
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 callersMethodexpandAtFiles
@see CommandLine#isExpandAtFiles()
Modder/modder/src/main/java/picocli/CommandLine.java:8568
↓ 4 callersMethodfirstElement
(List<Object> results)
Modder/modder/src/main/java/picocli/CommandLine.java:3043
↓ 4 callersFunctionfrontend_print_core
ACE/engine/src/to_frontend.cpp:20
↓ 4 callersMethodgetCJKAdjustedLength
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 callersMethodgetClassName
()
Modder/modder/src/main/java/picocli/CommandLine.java:11131
↓ 4 callersMethodgetErr
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 callersMethodgetStderrEncoding
()
Modder/modder/src/main/java/picocli/CommandLine.java:15000
↓ 4 callersMethodgetValue
(String key, CommandSpec spec)
Modder/modder/src/main/java/picocli/CommandLine.java:18899
↓ 4 callersMethodhandleUnmatchedArgument
(Stack<String> args)
Modder/modder/src/main/java/picocli/CommandLine.java:13839
↓ 4 callersMethodhasAtFileParameter
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 callersMethodhelpCommand
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 callersMethodinherited
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 callersMethodinjectParentCommand
(CommandUserObject commandUserObject)
Modder/modder/src/main/java/picocli/CommandLine.java:7064
↓ 4 callersMethodisCaseInsensitive
Returns the case-insensitivity of the map.
Modder/modder/src/main/java/picocli/CommandLine.java:6108
↓ 4 callersMethodisEnabled
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 callersMethodisParameter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11491
↓ 4 callersMethodisStandaloneOption
(String arg)
Modder/modder/src/main/java/picocli/CommandLine.java:13836
↓ 4 callersMethodisTTY
()
Modder/modder/src/main/java/picocli/CommandLine.java:17759
← previousnext →301–400 of 2,004, ranked by callers