MCPcopy Create free account

hub / github.com/bgerm/react-table-sorter-demo / functions

Functions542 in github.com/bgerm/react-table-sorter-demo

FunctionLocationMarker
()
js/JSXTransformer.js:6626
FunctionLt
(n,t)
js/lodash.min.js:27
FunctionOt
(n,t,e)
js/lodash.min.js:21
FunctionPt
(n,t,e,r)
js/lodash.min.js:27
FunctionQ
(n,t)
js/lodash.min.js:11
FunctionQt
()
js/lodash.min.js:30
FunctionReactCompositeComponentBase
()
js/react.js:4957
FunctionReactDOMComponent
* @constructor ReactDOMComponent * @extends ReactComponent * @extends ReactMultiChild
js/react.js:5412
FunctionReactDefaultBatchingStrategyTransaction
()
js/react.js:6702
FunctionReactMountReady
* A specialized pseudo-event module to help keep track of components waiting to * be notified when their DOM representations are available for use.
js/react.js:8990
FunctionReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Future:
js/react.js:10175
FunctionReactTextComponent
(initialText)
js/react.js:10329
FunctionSourceMapConsumer
* A SourceMapConsumer instance represents a parsed source map which we can * query for information about the original file positions by giving it a
js/JSXTransformer.js:7789
FunctionSourceMapGenerator
* An instance of the SourceMapGenerator represents a source map which is * being built incrementally. To create a new one, you must pass an object
js/JSXTransformer.js:8148
FunctionSourceNode
* SourceNodes provide a way to abstract over interpolating/concatenating * snippets of generated JavaScript source code while maintaining the line
js/JSXTransformer.js:8353
FunctionSyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11153
FunctionSyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11200
FunctionSyntheticEvent
* Synthetic events are dispatched by event plugins, typically in response to a * top-level event delegation handler. * * These systems should gener
js/react.js:11279
FunctionSyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11418
FunctionSyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11476
FunctionSyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11563
FunctionSyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11615
FunctionSyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11662
FunctionSyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
js/react.js:11727
FunctionType
()
js/JSXTransformer.js:127
FunctionUt
(n)
js/lodash.min.js:29
FunctionWt
(t,e,r)
js/lodash.min.js:26
FunctionX
(n)
js/lodash.min.js:11
Function_compositeComponentCallback
(component, args, fnReturn, log, info)
js/react.js:7213
Function_isConstructorMethod
* Used with .filter() to find the constructor method in a list of * MethodDefinition nodes. * * @param {object} classElement * @return {boolean}
js/JSXTransformer.js:9801
Function_nativeComponentCallback
(component, args, fnReturn, log, info)
js/react.js:7198
Function_noMeasure
* Simply passes through the measured function, without measuring it. * * @param {string} objName * @param {string} fnName * @param {function} func
js/react.js:9763
Function_renderComponentCallback
(component, args, fnReturn, log, info)
js/react.js:7162
FunctionaccumulateDirectDispatches
(events)
js/react.js:2937
FunctionaccumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
js/react.js:2910
FunctionaccumulateDirectionalDispatches
* Tags a `SyntheticEvent` with dispatched listeners. Creating this function * here, allows us to not have to bind or create functions for each event.
js/react.js:2856
FunctionaccumulateEnterLeaveDispatches
(leave, enter, fromID, toID)
js/react.js:2923
FunctionaccumulateTwoPhaseDispatches
(events)
js/react.js:2916
FunctionaccumulateTwoPhaseDispatchesSingle
* Collect dispatches (must be entirely collected before dispatching - see unit * tests). Lazily allocate the array to conserve memory. We must loop
js/react.js:2878
FunctionaddPoolingTo
(CopyConstructor, pooler)
js/react.js:3238
FunctionamdRequire
(deps, callback)
js/JSXTransformer.js:8681
Functionamdefine
* Creates a define for node. * @param {Object} module the "module" object that is defined by Node for the * current module. * @param {Function} [re
js/JSXTransformer.js:8592
FunctionbatchedUpdates
(callback, param)
js/react.js:10413
FunctionboundMethod
()
js/react.js:4919
FunctioncatchupNewlines
* Catches up as `catchup` but removes all non-newline characters. * * Equivalent to appending as many newlines as there are in the original source
js/JSXTransformer.js:9480
FunctioncatchupWhiteSpace
* Catches up as `catchup` but removes all non-whitespace characters.
js/JSXTransformer.js:9460
FunctioncheckType
(props, propName, componentName)
js/react.js:10035
FunctioncollectRegex
()
js/JSXTransformer.js:6564
FunctioncollectToken
()
js/JSXTransformer.js:6532
Functioncreate
(prototype, properties)
js/JSXTransformer.js:116
FunctioncreateDOMComponentClass
* Creates a new React class that is idempotent and capable of containing other * React components. It accepts event listeners and DOM properties that
js/react.js:5122
FunctioncreateEnumTypeChecker
(expectedValues)
js/react.js:10006
FunctioncreateInstanceTypeChecker
(expectedClass)
js/react.js:10020
FunctiondeclareIdentInLocalScope
(identName, state)
js/JSXTransformer.js:9605
FunctiondispatchDeferredSelectEvent
* Handle deferred event. And manually dispatch synthetic events.
js/react.js:10656
FunctionemptyFunction
* This function accepts and discards inputs; it has no side effects. This is * primarily useful idiomatically for overridable function endpoints whic
js/react.js:12576
FunctionenqueueUpdate
* Mark a component as needing a rerender, adding an optional callback to a * list of functions which will be executed once the rerender occurs.
js/react.js:10476
Functionescaper
(match)
js/react.js:12622
FunctionexecuteDirectDispatch
* Execution of a "direct" dispatch - there must be at most one dispatch * accumulated on the event or it is considered an error. It doesn't really ma
js/react.js:2743
FunctionexecuteDispatch
* Default implementation of PluginModule.executeDispatch(). * @param {SyntheticEvent} SyntheticEvent to handle * @param {function} Application-level
js/react.js:2690
FunctionexecuteDispatchesAndRelease
(event)
js/react.js:2210
FunctionexecuteDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
js/react.js:2697
FunctionexecuteDispatchesInOrderStopAtTrue
* Standard/simple iteration through an event's collected dispatches, but stops * at the first dispatch execution returning true, and returns that id.
js/react.js:2710
Functionextract
* @param {String} contents * @return {String}
js/JSXTransformer.js:8895
FunctionfiveArgumentPooler
(a1, a2, a3, a4, a5)
js/react.js:3205
FunctionflattenSingleChildIntoContext
* @param {function} traverseContext Context passed through traversal. * @param {?ReactComponent} child React child component. * @param {!string} nam
js/react.js:12765
FunctionflushBatchedUpdates
()
js/react.js:10460
FunctiongetArg
* This is a helper function for getting values from parameter/options * objects. * * @param args The object we are extracting values from
js/JSXTransformer.js:8551
FunctiongetDocblock
(state)
js/JSXTransformer.js:9576
FunctiongetID
* Accessing node[ATTR_NAME] or calling getAttribute(ATTR_NAME) on a form * element can return its control whose name or ID equals ATTR_NAME. All * D
js/react.js:8401
FunctiongetIEOffsets
* Get the appropriate anchor and focus node/offset pairs for IE. * * The catch here is that IE's selection API doesn't provide information * about
js/react.js:6370
FunctiongetModernOffsets
* @param {DOMElement} node * @return {?object}
js/react.js:6393
FunctiongetNextDescendantID
* Gets the next DOM ID on the tree path from the supplied `ancestorID` to the * supplied `destinationID`. If they are equal, the ID is returned. *
js/react.js:8067
FunctiongetNode
* Finds the node with the supplied React-generated DOM ID. * * @param {string} id A React-generated DOM ID. * @return {DOMElement} DOM node with th
js/react.js:8452
FunctiongetParentID
* Gets the parent ID of the supplied React DOM ID, `id`. * * @param {string} id ID of a component. * @return {string} ID of the parent, or an empty
js/react.js:8054
FunctiongetTargetIDForChangeEvent
( topLevelType, topLevelTarget, topLevelTargetID)
js/react.js:435
FunctiongetTargetIDForClickEvent
( topLevelType, topLevelTarget, topLevelTargetID)
js/react.js:618
FunctiongetTargetIDForInputEvent
* If a `change` event should be fired, returns the target's ID.
js/react.js:542
FunctiongetTargetIDForInputEventIE
( topLevelType, topLevelTarget, topLevelTargetID)
js/react.js:580
FunctiongetVisitorsList
* Given a list of transform names, return the ordered list of visitors to be * passed to the transform() function. * * @param {array?} excludes *
js/JSXTransformer.js:10846
Functiongt
(n)
js/lodash.min.js:20
FunctionhandleEventsForChangeEventIE8
( topLevelType, topLevelTarget, topLevelTargetID)
js/react.js:443
FunctionhandleEventsForInputEventIE
( topLevelType, topLevelTarget, topLevelTargetID)
js/react.js:554
FunctionhandlePropertyChange
* (For old IE.) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
js/react.js:526
FunctionhasDispatches
* @param {SyntheticEvent} event * @return {bool} True iff number of dispatches accumulated is greater than 0.
js/react.js:2765
FunctionidentInLocalScope
(identName, state)
js/JSXTransformer.js:9601
FunctionidentWithinLexicalScope
(identName, state, stopBeforeNode)
js/JSXTransformer.js:9585
FunctionindentBefore
* Calculates indent from the beginning of the line until "start" or the first * character before start. * @example * " foo.bar()" * ^
js/JSXTransformer.js:9563
Functioninject
()
js/react.js:6786
FunctioninvariantDev
(condition, format, a, b, c, d, e, f)
js/react.js:13379
FunctionisBuffer
(arg)
js/JSXTransformer.js:899
FunctionisEndish
(topLevelType)
js/react.js:2625
FunctionisMoveish
(topLevelType)
js/react.js:2631
FunctionisNullOrUndefined
(arg)
js/JSXTransformer.js:839
FunctionisPrimitive
(arg)
js/JSXTransformer.js:889
FunctionisStartish
(topLevelType)
js/react.js:2635
FunctionisSymbol
(arg)
js/JSXTransformer.js:854
Functionjoin
(aRoot, aPath)
js/JSXTransformer.js:8562
FunctionjoinClasses
* Combines multiple className strings into one. * http://jsperf.com/joinclasses-args-vs-array * * @param {...?string} classes * @return {string}
js/react.js:13620
FunctionmountDepthComparator
* Array comparator for ReactComponents by owner depth * * @param {ReactComponent} c1 first component you're comparing * @param {ReactComponent} c2
js/react.js:10425
← previousnext →401–500 of 542, ranked by callers