MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

↓ 245 callersMethodsize
()
Modder/modder/src/main/java/picocli/CommandLine.java:6144
↓ 197 callersMethodadd_match
* adding a match must be in a sorted * order * */
ACE/engine/src/match_store.hpp:184
↓ 163 callersMethodadd
Adds the specified option spec or positional parameter spec to the list of configured arguments to expect. @param arg the option spec or positional pa
Modder/modder/src/main/java/picocli/CommandLine.java:6766
↓ 157 callersMethodgetCommandSpec
Returns the {@code CommandSpec} model that this {@code CommandLine} was constructed with. @return the {@code CommandSpec} model @since 3.0
Modder/modder/src/main/java/picocli/CommandLine.java:266
↓ 146 callersMethodget
Returns the current value of the binding. For multi-value options and positional parameters, this method returns an array, collection or map to add va
Modder/modder/src/main/java/picocli/CommandLine.java:6019
↓ 131 callersMethodlength
(Text str)
Modder/modder/src/main/java/picocli/CommandLine.java:17303
↓ 115 callersMethodtoString
()
Modder/modder/src/main/java/picocli/CommandLine.java:5920
↓ 113 callersFunctionfrontend_print
ACE/engine/src/to_frontend.cpp:36
↓ 111 callersMethodequals
(Object object)
Modder/modder/src/main/java/picocli/CommandLine.java:5912
↓ 111 callersMethodsetup_val_to_find
this setup the value to find at all certain index this is used to simulate where the value is in the mmeory so when an `action` is done to them, t
ACE/engine/test/scanner_tester.hpp:191
↓ 110 callersMethodput
(K key, V value)
Modder/modder/src/main/java/picocli/CommandLine.java:6179
↓ 105 callersMethoddebug
Prints the specified message if the current trace level is DEBUG or higher. @param msg the message to print; may use {@link String#format(String, Obje
Modder/modder/src/main/java/picocli/CommandLine.java:18359
↓ 89 callersMethodisEmpty
Returns {@code true} if this match has no matched arguments and no matched subgroups.
Modder/modder/src/main/java/picocli/CommandLine.java:13119
↓ 89 callersMethodnotNull
Throws a NullPointerException if the specified object is null. @param object the object to verify @param description error message @param <T> type of
Modder/modder/src/main/java/picocli/CommandLine.java:18289
↓ 78 callersMethodparser
Returns the parser specification for this command.
Modder/modder/src/main/java/picocli/CommandLine.java:6455
↓ 78 callersMethodtracer
Returns the {@code Tracer} used internally for printing internal debug statements. @return the {@code Tracer} used internally for printing internal de
Modder/modder/src/main/java/picocli/CommandLine.java:18365
↓ 73 callersMethodconcat
Returns a copy of this {@code Text} instance with the specified text concatenated to the end. Does not modify this instance! @param string the text to
Modder/modder/src/main/java/picocli/CommandLine.java:18153
↓ 73 callersMethodvalueOf
Leniently parses the specified String as a {@code Range} value and return the result. A range string can be a fixed integer value or a range of the fo
Modder/modder/src/main/java/picocli/CommandLine.java:5829
↓ 71 callersMethodvalues
()
Modder/modder/src/main/java/picocli/CommandLine.java:6216
↓ 62 callersMethodusageMessage
Returns the usage help message specification for this command.
Modder/modder/src/main/java/picocli/CommandLine.java:6460
↓ 59 callersMethodappend
@deprecated use {@link #concat(String)} instead
Modder/modder/src/main/java/picocli/CommandLine.java:18145
↓ 56 callersMethodformat
(String formatString, Object... params)
Modder/modder/src/main/java/picocli/CommandLine.java:3640
↓ 56 callersMethodjoin
@deprecated Use {@link #join(Ansi, int, boolean, String[], StringBuilder, Object...)} instead
Modder/modder/src/main/java/picocli/CommandLine.java:16149
↓ 56 callersMethodsubstring
Returns a new {@code Text} instance that is a substring of this Text. Does not modify this instance! @param start index in the plain text where to sta
Modder/modder/src/main/java/picocli/CommandLine.java:18124
↓ 51 callersMethodgetName
()
Modder/modder/src/main/java/picocli/CommandLine.java:11329
↓ 46 callersMethodscanner_filter_on_value
ACE/engine/test/scanner_tester.hpp:292
↓ 45 callersMethodincrement_setupped_val
* increment every setupped value (setupped by setup_val_to_find * function) * */
ACE/engine/test/scanner_tester.hpp:236
↓ 45 callersMethodsubcommands
Returns the map of non-hidden subcommand {@code Help} instances for this command Help. @since 3.9 @see #allSubcommands()
Modder/modder/src/main/java/picocli/CommandLine.java:15507
↓ 42 callersMethodcontains
Returns {@code true} if this Range includes the specified value, {@code false} otherwise. @param value the value to check @return {@code true} if the
Modder/modder/src/main/java/picocli/CommandLine.java:5910
↓ 41 callersMethodget_current_scan_addresses
ACE/engine/test/scanner_tester.hpp:304
↓ 41 callersMethodget_value_at_idx
ACE/engine/src/simulated_memory.hpp:85
↓ 41 callersMethodself
()
Modder/modder/src/main/java/picocli/CommandLine.java:9633
↓ 40 callersMethodisDebug
Returns whether the current trace level is DEBUG (the highest).
Modder/modder/src/main/java/picocli/CommandLine.java:18338
↓ 40 callersMethodisNonDefault
(Object candidate, Object defaultValue)
Modder/modder/src/main/java/picocli/CommandLine.java:7568
↓ 40 callersMethodset_value_at_idx
ACE/engine/src/simulated_memory.hpp:78
↓ 38 callersMethodinitial_scan
ACE/engine/test/scanner_tester.hpp:261
↓ 37 callersMethodansi
Returns whether ANSI escape codes are enabled or not. @return whether ANSI escape codes are enabled or not
Modder/modder/src/main/java/picocli/CommandLine.java:16543
↓ 37 callersMethodassertTrue
(boolean condition, String message)
Modder/modder/src/main/java/picocli/CommandLine.java:18298
↓ 37 callersMethodinitializable
(Object current, Object candidate, Object defaultValue)
Modder/modder/src/main/java/picocli/CommandLine.java:7562
↓ 37 callersMethodrequired
Returns whether this is a required option or positional parameter without a default value. If this argument is part of a {@linkplain ArgGroup group},
Modder/modder/src/main/java/picocli/CommandLine.java:8894
↓ 36 callersMethodaddAll
(List<IStyle> styles, IStyle... add)
Modder/modder/src/main/java/picocli/CommandLine.java:17723
↓ 35 callersMethodarity
Returns how many arguments this option or positional parameter requires. @see Option#arity()
Modder/modder/src/main/java/picocli/CommandLine.java:8995
↓ 33 callersMethodisOption
()
Modder/modder/src/main/java/picocli/CommandLine.java:11332
↓ 33 callersMethodretrieve_val
ACE/engine/src/proc_rw.cpp:123
↓ 31 callersMethodset
Sets the new value of the option or positional parameter. @param value the new value of the option or positional parameter @param <T> type of the val
Modder/modder/src/main/java/picocli/CommandLine.java:6034
↓ 30 callersMethodempty
Returns {@code true} if the specified {@code Messages} is {@code null}, has a {@code null ResourceBundle}, or has a {@code null parent Messages}.
Modder/modder/src/main/java/picocli/CommandLine.java:11683
↓ 29 callersMethodremove
(INCUBATING) Removes the specified option spec or positional parameter spec from the list of configured arguments to expect. @param arg the option spe
Modder/modder/src/main/java/picocli/CommandLine.java:6902
↓ 28 callersMethodclone
()
Modder/modder/src/main/java/picocli/CommandLine.java:18101
↓ 28 callersMethodequals
(Object obj1, Object obj2)
Modder/modder/src/main/java/picocli/CommandLine.java:18295
↓ 28 callersMethodhashCode
(Object obj)
Modder/modder/src/main/java/picocli/CommandLine.java:18296
↓ 28 callersMethodreplace
(List<IStyle> styles, String property)
Modder/modder/src/main/java/picocli/CommandLine.java:17717
↓ 28 callersMethodwrite_val
ACE/engine/src/proc_rw.cpp:148
↓ 26 callersMethodget_expected_found_addresses
ACE/engine/test/scanner_tester.hpp:167
↓ 26 callersMethodmessages
Returns the Messages for this arg specification, or {@code null}. @since 3.6
Modder/modder/src/main/java/picocli/CommandLine.java:9271
↓ 26 callersMethodsend_input
send input and receive output lines in a list
ACE/gui/ACEG/engine_comm/proc_comm.py:71
↓ 25 callersMethodinfo
Prints the specified message if the current trace level is INFO or higher. @param msg the message to print; may use {@link String#format(String, Objec
Modder/modder/src/main/java/picocli/CommandLine.java:18354
↓ 25 callersMethodname
Returns name of this command. Used in the synopsis line of the help message. {@link #DEFAULT_COMMAND_NAME} by default, initialized from {@link Command
Modder/modder/src/main/java/picocli/CommandLine.java:7129
↓ 25 callersMethodstartsWith
(String str, String prefix, boolean caseInsensitive)
Modder/modder/src/main/java/picocli/CommandLine.java:19053
↓ 25 callersFunctionstr_check_strtol
ACE/engine/src/str_utils.cpp:161
↓ 25 callersFunctionvalue_compare
ACE/engine/src/scan_utils.hpp:85
↓ 24 callersMethodqualifiedName
Returns the String to use as the program name in the synopsis line of the help message: this command's {@link #name() name}, preceded by the qualified
Modder/modder/src/main/java/picocli/CommandLine.java:7177
↓ 23 callersMethodbuild
Creates and returns a new {@code ParseResult} instance for this builder's configuration.
Modder/modder/src/main/java/picocli/CommandLine.java:12662
↓ 22 callersMethodcontainsKey
(Object key)
Modder/modder/src/main/java/picocli/CommandLine.java:6149
↓ 22 callersMethodexit
Calls {@code System.exit(int)} with the specified exit code.
Modder/modder/src/main/java/picocli/CommandLine.java:1850
↓ 22 callersMethodgetValue
Returns the current value of this argument. Delegates to the current {@link #getter()}.
Modder/modder/src/main/java/picocli/CommandLine.java:9198
↓ 22 callersMethodget_thread_running
ACE/engine/src/thread_continuous.cpp:57
↓ 22 callersMethodhashCode
()
Modder/modder/src/main/java/picocli/CommandLine.java:5917
↓ 21 callersMethodgroup
Returns the groups this option or positional parameter belongs to, or {@code null} if this option is not part of a group. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:9230
↓ 21 callersMethodinterpolate
(String[] values)
Modder/modder/src/main/java/picocli/CommandLine.java:12320
↓ 21 callersMethodparent
()
Modder/modder/src/main/java/picocli/CommandLine.java:11640
↓ 20 callersMethodhidden
Returns whether this option should be excluded from the usage message. @see Option#hidden()
Modder/modder/src/main/java/picocli/CommandLine.java:9033
↓ 20 callersMethodis_match_in_a_row
ACE/engine/src/match_store.hpp:140
↓ 20 callersMethodkeySet
()
Modder/modder/src/main/java/picocli/CommandLine.java:6211
↓ 20 callersMethodsubgroups
Return the subgroups that this group is composed of; may be empty but not {@code null}. @return immutable list of subgroups that this group is compose
Modder/modder/src/main/java/picocli/CommandLine.java:10476
↓ 20 callersMethodtoLowerCase
(Object caseSensitiveKey)
Modder/modder/src/main/java/picocli/CommandLine.java:6096
↓ 19 callersMethoddefaultColorScheme
Creates and returns a new {@link ColorScheme} initialized with picocli default values: commands are bold, options and parameters use a yellow foregro
Modder/modder/src/main/java/picocli/CommandLine.java:17737
↓ 19 callersMethodexcl
(String fqcn)
Modder/modder/src/main/java/picocli/CommandLine.java:13354
↓ 19 callersMethodhandle
(Exception e, String fqcn)
Modder/modder/src/main/java/picocli/CommandLine.java:15180
↓ 19 callersMethodindex
Returns an index or range specifying which of the command line arguments should be assigned to this positional parameter. @see Parameters#index()
Modder/modder/src/main/java/picocli/CommandLine.java:10286
↓ 19 callersMethodisAnnotationPresent
(Class<? extends Annotation> annotationClass)
Modder/modder/src/main/java/picocli/CommandLine.java:11327
↓ 19 callersMethodmax
Returns a new Range object with the {@code max} value replaced by the specified value. The {@code min} of the returned Range is guaranteed not to be g
Modder/modder/src/main/java/picocli/CommandLine.java:5867
↓ 19 callersMethodparamLabel
Returns the name of the option or positional parameter used in the usage help message. @see Option#paramLabel() @see Parameters#paramLabel()
Modder/modder/src/main/java/picocli/CommandLine.java:9000
↓ 19 callersMethodreg
(Class<?> cls, Method method, Class<?>... paramTypes)
Modder/modder/src/main/java/picocli/CommandLine.java:13355
↓ 19 callersMethodscanner_filter
ACE/engine/test/scanner_tester.hpp:287
↓ 19 callersFunctionstr_is_numeric
ACE/engine/src/str_utils.cpp:145
↓ 18 callersMethoddescription
Returns command description text as a string. Description text can be zero or more lines, and can be specified declaratively with the {@link Command#d
Modder/modder/src/main/java/picocli/CommandLine.java:16191
↓ 17 callersFunctionget_Maps_pathname_type
ACE/engine/src/maps.cpp:108
↓ 17 callersMethodmin
Returns a new Range object with the {@code min} value replaced by the specified value. The {@code max} of the returned Range is guaranteed not to be l
Modder/modder/src/main/java/picocli/CommandLine.java:5861
↓ 17 callersMethodnames
Returns one or more option names. The returned array will contain at least one option name. @see Option#names()
Modder/modder/src/main/java/picocli/CommandLine.java:10030
↓ 16 callersMethodauxiliaryTypes
Returns auxiliary type information used when the {@link #type()} is a generic type like {@code Collection}, {@code Map} or {@code Optional}; returns t
Modder/modder/src/main/java/picocli/CommandLine.java:9012
↓ 16 callersMethodcommandLine
Returns the CommandLine constructed with this {@code CommandSpec} model.
Modder/modder/src/main/java/picocli/CommandLine.java:6440
↓ 16 callersMethodcopy
Returns a copy of the specified Messages object with the CommandSpec replaced by the specified one. @param spec the CommandSpec of the returned Messag
Modder/modder/src/main/java/picocli/CommandLine.java:11679
↓ 16 callersMethodget_val_at_addr
ACE/engine/src/match_store.hpp:116
↓ 16 callersMethodinvoke
Delegates to {@link #invoke(String, Class, PrintStream, PrintStream, Help.Ansi, String...)} with {@code System.out} for requested usage help messages,
Modder/modder/src/main/java/picocli/CommandLine.java:3231
↓ 16 callersMethodisMultiValue
Returns {@code true} if {@link #getType()} is an array, map or collection. Note that from picocli 4.7, {@code char[]} arrays are considered single val
Modder/modder/src/main/java/picocli/CommandLine.java:11118
↓ 16 callersMethodlastMatch
Returns the "active" multiple of this GroupMatchContainer.
Modder/modder/src/main/java/picocli/CommandLine.java:12871
↓ 16 callersMethodoptionDescription
(String prefix, ArgSpec argSpec, int optionParamIndex)
Modder/modder/src/main/java/picocli/CommandLine.java:14905
↓ 16 callersMethodstart
ACE/engine/src/server.cpp:16
↓ 16 callersMethodstop
ACE/engine/src/thread_continuous.cpp:70
↓ 15 callersMethodattach_to_proc
attach the engine to [pid] returns 0 on succsess -1 on failure
ACE/gui/ACEG/engine_comm/engine.py:76
next →1–100 of 2,004, ranked by callers