MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 636 callersMethodget
Returns the value of the element at the specified position in this array. @param index the index of the array element to return @return the
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:415
↓ 326 callersMethodsize
()
epi_judge_java_solutions/epi/ListNode.java:92
↓ 273 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the different type
epi_judge_cpp_solutions/test_framework/json.h:13299
↓ 226 callersMethodadd
Appends the JSON representation of the specified <code>int</code> value to the end of this array. @param value the value to add to the array
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:151
↓ 222 callersFunctionGenericTestMain
epi_judge_cpp_solutions/test_framework/generic_test.h:31
↓ 222 callersMethodrunFromAnnotations
This method prepares arguments for {@link #genericTestMain(String[], String, String, Method, BiPredicate, Field, Consumer)} method and consequently in
epi_judge_java_solutions/epi/test_framework/GenericTest.java:218
↓ 220 callersFunctionGenericTestMain
epi_judge_cpp/test_framework/generic_test.h:31
↓ 220 callersMethodrunFromAnnotations
This method prepares arguments for {@link #genericTestMain(String[], String, String, Method, BiPredicate, Field, Consumer)} method and consequently in
epi_judge_java/epi/test_framework/GenericTest.java:218
↓ 165 callersMethodsize
epi_judge_cpp_solutions/test_framework/json.h:286
↓ 162 callersMethodsize
epi_judge_cpp/test_framework/json.h:286
↓ 159 callersMethodadd
add a character to token_buffer
epi_judge_cpp/test_framework/json.h:2917
↓ 155 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.svg "I
epi_judge_cpp_solutions/test_framework/json.h:12888
↓ 153 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustration from
epi_judge_cpp_solutions/test_framework/json.h:12822
↓ 145 callersFunctionisDef
(v)
html/js/vue.js:22
↓ 139 callersMethodget
Returns the value of the element at the specified position in this array. @param index the index of the array element to return @return the
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:415
↓ 132 callersFunctioncreate
epi_judge_cpp_solutions/test_framework/json.h:9792
↓ 132 callersFunctioncreate
epi_judge_cpp/test_framework/json.h:9792
↓ 132 callersMethodpush
(self, x: int)
epi_judge_python/stack_with_max.py:18
↓ 101 callersMethodget
@brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the input reac
epi_judge_cpp_solutions/test_framework/json.h:2897
↓ 96 callersMethodadd
Appends the JSON representation of the specified <code>int</code> value to the end of this array. @param value the value to add to the array
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:151
↓ 91 callersMethodlength
(ListNode<Integer> l)
epi_judge_java_solutions/epi/DoTerminatedListsOverlap.java:36
↓ 90 callersMethodwrite_character
epi_judge_cpp_solutions/test_framework/json.h:4501
↓ 90 callersMethodwrite_character
epi_judge_cpp/test_framework/json.h:4501
↓ 85 callersMethodempty
(self)
epi_judge_python/stack_with_max.py:6
↓ 78 callersMethodpop
(self)
epi_judge_python/stack_with_max.py:14
↓ 77 callersFunctionadd
(a, b)
epi_judge_python_solutions/primitive_multiply.py:5
↓ 76 callersFunctionwarn
(msg, range, tip)
html/js/vue.js:11747
↓ 74 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.svg "I
epi_judge_cpp/test_framework/json.h:12888
↓ 73 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustration from
epi_judge_cpp/test_framework/json.h:12822
↓ 69 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_solutions/epi/test_framework/minimal_json/JsonArray.java:254
↓ 68 callersMethodmax
()
epi_judge_java_solutions/epi/QueueWithMax.java:28
↓ 68 callersMethodrun
Invokes func with a specified timeout_seconds. If func takes more than timeout_seconds seconds to run, TimeoutException is r
epi_judge_python/test_framework/timed_executor.py:12
↓ 66 callersMethodisEmpty
Returns <code>true</code> if this array contains no elements. @return <code>true</code> if this array contains no elements
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:403
↓ 65 callersMethodrun
Invokes func with a specified timeout_seconds. If func takes more than timeout_seconds seconds to run, TimeoutException is r
epi_judge_python_solutions/test_framework/timed_executor.py:12
↓ 64 callersMethodsize
()
epi_judge_java/epi/ListNode.java:92
↓ 61 callersMethodcontains
(int value)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:60
↓ 53 callersMethodRun
epi_judge_cpp_solutions/test_framework/timed_executor.h:25
↓ 53 callersMethodRun
epi_judge_cpp/test_framework/timed_executor.h:25
↓ 53 callersMethodisArray
Detects whether this value represents a JSON array. If this is the case, this value is an instance of {@link JsonArray}. @return <code>true</code> if
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:214
↓ 53 callersMethodrun
Invokes func with a specified timeoutSeconds. If func takes more than timeoutSeconds seconds to run, TimeoutException is thrown. If timeoutSeconds ==
epi_judge_java/epi/test_framework/TimedExecutor.java:28
↓ 53 callersMethodrun
Invokes func with a specified timeoutSeconds. If func takes more than timeoutSeconds seconds to run, TimeoutException is thrown. If timeoutSeconds ==
epi_judge_java_solutions/epi/test_framework/TimedExecutor.java:28
↓ 50 callersMethodend
return iterator end (needed for range-based for)
epi_judge_cpp/test_framework/json.h:4355
↓ 49 callersMethodtop
epi_judge_cpp_solutions/test_framework/json.h:8467
↓ 48 callersMethodend
return iterator end (needed for range-based for)
epi_judge_cpp_solutions/test_framework/json.h:4355
↓ 48 callersFunctionisUndef
(v)
html/js/vue.js:18
↓ 46 callersMethodsize
Returns the number of elements in this array. @return the number of elements in this array
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:396
↓ 46 callersMethodsize
Returns the number of elements in this array. @return the number of elements in this array
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:396
↓ 45 callersMethoderase
(self, isbn: int)
epi_judge_python/lru_cache.py:18
↓ 44 callersMethodcall
epi_judge_cpp/test_framework/json.h:1619
↓ 44 callersMethodremove
(self, client_id: str)
epi_judge_python/adding_credits.py:10
↓ 43 callersMethodbegin
return iterator begin (needed for range-based for)
epi_judge_cpp_solutions/test_framework/json.h:4350
↓ 43 callersMethodbegin
return iterator begin (needed for range-based for)
epi_judge_cpp/test_framework/json.h:4350
↓ 43 callersFunctionempty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The return
epi_judge_cpp_solutions/test_framework/json.h:13233
↓ 43 callersMethodequals
(Object o)
epi_judge_java_solutions/epi/TreeLike.java:11
↓ 41 callersMethodindexOf
(String name)
epi_judge_java/epi/test_framework/minimal_json/JsonObject.java:885
↓ 41 callersMethodremove
(String clientID)
epi_judge_java_solutions/epi/AddingCredits.java:34
↓ 41 callersMethodwithProperty
(PropertyName name, Object value)
epi_judge_java/epi/test_framework/TestFailure.java:67
↓ 41 callersMethodwithProperty
(PropertyName name, Object value)
epi_judge_java_solutions/epi/test_framework/TestFailure.java:67
↓ 39 callersMethodpop
(self)
epi_judge_python_solutions/stack_with_max.py:24
↓ 37 callersMethodget
@brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the input reac
epi_judge_cpp/test_framework/json.h:2897
↓ 37 callersFunctionnext
()
html/js/vue.js:7254
↓ 35 callersMethodpush
(Integer x)
epi_judge_java_solutions/epi/StackWithMax.java:37
↓ 35 callersMethodvalueOf
Returns a JsonValue instance that represents the given <code>int</code> value. @param value the value to get a JSON representation for @retu
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonValue.java:124
↓ 35 callersMethodwrite
(int c)
epi_judge_java/epi/test_framework/minimal_json/WritingBuffer.java:28
↓ 33 callersFunctioneof
()
html/js/vue.js:7258
↓ 33 callersFunctionget
epi_judge_cpp_solutions/test_framework/json.h:11413
↓ 33 callersFunctionget
epi_judge_cpp/test_framework/json.h:11413
↓ 33 callersMethodinsert
(self, isbn: int, price: int)
epi_judge_python/lru_cache.py:14
↓ 33 callersMethodpush
(Integer x)
epi_judge_java/epi/StackWithMax.java:24
↓ 32 callersFunctionFmtStr
epi_judge_cpp_solutions/test_framework/fmt_print.h:160
↓ 32 callersFunctionFmtStr
epi_judge_cpp/test_framework/fmt_print.h:160
↓ 32 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was calle
epi_judge_cpp_solutions/test_framework/json.h:14935
↓ 32 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was calle
epi_judge_cpp/test_framework/json.h:14935
↓ 32 callersMethodwrite_characters
epi_judge_cpp_solutions/test_framework/json.h:4503
↓ 32 callersMethodwrite_characters
epi_judge_cpp/test_framework/json.h:4503
↓ 31 callersMethodvalue
Returns a JsonValue instance that represents the given <code>int</code> value. @param value the value to get a JSON representation for @retu
epi_judge_java/epi/test_framework/minimal_json/Json.java:65
↓ 31 callersMethodvalue
Returns a JsonValue instance that represents the given <code>int</code> value. @param value the value to get a JSON representation for @retu
epi_judge_java_solutions/epi/test_framework/minimal_json/Json.java:65
↓ 30 callersFunctionextend
* Mix properties into target object.
html/js/vue.js:242
↓ 30 callersFunctionset
* Set a property on an object. Adds the new property and * triggers change notification if the property doesn't * already exist.
html/js/vue.js:1080
↓ 29 callersFunctioncbegin
! @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_solutions/test_framework/json.h:12858
↓ 29 callersMethodvalueOf
Returns a JsonValue instance that represents the given <code>int</code> value. @param value the value to get a JSON representation for @retu
epi_judge_java/epi/test_framework/minimal_json/JsonValue.java:124
↓ 29 callersMethodwrite
(int c)
epi_judge_java_solutions/epi/test_framework/minimal_json/WritingBuffer.java:28
↓ 28 callersMethodcreate
epi_judge_cpp/test_framework/json.h:815
↓ 27 callersMethodcontains
(int value)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:60
↓ 27 callersMethodisEmpty
Returns <code>true</code> if this array contains no elements. @return <code>true</code> if this array contains no elements
epi_judge_java/epi/test_framework/minimal_json/JsonArray.java:403
↓ 26 callersMethodequals
(Object o)
epi_judge_java/epi/TreeLike.java:11
↓ 25 callersMethodnext
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:442
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to make
epi_judge_cpp_solutions/test_framework/json.h:9983
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to make
epi_judge_cpp/test_framework/json.h:9983
↓ 24 callersMethodpop_back
! @brief remove and return last reference pointer @throw out_of_range.405 if JSON pointer has no parent */
epi_judge_cpp_solutions/test_framework/json.h:8453
↓ 23 callersFunctionGetRawPtr
epi_judge_cpp_solutions/test_framework/test_utils_meta.h:433
↓ 23 callersFunctionGetRawPtr
epi_judge_cpp/test_framework/test_utils_meta.h:433
↓ 23 callersFunctioncend
! @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_solutions/test_framework/json.h:12924
↓ 23 callersMethodcompare
(List<T> o1, List<T> o2)
epi_judge_java_solutions/epi/test_framework/LexicographicalListComparator.java:10
↓ 23 callersMethodhasNext
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonArray.java:440
↓ 23 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type is ob
epi_judge_cpp_solutions/test_framework/json.h:11150
↓ 23 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type is ob
epi_judge_cpp/test_framework/json.h:11150
↓ 22 callersMethodequals
Indicates whether a given object is "equal to" this JsonObject. An object is considered equal if it is also a <code>JsonObject</code> and both objects
epi_judge_java/epi/test_framework/minimal_json/Member.java:54
↓ 22 callersMethodequals
Indicates whether a given object is "equal to" this JsonObject. An object is considered equal if it is also a <code>JsonObject</code> and both objects
epi_judge_java_solutions/epi/test_framework/minimal_json/Member.java:54
↓ 21 callersFunctionisTrue
(v)
html/js/vue.js:26
next →1–100 of 6,328, ranked by callers