MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

↓ 2 callersFunctionTableCell
ATG/app/src/main/java/com/kuhakupixel/atg/ui/util/Table.kt:44
↓ 2 callersFunctionWarningDialog
ATG/app/src/main/java/com/kuhakupixel/atg/ui/util/Dialog.kt:83
↓ 2 callersMethod_filter_from_cmp_val
ACE/engine/src/scanner.cpp:189
↓ 2 callersMethodabbreviate
(String text)
Modder/modder/src/main/java/picocli/CommandLine.java:11533
↓ 2 callersMethodaddAlias
(String alias, String name, CommandLine subCommandLine, Tracer t)
Modder/modder/src/main/java/picocli/CommandLine.java:6604
↓ 2 callersMethodaddArg
(ArgSpec arg)
Modder/modder/src/main/java/picocli/CommandLine.java:6884
↓ 2 callersMethodaddArg
Adds the specified argument to the list of options and positional parameters that depend on this group.
Modder/modder/src/main/java/picocli/CommandLine.java:10980
↓ 2 callersMethodaddArgGroup
Adds the specified {@linkplain ArgGroupSpec argument group} to the groups in this command. @param group the group spec to add @return this CommandSpec
Modder/modder/src/main/java/picocli/CommandLine.java:6939
↓ 2 callersMethodaddOption
Adds the specified option spec to the list of configured arguments to expect. The option's {@linkplain OptionSpec#description()} may now return String
Modder/modder/src/main/java/picocli/CommandLine.java:6776
↓ 2 callersMethodaddOptionNegative
(OptionSpec option, Tracer tracer)
Modder/modder/src/main/java/picocli/CommandLine.java:6806
↓ 2 callersMethodaddPositional
Adds the specified positional parameter spec to the list of configured arguments to expect. The positional parameter's {@linkplain PositionalParamSpec
Modder/modder/src/main/java/picocli/CommandLine.java:6847
↓ 2 callersMethodaddSpecElement
Adds the specified {@code {@literal @}Spec}-annotated program element to the list of elements for this command. @return this CommandSpec for method ch
Modder/modder/src/main/java/picocli/CommandLine.java:7059
↓ 2 callersMethodaddSubcommand
Registers a subcommand with the name obtained from the {@code @Command(name = "...")} {@linkplain Command#name() annotation attribute} of the specifie
Modder/modder/src/main/java/picocli/CommandLine.java:305
↓ 2 callersMethodaddSubcommand
Adds the specified subcommand with the specified name. If the specified subcommand does not have a ResourceBundle set, it is initialized to the Resour
Modder/modder/src/main/java/picocli/CommandLine.java:6556
↓ 2 callersMethodaddTrailingDefaultLine
(List<Text[]> result, ArgSpec arg, ColorScheme scheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16726
↓ 2 callersMethodaddUserInputToList
(ArgSpec argSpec, List<Object> result, int consumed, String argDescription)
Modder/modder/src/main/java/picocli/CommandLine.java:14595
↓ 2 callersMethodallPositionalParametersNested
Returns all positional parameters configured for this group and all subgroups. @return an immutable list of all positional parameters in this group an
Modder/modder/src/main/java/picocli/CommandLine.java:10566
↓ 2 callersMethodappend_initial_scan
ACE/engine/src/scanner.cpp:249
↓ 2 callersMethodapplyInitialValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:8870
↓ 2 callersMethodapplySystemProperties
Replaces colors and styles in this scheme builder with ones specified in system properties, and returns this builder. Supported property names:<ul>
Modder/modder/src/main/java/picocli/CommandLine.java:17708
↓ 2 callersFunctionassert_is_dir_and_exist
(dirname: str)
util.py:12
↓ 2 callersFunctionassert_is_file_and_exist
(filename: str)
util.py:5
↓ 2 callersMethodbuildArgGroupForMember
(IAnnotatedElement member, IFactory factory, CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:12051
↓ 2 callersMethodbundleValue
(ResourceBundle rb, String key)
Modder/modder/src/main/java/picocli/CommandLine.java:12313
↓ 2 callersMethodcall
Equivalent to {@code new CommandLine(callable).execute(args)}, except for the return value. @param callable the command to call when {@linkplain #pars
Modder/modder/src/main/java/picocli/CommandLine.java:2873
↓ 2 callersMethodcanConsumeOneArgument
(ArgSpec argSpec, LookBehind lookBehind, boolean alreadyUnquoted, Range arity, int consumed, String arg, Strin
Modder/modder/src/main/java/picocli/CommandLine.java:14639
↓ 2 callersMethodcanConsumeOneMapArgument
(ArgSpec argSpec, LookBehind lookBehind, boolean alreadyUnquoted, Range arity, int consumed,
Modder/modder/src/main/java/picocli/CommandLine.java:14376
↓ 2 callersMethodcapacity
()
Modder/modder/src/main/java/picocli/CommandLine.java:10287
↓ 2 callersMethodcharsetForName
(String encoding)
Modder/modder/src/main/java/picocli/CommandLine.java:15003
↓ 2 callersMethodcommandStyles
Returns the registered styles for commands in this color scheme. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:17483
↓ 2 callersMethodconcatOptionText
(String prefix, Text text, Help.ColorScheme colorScheme, OptionSpec option)
Modder/modder/src/main/java/picocli/CommandLine.java:10670
↓ 2 callersMethodconcatOptionText
(String prefix, Text text, Help.ColorScheme colorScheme, OptionSpec option, Help.IParamLabelRenderer parameter
Modder/modder/src/main/java/picocli/CommandLine.java:15775
↓ 2 callersMethodconcatPositionalText
(String prefix, Text text, Help.ColorScheme colorScheme, PositionalParamSpec positionalParam)
Modder/modder/src/main/java/picocli/CommandLine.java:10674
↓ 2 callersMethodconcatPositionalText
(String prefix, Text text, Help.ColorScheme colorScheme, PositionalParamSpec positionalParam, IParamLabelRende
Modder/modder/src/main/java/picocli/CommandLine.java:15830
↓ 2 callersMethodconsumeArguments
(ArgSpec argSpec, boolean negated,
Modder/modder/src/main/java/picocli/CommandLine.java:14509
↓ 2 callersMethodconsumeOneArgument
(ArgSpec argSpec, LookBehind lookBehind,
Modder/modder/src/main/java/picocli/CommandLine.java:14617
↓ 2 callersMethodconsumeOneMapArgument
(ArgSpec argSpec, LookBehind lookBehind,
Modder/modder/src/main/java/picocli/CommandLine.java:14344
↓ 2 callersMethodcountNgramFrequency
(String sequence, int degree)
Modder/modder/src/main/java/picocli/CommandLine.java:18399
↓ 2 callersFunctioncp_folder
(src: str, dest: str)
Modder/injector/gen_smali.py:35
↓ 2 callersMethodcreate
Creates and returns a new {@code CommandSpec} without any associated user object.
Modder/modder/src/main/java/picocli/CommandLine.java:6359
↓ 2 callersMethodcreate
(CommandLine cmd, Collection<ArgSpec> missing, String separator)
Modder/modder/src/main/java/picocli/CommandLine.java:18552
↓ 2 callersMethodcreateCompletionCandidates
(IFactory factory, Class<? extends Iterable<String>> cls)
Modder/modder/src/main/java/picocli/CommandLine.java:5676
↓ 2 callersMethodcreateConverter
(IFactory factory, Class<? extends ITypeConverter<?>>[] classes)
Modder/modder/src/main/java/picocli/CommandLine.java:5665
↓ 2 callersMethodcreateDefaultOptionRenderer
Returns a new default OptionRenderer which converts {@link OptionSpec Options} to five columns of text to match the default {@linkplain TextTable Tex
Modder/modder/src/main/java/picocli/CommandLine.java:16464
↓ 2 callersMethodcreateDescriptionFirstLines
(ColorScheme scheme, ArgSpec arg, String[] description, boolean[] showDefault)
Modder/modder/src/main/java/picocli/CommandLine.java:16731
↓ 2 callersMethodcreateEndOfOptionsOption
(String name)
Modder/modder/src/main/java/picocli/CommandLine.java:15438
↓ 2 callersMethodcreateIfAnnotated
(Field field, IScope scope)
Modder/modder/src/main/java/picocli/CommandLine.java:11377
↓ 2 callersMethodcreateLabelRenderer
(CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:10678
↓ 2 callersMethodcreateMethodSubcommands
(Class<?> cls, IFactory factory, boolean includeInherited)
Modder/modder/src/main/java/picocli/CommandLine.java:6740
↓ 2 callersMethodcreateMissingParameterMessageFoundOtherOption
(ArgSpec argSpec, Stack<String> args, int i, Range arity)
Modder/modder/src/main/java/picocli/CommandLine.java:14422
↓ 2 callersMethodcreateOrderComparatorIfNecessary
(List<OptionSpec> options)
Modder/modder/src/main/java/picocli/CommandLine.java:15909
↓ 2 callersMethodcreateParameterConsumer
(IFactory factory, Class<? extends IParameterConsumer> cls)
Modder/modder/src/main/java/picocli/CommandLine.java:5679
↓ 2 callersMethodcreateParameterException
(Object value, Throwable t)
Modder/modder/src/main/java/picocli/CommandLine.java:12140
↓ 2 callersMethodcreateProperties
(File file, CommandSpec commandSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:18827
↓ 2 callersMethoddebug
(String[] result, String msg, String value)
Modder/modder/src/main/java/picocli/CommandLine.java:9302
↓ 2 callersMethoddecapitalize
(String name)
Modder/modder/src/main/java/picocli/CommandLine.java:11527
↓ 2 callersMethoddefaultParameterIndex
(ITypeInfo typeInfo)
Modder/modder/src/main/java/picocli/CommandLine.java:5768
↓ 2 callersMethoddescription
Returns the optional text lines to use as the description of the help message, displayed between the synopsis and the options list. Initialized from {
Modder/modder/src/main/java/picocli/CommandLine.java:8175
↓ 2 callersMethoddisable
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/OverlayViewHolder.kt:51
↓ 2 callersMethoddisableView
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/OverlayButtonController.kt:126
↓ 2 callersMethoddummy_func_attached_required_strict
just a dummy function that requires the engine to be attached return true on succsess
ACE/gui/ACEG/engine_comm/engine.py:190
↓ 2 callersMethodenabled
Returns {@code true} if ANSI escape codes should be emitted, {@code false} otherwise. @return ON: {@code true}, OFF: {@code false}, AUTO: if system pr
Modder/modder/src/main/java/picocli/CommandLine.java:17833
↓ 2 callersMethodequalsImpl
(ArgSpec other)
Modder/modder/src/main/java/picocli/CommandLine.java:9375
↓ 2 callersMethodexcludeHiddenAndGroupParams
(List<PositionalParamSpec> all)
Modder/modder/src/main/java/picocli/CommandLine.java:15898
↓ 2 callersMethodexecuteUserObjectOfLastSubcommandWithSameParent
(List<CommandLine> parsedCommands)
Modder/modder/src/main/java/picocli/CommandLine.java:2455
↓ 2 callersMethodexitCode
Returns the exit code to use as the termination status, or {@code null} (the default) if the handler should not call {@link System#exit(int)} after pr
Modder/modder/src/main/java/picocli/CommandLine.java:1824
↓ 2 callersMethodextractCommandSpec
(Object command, IFactory factory, boolean annotationsAreMandatory)
Modder/modder/src/main/java/picocli/CommandLine.java:11783
↓ 2 callersMethodextractName
(ResourceBundle rb)
Modder/modder/src/main/java/picocli/CommandLine.java:11635
↓ 2 callersMethodextractTypeParameters
(ParameterizedType genericType)
Modder/modder/src/main/java/picocli/CommandLine.java:11235
↓ 2 callersMethodfg
Parses the specified style markup and returns the associated style. The markup may be one of the Style enum value names, or it may be one of the Styl
Modder/modder/src/main/java/picocli/CommandLine.java:17926
↓ 2 callersMethodfilter_from_cmp_val
ACE/engine/src/scanner.cpp:342
↓ 2 callersMethodfilter_val
ACE/engine/src/scanner.cpp:347
↓ 2 callersMethodforDefaultColumns
Constructs a TextTable with five columns as follows: <ol> <li>required option/parameter marker (width: 2, indent: 0, TRUNCATE on overflow)</li> <li>sh
Modder/modder/src/main/java/picocli/CommandLine.java:17064
↓ 2 callersFunctionfrontend_mark_task_begin
ACE/engine/src/to_frontend.cpp:68
↓ 2 callersFunctiongen_make_and_make_ACE
( build_dir: str, install_dir: str, CMAKElist_dir_path: str, toolchain_path: str = None, e
ACE_release.py:74
↓ 2 callersMethodgetActualTypeConverter
(final Class<?> type, ArgSpec argSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:14774
↓ 2 callersMethodgetAuxiliaryTypeInfos
Returns type information of components or elements of a {@link #isMultiValue() multivalue} type.
Modder/modder/src/main/java/picocli/CommandLine.java:11134
↓ 2 callersMethodgetClassSimpleName
()
Modder/modder/src/main/java/picocli/CommandLine.java:11132
↓ 2 callersMethodgetCommandMethods
Helper to get methods of a class annotated with {@link Command @Command} via reflection, optionally filtered by method name (not {@link Command#name()
Modder/modder/src/main/java/picocli/CommandLine.java:3319
↓ 2 callersMethodgetExitCode
Returns the exit code that should be returned from the {@link #execute(String...) execute} method. @return the exit code
Modder/modder/src/main/java/picocli/CommandLine.java:1200
↓ 2 callersMethodgetExitCodeExceptionMapper
Returns the mapper that was set by the application to map from exceptions to exit codes, for use by the {@link #execute(String...) execute} method. @r
Modder/modder/src/main/java/picocli/CommandLine.java:1335
↓ 2 callersMethodgetHelpFactory
Returns the {@code IHelpFactory} that this Help was constructed with. @since 3.9
Modder/modder/src/main/java/picocli/CommandLine.java:15502
↓ 2 callersMethodgetMaskedValue
(ArgSpec argSpec, String input)
Modder/modder/src/main/java/picocli/CommandLine.java:14614
↓ 2 callersMethodgetOptionalEmpty
()
Modder/modder/src/main/java/picocli/CommandLine.java:3634
↓ 2 callersMethodgetOptionalOfNullable
(Object newValue)
Modder/modder/src/main/java/picocli/CommandLine.java:3637
↓ 2 callersMethodgetStringArrayForExactKey
(String key)
Modder/modder/src/main/java/picocli/CommandLine.java:11723
↓ 2 callersMethodgetStringForExactKey
(String key)
Modder/modder/src/main/java/picocli/CommandLine.java:11700
↓ 2 callersMethodgetToString
()
Modder/modder/src/main/java/picocli/CommandLine.java:11348
↓ 2 callersMethodgetView
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/OverlayViewHolder.kt:40
↓ 2 callersMethodget_displayable_str
ACE/engine/src/maps.cpp:12
↓ 2 callersMethodgetter
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:10500
↓ 2 callersMethodhandle
Processes the specified {@code ParseResult} and returns the result as a list of objects. Implementations are responsible for catching any exceptions t
Modder/modder/src/main/java/picocli/CommandLine.java:2320
↓ 2 callersMethodhandleExecutionException
Handles a {@code ExecutionException} that occurred while executing the {@code Runnable} or {@code Callable} command and optionally returns a list of r
Modder/modder/src/main/java/picocli/CommandLine.java:1723
↓ 2 callersMethodhandleLifecycleEvent
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/overlayViewFactory.kt:64
↓ 2 callersMethodhandleParseException
Handles a {@code ParameterException} that occurred while {@linkplain #parseArgs(String...) parsing} the command line arguments and optionally returns
Modder/modder/src/main/java/picocli/CommandLine.java:1715
↓ 2 callersMethodhandleParseResult
Processes a List of {@code CommandLine} objects resulting from successfully {@linkplain #parse(String...) parsing} the command line arguments and opti
Modder/modder/src/main/java/picocli/CommandLine.java:1608
↓ 2 callersMethodhasExitCode
Returns {@code true} if an exit code was set with {@link #andExit(int)}, or {@code false} (the default) if the handler should not call {@link System#e
Modder/modder/src/main/java/picocli/CommandLine.java:1827
↓ 2 callersMethodhasInitialValue
()
Modder/modder/src/main/java/picocli/CommandLine.java:11341
↓ 2 callersMethodhasOsType
()
Modder/modder/src/main/java/picocli/CommandLine.java:17768
↓ 2 callersMethodhas_gui_protocol
(self)
ACE/gui/ACEG/engine_comm/engine.py:202
← previousnext →601–700 of 2,004, ranked by callers