Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adnanaziz/EPIJudge
/ functions
Functions
6,328 in github.com/adnanaziz/EPIJudge
⨍
Functions
6,328
◇
Types & classes
1,371
↓ 20 callers
Function
getAndRemoveAttr
( el, name, removeFromMap )
html/js/vue.js:7096
↓ 19 callers
Function
advance
(n)
html/js/vue.js:9408
↓ 19 callers
Method
iterator
Returns an iterator over the values of this array in document order. The returned iterator cannot be used to modify this array. @return an iterator o
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:437
↓ 19 callers
Function
makeMap
* Make a map and return a function for checking if a key * is in that map.
html/js/vue.js:117
↓ 19 callers
Function
swap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap operatio
epi_judge_cpp_solutions/test_framework/json.h:14092
↓ 18 callers
Function
hasOwn
(obj, key)
html/js/vue.js:157
↓ 17 callers
Method
empty
()
epi_judge_java_solutions/epi/StackWithMax.java:31
↓ 17 callers
Function
isObject
* Quick object check - this is primarily used to tell * Objects from primitive values when we know the value * is a JSON-compliant type.
html/js/vue.js:52
↓ 17 callers
Method
read
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:416
↓ 16 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with an em
epi_judge_cpp_solutions/test_framework/json.h:10108
↓ 16 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with an em
epi_judge_cpp/test_framework/json.h:10108
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type is arra
epi_judge_cpp_solutions/test_framework/json.h:11171
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type is arra
epi_judge_cpp/test_framework/json.h:11171
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null, `false
epi_judge_cpp_solutions/test_framework/json.h:10996
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null, `false
epi_judge_cpp/test_framework/json.h:10996
↓ 16 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp_solutions/test_framework/json.h:4223
↓ 16 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp/test_framework/json.h:4223
↓ 16 callers
Method
with_property
(self, name, value)
epi_judge_python/test_framework/test_failure.py:53
↓ 16 callers
Method
with_property
(self, name, value)
epi_judge_python_solutions/test_framework/test_failure.py:53
↓ 15 callers
Function
isPlainObject
* Strict object type check. Only returns true * for plain JavaScript objects.
html/js/vue.js:69
↓ 15 callers
Method
read
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:416
↓ 15 callers
Function
reverse
(x: int)
epi_judge_python/reverse_digits.py:4
↓ 15 callers
Function
to_json
epi_judge_cpp_solutions/test_framework/json.h:1501
↓ 15 callers
Function
to_json
epi_judge_cpp/test_framework/json.h:1501
↓ 14 callers
Method
getLeft
()
epi_judge_java/epi/BstNode.java:23
↓ 14 callers
Method
getLeft
()
epi_judge_java_solutions/epi/BstNode.java:23
↓ 14 callers
Method
pop
()
epi_judge_java_solutions/epi/StackWithMax.java:35
↓ 14 callers
Method
readChar
(char ch)
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:394
↓ 14 callers
Method
readChar
(char ch)
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:394
↓ 14 callers
Method
top
epi_judge_cpp/test_framework/json.h:8467
↓ 13 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-begin-
epi_judge_cpp/test_framework/json.h:12924
↓ 13 callers
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image html ran
epi_judge_cpp_solutions/test_framework/json.h:12953
↓ 13 callers
Method
withMismatchInfo
(Object mismatchIndex, Object expectedItem, Object resultItem)
epi_judge_java/epi/test_framework/TestFailure.java:72
↓ 13 callers
Method
withMismatchInfo
(Object mismatchIndex, Object expectedItem, Object resultItem)
epi_judge_java_solutions/epi/test_framework/TestFailure.java:72
↓ 12 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "Illustr
epi_judge_cpp/test_framework/json.h:12858
↓ 12 callers
Method
empty
()
epi_judge_java/epi/StackWithMax.java:12
↓ 12 callers
Method
expected
(String expected)
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:470
↓ 12 callers
Method
expected
(String expected)
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:470
↓ 12 callers
Method
factorial
(int n)
epi_judge_java/epi/RandomPermutation.java:17
↓ 12 callers
Function
getBindingAttr
( el, name, getStatic )
html/js/vue.js:7074
↓ 12 callers
Method
getOrDefault
(boolean defaultValue)
epi_judge_java_solutions/epi/test_framework/TriBool.java:9
↓ 12 callers
Method
getRight
()
epi_judge_java/epi/BstNode.java:28
↓ 12 callers
Method
getRight
()
epi_judge_java_solutions/epi/BstNode.java:28
↓ 12 callers
Method
key
! @brief return the key of an object iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp_solutions/test_framework/json.h:4251
↓ 12 callers
Method
key
! @brief return the key of an object iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp/test_framework/json.h:4251
↓ 12 callers
Method
mustFindNode
(Node tree, T val)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:175
↓ 12 callers
Method
mustFindNode
(Node tree, T val)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:175
↓ 12 callers
Function
must_find_node
(tree, val)
epi_judge_python/test_framework/binary_tree_utils.py:107
↓ 12 callers
Function
must_find_node
(tree, val)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:107
↓ 12 callers
Method
pop
()
epi_judge_java/epi/StackWithMax.java:20
↓ 12 callers
Method
toString
()
epi_judge_java/epi/test_framework/minimal_json/Location.java:29
↓ 12 callers
Method
toString
()
epi_judge_java_solutions/epi/test_framework/minimal_json/Location.java:29
↓ 12 callers
Method
values
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/epi/test_framework/minimal_json/JsonArray.java:426
↓ 11 callers
Function
cached
* Create a cached version of a pure function.
html/js/vue.js:164
↓ 11 callers
Function
callHook
(vm, hook)
html/js/vue.js:4207
↓ 11 callers
Function
find
epi_judge_cpp_solutions/test_framework/json.h:12735
↓ 11 callers
Function
from_json
epi_judge_cpp_solutions/test_framework/json.h:1049
↓ 11 callers
Function
from_json
epi_judge_cpp/test_framework/json.h:1049
↓ 11 callers
Method
get
Returns the value of the member with the specified name in this object. If this object contains multiple members with the given name, this method will
epi_judge_java/epi/test_framework/minimal_json/JsonObject.java:635
↓ 11 callers
Method
get
Returns the value of the member with the specified name in this object. If this object contains multiple members with the given name, this method will
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonObject.java:635
↓ 11 callers
Method
getData
()
epi_judge_java/epi/BstNode.java:18
↓ 11 callers
Method
getData
()
epi_judge_java_solutions/epi/BstNode.java:18
↓ 11 callers
Method
getValue
Returns the value of this member. @return the value of this member, never <code>null</code>
epi_judge_java_solutions/epi/test_framework/minimal_json/Member.java:28
↓ 11 callers
Method
iterator
Returns an iterator over the values of this array in document order. The returned iterator cannot be used to modify this array. @return an iterator o
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:437
↓ 11 callers
Function
remove
* Remove an item from an array.
html/js/vue.js:144
↓ 10 callers
Method
flush
Flushes the internal buffer but does not flush the wrapped writer.
epi_judge_java/epi/test_framework/minimal_json/WritingBuffer.java:65
↓ 10 callers
Function
handleError
(err, vm, info)
html/js/vue.js:1827
↓ 10 callers
Method
readRequiredChar
(char ch)
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:280
↓ 10 callers
Method
readRequiredChar
(char ch)
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:280
↓ 10 callers
Method
skipWhiteSpace
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:410
↓ 10 callers
Method
skipWhiteSpace
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:410
↓ 10 callers
Method
toString
()
epi_judge_java/epi/TreeLike.java:29
↓ 10 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp_solutions/test_framework/json.h:4266
↓ 10 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp/test_framework/json.h:4266
↓ 9 callers
Function
BinomialCoefficient
epi_judge_cpp_solutions/test_framework/random_sequence_checker.h:111
↓ 9 callers
Function
BinomialCoefficient
epi_judge_cpp/test_framework/random_sequence_checker.h:111
↓ 9 callers
Function
addHandler
( el, name, value, modifiers, important, warn, range, dynamic )
html/js/vue.js:6982
↓ 9 callers
Method
binomialCoefficient
(int n, int k)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:109
↓ 9 callers
Method
binomialCoefficient
(int n, int k)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:109
↓ 9 callers
Function
binomial_coefficient
(n, k)
epi_judge_python/test_framework/random_sequence_checker.py:79
↓ 9 callers
Function
binomial_coefficient
(n, k)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:79
↓ 9 callers
Function
genGuard
(condition)
html/js/vue.js:10760
↓ 9 callers
Method
printStdOutColored
(Color color, Object value)
epi_judge_java/epi/test_framework/ConsoleColor.java:39
↓ 9 callers
Method
printStdOutColored
(Color color, Object value)
epi_judge_java_solutions/epi/test_framework/ConsoleColor.java:39
↓ 9 callers
Function
removeTransitionClass
(el, cls)
html/js/vue.js:7999
↓ 9 callers
Function
rend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @image html r
epi_judge_cpp_solutions/test_framework/json.h:12984
↓ 9 callers
Method
toString
()
epi_judge_java_solutions/epi/TreeLike.java:29
↓ 8 callers
Function
PrintStdOutColored
epi_judge_cpp_solutions/test_framework/console_color.h:54
↓ 8 callers
Function
PrintStdOutColored
epi_judge_cpp/test_framework/console_color.h:54
↓ 8 callers
Method
checkSequenceIsUniformlyRandom
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:100
↓ 8 callers
Method
checkSequenceIsUniformlyRandom
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:100
↓ 8 callers
Function
check_sequence_is_uniformly_random
(seq, n, false_negative_tolerance)
epi_judge_python/test_framework/random_sequence_checker.py:72
↓ 8 callers
Function
check_sequence_is_uniformly_random
(seq, n, false_negative_tolerance)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:72
↓ 8 callers
Method
compare
(List<T> o1, List<T> o2)
epi_judge_java/epi/test_framework/LexicographicalListComparator.java:10
↓ 8 callers
Method
error
(String message)
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:477
↓ 8 callers
Function
genAssignmentCode
* Cross-platform codegen helper for generating v-model value assignment code.
html/js/vue.js:7183
↓ 8 callers
Function
isPrimitive
* Check if value is primitive.
html/js/vue.js:37
↓ 8 callers
Method
max
()
epi_judge_java/epi/QueueWithMax.java:19
↓ 8 callers
Function
mergeVNodeHook
(def, hookKey, hook)
html/js/vue.js:2236
↓ 8 callers
Method
parse
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/epi/test_framework/minimal_json/Json.java:281
← previous
next →
101–200 of 6,328, ranked by callers