MCPcopy Create free account

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

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

↓ 2 callersFunctionparseTypeAnnotation
(dontExpectColon)
js/JSXTransformer.js:4318
↓ 2 callersFunctionparseXJSElement
()
js/JSXTransformer.js:6506
↓ 2 callersFunctionparseXJSExpressionContainer
()
js/JSXTransformer.js:6412
↓ 2 callersFunctionpatch
()
js/JSXTransformer.js:6875
↓ 2 callersFunctionprocessQueue
* Processes any enqueued updates. * * @private
js/react.js:9204
↓ 2 callersFunctionpublishEventForPlugin
* 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 callersFunctionpublishRegistrationName
* 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 callersFunctionrecomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
js/react.js:2398
↓ 2 callersFunctionrenderXJSExpressionContainer
(traverse, object, isLast, path, state)
js/JSXTransformer.js:10785
↓ 2 callersFunctionrenderXJSLiteral
* Special handling for multiline string literals * print lines: * * line * line * * as: * * "line "+ * "line"
js/JSXTransformer.js:10692
↓ 2 callersFunctionscanNumericLiteral
()
js/JSXTransformer.js:1937
↓ 2 callersFunctionscanTemplate
()
js/JSXTransformer.js:2153
↓ 2 callersFunctionscanUnicodeCodePointEscape
()
js/JSXTransformer.js:1537
↓ 2 callersFunctionscanXJSText
(stopChars)
js/JSXTransformer.js:6309
↓ 2 callersFunctionshouldIgnoreValue
(name, value)
js/react.js:1349
↓ 2 callersFunctionstopWatchingForChangeEventIE8
()
js/react.js:426
↓ 2 callersFunctionstopWatchingForValueChange
* (For old IE.) Removes the event listeners from the currently-tracked element, * if any exists.
js/react.js:507
↓ 2 callersFunctiontransform
* Applies all available transformations to the source * @param {array} visitors * @param {string} source * @param {?object} options * @return {obj
js/JSXTransformer.js:9174
↓ 2 callersFunctiontrim
(arr)
js/JSXTransformer.js:360
↓ 2 callersFunctionunpatch
()
js/JSXTransformer.js:7012
↓ 2 callersFunctionvalidateChildKeys
* 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 callersFunctionwrapTrackingFunction
(range, loc, preserveWhitespace)
js/JSXTransformer.js:6798
↓ 1 callersFunction$
* 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 callersFunctionAt
(n,t,e)
js/lodash.min.js:24
↓ 1 callersFunctionJt
(n)
js/lodash.min.js:30
↓ 1 callersFunctionMt
(n,t)
js/lodash.min.js:27
↓ 1 callersFunctionNt
(n,t,e)
js/lodash.min.js:22
↓ 1 callersFunctionTt
(n)
js/lodash.min.js:25
↓ 1 callersFunctionVt
(n,t,e)
js/lodash.min.js:28
↓ 1 callersFunction_geFromSubtree
(id, root, tag)
js/react.js:12864
↓ 1 callersFunction_getCallback
(objName, fnName)
js/react.js:7137
↓ 1 callersFunction_getFnArguments
(fn)
js/react.js:7123
↓ 1 callersFunction_getNewInfo
(objName, fnName)
js/react.js:7102
↓ 1 callersFunction_nodeIsBlockScopeBoundary
(node, parentNode)
js/JSXTransformer.js:9014
↓ 1 callersFunction_nodeIsClosureScopeBoundary
* @param {object} node * @param {object} parentNode * @return {boolean}
js/JSXTransformer.js:9002
↓ 1 callersFunction_t
(n)
js/lodash.min.js:20
↓ 1 callersFunctionaccumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without * r
js/react.js:2894
↓ 1 callersFunctionadvanceSlash
()
js/JSXTransformer.js:2404
↓ 1 callersFunctionadvanceXJSChild
* 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 callersFunctionarrayToHash
(array)
js/JSXTransformer.js:579
↓ 1 callersFunctionclearDirtyComponents
()
js/react.js:10456
↓ 1 callersFunctioncollectBlockIdentsAndTraverse
(node, path, state)
js/JSXTransformer.js:9119
↓ 1 callersFunctioncollectClosureIdentsAndTraverse
(node, path, state)
js/JSXTransformer.js:9109
↓ 1 callersFunctioncontainsChildOfType
* 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 callersFunctioncopyProperties
* 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 callersFunctioncreateChainedFunction
* 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 callersFunctioncreateMergedResultFunction
* 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 callersFunctioncreateObjectFrom
* 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 callersFunctioncreateState
* 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 callersFunctioncreateTypeChecker
(isRequired)
js/react.js:10034
↓ 1 callersFunctionenqueueMarkup
* 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 callersFunctionenqueueMove
* 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 callersFunctionenqueueRemove
* 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 callersFunctionenqueueTextContent
* 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 callersFunctionet
(n)
js/lodash.min.js:13
↓ 1 callersFunctionex
(errorMessage/*, arg1, arg2, ...*/)
js/react.js:12670
↓ 1 callersFunctionextend
(object, properties)
js/JSXTransformer.js:7081
↓ 1 callersFunctionfilterGroup
(node)
js/JSXTransformer.js:6781
↓ 1 callersFunctionforEachEventDispatch
* 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 callersFunctionformatArray
(ctx, value, recurseTimes, visibleKeys, keys)
js/JSXTransformer.js:720
↓ 1 callersFunctionformatPrimitive
(ctx, value)
js/JSXTransformer.js:696
↓ 1 callersFunctionfromVLQSigned
* 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 callersFunctionge
* 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 callersFunctiongetCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
js/react.js:770
↓ 1 callersFunctiongetEventTarget
* 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 callersFunctiongetFirstCommonAncestorID
* 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 callersFunctiongetIdentifier
()
js/JSXTransformer.js:1614
↓ 1 callersFunctiongetReactRootIDString
* 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 callersFunctiongetSelection
* 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 callersFunctiongetSiblingNode
* 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 callersFunctiongetUnboundedScrollPosition
* 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 callersFunctionhasArrayNature
* 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 callersFunctionht
(n)
js/lodash.min.js:19
↓ 1 callersFunctionhyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * @param {string} string * @retur
js/react.js:13335
↓ 1 callersFunctionisArray
(xs)
js/JSXTransformer.js:17
↓ 1 callersFunctionisAssignableLeftHandSide
(expr)
js/JSXTransformer.js:3345
↓ 1 callersFunctionisFallbackEnd
* 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 callersFunctionisFallbackStart
* 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 callersFunctionisFutureReservedWord
(id)
js/JSXTransformer.js:1372
↓ 1 callersFunctionisInDocument
(node)
js/react.js:7839
↓ 1 callersFunctionisKeyword
(id)
js/JSXTransformer.js:1409
↓ 1 callersFunctionisNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM node.
js/react.js:13497
↓ 1 callersFunctionisNumber
(arg)
js/JSXTransformer.js:844
↓ 1 callersFunctionisXJSIdentifierStart
(ch)
js/JSXTransformer.js:6236
↓ 1 callersFunctionit
(n,t,e,r,u)
js/lodash.min.js:17
↓ 1 callersFunctionjt
(n)
js/lodash.min.js:21
↓ 1 callersFunctionkeysShim
(object)
js/JSXTransformer.js:145
↓ 1 callersFunctionlistenerAtPhase
* 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 callersFunctionload
(value)
js/JSXTransformer.js:8664
↓ 1 callersFunctionmakeLoad
(id)
js/JSXTransformer.js:8663
↓ 1 callersFunctionmakeNormalize
* Create the normalize() function passed to a loader plugin's * normalize method.
js/JSXTransformer.js:8657
↓ 1 callersFunctionmanualDispatchChangeEvent
(nativeEvent)
js/react.js:404
↓ 1 callersFunctionmatchAssign
()
js/JSXTransformer.js:3293
↓ 1 callersFunctionmergeObjectsWithNoDuplicateKeys
* 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 callersFunctionmt
(n,t,e)
js/lodash.min.js:20
↓ 1 callersFunctionobjMap
* 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 callersFunctionobjMapKeyVal
* 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 callersFunctionparse
(code, options)
js/JSXTransformer.js:7202
↓ 1 callersFunctionparseBinaryExpression
()
js/JSXTransformer.js:3978
↓ 1 callersFunctionparseBreakStatement
()
js/JSXTransformer.js:4843
← previousnext →201–300 of 542, ranked by callers