MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

MethodisOptionsCaseInsensitive
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
MethodisParentCommand
()
Modder/modder/src/main/java/picocli/CommandLine.java:11496
MethodisPositional
()
Modder/modder/src/main/java/picocli/CommandLine.java:10013
MethodisPositional
()
Modder/modder/src/main/java/picocli/CommandLine.java:10275
MethodisPosixClusteredShortOptionsAllowed
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
MethodisProxyClass
()
Modder/modder/src/main/java/picocli/CommandLine.java:12279
MethodisSpec
()
Modder/modder/src/main/java/picocli/CommandLine.java:11495
MethodisSplitQuotedStrings
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
MethodisStopAtPositional
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
MethodisStopAtUnmatched
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
MethodisSubgroupOf
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
MethodisToggleBooleanFlags
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
MethodisTrimQuotes
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
MethodisUnmatched
()
Modder/modder/src/main/java/picocli/CommandLine.java:11494
MethodisUnmatchedOptionsAllowedAsOptionParameters
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
MethodisUnmatchedOptionsArePositionalParams
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
MethodisUnspecified
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
MethodisUsageHelpAutoWidth
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
MethodisUsageHelpRequested
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
MethodisUseSimplifiedAtFiles
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
MethodisVersionHelpRequested
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
MethodisWarn
Returns whether the current trace level is WARN or higher.
Modder/modder/src/main/java/picocli/CommandLine.java:18342
Methoditerator
()
Modder/modder/src/main/java/picocli/CommandLine.java:6048
Functionlist_cmd_handler
ACE/engine/src/cheat_cmd_handler.cpp:23
Methodloaded_mem_info
ACE/engine/src/loaded_mem_info.cpp:4
Functionmain
ACE/engine/client/client.cpp:11
Functionmain
ACE/engine/program_utils/address_check.cpp:15
Functionmain
ACE/engine/program_utils/scan_and_write_self.cpp:15
Functionmain
ACE/engine/program_utils/freeze_val.cpp:13
Functionmain
* 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
Functionmain
ACE/engine/example_program/rev_endian.cpp:4
Functionmain
ACE/engine/example_program/ACE_mock.cpp:9
Functionmain
ACE/engine/example_program/main.c:5
Functionmain
ACE/engine/src/main.cpp:113
Functionmain_mode_on_each_input
ACE/engine/src/main.cpp:58
Methodmain_mode_options
ACE/engine/src/main_cmd_creator.hpp:13
MethodmakeNegative
{@inheritDoc}
Modder/modder/src/main/java/picocli/CommandLine.java:5435
MethodmakeSynopsis
{@inheritDoc}
Modder/modder/src/main/java/picocli/CommandLine.java:5444
Functionmake_release
(release_dir: str)
Modder_release.py:7
Functionmake_release
(release_dir: str, android_toolchain_file: str)
ACE_release.py:125
MethodmapFallbackValue
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
Methodmatch_chunk_prop
ACE/engine/src/match_store.hpp:70
Methodmatch_storage
ACE/engine/src/match_store.cpp:5
MethodmatchedArgs
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
MethodmatchedMaxElements
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
MethodmatchedMinElements
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
MethodmatchedOptionValue
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
MethodmatchedOptions
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
MethodmatchedOptionsSet
Returns a set of matched options. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:12550
MethodmatchedPositionalValue
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
MethodmatchedPositionals
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
MethodmatchedPositionalsSet
Returns a set of matched positional parameters. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:12559
MethodmatchedValues
Returns the values matched for the specified argument, converted to the type of the argument.
Modder/modder/src/main/java/picocli/CommandLine.java:13128
MethodmixinAnnotatedElements
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
Methodmultiplicity
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
Methodnames
Returns all names of this command, including {@link #name()} and {@link #aliases()}. @since 3.9
Modder/modder/src/main/java/picocli/CommandLine.java:7137
Methodnames
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
Methodnegatable
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
Methodno_attached_required
(f)
ACE/gui/ACEG/engine_comm/engine.py:177
Methodoff
()
Modder/modder/src/main/java/picocli/CommandLine.java:17410
Methodoff
()
Modder/modder/src/main/java/picocli/CommandLine.java:17983
Methodon
()
Modder/modder/src/main/java/picocli/CommandLine.java:17409
Methodon
()
Modder/modder/src/main/java/picocli/CommandLine.java:17982
MethodonBind
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:67
MethodonClick
(View view)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:33
MethodonClick
(View view)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:40
MethodonClick
(View view)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:33
MethodonCreate
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ATG.java:12
MethodonCreate
ATG/app/src/main/java/com/kuhakupixel/atg/ui/MainActivity.kt:34
MethodonCreate
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:37
MethodonCreate
(Bundle savedInstanceState)
Modder/injector/apk_source/hello-libs/app/src/main/java/com/AceInjector/hellolibs/MainActivity.java:34
MethodonCreate
(Bundle savedInstanceState)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:26
MethodonCreateOptionsMenu
(Menu menu)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:48
MethodonCreateView
( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState )
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:18
MethodonCreateView
( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState )
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:18
MethodonDestroyView
()
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:41
MethodonDestroyView
()
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:41
MethodonOptionsItemSelected
(MenuItem item)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:55
MethodonOverlayButtonClick
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:29
MethodonStartCommand
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/service/FloatingService.kt:71
MethodonSupportNavigateUp
()
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/MainActivity.java:70
MethodonViewCreated
(@NonNull View view, Bundle savedInstanceState)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/SecondFragment.java:29
MethodonViewCreated
(@NonNull View view, Bundle savedInstanceState)
Modder/modder/src/test/apk_example/app/src/main/java/com/java/simpleapp/FirstFragment.java:29
Methodon_AgainstAValue_checkBox
(self, state)
ACE/gui/ACEG/ace_gui.py:181
Methodon_NextScan_pushButton
(self)
ACE/gui/ACEG/ace_gui.py:184
Methodon_attach_button_click
(self)
ACE/gui/ACEG/dialog/proc_list.py:74
Methodon_attach_to_proc
(self)
ACE/gui/ACEG/ace_gui.py:87
Methodon_connect_device_button
(self)
ACE/gui/ACEG/dialog/device_android.py:115
Methodon_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
Methodon_device_android
(self)
ACE/gui/ACEG/ace_gui.py:83
Functionon_progress_update
(current_val: int, max_val: int)
ACE/gui/ACEG/test/engine_comm/test_engine.py:293
Methodon_progress_update
(self, current_val: int, max_val: int)
ACE/gui/ACEG/ace_gui.py:100
Methodon_reset_scan_push_button
(self)
ACE/gui/ACEG/ace_gui.py:213
Methodon_start
(self)
ACE/gui/ACEG/dialog/device_android.py:118
MethodoptionListHeading
Returns the optional heading preceding the options list. Initialized from {@link Command#optionListHeading()}, or null.
Modder/modder/src/main/java/picocli/CommandLine.java:8181
MethodoptionParamStyles
Returns the registered styles for option parameters in this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17654
MethodoptionParamText
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
MethodoptionRenderer
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
MethodoptionStyles
Returns the registered styles for options in this color scheme builder.
Modder/modder/src/main/java/picocli/CommandLine.java:17650
Methodoptions
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
← previousnext →1,701–1,800 of 2,004, ranked by callers