MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 1 callersFunctionproxyNormalSlot
(slots, key)
html/js/vue.js:2620
↓ 1 callersFunctionqueueActivatedComponent
* Queue a kept-alive component that was activated during patch. * The queue will be processed after the entire tree has been patched.
html/js/vue.js:4355
↓ 1 callersFunctionqueueWatcher
* Push a watcher into the watcher queue. * Jobs with duplicate IDs will be skipped unless it's * pushed when the queue is being flushed.
html/js/vue.js:4374
↓ 1 callersMethodrandomSampling
(int k, List<Integer> A)
epi_judge_java/epi/OfflineSampling.java:11
↓ 1 callersMethodrandomSamplingRunner
(TimedExecutor executor, int k, List<Integer> A)
epi_judge_java/epi/OfflineSampling.java:15
↓ 1 callersMethodrandomSamplingRunner
(TimedExecutor executor, int k, List<Integer> A)
epi_judge_java_solutions/epi/OfflineSampling.java:24
↓ 1 callersMethodrandomSubset
(int n, int k)
epi_judge_java/epi/RandomSubset.java:14
↓ 1 callersMethodrandomSubset
(int n, int k)
epi_judge_java_solutions/epi/RandomSubset.java:19
↓ 1 callersMethodrandomSubsetRunner
(TimedExecutor executor, int n, int k)
epi_judge_java/epi/RandomSubset.java:18
↓ 1 callersMethodrandomSubsetRunner
(TimedExecutor executor, int n, int k)
epi_judge_java_solutions/epi/RandomSubset.java:50
↓ 1 callersFunctionrandom_sampling
(k: int, A: List[int])
epi_judge_python/offline_sampling.py:11
↓ 1 callersFunctionrandom_subset
(n: int, k: int)
epi_judge_python/random_subset.py:11
↓ 1 callersFunctionrandom_subset
(n: int, k: int)
epi_judge_python_solutions/random_subset.py:12
↓ 1 callersMethodrangeLookupInBstHelper
(BstNode<Integer> tree, Interval interval,
epi_judge_java_solutions/epi/RangeLookupInBst.java:33
↓ 1 callersFunctionrange_lookup_in_bst
(tree: BstNode, interval: Interval)
epi_judge_python/range_lookup_in_bst.py:10
↓ 1 callersFunctionrange_lookup_in_bst
(tree: BstNode, interval: Interval)
epi_judge_python_solutions/range_lookup_in_bst.py:10
↓ 1 callersFunctionrange_lookup_in_bst_helper
(tree)
epi_judge_python_solutions/range_lookup_in_bst.py:11
↓ 1 callersMethodraw_name
(self)
epi_judge_python/test_framework/test_failure.py:36
↓ 1 callersMethodraw_name
(self)
epi_judge_python_solutions/test_framework/test_failure.py:36
↓ 1 callersFunctionreactivateComponent
(vnode, insertedVnodeQueue, parentElm, refElm)
html/js/vue.js:6002
↓ 1 callersMethodreadArray
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:185
↓ 1 callersMethodreadArray
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:185
↓ 1 callersMethodreadEscape
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:310
↓ 1 callersMethodreadEscape
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:310
↓ 1 callersMethodreadExponent
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:379
↓ 1 callersMethodreadExponent
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:379
↓ 1 callersMethodreadFalse
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:270
↓ 1 callersMethodreadFalse
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:270
↓ 1 callersMethodreadFraction
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:367
↓ 1 callersMethodreadFraction
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:367
↓ 1 callersMethodreadName
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:245
↓ 1 callersMethodreadName
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:245
↓ 1 callersMethodreadNull
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:252
↓ 1 callersMethodreadNull
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:252
↓ 1 callersMethodreadNumber
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:350
↓ 1 callersMethodreadNumber
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:350
↓ 1 callersMethodreadObject
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:211
↓ 1 callersMethodreadObject
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:211
↓ 1 callersMethodreadString
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:286
↓ 1 callersMethodreadString
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:286
↓ 1 callersMethodreadTrue
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:261
↓ 1 callersMethodreadTrue
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:261
↓ 1 callersMethodrearrange
(List<Integer> A)
epi_judge_java/epi/AlternatingArray.java:11
↓ 1 callersMethodrearrange
(List<Integer> A)
epi_judge_java_solutions/epi/AlternatingArray.java:16
↓ 1 callersMethodrebuildBSTFromPreorderHelper
(List<Integer> preorderSequence, int start, int end)
epi_judge_java_solutions/epi/BstFromPreorder.java:19
↓ 1 callersMethodreconstructPreorder
(List<Integer> preorder)
epi_judge_java/epi/TreeFromPreorderWithNull.java:9
↓ 1 callersMethodreconstructPreorder
(List<Integer> preorder)
epi_judge_java_solutions/epi/TreeFromPreorderWithNull.java:15
↓ 1 callersMethodreconstructPreorderSubtree
(List<Integer> preorder)
epi_judge_java_solutions/epi/TreeFromPreorderWithNull.java:23
↓ 1 callersFunctionreconstruct_preorder_helper
(preorder_iter)
epi_judge_python_solutions/tree_from_preorder_with_null.py:10
↓ 1 callersFunctionregisterDeepBindings
(data)
html/js/vue.js:3468
↓ 1 callersMethodremove
Removes the element at the specified index from this array. @param index the index of the element to remove @return the array itself, to ena
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:386
↓ 1 callersMethodremove
Removes the element at the specified index from this array. @param index the index of the element to remove @return the array itself, to ena
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:386
↓ 1 callersFunctionremove$$1
()
html/js/vue.js:5860
↓ 1 callersFunctionremove$2
( name, handler, capture, _target )
html/js/vue.js:7554
↓ 1 callersFunctionremoveAndInvokeRemoveHook
(vnode, rm)
html/js/vue.js:6127
↓ 1 callersFunctionrenderClass
( staticClass, dynamicClass )
html/js/vue.js:5524
↓ 1 callersFunctionrenderMixin
(Vue)
html/js/vue.js:3513
↓ 1 callersFunctionrepeat
(str, n)
html/js/vue.js:668
↓ 1 callersMethodreplaceAndRemove
(int size, char[] s)
epi_judge_java/epi/ReplaceAndRemove.java:10
↓ 1 callersMethodreplaceAndRemove
(int size, char[] s)
epi_judge_java_solutions/epi/ReplaceAndRemove.java:12
↓ 1 callersFunctionres_printer
(prop, value)
epi_judge_python/interval_add.py:26
↓ 1 callersFunctionres_printer
(prop, value)
epi_judge_python_solutions/interval_add.py:43
↓ 1 callersFunctionresetSchedulerState
* Reset the scheduler's state.
html/js/vue.js:4238
↓ 1 callersFunctionresolveAsyncComponent
( factory, baseCtor )
html/js/vue.js:3612
↓ 1 callersFunctionresolveModifiedOptions
(Ctor)
html/js/vue.js:5054
↓ 1 callersMethodreverseBits
(long x, int n)
epi_judge_java_solutions/epi/ReverseBits.java:9
↓ 1 callersMethodreverseWords
(char[] input)
epi_judge_java/epi/ReverseWords.java:7
↓ 1 callersMethodreverseWords
(char[] input)
epi_judge_java_solutions/epi/ReverseWords.java:9
↓ 1 callersMethodrightBoundary
(BinaryTreeNode<Integer> subtree, List<BinaryTreeNode<Integer>> exterior)
epi_judge_java_solutions/epi/TreeExterior.java:46
↓ 1 callersFunctionright_boundary
(subtree)
epi_judge_python_solutions/tree_exterior.py:23
↓ 1 callersMethodrookAttack
(List<List<Integer>> A)
epi_judge_java/epi/RookAttack.java:9
↓ 1 callersMethodrookAttack
(List<List<Integer>> A)
epi_judge_java_solutions/epi/RookAttack.java:12
↓ 1 callersFunctionrook_attack
(A: List[List[int]])
epi_judge_python/rook_attack.py:7
↓ 1 callersFunctionrook_attack
(A: List[List[int]])
epi_judge_python_solutions/rook_attack.py:7
↓ 1 callersMethodrotateArray
(int rotateAmount, List<Integer> A)
epi_judge_java/epi/RotateArray.java:10
↓ 1 callersMethodrotateArray
(int rotateAmount, List<Integer> A)
epi_judge_java_solutions/epi/RotateArray.java:13
↓ 1 callersMethodrotateMatrix
(List<List<Integer>> squareMatrix)
epi_judge_java/epi/MatrixRotation.java:8
↓ 1 callersMethodrotateMatrix
(List<List<Integer>> squareMatrix)
epi_judge_java_solutions/epi/MatrixRotation.java:10
↓ 1 callersFunctionrotate_matrix
(square_matrix: List[List[int]])
epi_judge_python/matrix_rotation.py:6
↓ 1 callersFunctionrotate_matrix
(square_matrix: List[List[int]])
epi_judge_python_solutions/matrix_rotation.py:6
↓ 1 callersMethodrunTest
This method is invoked for each row in a test data file (except the header). It deserializes the list of arguments and calls the user method with them
epi_judge_java/epi/test_framework/GenericTestHandler.java:142
↓ 1 callersMethodrunTest
This method is invoked for each row in a test data file (except the header). It deserializes the list of arguments and calls the user method with them
epi_judge_java_solutions/epi/test_framework/GenericTestHandler.java:142
↓ 1 callersMethodrunTests
(GenericTestHandler handler, TestConfig config)
epi_judge_java/epi/test_framework/GenericTest.java:76
↓ 1 callersMethodrunTests
(GenericTestHandler handler, TestConfig config)
epi_judge_java_solutions/epi/test_framework/GenericTest.java:76
↓ 1 callersMethodrun_test
This method is invoked for each row in a test data file (except the header). It deserializes the list of arguments and calls the user
epi_judge_python/test_framework/generic_test_handler.py:66
↓ 1 callersMethodrun_test
This method is invoked for each row in a test data file (except the header). It deserializes the list of arguments and calls the user
epi_judge_python_solutions/test_framework/generic_test_handler.py:66
↓ 1 callersFunctionrun_tests
(handler, config, res_printer)
epi_judge_python/test_framework/generic_test.py:60
↓ 1 callersFunctionrun_tests
(handler, config, res_printer)
epi_judge_python_solutions/test_framework/generic_test.py:60
↓ 1 callersMethodrunningOn64BitVM
()
epi_judge_java/epi/test_framework/Platform.java:30
↓ 1 callersMethodrunningOn64BitVM
()
epi_judge_java_solutions/epi/test_framework/Platform.java:30
↓ 1 callersFunctionsameInputType
(a, b)
html/js/vue.js:5821
↓ 1 callersMethodscan
epi_judge_cpp_solutions/test_framework/json.h:2983
↓ 1 callersMethodscan
epi_judge_cpp/test_framework/json.h:2983
↓ 1 callersFunctionscan_lang_folder
Search for all stab and solution files in the folder.
epijudge_ci_test_tool.py:99
↓ 1 callersMethodsearchBST
(BstNode<Integer> tree, int key)
epi_judge_java/epi/SearchInBst.java:6
↓ 1 callersMethodsearchBST
(BstNode<Integer> tree, int key)
epi_judge_java_solutions/epi/SearchInBst.java:8
↓ 1 callersMethodsearchEntryEqualToItsIndex
(List<Integer> A)
epi_judge_java/epi/SearchEntryEqualToIndex.java:10
↓ 1 callersMethodsearchEntryEqualToItsIndex
(List<Integer> A)
epi_judge_java_solutions/epi/SearchEntryEqualToIndex.java:12
↓ 1 callersMethodsearchFrequentItems
(int k, Iterable<String> stream)
epi_judge_java/epi/SearchFrequentItems.java:12
↓ 1 callersMethodsearchFrequentItems
(int k, Iterable<String> stream)
epi_judge_java_solutions/epi/SearchFrequentItems.java:18
← previousnext →2,001–2,100 of 6,328, ranked by callers