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
Method
isOptionsCaseInsensitive
Returns whether upper case and lower case should be ignored when matching option names. The default is {@code false}. @return {@code true} if options
Modder/modder/src/main/java/picocli/CommandLine.java:813
Method
isParentCommand
()
Modder/modder/src/main/java/picocli/CommandLine.java:11496
Method
isPositional
()
Modder/modder/src/main/java/picocli/CommandLine.java:10013
Method
isPositional
()
Modder/modder/src/main/java/picocli/CommandLine.java:10275
Method
isPosixClusteredShortOptionsAllowed
Returns whether the parser accepts clustered short options. The default is {@code true}. @return {@code true} if short options like {@code -x -v -f So
Modder/modder/src/main/java/picocli/CommandLine.java:632
Method
isProxyClass
()
Modder/modder/src/main/java/picocli/CommandLine.java:12279
Method
isSpec
()
Modder/modder/src/main/java/picocli/CommandLine.java:11495
Method
isSplitQuotedStrings
Returns whether the parser is allowed to split quoted Strings or not. The default is {@code false}, so quotes are respected: quoted strings are treate
Modder/modder/src/main/java/picocli/CommandLine.java:737
Method
isStopAtPositional
Returns whether the parser interprets the first positional parameter as "end of options" so the remaining arguments are all treated as positional para
Modder/modder/src/main/java/picocli/CommandLine.java:921
Method
isStopAtUnmatched
Returns whether the parser should stop interpreting options and positional parameters as soon as it encounters an unmatched option. Unmatched options
Modder/modder/src/main/java/picocli/CommandLine.java:952
Method
isSubgroupOf
Returns {@code true} if this group is a subgroup (or a nested sub-subgroup, to any level of depth) of the specified group, {@code false} otherwise. @p
Modder/modder/src/main/java/picocli/CommandLine.java:10487
Method
isToggleBooleanFlags
Returns whether the value of boolean flag options should be "toggled" when the option is matched. From 4.0, this is {@code false} by default, and when
Modder/modder/src/main/java/picocli/CommandLine.java:562
Method
isTrimQuotes
Returns whether the parser should trim quotes from command line arguments. The default is read from the system property "picocli.trimQuotes" and will
Modder/modder/src/main/java/picocli/CommandLine.java:691
Method
isUnmatched
()
Modder/modder/src/main/java/picocli/CommandLine.java:11494
Method
isUnmatchedOptionsAllowedAsOptionParameters
Returns whether options can have parameter values that resemble an option, or whether such values should be rejected as unknown options. The default i
Modder/modder/src/main/java/picocli/CommandLine.java:1052
Method
isUnmatchedOptionsArePositionalParams
Returns whether arguments on the command line that resemble an option should be treated as positional parameters. The default is {@code false} and the
Modder/modder/src/main/java/picocli/CommandLine.java:1083
Method
isUnspecified
Returns {@code true} if this Range is a default value, {@code false} if the user specified this value. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:5875
Method
isUsageHelpAutoWidth
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:3494
Method
isUsageHelpRequested
Returns {@code true} if one of the options that was matched on the command line is a {@link OptionSpec#usageHelp() usageHelp} option.
Modder/modder/src/main/java/picocli/CommandLine.java:12615
Method
isUseSimplifiedAtFiles
Returns whether to use a simplified argument file format that is compatible with JCommander. In this format, every line (except empty lines and commen
Modder/modder/src/main/java/picocli/CommandLine.java:3581
Method
isVersionHelpRequested
Returns {@code true} if one of the options that was matched on the command line is a {@link OptionSpec#versionHelp() versionHelp} option.
Modder/modder/src/main/java/picocli/CommandLine.java:12618
Method
isWarn
Returns whether the current trace level is WARN or higher.
Modder/modder/src/main/java/picocli/CommandLine.java:18342
Method
iterator
()
Modder/modder/src/main/java/picocli/CommandLine.java:6048
Function
list_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:23
Method
loaded_mem_info
ACE/engine/src/loaded_mem_info.cpp:4
Function
main
ACE/engine/client/client.cpp:11
Function
main
ACE/engine/program_utils/address_check.cpp:15
Function
main
ACE/engine/program_utils/scan_and_write_self.cpp:15
Function
main
ACE/engine/program_utils/freeze_val.cpp:13
Function
main
* an example when the display value * is different from the actual value in memory * * an unknown value scan must be used * in this case * */
ACE/engine/example_program/fake.c:11
Function
main
ACE/engine/example_program/rev_endian.cpp:4
Function
main
ACE/engine/example_program/ACE_mock.cpp:9
Function
main
ACE/engine/example_program/main.c:5
Function
main
ACE/engine/src/main.cpp:113
Function
main_mode_on_each_input
ACE/engine/src/main.cpp:58
Method
main_mode_options
ACE/engine/src/main_cmd_creator.hpp:13
Method
makeNegative
{@inheritDoc}
Modder/modder/src/main/java/picocli/CommandLine.java:5435
Method
makeSynopsis
{@inheritDoc}
Modder/modder/src/main/java/picocli/CommandLine.java:5444
Function
make_release
(release_dir: str)
Modder_release.py:7
Function
make_release
(release_dir: str, android_toolchain_file: str)
ACE_release.py:125
Method
mapFallbackValue
Returns the fallback value for this Map option or positional parameter: the value that is put into the Map when only the key is specified for the opti
Modder/modder/src/main/java/picocli/CommandLine.java:9735
Method
match_chunk_prop
ACE/engine/src/match_store.hpp:70
Method
match_storage
ACE/engine/src/match_store.cpp:5
Method
matchedArgs
Returns a list of matched options and positional parameters, in order they were matched on the command line. The returned list may contain an {@code O
Modder/modder/src/main/java/picocli/CommandLine.java:12569
Method
matchedMaxElements
Returns {@code true} if the maximum number of multiples has been matched for the multiplicity of this group, and the last multiple has {@linkplain Gro
Modder/modder/src/main/java/picocli/CommandLine.java:12883
Method
matchedMinElements
Returns {@code true} if the minimum number of multiples has been matched for the multiplicity of this group, and each multiple has matched at least th
Modder/modder/src/main/java/picocli/CommandLine.java:12879
Method
matchedOptionValue
Returns the command line argument value of the option with the specified name, converted to the {@linkplain OptionSpec#type() type} of the option, or
Modder/modder/src/main/java/picocli/CommandLine.java:12589
Method
matchedOptions
Returns a list of matched options, in order they were matched on the command line. The returned list may contain the same {@code OptionSpec} multiple
Modder/modder/src/main/java/picocli/CommandLine.java:12555
Method
matchedOptionsSet
Returns a set of matched options. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:12550
Method
matchedPositionalValue
Returns the command line argument value of the positional parameter at the specified position, converted to the {@linkplain PositionalParamSpec#type()
Modder/modder/src/main/java/picocli/CommandLine.java:12597
Method
matchedPositionals
Returns all {@code PositionalParamSpec} objects that matched an argument at the specified position, or an empty list if no positional parameters were
Modder/modder/src/main/java/picocli/CommandLine.java:12526
Method
matchedPositionalsSet
Returns a set of matched positional parameters. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:12559
Method
matchedValues
Returns the values matched for the specified argument, converted to the type of the argument.
Modder/modder/src/main/java/picocli/CommandLine.java:13128
Method
mixinAnnotatedElements
Returns a map of the mixin names to mixin {@code IAnnotatedElement} objects for this command. @return an immutable map of `{@literal @}Mixin`-annotate
Modder/modder/src/main/java/picocli/CommandLine.java:7082
Method
multiplicity
Returns the multiplicity of this group: how many occurrences it may have on the command line; {@code "0..1"} (optional) by default. A group can be mad
Modder/modder/src/main/java/picocli/CommandLine.java:10903
Method
names
Returns all names of this command, including {@link #name()} and {@link #aliases()}. @since 3.9
Modder/modder/src/main/java/picocli/CommandLine.java:7137
Method
names
Returns one or more option names. At least one option name is required. @see Option#names()
Modder/modder/src/main/java/picocli/CommandLine.java:10143
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:10162
Method
no_attached_required
(f)
ACE/gui/ACEG/engine_comm/engine.py:177
Method
off
()
Modder/modder/src/main/java/picocli/CommandLine.java:17410
Method
off
()
Modder/modder/src/main/java/picocli/CommandLine.java:17983
Method
on
()
Modder/modder/src/main/java/picocli/CommandLine.java:17409
Method
on
()
Modder/modder/src/main/java/picocli/CommandLine.java:17982
Method
onBind
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:67
Method
onClick
(View view)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:33
Method
onClick
(View view)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:40
Method
onClick
(View view)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:33
Method
onCreate
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ATG.java:12
Method
onCreate
ATG/app/src/main/java/com/kuhakupixel/atg/ui/MainActivity.kt:34
Method
onCreate
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:37
Method
onCreate
(Bundle savedInstanceState)
Modder/injector/apk_source/hello-libs/app/src/main/java/com/AceInjector/hellolibs/MainActivity.java:34
Method
onCreate
(Bundle savedInstanceState)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:26
Method
onCreateOptionsMenu
(Menu menu)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:48
Method
onCreateView
( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState )
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:18
Method
onCreateView
( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState )
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:18
Method
onDestroyView
()
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:41
Method
onDestroyView
()
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:41
Method
onOptionsItemSelected
(MenuItem item)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:55
Method
onOverlayButtonClick
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:29
Method
onStartCommand
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:71
Method
onSupportNavigateUp
()
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:70
Method
onViewCreated
(@NonNull View view, Bundle savedInstanceState)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:29
Method
onViewCreated
(@NonNull View view, Bundle savedInstanceState)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:29
Method
on_AgainstAValue_checkBox
(self, state)
ACE/gui/ACEG/ace_gui.py:181
Method
on_NextScan_pushButton
(self)
ACE/gui/ACEG/ace_gui.py:184
Method
on_attach_button_click
(self)
ACE/gui/ACEG/dialog/proc_list.py:74
Method
on_attach_to_proc
(self)
ACE/gui/ACEG/ace_gui.py:87
Method
on_connect_device_button
(self)
ACE/gui/ACEG/dialog/device_android.py:115
Method
on_current_val_in_table_changed
called when users want to change the value of an address in the matches table
ACE/gui/ACEG/ace_gui.py:164
Method
on_device_android
(self)
ACE/gui/ACEG/ace_gui.py:83
Function
on_progress_update
(current_val: int, max_val: int)
ACE/gui/ACEG/test/engine_comm/test_engine.py:293
Method
on_progress_update
(self, current_val: int, max_val: int)
ACE/gui/ACEG/ace_gui.py:100
Method
on_reset_scan_push_button
(self)
ACE/gui/ACEG/ace_gui.py:213
Method
on_start
(self)
ACE/gui/ACEG/dialog/device_android.py:118
Method
optionListHeading
Returns the optional heading preceding the options list. Initialized from {@link Command#optionListHeading()}, or null.
Modder/modder/src/main/java/picocli/CommandLine.java:8181
Method
optionParamStyles
Returns the registered styles for option parameters in this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17654
Method
optionParamText
Returns a Text with all optionParam styles applied to the specified optionParam string. @param optionParam the option parameter string to apply the re
Modder/modder/src/main/java/picocli/CommandLine.java:17451
Method
optionRenderer
Returns the IOptionRenderer used to render options to Text before adding this text to the TextTable in this layout. @since 4.6
Modder/modder/src/main/java/picocli/CommandLine.java:16959
Method
optionStyles
Returns the registered styles for options in this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17650
Method
options
Adds the specified styles to the registered styles for options in this color scheme and returns this color scheme. @param styles the styles to add to
Modder/modder/src/main/java/picocli/CommandLine.java:17677
← previous
next →
1,701–1,800 of 2,004, ranked by callers