Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgerm/react-table-sorter-demo
/ functions
Functions
542 in github.com/bgerm/react-table-sorter-demo
⨍
Functions
542
◇
Types & classes
0
↓ 2 callers
Function
parseTypeAnnotation
(dontExpectColon)
js/JSXTransformer.js:4318
↓ 2 callers
Function
parseXJSElement
()
js/JSXTransformer.js:6506
↓ 2 callers
Function
parseXJSExpressionContainer
()
js/JSXTransformer.js:6412
↓ 2 callers
Function
patch
()
js/JSXTransformer.js:6875
↓ 2 callers
Function
processQueue
* Processes any enqueued updates. * * @private
js/react.js:9204
↓ 2 callers
Function
publishEventForPlugin
* Publishes an event so that it can be dispatched by the supplied plugin. * * @param {object} dispatchConfig Dispatch configuration for the event.
js/react.js:2442
↓ 2 callers
Function
publishRegistrationName
* Publishes a registration name that is used to identify dispatched events and * can be used with `EventPluginHub.putListener` to register listeners.
js/react.js:2467
↓ 2 callers
Function
recomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
js/react.js:2398
↓ 2 callers
Function
renderXJSExpressionContainer
(traverse, object, isLast, path, state)
js/JSXTransformer.js:10785
↓ 2 callers
Function
renderXJSLiteral
* Special handling for multiline string literals * print lines: * * line * line * * as: * * "line "+ * "line"
js/JSXTransformer.js:10692
↓ 2 callers
Function
scanNumericLiteral
()
js/JSXTransformer.js:1937
↓ 2 callers
Function
scanTemplate
()
js/JSXTransformer.js:2153
↓ 2 callers
Function
scanUnicodeCodePointEscape
()
js/JSXTransformer.js:1537
↓ 2 callers
Function
scanXJSText
(stopChars)
js/JSXTransformer.js:6309
↓ 2 callers
Function
shouldIgnoreValue
(name, value)
js/react.js:1349
↓ 2 callers
Function
stopWatchingForChangeEventIE8
()
js/react.js:426
↓ 2 callers
Function
stopWatchingForValueChange
* (For old IE.) Removes the event listeners from the currently-tracked element, * if any exists.
js/react.js:507
↓ 2 callers
Function
transform
* Applies all available transformations to the source * @param {array} visitors * @param {string} source * @param {?object} options * @return {obj
js/JSXTransformer.js:9174
↓ 2 callers
Function
trim
(arr)
js/JSXTransformer.js:360
↓ 2 callers
Function
unpatch
()
js/JSXTransformer.js:7012
↓ 2 callers
Function
validateChildKeys
* Ensure that every component either is passed in a static location or, if * if it's passed in an array, has an explicit key property defined. * *
js/react.js:3436
↓ 2 callers
Function
wrapTrackingFunction
(range, loc, preserveWhitespace)
js/JSXTransformer.js:6798
↓ 1 callers
Function
$
* Find a node by ID. * * If your application code depends on the existence of the element, use $, * which will throw if the element doesn't exist.
js/react.js:39
↓ 1 callers
Function
At
(n,t,e)
js/lodash.min.js:24
↓ 1 callers
Function
Jt
(n)
js/lodash.min.js:30
↓ 1 callers
Function
Mt
(n,t)
js/lodash.min.js:27
↓ 1 callers
Function
Nt
(n,t,e)
js/lodash.min.js:22
↓ 1 callers
Function
Tt
(n)
js/lodash.min.js:25
↓ 1 callers
Function
Vt
(n,t,e)
js/lodash.min.js:28
↓ 1 callers
Function
_geFromSubtree
(id, root, tag)
js/react.js:12864
↓ 1 callers
Function
_getCallback
(objName, fnName)
js/react.js:7137
↓ 1 callers
Function
_getFnArguments
(fn)
js/react.js:7123
↓ 1 callers
Function
_getNewInfo
(objName, fnName)
js/react.js:7102
↓ 1 callers
Function
_nodeIsBlockScopeBoundary
(node, parentNode)
js/JSXTransformer.js:9014
↓ 1 callers
Function
_nodeIsClosureScopeBoundary
* @param {object} node * @param {object} parentNode * @return {boolean}
js/JSXTransformer.js:9002
↓ 1 callers
Function
_t
(n)
js/lodash.min.js:20
↓ 1 callers
Function
accumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without * r
js/react.js:2894
↓ 1 callers
Function
advanceSlash
()
js/JSXTransformer.js:2404
↓ 1 callers
Function
advanceXJSChild
* Between XJS opening and closing tags (e.g. <foo>HERE</foo>), anything that * is not another XJS tag and is not an expression wrapped by {} is t
js/JSXTransformer.js:6364
↓ 1 callers
Function
arrayToHash
(array)
js/JSXTransformer.js:579
↓ 1 callers
Function
clearDirtyComponents
()
js/react.js:10456
↓ 1 callers
Function
collectBlockIdentsAndTraverse
(node, path, state)
js/JSXTransformer.js:9119
↓ 1 callers
Function
collectClosureIdentsAndTraverse
(node, path, state)
js/JSXTransformer.js:9109
↓ 1 callers
Function
containsChildOfType
* Checks whether a node or any of its sub-nodes contains * a syntactic construct of the passed type. * @param {object} node - AST node to test. * @
js/JSXTransformer.js:9652
↓ 1 callers
Function
copyProperties
* Copy properties from one or more objects (up to 5) into the first object. * This is a shallow copy. It mutates the first object and also returns it
js/react.js:12201
↓ 1 callers
Function
createChainedFunction
* Creates a function that invokes two functions and ignores their return vales. * * @param {function} one Function to invoke first. * @param {funct
js/react.js:4464
↓ 1 callers
Function
createMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {funct
js/react.js:4447
↓ 1 callers
Function
createObjectFrom
* Construct an object from an array of keys * and optionally specified value or list of values. * * >>> createObjectFrom(['a','b','c']); * {a: t
js/react.js:12464
↓ 1 callers
Function
createState
* A `state` object represents the state of the parser. It has "local" and * "global" parts. Global contains parser position, source, etc. Local conta
js/JSXTransformer.js:9240
↓ 1 callers
Function
createTypeChecker
(isRequired)
js/react.js:10034
↓ 1 callers
Function
enqueueMarkup
* Enqueues markup to be rendered and inserted at a supplied index. * * @param {string} parentID ID of the parent component. * @param {string} marku
js/react.js:9125
↓ 1 callers
Function
enqueueMove
* Enqueues moving an existing element to another index. * * @param {string} parentID ID of the parent component. * @param {number} fromIndex Source
js/react.js:9146
↓ 1 callers
Function
enqueueRemove
* Enqueues removing an element at an index. * * @param {string} parentID ID of the parent component. * @param {number} fromIndex Index of the eleme
js/react.js:9166
↓ 1 callers
Function
enqueueTextContent
* Enqueues setting the text content. * * @param {string} parentID ID of the parent component. * @param {string} textContent Text content to set. *
js/react.js:9186
↓ 1 callers
Function
et
(n)
js/lodash.min.js:13
↓ 1 callers
Function
ex
(errorMessage/*, arg1, arg2, ...*/)
js/react.js:12670
↓ 1 callers
Function
extend
(object, properties)
js/JSXTransformer.js:7081
↓ 1 callers
Function
filterGroup
(node)
js/JSXTransformer.js:6781
↓ 1 callers
Function
forEachEventDispatch
* Invokes `cb(event, listener, id)`. Avoids using call if no scope is * provided. The `(listener,id)` pair effectively forms the "dispatch" but are
js/react.js:2665
↓ 1 callers
Function
formatArray
(ctx, value, recurseTimes, visibleKeys, keys)
js/JSXTransformer.js:720
↓ 1 callers
Function
formatPrimitive
(ctx, value)
js/JSXTransformer.js:696
↓ 1 callers
Function
fromVLQSigned
* Converts to a two-complement value from a value where the sign bit is * is placed in the least significant bit. For example, as decimals: *
js/JSXTransformer.js:7555
↓ 1 callers
Function
ge
* Find a node by ID. Optionally search a sub-tree outside of the document * * Use ge if you're not sure whether or not the element exists. You can
js/react.js:12858
↓ 1 callers
Function
getCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
js/react.js:770
↓ 1 callers
Function
getEventTarget
* Gets the target node from a native browser event by accounting for * inconsistencies in browser DOM APIs. * * @param {object} nativeEvent Native
js/react.js:12972
↓ 1 callers
Function
getFirstCommonAncestorID
* Gets the nearest common ancestor ID of two IDs. * * Using this ID scheme, the nearest common ancestor ID is the longest common * prefix of the tw
js/react.js:8106
↓ 1 callers
Function
getIdentifier
()
js/JSXTransformer.js:1614
↓ 1 callers
Function
getReactRootIDString
* Creates a DOM ID prefix to use when mounting React components. * * @param {number} index A unique integer * @return {string} React root ID. * @i
js/react.js:8003
↓ 1 callers
Function
getSelection
* Get an object which is a unique representation of the current selection. * * The return value will not be consistent across nodes or browsers, but
js/react.js:10594
↓ 1 callers
Function
getSiblingNode
* Get the next sibling within a container. This will walk up the * DOM if a node's siblings have been exhausted. * * @param {DOMElement|DOMTextNode
js/react.js:13132
↓ 1 callers
Function
getUnboundedScrollPosition
* Gets the scroll position of the supplied element or window. * * The return values are unbounded, unlike `getScrollPosition`. This means they * ma
js/react.js:13289
↓ 1 callers
Function
hasArrayNature
* NOTE: if you are a previous user of this function, it has been considered * unsafe because it's inconsistent across browsers for some inputs. * In
js/react.js:12268
↓ 1 callers
Function
ht
(n)
js/lodash.min.js:19
↓ 1 callers
Function
hyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * @param {string} string * @retur
js/react.js:13335
↓ 1 callers
Function
isArray
(xs)
js/JSXTransformer.js:17
↓ 1 callers
Function
isAssignableLeftHandSide
(expr)
js/JSXTransformer.js:3345
↓ 1 callers
Function
isFallbackEnd
* Does our fallback mode think that this event is the end of composition? * * @param {string} topLevelType * @param {object} nativeEvent * @return
js/react.js:803
↓ 1 callers
Function
isFallbackStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {object} n
js/react.js:789
↓ 1 callers
Function
isFutureReservedWord
(id)
js/JSXTransformer.js:1372
↓ 1 callers
Function
isInDocument
(node)
js/react.js:7839
↓ 1 callers
Function
isKeyword
(id)
js/JSXTransformer.js:1409
↓ 1 callers
Function
isNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM node.
js/react.js:13497
↓ 1 callers
Function
isNumber
(arg)
js/JSXTransformer.js:844
↓ 1 callers
Function
isXJSIdentifierStart
(ch)
js/JSXTransformer.js:6236
↓ 1 callers
Function
it
(n,t,e,r,u)
js/lodash.min.js:17
↓ 1 callers
Function
jt
(n)
js/lodash.min.js:21
↓ 1 callers
Function
keysShim
(object)
js/JSXTransformer.js:145
↓ 1 callers
Function
listenerAtPhase
* Some event types have a notion of different registration names for different * "phases" of propagation. This finds listeners by a given phase.
js/react.js:2844
↓ 1 callers
Function
load
(value)
js/JSXTransformer.js:8664
↓ 1 callers
Function
makeLoad
(id)
js/JSXTransformer.js:8663
↓ 1 callers
Function
makeNormalize
* Create the normalize() function passed to a loader plugin's * normalize method.
js/JSXTransformer.js:8657
↓ 1 callers
Function
manualDispatchChangeEvent
(nativeEvent)
js/react.js:404
↓ 1 callers
Function
matchAssign
()
js/JSXTransformer.js:3293
↓ 1 callers
Function
mergeObjectsWithNoDuplicateKeys
* Merge two objects, but throw if both contain the same key. * * @param {object} one The first object, which is mutated. * @param {object} two The
js/react.js:4421
↓ 1 callers
Function
mt
(n,t,e)
js/lodash.min.js:20
↓ 1 callers
Function
objMap
* For each key/value pair, invokes callback func and constructs a resulting * object which contains, for every key in obj, values that are the result
js/react.js:14177
↓ 1 callers
Function
objMapKeyVal
* Behaves the same as `objMap` but invokes func with the key first, and value * second. Use `objMap` unless you need this special case. * Invokes fu
js/react.js:14226
↓ 1 callers
Function
parse
(code, options)
js/JSXTransformer.js:7202
↓ 1 callers
Function
parseBinaryExpression
()
js/JSXTransformer.js:3978
↓ 1 callers
Function
parseBreakStatement
()
js/JSXTransformer.js:4843
← previous
next →
201–300 of 542, ranked by callers