MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 8 callersMethodparse
Parses the given input string as JSON. The input must contain a valid JSON value, optionally padded with whitespace. @param string the input
epi_judge_java_solutions/epi/test_framework/minimal_json/Json.java:281
↓ 8 callersMethodpop_back
! @brief remove and return last reference pointer @throw out_of_range.405 if JSON pointer has no parent */
epi_judge_cpp/test_framework/json.h:8453
↓ 8 callersMethodreverse
(int x)
epi_judge_java_solutions/epi/ReverseDigits.java:8
↓ 8 callersMethodtoString
Returns the JSON string for this value in its minimal form, without any additional whitespace. The result is guaranteed to be a valid input for the me
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:455
↓ 8 callersMethodtoString
Returns the JSON string for this value in its minimal form, without any additional whitespace. The result is guaranteed to be a valid input for the me
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonValue.java:455
↓ 8 callersFunctiontoggleObserving
(value)
html/js/vue.js:912
↓ 7 callersFunctionaddProp
(el, name, value, range, dynamic)
html/js/vue.js:6936
↓ 7 callersFunctionaddTransitionClass
(el, cls)
html/js/vue.js:7991
↓ 7 callersFunctioncrbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last element.
epi_judge_cpp_solutions/test_framework/json.h:13015
↓ 7 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes the ser
epi_judge_cpp/test_framework/json.h:7757
↓ 7 callersFunctionfind
epi_judge_cpp/test_framework/json.h:12735
↓ 7 callersFunctiongenElement
(el, state)
html/js/vue.js:10942
↓ 7 callersMethodgetOrDefault
(boolean defaultValue)
epi_judge_java/epi/test_framework/TriBool.java:9
↓ 7 callersMethodhasNext
()
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:440
↓ 7 callersMethodindexOf
(String name)
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonObject.java:885
↓ 7 callersFunctionisNative
(Ctor)
html/js/vue.js:581
↓ 7 callersMethodnext
()
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:442
↓ 7 callersFunctionobserve
* Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the val
html/js/vue.js:989
↓ 7 callersMethodremove
(self, client_id: str)
epi_judge_python_solutions/adding_credits.py:20
↓ 7 callersFunctionsameVnode
(a, b)
html/js/vue.js:5804
↓ 6 callersFunctionRunFuncWithRetries
Run func several times, and early return if it succeed; otherwise, throws TestFailure.
epi_judge_cpp_solutions/test_framework/random_sequence_checker.h:154
↓ 6 callersFunctionRunFuncWithRetries
Run func several times, and early return if it succeed; otherwise, throws TestFailure.
epi_judge_cpp/test_framework/random_sequence_checker.h:154
↓ 6 callersFunctionaddIfCondition
(el, condition)
html/js/vue.js:10086
↓ 6 callersFunctioncreateElm
( vnode, insertedVnodeQueue, parentElm, refElm, nested, ownerArray,
html/js/vue.js:5895
↓ 6 callersFunctiondef
* Define a property.
html/js/vue.js:497
↓ 6 callersFunctiondefineReactive$$1
* Define a reactive property on an Object.
html/js/vue.js:1014
↓ 6 callersMethodempty
(self)
epi_judge_python_solutions/stack_with_max.py:16
↓ 6 callersMethodflush
Flushes the internal buffer but does not flush the wrapped writer.
epi_judge_java_solutions/epi/test_framework/minimal_json/WritingBuffer.java:65
↓ 6 callersFunctiongenChildren
( el, state, checkSkip, altGenElement, altGenNode )
html/js/vue.js:11314
↓ 6 callersFunctionis_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type is stri
epi_judge_cpp_solutions/test_framework/json.h:11192
↓ 6 callersFunctionis_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type is stri
epi_judge_cpp/test_framework/json.h:11192
↓ 6 callersMethodparse
(self, json_object)
epi_judge_python/test_framework/serialization_traits.py:201
↓ 6 callersMethodparse
(self, json_object)
epi_judge_python_solutions/test_framework/serialization_traits.py:201
↓ 6 callersFunctionpatchVnode
( oldVnode, vnode, insertedVnodeQueue, ownerArray, index, removeOnly )
html/js/vue.js:6253
↓ 6 callersMethodreadDigit
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:402
↓ 6 callersMethodreadDigit
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:402
↓ 6 callersFunctionregisterRef
(vnode, isRemoval)
html/js/vue.js:5761
↓ 6 callersMethodreverse
(int x)
epi_judge_java/epi/ReverseDigits.java:5
↓ 6 callersMethodrunFuncWithRetries
(Callable<Boolean> func)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:137
↓ 6 callersMethodrunFuncWithRetries
(Callable<Boolean> func)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:137
↓ 6 callersFunctionrun_func_with_retries
(func)
epi_judge_python/test_framework/random_sequence_checker.py:99
↓ 6 callersFunctionrun_func_with_retries
(func)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:99
↓ 6 callersMethodvalues
Returns a list of the values in this array in document order. The returned list is backed by this array and will reflect subsequent changes. It cannot
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:426
↓ 6 callersMethodwriteNewLine
()
epi_judge_java/epi/test_framework/minimal_json/PrettyPrint.java:120
↓ 6 callersMethodwriteNewLine
()
epi_judge_java_solutions/epi/test_framework/minimal_json/PrettyPrint.java:120
↓ 5 callersFunctionCheckSequenceIsUniformlyRandom
seq is a sequence of integers, which should be in the range [0,n-1]. We assume n << std::size(seq).
epi_judge_cpp_solutions/test_framework/random_sequence_checker.h:123
↓ 5 callersFunctionCheckSequenceIsUniformlyRandom
seq is a sequence of integers, which should be in the range [0,n-1]. We assume n << std::size(seq).
epi_judge_cpp/test_framework/random_sequence_checker.h:123
↓ 5 callersMethodEmpty
epi_judge_cpp_solutions/stack_with_max.cc:15
↓ 5 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON text
epi_judge_cpp/test_framework/json.h:3180
↓ 5 callersMethodaddAll
(int C)
epi_judge_java_solutions/epi/AddingCredits.java:54
↓ 5 callersMethodasArray
Returns this JSON value as {@link JsonArray}, assuming that this value represents a JSON array. If this is not the case, an exception is thrown. @ret
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:285
↓ 5 callersMethodasArray
Returns this JSON value as {@link JsonArray}, assuming that this value represents a JSON array. If this is not the case, an exception is thrown. @ret
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonValue.java:285
↓ 5 callersMethodasInt
Returns this JSON value as an <code>int</code> value, assuming that this value represents a JSON number that can be interpreted as Java <code>int</cod
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:309
↓ 5 callersMethodasInt
Returns this JSON value as an <code>int</code> value, assuming that this value represents a JSON number that can be interpreted as Java <code>int</cod
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonValue.java:309
↓ 5 callersMethodasObject
Returns this JSON value as {@link JsonObject}, assuming that this value represents a JSON object. If this is not the case, an exception is thrown. @r
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:272
↓ 5 callersMethodasObject
Returns this JSON value as {@link JsonObject}, assuming that this value represents a JSON object. If this is not the case, an exception is thrown. @r
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonValue.java:272
↓ 5 callersFunctioncallHook$1
(dir, hook, vnode, oldVnode, isDestroy)
html/js/vue.js:6663
↓ 5 callersFunctioncreateEmptyVNode
(text)
html/js/vue.js:812
↓ 5 callersFunctioncreateTextVNode
(val)
html/js/vue.js:821
↓ 5 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes the ser
epi_judge_cpp_solutions/test_framework/json.h:7757
↓ 5 callersMethoderror
(String message)
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:477
↓ 5 callersMethodgetInnerGenericType
(Type type, int idx)
epi_judge_java/epi/test_framework/serialization_traits/TraitsFactory.java:85
↓ 5 callersMethodgetInnerGenericType
(Type type, int idx)
epi_judge_java_solutions/epi/test_framework/serialization_traits/TraitsFactory.java:85
↓ 5 callersFunctioninsert
(parent, elm, ref$$1)
html/js/vue.js:6024
↓ 5 callersFunctionisTextNode
(node)
html/js/vue.js:2372
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
epi_judge_cpp_solutions/test_framework/json.h:3627
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
epi_judge_cpp/test_framework/json.h:3627
↓ 5 callersMethodname
()
epi_judge_java/epi/test_framework/TestFailure.java:46
↓ 5 callersMethodname
()
epi_judge_java_solutions/epi/test_framework/TestFailure.java:46
↓ 5 callersMethodname
epi_judge_cpp_solutions/test_framework/json.h:555
↓ 5 callersMethodname
epi_judge_cpp/test_framework/json.h:555
↓ 5 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON value
epi_judge_cpp/test_framework/json.h:3148
↓ 5 callersFunctionparseEndTag
(tagName, start, end)
html/js/vue.js:9481
↓ 5 callersFunctionpluckModuleFunction
( modules, key )
html/js/vue.js:6927
↓ 5 callersFunctionprint_std_out_colored
(color, value)
epi_judge_python/test_framework/console_color.py:41
↓ 5 callersFunctionprint_std_out_colored
(color, value)
epi_judge_python_solutions/test_framework/console_color.py:41
↓ 5 callersFunctionrangeSetItem
( item, range )
html/js/vue.js:7131
↓ 5 callersFunctionwarnOnce
(msg, range)
html/js/vue.js:9614
↓ 5 callersMethodwith_mismatch_info
(self, mismatch_index, expected_item, result_item)
epi_judge_python/test_framework/test_failure.py:57
↓ 5 callersMethodwith_mismatch_info
(self, mismatch_index, expected_item, result_item)
epi_judge_python_solutions/test_framework/test_failure.py:57
↓ 4 callersFunctionAppendNode
epi_judge_cpp_solutions/bst_merge.cc:117
↓ 4 callersFunctionIsValidPart
epi_judge_cpp_solutions/valid_ip_addresses.cc:35
↓ 4 callersFunctionJSON_CATCH
epi_judge_cpp_solutions/test_framework/json.h:8600
↓ 4 callersFunctionJSON_CATCH
epi_judge_cpp/test_framework/json.h:8600
↓ 4 callersFunctionMarkBoundaryRegion
epi_judge_cpp_solutions/matrix_enclosed_regions.cc:42
↓ 4 callersMethodName
epi_judge_cpp_solutions/test_framework/serialization_traits.h:45
↓ 4 callersMethodName
epi_judge_cpp/test_framework/serialization_traits.h:45
↓ 4 callersMethod__init__
(self, inner_type_trait)
epi_judge_python/test_framework/serialization_traits.py:194
↓ 4 callersMethod__init__
(self, inner_type_trait)
epi_judge_python_solutions/test_framework/serialization_traits.py:194
↓ 4 callersMethodadd
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified <code>int</code> value. <p> This
epi_judge_java/epi/test_framework/minimal_json/JsonObject.java:191
↓ 4 callersMethodadd
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified <code>int</code> value. <p> This
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonObject.java:191
↓ 4 callersFunctioncheckExpression
(exp, text, warn, range)
html/js/vue.js:11546
↓ 4 callersFunctioncreateElement
( context, tag, data, children, normalizationType, alwaysNormalize )
html/js/vue.js:3344
↓ 4 callersFunctioncrend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before the
epi_judge_cpp_solutions/test_framework/json.h:13043
↓ 4 callersMethoddistance
()
epi_judge_java/epi/KClosestStars.java:24
↓ 4 callersMethoddistance
()
epi_judge_java_solutions/epi/KClosestStars.java:29
↓ 4 callersMethodequals
(Object o)
epi_judge_java_solutions/epi/SearchMaze.java:23
↓ 4 callersFunctionescape
escape "~"" to "~0" and "/" to "~1"
epi_judge_cpp_solutions/test_framework/json.h:8886
↓ 4 callersFunctionescape
escape "~"" to "~0" and "/" to "~1"
epi_judge_cpp/test_framework/json.h:8886
↓ 4 callersFunctionfindRegisteredClass_
* Searches registered components for a class we are interested in using. * Optionally replaces a match with passed object if specified. * * @
html/js/material.js:109
← previousnext →201–300 of 6,328, ranked by callers