MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 4 callersFunctionflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out] resul
epi_judge_cpp/test_framework/json.h:8905
↓ 4 callersFunctiongenProps
(props)
html/js/vue.js:11429
↓ 4 callersMethodgetName
Returns the name of this member. @return the name of this member, never <code>null</code>
epi_judge_java/epi/test_framework/minimal_json/Member.java:21
↓ 4 callersMethodgetName
Returns the name of this member. @return the name of this member, never <code>null</code>
epi_judge_java_solutions/epi/test_framework/minimal_json/Member.java:21
↓ 4 callersFunctiongetRawBindingAttr
( el, name )
html/js/vue.js:7065
↓ 4 callersFunctiongetType
* Use function string name to check built-in types, * because a simple equality check will fail when running * across different vms / iframes.
html/js/vue.js:1761
↓ 4 callersMethodgetValue
Returns the value of this member. @return the value of this member, never <code>null</code>
epi_judge_java/epi/test_framework/minimal_json/Member.java:28
↓ 4 callersFunctionget_arithmetic_value
epi_judge_cpp_solutions/test_framework/json.h:1021
↓ 4 callersFunctionget_arithmetic_value
epi_judge_cpp/test_framework/json.h:1021
↓ 4 callersFunctioninvokeWithErrorHandling
( handler, context, args, vm, info )
html/js/vue.js:1854
↓ 4 callersFunctionisAsyncPlaceholder
(node)
html/js/vue.js:3736
↓ 4 callersFunctionisFalsyAttrValue
(val)
html/js/vue.js:5491
↓ 4 callersFunctionisServerRendering
()
html/js/vue.js:563
↓ 4 callersMethodisValidPart
(String s)
epi_judge_java_solutions/epi/ValidIpAddresses.java:38
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type is bo
epi_judge_cpp_solutions/test_framework/json.h:11017
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type is bo
epi_judge_cpp/test_framework/json.h:11017
↓ 4 callersFunctionis_valid_part
(s)
epi_judge_python_solutions/valid_ip_addresses.py:7
↓ 4 callersFunctionlooseEqual
* Check if two values are loosely equal - that is, * if they are plain objects, do they have the same shape?
html/js/vue.js:296
↓ 4 callersMethodmarkBoundaryRegion
(int i, int j, List<List<Character>> board)
epi_judge_java_solutions/epi/MatrixEnclosedRegions.java:45
↓ 4 callersFunctionmatches
(pattern, name)
html/js/vue.js:5244
↓ 4 callersMethodmax
(self)
epi_judge_python/stack_with_max.py:10
↓ 4 callersFunctionmergeOptions
* Merge two option objects into a new one. * Core utility used in both instantiation and inheritance.
html/js/vue.js:1521
↓ 4 callersMethodname
(self)
epi_judge_python/test_framework/serialization_traits.py:198
↓ 4 callersMethodname
(self)
epi_judge_python_solutions/test_framework/serialization_traits.py:198
↓ 4 callersMethodnext
()
epi_judge_java/epi/test_framework/minimal_json/JsonObject.java:823
↓ 4 callersMethodnext
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonObject.java:823
↓ 4 callersFunctionnormalizeScopedSlots
( slots, normalSlots, prevSlots )
html/js/vue.js:2545
↓ 4 callersFunctiononce
* Ensure a function is called only once.
html/js/vue.js:346
↓ 4 callersFunctionparse
! @brief deserialize from a compatible input This function reads from a compatible input. Examples are: - an array of 1-byte values - strings
epi_judge_cpp_solutions/test_framework/json.h:14757
↓ 4 callersFunctionparse
! @brief deserialize from a compatible input This function reads from a compatible input. Examples are: - an array of 1-byte values - strings
epi_judge_cpp/test_framework/json.h:14757
↓ 4 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_solutions/test_framework/json.h:3148
↓ 4 callersFunctionparseText
( text, delimiters )
html/js/vue.js:9080
↓ 4 callersFunctionpopTarget
()
html/js/vue.js:760
↓ 4 callersFunctionprocessElement
( element, options )
html/js/vue.js:9937
↓ 4 callersFunctionpushTarget
(target)
html/js/vue.js:755
↓ 4 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON null valu
epi_judge_cpp_solutions/test_framework/json.h:13489
↓ 4 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON null valu
epi_judge_cpp/test_framework/json.h:13489
↓ 4 callersFunctionrbegin
! @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/test_framework/json.h:12953
↓ 4 callersMethodreadFrom
Reads a JSON value from the given reader. <p> Characters are read in chunks and buffered internally, therefore wrapping an existing reader in an addit
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:95
↓ 4 callersMethodreadFrom
Reads a JSON value from the given reader. <p> Characters are read in chunks and buffered internally, therefore wrapping an existing reader in an addit
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonValue.java:95
↓ 4 callersFunctionrend
! @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/test_framework/json.h:12984
↓ 4 callersFunctionrepeat$1
(str, n)
html/js/vue.js:11609
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
epi_judge_cpp_solutions/test_framework/json.h:8874
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
epi_judge_cpp/test_framework/json.h:8874
↓ 4 callersMethodset
Replaces the element at the specified position in this array with the JSON representation of the specified <code>int</code> value. @param index
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:254
↓ 4 callersMethodstart
(self)
epi_judge_python/test_framework/test_timer.py:12
↓ 4 callersFunctiontoNumber
* Convert an input value to a number for persistence. * If the conversion fails, return original string.
html/js/vue.js:108
↓ 4 callersFunctiontoRawType
(value)
html/js/vue.js:61
↓ 4 callersFunctiontraverse
* Recursively traverse an object to evoke all converted * getters, so that every nested property inside the object * is collected as a "deep" de
html/js/vue.js:2131
↓ 4 callersMethodwith_left
(self)
epi_judge_python/test_framework/binary_tree_utils.py:11
↓ 4 callersMethodwith_left
(self)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:11
↓ 3 callersFunctionAssertUniqueSeq
epi_judge_cpp_solutions/sudoku_solve.cc:103
↓ 3 callersFunctionAssertUniqueSeq
epi_judge_cpp/sudoku_solve.cc:38
↓ 3 callersFunctionCheckFrequencies
epi_judge_cpp_solutions/test_framework/random_sequence_checker.h:35
↓ 3 callersFunctionCheckFrequencies
epi_judge_cpp/test_framework/random_sequence_checker.h:35
↓ 3 callersFunctionCompleteSort
epi_judge_cpp_solutions/test_framework/test_utils_meta.h:146
↓ 3 callersFunctionCompleteSort
epi_judge_cpp/test_framework/test_utils_meta.h:146
↓ 3 callersFunctionComputeCombinationIdx
Get the mth combination in lexicographical order from A (n elements) chosen k at a time.
epi_judge_cpp_solutions/test_framework/random_sequence_checker.h:136
↓ 3 callersFunctionComputeCombinationIdx
Get the mth combination in lexicographical order from A (n elements) chosen k at a time.
epi_judge_cpp/test_framework/random_sequence_checker.h:136
↓ 3 callersMethodDistance
epi_judge_cpp_solutions/k_closest_stars.cc:20
↓ 3 callersMethodDistance
epi_judge_cpp/k_closest_stars.cc:15
↓ 3 callersFunctionDurationToString
epi_judge_cpp_solutions/test_framework/test_timer.h:44
↓ 3 callersFunctionDurationToString
epi_judge_cpp/test_framework/test_timer.h:44
↓ 3 callersMethodGetMicroseconds
epi_judge_cpp_solutions/test_framework/test_timer.h:35
↓ 3 callersMethodGetMicroseconds
epi_judge_cpp/test_framework/test_timer.h:35
↓ 3 callersFunctionHasCycle
epi_judge_cpp_solutions/is_list_cyclic.cc:10
↓ 3 callersFunctionHasDuplicate
Return true if subarray partial_assignment[start_row, end_row - 1][start_col, end_col - 1] contains any duplicates in {1, 2, ..., size(partial_assignm
epi_judge_cpp_solutions/is_valid_sudoku.cc:47
↓ 3 callersFunctionLeftPaddingString
epi_judge_cpp_solutions/test_framework/test_timer.h:12
↓ 3 callersFunctionLeftPaddingString
epi_judge_cpp/test_framework/test_timer.h:12
↓ 3 callersMethodMax
epi_judge_cpp_solutions/stack_with_max.cc:17
↓ 3 callersMethodPop
epi_judge_cpp_solutions/stack_with_max.cc:19
↓ 3 callersMethodPush
epi_judge_cpp_solutions/stack_with_max.cc:25
↓ 3 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_solutions/test_framework/json.h:3180
↓ 3 callersFunctionaddAttr
(el, name, value, range, dynamic)
html/js/vue.js:6941
↓ 3 callersFunctionaddRawAttr
(el, name, value, range)
html/js/vue.js:6950
↓ 3 callersMethodasString
Returns this JSON value as String, assuming that this value represents a JSON string. If this is not the case, an exception is thrown. @return the st
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:382
↓ 3 callersMethodasString
Returns this JSON value as String, assuming that this value represents a JSON string. If this is not the case, an exception is thrown. @return the st
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonValue.java:382
↓ 3 callersFunctionassertObjectType
(name, value, vm)
html/js/vue.js:1507
↓ 3 callersMethodassertUniqueSeq
(List<Integer> seq)
epi_judge_java/epi/SudokuSolve.java:51
↓ 3 callersMethodassertUniqueSeq
(List<Integer> seq)
epi_judge_java_solutions/epi/SudokuSolve.java:115
↓ 3 callersFunctionassert_unique_seq
(seq)
epi_judge_python/sudoku_solve.py:16
↓ 3 callersFunctionassert_unique_seq
(seq)
epi_judge_python_solutions/sudoku_solve.py:60
↓ 3 callersFunctionbinary_tree_to_string
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:152
↓ 3 callersFunctionbinary_tree_to_string
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:152
↓ 3 callersFunctioncheckDuplicateKeys
(children)
html/js/vue.js:6228
↓ 3 callersMethodcheckFrequencies
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:30
↓ 3 callersMethodcheckFrequencies
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:30
↓ 3 callersFunctioncheckIdentifier
( ident, type, text, warn, range )
html/js/vue.js:11530
↓ 3 callersFunctioncheck_frequencies
(seq, n, false_negative_tolerance)
epi_judge_python/test_framework/random_sequence_checker.py:25
↓ 3 callersFunctioncheck_frequencies
(seq, n, false_negative_tolerance)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:25
↓ 3 callersFunctioncloneASTElement
(el)
html/js/vue.js:10543
↓ 3 callersFunctioncloneVNode
(vnode)
html/js/vue.js:829
↓ 3 callersMethodcompareTo
(Player that)
epi_judge_java_solutions/epi/IsArrayDominated.java:17
↓ 3 callersMethodcomputeCombinationIdx
(List<Integer> A, int n, int k, int m)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:121
↓ 3 callersMethodcomputeCombinationIdx
(List<Integer> A, int n, int k, int m)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:121
↓ 3 callersFunctioncompute_combination_idx
(A, n, k, m)
epi_judge_python/test_framework/random_sequence_checker.py:85
↓ 3 callersFunctioncompute_combination_idx
(A, n, k, m)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:85
↓ 3 callersFunctionconcat
(a, b)
html/js/vue.js:5535
↓ 3 callersFunctioncreateASTElement
( tag, attrs, parent )
html/js/vue.js:9568
↓ 3 callersFunctioncreateComponent
( Ctor, data, context, children, tag )
html/js/vue.js:3176
← previousnext →301–400 of 6,328, ranked by callers