MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

↓ 1 callersMethodannotationTypes
()
Modder/modder/src/main/java/picocli/CommandLine.java:11505
↓ 1 callersMethodansiPossible
()
Modder/modder/src/main/java/picocli/CommandLine.java:17795
↓ 1 callersMethodapplyDefaultValues
(List<ArgSpec> required, Set<ArgSpec> initialized)
Modder/modder/src/main/java/picocli/CommandLine.java:13601
↓ 1 callersMethodapplyGroupDefaults
(IDefaultValueProvider defaultValueProvider, ArgGroupSpec group, List<ArgSpec> required, Set<ArgSpec> initiali
Modder/modder/src/main/java/picocli/CommandLine.java:13619
↓ 1 callersMethodapplyModelTransformations
Apply transformers to command spec recursively.
Modder/modder/src/main/java/picocli/CommandLine.java:238
↓ 1 callersMethodapplyValueToSingleValuedField
(ArgSpec argSpec, boolean negated,
Modder/modder/src/main/java/picocli/CommandLine.java:14118
↓ 1 callersMethodapplyValuesToArrayField
(ArgSpec argSpec, boolean negated,
Modder/modder/src/main/java/picocli/CommandLine.java:14445
↓ 1 callersMethodapplyValuesToCollectionField
(ArgSpec argSpec, boolean negated,
Modder/modder/src/main/java/picocli/CommandLine.java:14480
↓ 1 callersMethodapplyValuesToMapField
(ArgSpec argSpec, LookBehind lookBehind,
Modder/modder/src/main/java/picocli/CommandLine.java:14263
↓ 1 callersMethodargCount
()
Modder/modder/src/main/java/picocli/CommandLine.java:10509
↓ 1 callersMethodaritySatisfiedByAttachedOptionParam
Returns true if options with attached arguments should not consume subsequent arguments and should not validate arity. The default is {@code false}.
Modder/modder/src/main/java/picocli/CommandLine.java:8611
↓ 1 callersMethodasScope
(Object scope)
Modder/modder/src/main/java/picocli/CommandLine.java:12204
↓ 1 callersFunctionaslr_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:127
↓ 1 callersFunctionaslr_set
ACE/engine/src/aslr_edit.cpp:3
↓ 1 callersMethodatFileParameterList
Returns the section of the usage help message that lists the @-file and its description. @return the section of the usage help message that lists the
Modder/modder/src/main/java/picocli/CommandLine.java:16096
↓ 1 callersFunctionattach_pid_cmd_handler
ACE/engine/src/main.cpp:108
↓ 1 callersMethodbeforeMatchingGroupElement
(ArgSpec argSpec)
Modder/modder/src/main/java/picocli/CommandLine.java:12771
↓ 1 callersMethodbg
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:17938
↓ 1 callersMethodbuildMixinForMember
(IAnnotatedElement member, IFactory factory)
Modder/modder/src/main/java/picocli/CommandLine.java:12031
↓ 1 callersMethodbuildUnmatchedForMember
(final IAnnotatedElement member)
Modder/modder/src/main/java/picocli/CommandLine.java:12060
↓ 1 callersMethodbuilder
Returns a new {@link Builder}. @return a new ArgGroupSpec.Builder instance
Modder/modder/src/main/java/picocli/CommandLine.java:10424
↓ 1 callersMethodbuilder
Creates and returns a new {@code ParseResult.Builder} for the specified command spec.
Modder/modder/src/main/java/picocli/CommandLine.java:12466
↓ 1 callersMethodcalcLongOptionColumnWidth
Returns the width of the long options column in the usage help message. @param options the options shown in the usage help message @param positionals
Modder/modder/src/main/java/picocli/CommandLine.java:16422
↓ 1 callersMethodcalcTTY
http://stackoverflow.com/questions/1403772/how-can-i-check-if-a-java-programs-input-output-streams-are-connected-to-a-term
Modder/modder/src/main/java/picocli/CommandLine.java:17788
↓ 1 callersFunctioncalcTimerIsHoverTrash
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/composables/Trash.kt:82
↓ 1 callersMethodcalc_something
()
Modder/injector/apk_source/hello-libs/app/src/main/java/com/AceInjector/hellolibs/MainActivity.java:30
↓ 1 callersMethodcanMatchPositionalParam
(PositionalParamSpec positionalParam)
Modder/modder/src/main/java/picocli/CommandLine.java:13077
↓ 1 callersFunctioncheater_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:115
↓ 1 callersFunctioncheater_mode
================================================
ACE/engine/src/cheat.cpp:42
↓ 1 callersFunctioncheater_mode_loop
ACE/engine/src/cheat.cpp:22
↓ 1 callersMethodcheck
(ArgGroupSpec group, Set<ArgGroupSpec> existing)
Modder/modder/src/main/java/picocli/CommandLine.java:6985
↓ 1 callersMethodclear
()
Modder/modder/src/main/java/picocli/CommandLine.java:13454
↓ 1 callersMethodclear_current_scan_result
ACE/engine/src/scanner.cpp:66
↓ 1 callersMethodcliInit
(String[] args)
Modder/modder/src/main/java/modder/App.java:331
↓ 1 callersMethodcollectErrors
Returns true if exceptions during parsing should be collected instead of thrown. Multiple errors may be encountered during parsing. These can be obtai
Modder/modder/src/main/java/picocli/CommandLine.java:8615
↓ 1 callersMethodcommandList
Returns a 2-column list with the command names and first line of their header or (if absent) description of the commands returned by {@link #subcomman
Modder/modder/src/main/java/picocli/CommandLine.java:16335
↓ 1 callersMethodcommandMethodParamValues
()
Modder/modder/src/main/java/picocli/CommandLine.java:7147
↓ 1 callersMethodcommandNamesText
Returns a {@code Text} object containing the command name and all aliases, separated with the specified separator. Command names will use the {@link C
Modder/modder/src/main/java/picocli/CommandLine.java:16374
↓ 1 callersMethodcommandSpec
Returns the {@code CommandSpec} for the matched command.
Modder/modder/src/main/java/picocli/CommandLine.java:12531
↓ 1 callersMethodcommands
Adds the specified styles to the registered styles for commands in this color scheme builder and returns this builder. @param styles the styles to add
Modder/modder/src/main/java/picocli/CommandLine.java:17673
↓ 1 callersMethodcompare
(Method o1, Method o2)
Modder/modder/src/main/java/picocli/CommandLine.java:3338
↓ 1 callersMethodcomplete
(CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:12863
↓ 1 callersMethodconnect_device
check if connections to android via adb is valid and can connect with engine properly
ACE/gui/ACEG/dialog/device_android.py:48
↓ 1 callersMethodconsumeMapArguments
(ArgSpec argSpec, LookBehind lookBehind,
Modder/modder/src/main/java/picocli/CommandLine.java:14287
↓ 1 callersMethodconsumeParameters
Consumes as many of the specified command line arguments as needed by popping them off the specified Stack. Implementors are free to ignore the {@link
Modder/modder/src/main/java/picocli/CommandLine.java:5163
↓ 1 callersMethodcopy
()
Modder/modder/src/main/java/picocli/CommandLine.java:247
↓ 1 callersFunctioncopy_ace_bin_to_ATG
copy all arch's binary from [src_root_dir] to [dest_dir] [src_root_dir]'s structure is expected to look like ├── arm64-v8a │   ├──
ACE_release.py:29
↓ 1 callersMethodcountTrailingSpaces
(String str)
Modder/modder/src/main/java/picocli/CommandLine.java:16139
↓ 1 callersMethodcreate
(CommandLine cmd, Exception ex, String arg, int i, String[] args)
Modder/modder/src/main/java/picocli/CommandLine.java:18534
↓ 1 callersMethodcreateBundle
(String baseName)
Modder/modder/src/main/java/picocli/CommandLine.java:11623
↓ 1 callersMethodcreateCaseInsensitive
Returns the {@code RegexTransformer} for case-insensitive negatable options. <table border="1"> <caption>The regular expressions for case-insensitiv
Modder/modder/src/main/java/picocli/CommandLine.java:5424
↓ 1 callersMethodcreateCollection
(Class<?> collectionClass, Class<?>[] elementType)
Modder/modder/src/main/java/picocli/CommandLine.java:14747
↓ 1 callersMethodcreateDefaultParameterRenderer
Returns a new default ParameterRenderer which converts {@linkplain PositionalParamSpec positional parameters} to four columns of text to match the def
Modder/modder/src/main/java/picocli/CommandLine.java:16487
↓ 1 callersMethodcreateDefaultValueProvider
(IFactory factory, Class<? extends IDefaultValueProvider> cls)
Modder/modder/src/main/java/picocli/CommandLine.java:5673
↓ 1 callersMethodcreateDetailedSynopsisCommandText
Returns a Text object containing a partial detailed synopsis showing only the subcommands, starting with a {@code " "} space. Follows the unix convent
Modder/modder/src/main/java/picocli/CommandLine.java:15842
↓ 1 callersMethodcreateDetailedSynopsisEndOfOptionsText
Returns a Text object containing a partial detailed synopsis showing only the end of options delimiter (if enabled), starting with a {@code " "} space
Modder/modder/src/main/java/picocli/CommandLine.java:15805
↓ 1 callersMethodcreateDetailedSynopsisGroupsText
Returns a Text object containing a partial detailed synopsis showing only the options and positional parameters in the specified {@linkplain ArgGroup#
Modder/modder/src/main/java/picocli/CommandLine.java:15705
↓ 1 callersMethodcreateDetailedSynopsisOptionsText
Returns a Text object containing a partial detailed synopsis showing only the options, starting with a {@code " "} space. Follows the unix convention
Modder/modder/src/main/java/picocli/CommandLine.java:15721
↓ 1 callersMethodcreateDetailedSynopsisPositionalsText
Returns a Text object containing a partial detailed synopsis showing only the positional parameters, starting with a {@code " "} space. Follows the un
Modder/modder/src/main/java/picocli/CommandLine.java:15817
↓ 1 callersMethodcreateForAuxType
(Class<?> type)
Modder/modder/src/main/java/picocli/CommandLine.java:11162
↓ 1 callersMethodcreateGroupMatchContainer
(ArgGroupSpec group, GroupMatchContainer parent, CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:12911
↓ 1 callersMethodcreateHelpSectionRendererMap
Returns the help section renderers for the predefined section keys. see: {@link #sectionKeys()}
Modder/modder/src/main/java/picocli/CommandLine.java:8007
↓ 1 callersMethodcreateLayout
(int longOptionsColumnWidth, ColorScheme aColorScheme)
Modder/modder/src/main/java/picocli/CommandLine.java:16410
↓ 1 callersMethodcreateLongOptionText
(OptionSpec option, IParamLabelRenderer renderer, ColorScheme scheme, String longOption)
Modder/modder/src/main/java/picocli/CommandLine.java:16606
↓ 1 callersMethodcreateMap
(Class<?> mapClass)
Modder/modder/src/main/java/picocli/CommandLine.java:14756
↓ 1 callersMethodcreateMissingParameterMessage
(ArgSpec argSpec, Range arity, List<PositionalParamSpec> missingList, Stack<String> args, int available)
Modder/modder/src/main/java/picocli/CommandLine.java:14923
↓ 1 callersMethodcreateOrderComparator
Sorts {@link OptionSpec options} by their option {@linkplain IOrdered#order() order}, lowest first, highest last. @return a comparator that sorts Opti
Modder/modder/src/main/java/picocli/CommandLine.java:16536
↓ 1 callersMethodcreateShortOptionArityAndNameComparator
Sorts {@link OptionSpec OptionSpecs} by their option {@linkplain Range#max max arity} first, by {@linkplain Range#min min arity} next, and by {@linkpl
Modder/modder/src/main/java/picocli/CommandLine.java:16527
↓ 1 callersMethodcreateShortOptionNameComparator
Sorts {@link OptionSpec OptionSpecs} by their option name in case-insensitive alphabetic order. If an option has multiple names, the shortest name is
Modder/modder/src/main/java/picocli/CommandLine.java:16521
↓ 1 callersMethodcreateTextTable
Returns a 2-column {@code TextTable} containing data from the specified map: the keys are put in the left column and the map values are in the right c
Modder/modder/src/main/java/picocli/CommandLine.java:16317
↓ 1 callersMethodcreateUserInputDebugString
(ArgSpec argSpec, char[] result, String name)
Modder/modder/src/main/java/picocli/CommandLine.java:14869
↓ 1 callersMethodcreateVersionProvider
(IFactory factory, Class<? extends IVersionProvider> cls)
Modder/modder/src/main/java/picocli/CommandLine.java:5670
↓ 1 callersFunctioncredit_cmd_handler
ACE/engine/src/main_cmd_handler.cpp:134
↓ 1 callersMethoddefaultArity
Returns the default arity {@code Range}: for interactive options/positional parameters, this is 0; for {@link Option options} this is effectively "0..
Modder/modder/src/main/java/picocli/CommandLine.java:5786
↓ 1 callersMethoddefaultExceptionHandler
Convenience method that returns {@code new DefaultExceptionHandler<List<Object>>()}.
Modder/modder/src/main/java/picocli/CommandLine.java:1917
↓ 1 callersMethoddefaultFactory
Returns the default {@link IFactory} implementation used if no factory was specified in the {@link #CommandLine(Object) CommandLine constructor}. <p>T
Modder/modder/src/main/java/picocli/CommandLine.java:5611
↓ 1 callersMethoddescribe
(List<String> unmatch, CommandLine cmd)
Modder/modder/src/main/java/picocli/CommandLine.java:18666
↓ 1 callersMethoddescribeTypes
(Collection<ArgSpec> args)
Modder/modder/src/main/java/picocli/CommandLine.java:9414
↓ 1 callersMethoddescription
Returns the description of this option or positional parameter, after all variables have been rendered, including the {@code ${DEFAULT-VALUE}} and {@c
Modder/modder/src/main/java/picocli/CommandLine.java:8926
↓ 1 callersMethoddetailedSynopsis
Generates a detailed synopsis message showing all options and parameters. Follows the unix convention of showing optional options and parameters in sq
Modder/modder/src/main/java/picocli/CommandLine.java:15649
↓ 1 callersMethoddetectTerminalWidth
()
Modder/modder/src/main/java/picocli/CommandLine.java:7895
↓ 1 callersFunctiondisplay_intro
======================================================
ACE/engine/src/main_cmd_handler.cpp:131
↓ 1 callersMethodenable
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/OverlayViewHolder.kt:62
↓ 1 callersMethodendOfOptionsList
Returns the section of the usage help message that lists the {@code --} End of Options delimiter and its description. @return the section of the usage
Modder/modder/src/main/java/picocli/CommandLine.java:16111
↓ 1 callersMethodenrichForBackwardsCompatibility
(T obj)
Modder/modder/src/main/java/picocli/CommandLine.java:2224
↓ 1 callersMethoderrorText
Returns a Text with all error styles applied to the specified error string. @param error the error string to apply the registered error styles to @ret
Modder/modder/src/main/java/picocli/CommandLine.java:17456
↓ 1 callersMethoderrors
If {@link ParserSpec#collectErrors} is {@code true}, returns the list of exceptions that were encountered during parsing, otherwise, returns an empty
Modder/modder/src/main/java/picocli/CommandLine.java:12586
↓ 1 callersMethodexcludeHiddenAndGroupOptions
(List<OptionSpec> all)
Modder/modder/src/main/java/picocli/CommandLine.java:15888
↓ 1 callersMethodexcluded
(String fqcn)
Modder/modder/src/main/java/picocli/CommandLine.java:15187
↓ 1 callersMethodexecute
Convenience method to allow command line application authors to avoid some boilerplate code in their application. To use this method, the annotated ob
Modder/modder/src/main/java/picocli/CommandLine.java:2165
↓ 1 callersMethodexpandArgumentFile
(String fileName, List<String> arguments, Set<String> visited)
Modder/modder/src/main/java/picocli/CommandLine.java:13403
↓ 1 callersMethodexpandValidArgumentFile
(String fileName, File file, List<String> arguments, Set<String> visited)
Modder/modder/src/main/java/picocli/CommandLine.java:13417
↓ 1 callersMethodexpandVariables
(String[] desc)
Modder/modder/src/main/java/picocli/CommandLine.java:8958
↓ 1 callersMethodexpandedArgs
Returns the command line arguments after {@linkplain CommandLine#isExpandAtFiles() @-files were expanded}; these are the arguments that were actually
Modder/modder/src/main/java/picocli/CommandLine.java:12582
↓ 1 callersMethodextractArgGroupSpec
(IAnnotatedElement member, IFactory factory, CommandSpec commandSpec, boolean annotationsAreMandatory)
Modder/modder/src/main/java/picocli/CommandLine.java:11756
↓ 1 callersMethodextractExitCodeGenerators
(ParseResult parseResult)
Modder/modder/src/main/java/picocli/CommandLine.java:2322
↓ 1 callersMethodfailGroupMultiplicityExceeded
(List<ParseResult.GroupMatch> groupMatches, CommandLine commandLine)
Modder/modder/src/main/java/picocli/CommandLine.java:13016
↓ 1 callersMethodfindClosingBrace
(String text, int start)
Modder/modder/src/main/java/picocli/CommandLine.java:12394
↓ 1 callersMethodfindOpeningDollar
(String text, String prefix, int start)
Modder/modder/src/main/java/picocli/CommandLine.java:12373
↓ 1 callersMethodfindSectionContaining
(int index)
Modder/modder/src/main/java/picocli/CommandLine.java:18229
← previousnext →901–1,000 of 2,004, ranked by callers