MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 2 callersMethoddiffersByOneBit
(int x, int y)
epi_judge_java_solutions/epi/GrayCode.java:45
↓ 2 callersMethoddoubleComparison
Non-exact double comparison
epi_judge_java/epi/test_framework/TestUtils.java:129
↓ 2 callersMethoddoubleComparison
Non-exact double comparison
epi_judge_java_solutions/epi/test_framework/TestUtils.java:129
↓ 2 callersFunctiondowngradeNode
(node)
html/js/material.js:394
↓ 2 callersFunctionend
()
html/js/vue.js:8018
↓ 2 callersMethodendArray
Indicates the end of an array in the JSON input. This method will be called after reading the closing square bracket character (<code>']'</code>). @p
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:149
↓ 2 callersMethodendArray
Indicates the end of an array in the JSON input. This method will be called after reading the closing square bracket character (<code>']'</code>). @p
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:149
↓ 2 callersMethodendBoolean
Indicates the end of a boolean literal (<code>true</code> or <code>false</code>) in the JSON input. This method will be called after reading the last
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:86
↓ 2 callersMethodendBoolean
Indicates the end of a boolean literal (<code>true</code> or <code>false</code>) in the JSON input. This method will be called after reading the last
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:86
↓ 2 callersMethodendCapture
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:451
↓ 2 callersMethodendCapture
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:451
↓ 2 callersMethodendObject
Indicates the end of an object in the JSON input. This method will be called after reading the closing curly bracket character (<code>'}'</code>). @p
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:211
↓ 2 callersMethodendObject
Indicates the end of an object in the JSON input. This method will be called after reading the closing curly bracket character (<code>'}'</code>). @p
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:211
↓ 2 callersMethodenqueue
(Integer x)
epi_judge_java_solutions/epi/QueueWithMax.java:16
↓ 2 callersMethodenqueue
(self, x: int)
epi_judge_python_solutions/queue_with_max.py:10
↓ 2 callersFunctionequal_binary_trees
(tree1, tree2)
epi_judge_python/test_framework/binary_tree_utils.py:114
↓ 2 callersFunctionequal_binary_trees
(tree1, tree2)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:114
↓ 2 callersMethodequals
(Object o)
epi_judge_java/epi/ListNode.java:58
↓ 2 callersMethodequals
(Object obj)
epi_judge_java_solutions/epi/RemoveDuplicates.java:25
↓ 2 callersMethodequals
(Object o)
epi_judge_java_solutions/epi/ListNode.java:58
↓ 2 callersMethodescapeNewline
(String s)
epi_judge_java/epi/test_framework/TestUtilsConsole.java:9
↓ 2 callersMethodescapeNewline
(String s)
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:9
↓ 2 callersFunctionevaluate
()
epi_judge_python_solutions/insert_operators_in_string.py:9
↓ 2 callersFunctionextractTransitionData
(comp)
html/js/vue.js:8684
↓ 2 callersMethodfactorial
(int n)
epi_judge_java_solutions/epi/RandomPermutation.java:25
↓ 2 callersMethodfindKth
(List<Integer> A, int k, Comparator<Integer> cmp)
epi_judge_java_solutions/epi/KthLargestInArray.java:30
↓ 2 callersMethodfindKthLargest
(int k, List<Integer> A)
epi_judge_java_solutions/epi/KthLargestInArray.java:17
↓ 2 callersFunctionfind_kth
(comp)
epi_judge_python_solutions/kth_largest_in_array.py:12
↓ 2 callersFunctionfind_kth_largest
(k: int, A: List[int])
epi_judge_python_solutions/kth_largest_in_array.py:11
↓ 2 callersMethodfloatComparison
Non-exact float comparison
epi_judge_java/epi/test_framework/TestUtils.java:119
↓ 2 callersMethodfloatComparison
Non-exact float comparison
epi_judge_java_solutions/epi/test_framework/TestUtils.java:119
↓ 2 callersFunctiongenComponentModel
* Cross-platform code generation for component v-model
html/js/vue.js:7151
↓ 2 callersFunctiongenData$2
(el, state)
html/js/vue.js:11093
↓ 2 callersFunctiongenFor
( el, state, altGen, altHelper )
html/js/vue.js:11061
↓ 2 callersFunctiongenHandlers
( events, isNative )
html/js/vue.js:10775
↓ 2 callersFunctiongenOnce
(el, state)
html/js/vue.js:10997
↓ 2 callersMethodgenSpaces
(int count)
epi_judge_java/epi/test_framework/TestUtilsConsole.java:70
↓ 2 callersMethodgenSpaces
(int count)
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:70
↓ 2 callersFunctiongenStatic
(el, state)
html/js/vue.js:10982
↓ 2 callersFunctiongenTernaryExp
(el)
html/js/vue.js:11052
↓ 2 callersFunctiongen_spaces
(count)
epi_judge_python/test_framework/test_utils_console.py:64
↓ 2 callersFunctiongen_spaces
(count)
epi_judge_python_solutions/test_framework/test_utils_console.py:64
↓ 2 callersFunctiongenerate
( ast, options )
html/js/vue.js:10930
↓ 2 callersFunctiongenerate_all_binary_trees
(num_nodes: int )
epi_judge_python_solutions/enumerate_trees.py:9
↓ 2 callersFunctiongenerate_inorder
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:47
↓ 2 callersFunctiongenerate_inorder
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:47
↓ 2 callersFunctiongetAndRemoveAttrByRegex
( el, name )
html/js/vue.js:7117
↓ 2 callersMethodgetColorCodeUnix
(Color color)
epi_judge_java/epi/test_framework/ConsoleColor.java:23
↓ 2 callersMethodgetColorCodeUnix
(Color color)
epi_judge_java_solutions/epi/test_framework/ConsoleColor.java:23
↓ 2 callersFunctiongetComponentName
(opts)
html/js/vue.js:5240
↓ 2 callersMethodgetDefaultTestDataDirPath
()
epi_judge_java/epi/test_framework/TestUtils.java:35
↓ 2 callersMethodgetDefaultTestDataDirPath
()
epi_judge_java_solutions/epi/test_framework/TestUtils.java:35
↓ 2 callersMethodgetDepth
(BinaryTree<Integer> node)
epi_judge_java_solutions/epi/LowestCommonAncestorWithParent.java:35
↓ 2 callersMethodgetFilePathInJudgeDir
(String fileName)
epi_judge_java/epi/test_framework/TestUtils.java:54
↓ 2 callersMethodgetFilePathInJudgeDir
(String fileName)
epi_judge_java_solutions/epi/test_framework/TestUtils.java:54
↓ 2 callersFunctiongetFirstComponentChild
(children)
html/js/vue.js:3742
↓ 2 callersFunctiongetHookArgumentsLength
* Normalize a transition hook's argument length. The hook may be: * - a merged hook (invoker) with the original in .fns * - a wrapped component
html/js/vue.js:8392
↓ 2 callersMethodgetMicroseconds
()
epi_judge_java/epi/test_framework/TestTimer.java:25
↓ 2 callersMethodgetMicroseconds
()
epi_judge_java_solutions/epi/test_framework/TestTimer.java:25
↓ 2 callersFunctiongetRealChild
(vnode)
html/js/vue.js:8675
↓ 2 callersFunctiongetShouldDecode
(href)
html/js/vue.js:11838
↓ 2 callersFunctiongetSlotName
(binding)
html/js/vue.js:10221
↓ 2 callersFunctiongetTimeout
(delays, durations)
html/js/vue.js:8089
↓ 2 callersMethodgetTimer
()
epi_judge_java/epi/test_framework/TimedExecutor.java:80
↓ 2 callersMethodgetTimer
()
epi_judge_java_solutions/epi/test_framework/TimedExecutor.java:80
↓ 2 callersMethodgetTrait
(Type type)
epi_judge_java/epi/test_framework/serialization_traits/TraitsFactory.java:42
↓ 2 callersMethodgetTrait
(Type type)
epi_judge_java_solutions/epi/test_framework/serialization_traits/TraitsFactory.java:42
↓ 2 callersFunctiongetTransitionInfo
(el, expectedType)
html/js/vue.js:8039
↓ 2 callersFunctiongetTypeIndex
(type, expectedTypes)
html/js/vue.js:1770
↓ 2 callersFunctiongetUpgradedListOfElement_
* Returns an array of the classNames of the upgraded classes on the element. * * @param {!Element} element The element to fetch data from. *
html/js/material.js:128
↓ 2 callersFunctiongetValue
(option)
html/js/vue.js:8561
↓ 2 callersMethodgetValue
()
epi_judge_java/epi/test_framework/minimal_json/Json.java:377
↓ 2 callersMethodgetValue
()
epi_judge_java_solutions/epi/test_framework/minimal_json/Json.java:377
↓ 2 callersFunctiongetXlinkProp
(name)
html/js/vue.js:5487
↓ 2 callersMethodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
epi_judge_cpp_solutions/test_framework/json.h:1748
↓ 2 callersMethodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
epi_judge_cpp/test_framework/json.h:1748
↓ 2 callersFunctionget_color_code_unix
(color)
epi_judge_python/test_framework/console_color.py:37
↓ 2 callersFunctionget_color_code_unix
(color)
epi_judge_python_solutions/test_framework/console_color.py:37
↓ 2 callersFunctionget_default_test_data_dir_path
()
epi_judge_python/test_framework/test_utils.py:22
↓ 2 callersFunctionget_default_test_data_dir_path
()
epi_judge_python_solutions/test_framework/test_utils.py:22
↓ 2 callersFunctionget_file_path_in_judge_dir
(file_name)
epi_judge_python/test_framework/test_utils.py:36
↓ 2 callersFunctionget_file_path_in_judge_dir
(file_name)
epi_judge_python_solutions/test_framework/test_utils.py:36
↓ 2 callersFunctionget_impl_ptr
get a pointer to the value (object)
epi_judge_cpp_solutions/test_framework/json.h:11263
↓ 2 callersFunctionget_impl_ptr
get a pointer to the value (object)
epi_judge_cpp/test_framework/json.h:11263
↓ 2 callersMethodget_inner_trait
(self)
epi_judge_python/test_framework/serialization_traits.py:214
↓ 2 callersMethodget_inner_trait
(self)
epi_judge_python_solutions/test_framework/serialization_traits.py:214
↓ 2 callersMethodget_microseconds
(self)
epi_judge_python/test_framework/test_timer.py:19
↓ 2 callersMethodget_microseconds
(self)
epi_judge_python_solutions/test_framework/test_timer.py:19
↓ 2 callersMethodget_number_float
return floating-point value
epi_judge_cpp_solutions/test_framework/json.h:2937
↓ 2 callersMethodget_number_float
return floating-point value
epi_judge_cpp/test_framework/json.h:2937
↓ 2 callersMethodget_or_default
(self, default_value)
epi_judge_python/test_framework/tri_bool.py:9
↓ 2 callersMethodget_or_default
(self, default_value)
epi_judge_python_solutions/test_framework/tri_bool.py:9
↓ 2 callersMethodget_timer
(self)
epi_judge_python/test_framework/timed_executor.py:34
↓ 2 callersMethodget_timer
(self)
epi_judge_python_solutions/test_framework/timed_executor.py:34
↓ 2 callersMethodget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
epi_judge_cpp_solutions/test_framework/json.h:2955
↓ 2 callersMethodget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
epi_judge_cpp/test_framework/json.h:2955
↓ 2 callersFunctionget_trait
(typename)
epi_judge_python/test_framework/serialization_traits.py:254
↓ 2 callersFunctionget_trait
(typename)
epi_judge_python_solutions/test_framework/serialization_traits.py:254
↓ 2 callersFunctionglobalHandleError
(err, vm, info)
html/js/vue.js:1876
↓ 2 callersFunctiongrisu2_round
epi_judge_cpp_solutions/test_framework/json.h:7146
← previousnext →601–700 of 6,328, ranked by callers