MCPcopy Create free account

hub / github.com/KuhakuPixel/AceTheGame / functions

Functions2,004 in github.com/KuhakuPixel/AceTheGame

↓ 15 callersMethodis_index_overbound
ACE/engine/src/simulated_memory.hpp:65
↓ 15 callersMethodmultiplicity
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:10442
↓ 15 callersMethodoptions
Returns the list of options configured for this command. @return an immutable list of options that this command recognizes.
Modder/modder/src/main/java/picocli/CommandLine.java:7086
↓ 15 callersMethodparse
Expands any {@linkplain CommandLine#isExpandAtFiles() @-files} in the specified command line arguments, then parses the arguments and returns a list o
Modder/modder/src/main/java/picocli/CommandLine.java:1533
↓ 15 callersMethodscan
(self, filter_operator: FilterType, val: str)
ACE/gui/ACEG/engine_comm/engine.py:239
↓ 15 callersMethodtype
Returns the type to convert the option or positional parameter to before {@linkplain #setValue(Object) setting} the value. This may be a container typ
Modder/modder/src/main/java/picocli/CommandLine.java:9049
↓ 15 callersMethodvalidate
Returns whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the grou
Modder/modder/src/main/java/picocli/CommandLine.java:10449
↓ 14 callersMethodIsHex
Check whether [s] is a hexadecimal it supports hexadecimal string that starts either or without "0x" https://stackoverflow.com/questions/2670639/why-a
ATG/app/src/main/java/com/kuhakupixel/atg/backend/NumUtil.java:11
↓ 14 callersMethodIsNumeric
(String s)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/NumUtil.java:18
↓ 14 callersMethodcreate
Returns an instance of the specified class. @param cls the class of the object to return @param <K> the type of the object to return @return the insta
Modder/modder/src/main/java/picocli/CommandLine.java:5592
↓ 14 callersFunctiondoes_cmd_exist
check if [cmd_name] exist
ACE/gui/ACEG/utils/command.py:4
↓ 14 callersMethodgetAnnotation
(Class<T> annotationClass)
Modder/modder/src/main/java/picocli/CommandLine.java:11328
↓ 14 callersMethodsort
Sorts the specified array of Strings shortest-first and returns it.
Modder/modder/src/main/java/picocli/CommandLine.java:16970
↓ 14 callersFunctionstr_extract_between_chars
ACE/engine/src/str_utils.cpp:41
↓ 14 callersMethodwidth
()
Modder/modder/src/main/java/picocli/CommandLine.java:16174
↓ 13 callersMethodappend_message
(self, msg: str)
ACE/gui/ACEG/widget/log_msg.py:19
↓ 13 callersMethodfail
(String value, Class<?> c)
Modder/modder/src/main/java/picocli/CommandLine.java:15055
↓ 13 callersMethodfreeze_addr
ACE/engine/src/freeze.cpp:39
↓ 13 callersMethodgetColorScheme
Returns the color scheme to use when printing help. The default value is the {@linkplain picocli.CommandLine.Help#defaultColorScheme(CommandLine.Help.
Modder/modder/src/main/java/picocli/CommandLine.java:1255
↓ 13 callersMethodgetType
Returns the class that the option or parameter value should be converted to when matched on the command line. This method is <em>not</em> safe for ann
Modder/modder/src/main/java/picocli/CommandLine.java:11142
↓ 13 callersMethodget_matches_count
ACE/engine/src/match_store.cpp:104
↓ 13 callersMethodget_scan_level
ACE/engine/src/scanner.cpp:52
↓ 13 callersMethodgroup
Returns the {@code ArgGroupSpec} of the container {@code GroupMatchContainer} of this match.
Modder/modder/src/main/java/picocli/CommandLine.java:13121
↓ 13 callersMethodisInfo
Returns whether the current trace level is INFO or higher.
Modder/modder/src/main/java/picocli/CommandLine.java:18340
↓ 13 callersMethodmaybeThrow
(PicocliException ex)
Modder/modder/src/main/java/picocli/CommandLine.java:13481
↓ 13 callersMethodset_scan_level
ACE/engine/src/scanner.cpp:31
↓ 13 callersMethodsynopsisUnit
()
Modder/modder/src/main/java/picocli/CommandLine.java:10581
↓ 13 callersMethodwarn
Prints the specified message if the current trace level is WARN or higher. @param msg the message to print; may use {@link String#format(String, Objec
Modder/modder/src/main/java/picocli/CommandLine.java:18349
↓ 12 callersMethodRunBusyProgram
run a program that does nothing, this function is only for testing return: created process
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ProcUtil.java:32
↓ 12 callersMethodargs
Returns the list of all options and positional parameters configured for this command. @return an immutable list of all options and positional paramet
Modder/modder/src/main/java/picocli/CommandLine.java:7146
↓ 12 callersMethodargs
Returns the options and positional parameters in this group; may be empty but not {@code null}.
Modder/modder/src/main/java/picocli/CommandLine.java:10526
↓ 12 callersMethodcommandSpec
Returns the {@code CommandSpec} model that this Help was constructed with. @since 3.9
Modder/modder/src/main/java/picocli/CommandLine.java:15494
↓ 12 callersMethodcreate
(Class<T> cls)
Modder/modder/src/main/java/picocli/CommandLine.java:5622
↓ 12 callersMethodgetTypeInfo
()
Modder/modder/src/main/java/picocli/CommandLine.java:11347
↓ 12 callersMethodget_scan_step_size
ACE/engine/src/scanner.cpp:26
↓ 12 callersMethoditerator
()
Modder/modder/src/main/java/picocli/CommandLine.java:3660
↓ 12 callersMethodlongestName
Returns the longest {@linkplain #names() option name}.
Modder/modder/src/main/java/picocli/CommandLine.java:10033
↓ 12 callersMethodoptionsMap
Returns a map of the option names to option spec objects configured for this command. @return an immutable map of options that this command recognizes
Modder/modder/src/main/java/picocli/CommandLine.java:7099
↓ 12 callersMethodpositionalParameters
Returns the list of positional parameters configured for this command. @return an immutable list of positional parameters that this command recognizes
Modder/modder/src/main/java/picocli/CommandLine.java:7090
↓ 12 callersFunctionproc_fork_busy_child
ACE/engine/src/proc_create.cpp:11
↓ 12 callersMethodrun
()
Modder/modder/src/main/java/modder/TempManager.java:41
↓ 12 callersMethodseparator
Returns the separator between option name and param label. @return the separator between option name and param label
Modder/modder/src/main/java/picocli/CommandLine.java:16759
↓ 12 callersFunctionstr_arr_free
ACE/engine/src/str_utils.cpp:296
↓ 12 callersFunctionstr_is_hex
(val: str)
ACE/gui/ACEG/utils/str_utils.py:3
↓ 12 callersFunctionstr_split
ACE/engine/src/str_utils.cpp:10
↓ 11 callersMethodAttach
(Long pid)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:153
↓ 11 callersMethodRunCommand
(String command, List<String> args)
Modder/modder/src/main/java/modder/Util.java:43
↓ 11 callersMethodcommand
Returns the command this option or positional parameter belongs to. <p>Beware that it is possible to programmatically add an option or positional para
Modder/modder/src/main/java/picocli/CommandLine.java:9238
↓ 11 callersMethodconfig
()
Modder/modder/src/main/java/picocli/CommandLine.java:13361
↓ 11 callersMethoddescribe
(Collection<ArgSpec> args)
Modder/modder/src/main/java/picocli/CommandLine.java:9423
↓ 11 callersFunctionfrontend_mark_task_fail
ACE/engine/src/to_frontend.cpp:59
↓ 11 callersMethodget_exclusive_end_addr
ACE/engine/src/match_store.hpp:75
↓ 11 callersMethodget_ptr_of_value_at_i
ACE/engine/src/simulated_memory.hpp:69
↓ 11 callersMethodinherited
Returns whether this option is inherited from a parent command. @see Option#scope() @since 4.3.0
Modder/modder/src/main/java/picocli/CommandLine.java:9038
↓ 11 callersMethodisBoolean
Returns {@code true} if {@link #getType()} is {@code boolean} or {@code java.lang.Boolean}.
Modder/modder/src/main/java/picocli/CommandLine.java:11115
↓ 11 callersMethodis_attached
check if engine is attached
ACE/gui/ACEG/engine_comm/engine.py:110
↓ 11 callersMethodmatches
Returns the list of {@code GroupMatch} instances: {@code ArgGroupSpec}s with a multiplicity greater than one may be matched multiple times.
Modder/modder/src/main/java/picocli/CommandLine.java:12847
↓ 11 callersMethodparameterLabelRenderer
Option and positional parameter value label renderer used for the synopsis line(s) and the option list. By default initialized to the result of {@link
Modder/modder/src/main/java/picocli/CommandLine.java:15522
↓ 11 callersFunctionparse_proc_map_str
TODO need to spltup the functions to help with readability
ACE/engine/src/maps.cpp:34
↓ 11 callersFunctionread_file
ACE/engine/src/file_utils.cpp:16
↓ 11 callersMethodsetValue
Sets the value of this argument to the specified value and returns the previous value. Delegates to the current {@link #setter()}.
Modder/modder/src/main/java/picocli/CommandLine.java:9207
↓ 11 callersMethodsubcommands
Returns a read-only view of the subcommand map.
Modder/modder/src/main/java/picocli/CommandLine.java:6542
↓ 11 callersMethodtypeInfo
Returns the {@code ITypeInfo} that can be used both at compile time (by annotation processors) and at runtime. @since 4.0
Modder/modder/src/main/java/picocli/CommandLine.java:9053
↓ 11 callersMethoduserObject
()
Modder/modder/src/main/java/picocli/CommandLine.java:11326
↓ 10 callersMethodDeAttach
()
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:159
↓ 10 callersMethodGetPid
(Process process)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ProcUtil.java:12
↓ 10 callersMethodentrySet
()
Modder/modder/src/main/java/picocli/CommandLine.java:6221
↓ 10 callersMethodfallbackValue
Returns the fallback value for this option: the value that is assigned for options with an optional parameter (for example, {@code arity = "0..1"}) if
Modder/modder/src/main/java/picocli/CommandLine.java:10070
↓ 10 callersMethodgetSubcommands
Returns a map with the subcommands {@linkplain #addSubcommand(String, Object) registered} on this instance. @return a map with the registered subcomma
Modder/modder/src/main/java/picocli/CommandLine.java:385
↓ 10 callersMethodparent
Returns the parent command of this subcommand, or {@code null} if this is a top-level command.
Modder/modder/src/main/java/picocli/CommandLine.java:6749
↓ 10 callersMethodreturnResultOrExit
Convenience method for subclasses that returns the specified result object if no exit code was set, or otherwise, if an exit code {@linkplain #andExit
Modder/modder/src/main/java/picocli/CommandLine.java:1832
↓ 10 callersMethodsetter
()
Modder/modder/src/main/java/picocli/CommandLine.java:11346
↓ 10 callersMethoduseAnsi
Sets the ANSI style to use and resets the color scheme to the default. @deprecated use {@link CommandLine#setColorScheme(Help.ColorScheme)} and {@link
Modder/modder/src/main/java/picocli/CommandLine.java:1864
↓ 9 callersMethodCheaterCmd
(String cmd)
ATG/app/src/main/java/com/kuhakupixel/atg/backend/ACE.java:186
↓ 9 callersMethodDoesNativeLibExist
(String libName)
Modder/modder/src/main/java/modder/Patcher.java:297
↓ 9 callersMethodargGroups
Returns the {@linkplain ArgGroupSpec argument groups} in this command. @return an immutable list of groups of options and positional parameters in thi
Modder/modder/src/main/java/picocli/CommandLine.java:7095
↓ 9 callersMethodclose
(Closeable closeable)
Modder/modder/src/main/java/picocli/CommandLine.java:14989
↓ 9 callersMethodcolorScheme
Returns the {@code ColorScheme} model that this Help was constructed with. @since 3.0
Modder/modder/src/main/java/picocli/CommandLine.java:15498
↓ 9 callersMethodcreateHeading
Returns a String that can be used as a help section heading. Embedded {@code %n} format specifiers will be converted to platform-specific line breaks.
Modder/modder/src/main/java/picocli/CommandLine.java:16299
↓ 9 callersMethoddefaultValue
Returns the default value for an option or positional parameter or {@code null}. The returned value is converted to the type of the option/positional
Modder/modder/src/main/java/picocli/CommandLine.java:5098
↓ 9 callersMethoddescriptionKey
Returns the description key of this arg spec, used to get the description from a resource bundle. @see Option#descriptionKey() @see Parameters#descrip
Modder/modder/src/main/java/picocli/CommandLine.java:8956
↓ 9 callersMethoddo_actions_at_indexes
ACE/engine/src/simulated_memory.hpp:117
↓ 9 callersMethodgetCommandLine
Returns the {@code CommandLine} object for the (sub)command that could not be invoked. @return the {@code CommandLine} object for the (sub)command whe
Modder/modder/src/main/java/picocli/CommandLine.java:18450
↓ 9 callersMethodget_addr_end
ACE/engine/src/simulated_memory.hpp:68
↓ 9 callersMethodget_addr_start
ACE/engine/src/simulated_memory.hpp:67
↓ 9 callersMethodget_chunk_count
ACE/engine/src/match_store.hpp:175
↓ 9 callersMethodinteractive
Returns whether this option will prompt the user to enter a value on the command line. @see Parameters#interactive() @see Option#interactive()
Modder/modder/src/main/java/picocli/CommandLine.java:8901
↓ 9 callersMethoditerate_chunk
ACE/engine/src/match_store.cpp:83
↓ 9 callersFunctionlogd
ATG/app/src/main/java/com/kuhakupixel/atg/ui/overlay/util.kt:5
↓ 9 callersMethodmapFallbackValue
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:9068
↓ 9 callersMethodnewPrintWriter
(OutputStream stream, Charset charset)
Modder/modder/src/main/java/picocli/CommandLine.java:15010
↓ 9 callersMethodoptionText
Returns a Text with all option styles applied to the specified option string. @param option the option string to apply the registered option styles to
Modder/modder/src/main/java/picocli/CommandLine.java:17443
↓ 9 callersMethodparseInt
(String str, int defaultValue)
Modder/modder/src/main/java/picocli/CommandLine.java:5849
↓ 9 callersMethodresourceBundle
Returns the ResourceBundle of the specified Messages object or {@code null} if the specified Messages object is {@code null}.
Modder/modder/src/main/java/picocli/CommandLine.java:11743
↓ 9 callersMethodresourceStr
(String key)
Modder/modder/src/main/java/picocli/CommandLine.java:8125
↓ 9 callersMethodrowCount
Returns the current number of rows of this {@code TextTable}. @return the current number of rows in this TextTable
Modder/modder/src/main/java/picocli/CommandLine.java:17174
↓ 9 callersMethodscope
()
Modder/modder/src/main/java/picocli/CommandLine.java:11344
↓ 9 callersMethodscopeString
()
Modder/modder/src/main/java/picocli/CommandLine.java:9282
↓ 9 callersMethodsplitRegex
Returns a regular expression to split option parameter values or {@code ""} if the value should not be split. @see Option#split()
Modder/modder/src/main/java/picocli/CommandLine.java:9022
↓ 9 callersMethodstr
(String localized, String value, String defaultValue)
Modder/modder/src/main/java/picocli/CommandLine.java:8119
← previousnext →101–200 of 2,004, ranked by callers