MCPcopy Index your code

hub / github.com/Lobos/react-ui / functions

Functions921 in github.com/Lobos/react-ui

↓ 1 callersMethodgetClasses
(name, path)
docs/src/js/navList.jsx:15
↓ 1 callersFunctiongetClosestInstanceFromNode
* Given a DOM node, return the closest ReactDOMComponent or * ReactDOMTextComponent instance ancestor.
docs/lib/react.js:7363
↓ 1 callersFunctiongetComponentsForRoute
(location, route, callback)
docs/lib/ReactRouter.js:3836
↓ 1 callersFunctiongetCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
docs/lib/react.js:138
↓ 1 callersFunctiongetCurrent
()
docs/lib/ReactRouter.js:2648
↓ 1 callersFunctiongetDate
(d)
src/utils/datetime.js:140
↓ 1 callersFunctiongetDaysInMonth
(d)
src/utils/datetime.js:26
↓ 1 callersFunctiongetEnterHooks
(routes)
docs/lib/ReactRouter.js:3680
↓ 1 callersFunctiongetFallbackBeforeInputChars
* For browsers that do not provide the `textInput` event, extract the * appropriate string to use for SyntheticInputEvent. * * @param {string} topL
docs/lib/react.js:316
↓ 1 callersFunctiongetFirstDayOfMonth
(d)
src/utils/datetime.js:22
↓ 1 callersMethodgetFunc
()
src/FilterItem.js:46
↓ 1 callersMethodgetHandle
()
src/Rating.js:85
↓ 1 callersFunctiongetIndexRoute
(route, location, callback)
docs/lib/ReactRouter.js:4177
↓ 1 callersFunctiongetLineHeight
(origin)
src/utils/dom.js:90
↓ 1 callersFunctiongetListeningForDocument
(mountAt)
docs/lib/react.js:3948
↓ 1 callersFunctiongetLowestCommonAncestor
* Return the lowest common ancestor of A and B, or null if they are in * different trees.
docs/lib/react.js:8946
↓ 1 callersFunctiongetMatchingRouteIndex
(pathname, activeRoutes, activeParams)
docs/lib/ReactRouter.js:3966
↓ 1 callersFunctiongetNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string corr
docs/lib/react.js:262
↓ 1 callersFunctiongetNativeRootInstanceInContainer
(container)
docs/lib/react.js:11267
↓ 1 callersFunctiongetPreciseType
(propValue)
docs/lib/react.js:12842
↓ 1 callersFunctiongetQueryStringValueFromPath
(path, key)
docs/lib/ReactRouter.js:2376
↓ 1 callersMethodgetSelected
(name)
src/Table.js:105
↓ 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
docs/lib/react.js:14255
↓ 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
docs/lib/react.js:16887
↓ 1 callersFunctiongetStatus
(d, last, deep)
src/Tree/Tree.js:111
↓ 1 callersMethodgetStatus
()
src/Tree/Item.js:63
↓ 1 callersFunctiongetUnboundedScrollPosition
* Gets the scroll position of the supplied element or window. * * The return values are unbounded, unlike `getScrollPosition`. This means they * ma
docs/lib/react.js:18769
↓ 1 callersFunctiongetUnchangedComponents
(measurement)
docs/lib/react.js:9845
↓ 1 callersFunctiongetUserConfirmation
(message, callback)
docs/lib/ReactRouter.js:1647
↓ 1 callersMethodgetValue
(sep=this.props.sep, data=this.state.data)
src/CheckboxGroup.js:73
↓ 1 callersMethodhandleChange
(event, checked)
src/Checkbox.js:28
↓ 1 callersMethodhandleTrigger
(event)
src/Textarea.js:48
↓ 1 callersMethodhandleTrigger
(event)
src/Input.js:52
↓ 1 callersMethodhandleValidate
(id, result)
src/FormControl.js:90
↓ 1 callersFunctionhasArrayNature
* Perform a heuristic test to determine if an object is "array-like". * * A monk asked Joshu, a Zen master, "Has a dog Buddha nature?" * Joshu
docs/lib/react.js:18391
↓ 1 callersFunctionhyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `hyphen
docs/lib/react.js:18811
↓ 1 callersFunctionhyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphenateSt
docs/lib/react.js:18850
↓ 1 callersFunctioninsertLazyTreeChildAt
(parentNode, childTree, referenceNode)
docs/lib/react.js:1252
↓ 1 callersFunctionisAbsolutePath
(path)
docs/lib/ReactRouter.js:2354
↓ 1 callersMethodisCompleted
()
src/Upload.js:27
↓ 1 callersFunctionisDeprecatedHistory
(history)
docs/lib/ReactRouter.js:3442
↓ 1 callersFunctionisDescendant
(parent, child)
src/utils/dom.js:11
↓ 1 callersFunctionisEmptyObject
(object)
docs/lib/ReactRouter.js:1766
↓ 1 callersFunctionisFallbackCompositionStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {object} n
docs/lib/react.js:157
↓ 1 callersFunctionisInDocument
(node)
docs/lib/react.js:10840
↓ 1 callersFunctionisInternalComponentType
* Check if the type reference is a known internal type. I.e. not a user * provided composite type. * * @param {function} type * @return {boolean}
docs/lib/react.js:17111
↓ 1 callersFunctionisKeypressCommand
* Return whether a native keypress event is assumed to be a command. * This is required because Firefox fires `keypress` events for key commands * (
docs/lib/react.js:126
↓ 1 callersFunctionisLeftClickEvent
(event)
docs/lib/ReactRouter.js:1758
↓ 1 callersFunctionisModifiedEvent
(event)
docs/lib/ReactRouter.js:1762
↓ 1 callersFunctionisNestedObject
(object)
docs/lib/ReactRouter.js:895
↓ 1 callersFunctionisPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
docs/lib/react.js:76
↓ 1 callersFunctionisReactChildren
(object)
docs/lib/ReactRouter.js:379
↓ 1 callersFunctionisValidChild
(object)
docs/lib/ReactRouter.js:375
↓ 1 callersFunctionlistenerAtPhase
* Some event types have a notion of different registration names for different * "phases" of propagation. This finds listeners by a given phase.
docs/lib/react.js:3032
↓ 1 callersFunctionlocationsAreEqual
(a, b)
docs/lib/ReactRouter.js:2613
↓ 1 callersFunctionmakeInsertMarkup
* Make an update for markup to be rendered and inserted at a supplied index. * * @param {string} markup Markup that renders into an element. * @par
docs/lib/react.js:11609
↓ 1 callersFunctionmakeMove
* Make an update for moving an existing element to another index. * * @param {number} fromIndex Source index of the existing element. * @param {num
docs/lib/react.js:11628
↓ 1 callersFunctionmakeRemove
* Make an update for removing an element at an index. * * @param {number} fromIndex Index of the element to remove. * @private
docs/lib/react.js:11646
↓ 1 callersFunctionmakeSetMarkup
* Make an update for setting the markup of a node. * * @param {string} markup Markup that renders into an element. * @private
docs/lib/react.js:11664
↓ 1 callersFunctionmakeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
docs/lib/react.js:11682
↓ 1 callersFunctionmanualDispatchChangeEvent
(nativeEvent)
docs/lib/react.js:940
↓ 1 callersFunctionmapObject
* Executes the provided `callback` once for each enumerable own property in the * object and constructs a new object from the results. The `callback`
docs/lib/react.js:19073
↓ 1 callersFunctionmatch
(location, callback)
docs/lib/ReactRouter.js:1367
↓ 1 callersFunctionmatchPattern
* Attempts to match a pattern on the given pathname. Patterns may use * the following special characters: * * - :paramName Matches a URL seg
docs/lib/ReactRouter.js:681
↓ 1 callersFunctionmatchRouteDeep
(route, location, remainingPathname, paramNames, paramValues, callback)
docs/lib/ReactRouter.js:4228
↓ 1 callersFunctionmatchRoutes
* Asynchronously matches the given location to a set of routes and calls * callback(error, state) when finished. The state object will have the *
docs/lib/ReactRouter.js:4323
↓ 1 callersFunctionmemoizeStringOnly
* Memoizes the return value of a function that accepts one string argument. * * @param {function} callback * @return {function}
docs/lib/react.js:19108
↓ 1 callersFunctionmixStaticSpecIntoComponent
(Constructor, statics)
docs/lib/react.js:4876
↓ 1 callersFunctionmkdir
(p)
cli/init.js:45
↓ 1 callersFunctionmoveChild
(parentNode, childNode, referenceNode)
docs/lib/react.js:1256
↓ 1 callersFunctionmoveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
docs/lib/react.js:1274
↓ 1 callersFunctionobjEquiv
(a, b, opts)
docs/lib/ReactRouter.js:4445
↓ 1 callersFunctionon
(el, type, callback)
src/utils/events.js:3
↓ 1 callersMethodonSort
()
src/TableHeader.js:15
↓ 1 callersFunctionparamsAreActive
(paramNames, paramValues, activeParams)
docs/lib/ReactRouter.js:3959
↓ 1 callersMethodpre
(stage)
src/Datepicker/Datetime.js:247
↓ 1 callersFunctionprecacheNode
* Populate `_nativeNode` on the rendered native/text component with the given * DOM node. The passed `inst` can be a composite.
docs/lib/react.js:7302
↓ 1 callersFunctionprefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name p
docs/lib/react.js:481
↓ 1 callersFunctionpublishEventForPlugin
* Publishes an event so that it can be dispatched by the supplied plugin. * * @param {object} dispatchConfig Dispatch configuration for the event.
docs/lib/react.js:2593
↓ 1 callersFunctionqueryIsActive
* Returns true if all key/value pairs in the given query are * currently active.
docs/lib/ReactRouter.js:4020
↓ 1 callersFunctionreadState
(key)
docs/lib/ReactRouter.js:2250
↓ 1 callersFunctionremoveChild
(parentNode, childNode)
docs/lib/react.js:1264
↓ 1 callersFunctionremoveListenBeforeHooksForRoute
(route)
docs/lib/ReactRouter.js:1480
↓ 1 callersMethodrender
()
src/Modal.js:280
↓ 1 callersMethodrender
()
src/FormControl.js:258
↓ 1 callersMethodrender
()
src/Message.js:33
↓ 1 callersMethodrenderBody
(data)
src/Table.js:158
↓ 1 callersMethodrenderButton
(text)
src/Form.js:191
↓ 1 callersMethodrenderCheckbox
()
src/Tree/Item.js:105
↓ 1 callersMethodrenderChildren
(children, index)
src/FormControl.js:189
↓ 1 callersMethodrenderChildren
(children)
src/Form.js:160
↓ 1 callersMethodrenderFiles
()
src/Upload.js:164
↓ 1 callersMethodrenderGroup
()
docs/src/js/pages/grid.jsx:35
↓ 1 callersMethodrenderInline
(className)
src/FormControl.js:237
↓ 1 callersMethodrenderItems
()
src/CheckboxGroup.js:104
↓ 1 callersMethodrenderMarks
()
src/Tree/Item.js:125
↓ 1 callersMethodrenderOp
()
src/FilterItem.js:101
↓ 1 callersMethodrenderRouteList
()
docs/src/js/navList.jsx:27
↓ 1 callersMethodrenderSingle
()
docs/src/js/pages/grid.jsx:24
↓ 1 callersMethodrenderStacked
(className)
src/FormControl.js:246
← previousnext →301–400 of 921, ranked by callers