MCPcopy Index your code

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

Functions921 in github.com/Lobos/react-ui

Methodconstructor
(props)
docs/src/js/navList.jsx:8
Methodconstructor
(props)
docs/src/js/pages/rating.jsx:14
Methodconstructor
(props)
docs/src/js/pages/master.jsx:9
Methodconstructor
(props)
docs/src/js/pages/modal.jsx:9
Methodconstructor
(props)
docs/src/js/pages/radioGroup.jsx:10
Methodconstructor
(props)
docs/src/js/pages/lang.jsx:8
Methodconstructor
(props)
docs/src/js/pages/datepicker.jsx:10
Methodconstructor
(props)
docs/src/js/pages/tree.jsx:15
Methodconstructor
(props)
docs/src/js/pages/pagination.jsx:9
Methodconstructor
(props)
docs/src/js/pages/form.jsx:9
Methodconstructor
(props)
docs/src/js/pages/select.jsx:9
Methodconstructor
(props)
docs/src/js/pages/table.jsx:9
Methodconstructor
(props)
docs/src/js/pages/grid.jsx:11
Methodconstructor
(props)
docs/src/js/pages/fetch.jsx:9
Methodconstructor
(props)
docs/src/js/pages/filter.jsx:9
FunctioncopyDemo
(resolve, reject)
cli/init.js:133
FunctioncopyDevServer
(resolve, reject)
cli/init.js:145
FunctioncopyWebpackConfig
(resolve, reject)
cli/init.js:123
FunctioncountChildren
* Count the number of children that are typically specified as * `props.children`. * * @param {?*} children Children tree container. * @return {nu
docs/lib/react.js:4393
FunctioncreateArrayOfTypeChecker
(typeChecker)
docs/lib/react.js:12631
FunctioncreateBrowserHistory
* Creates and returns a history object that uses HTML5's history API * (pushState, replaceState, and the popstate event) to manage history. * This
docs/lib/ReactRouter.js:4610
FunctioncreateDOMFactory
* Create a factory that creates HTML tag elements. * * @param {string} tag Tag name (e.g. `div`). * @private
docs/lib/react.js:7627
FunctioncreateDOMHistory
(options)
docs/lib/ReactRouter.js:2299
FunctioncreateEnumTypeChecker
(expectedValues)
docs/lib/react.js:12677
FunctioncreateHashHistory
()
docs/lib/ReactRouter.js:2383
FunctioncreateHref
(location, query)
docs/lib/ReactRouter.js:991
FunctioncreateInstanceForText
* @param {ReactText} text * @return {ReactComponent}
docs/lib/react.js:12089
FunctioncreateInstanceTypeChecker
(expectedClass)
docs/lib/react.js:12664
FunctioncreateInternalComponent
* Get a native internal component class for a specific tag. * * @param {ReactElement} element The element to create. * @return {function} The inter
docs/lib/react.js:12080
FunctioncreateMemoryHistory
(options)
docs/lib/ReactRouter.js:2067
FunctioncreateObjectOfTypeChecker
(typeChecker)
docs/lib/react.js:12699
FunctioncreateRouterObject
(history, transitionManager)
docs/lib/ReactRouter.js:2025
FunctioncreateRoutes
* Creates and returns an array of routes from the given object which * may be a JSX route, a plain object route, or an array of either.
docs/lib/ReactRouter.js:459
FunctioncreateRoutingHistory
(history, transitionManager)
docs/lib/ReactRouter.js:2034
FunctioncreateShapeTypeChecker
(shapeTypes)
docs/lib/react.js:12755
FunctioncreateTransitionManager
(history, routes)
docs/lib/ReactRouter.js:1339
FunctioncreateUnionTypeChecker
(arrayOfTypeCheckers)
docs/lib/react.js:12723
MethoddayChange
(day)
src/Datepicker/Datetime.js:185
FunctiondefaultStringifyQuery
(query)
docs/lib/ReactRouter.js:889
Functiondeprecate
(fn, message)
docs/lib/ReactRouter.js:1690
FunctiondeprecateObjectProperties
(object, message)
docs/lib/ReactRouter.js:2136
Methoddismiss
()
src/Message.js:26
Methoddismiss
(index)
src/Message.js:65
FunctionemptyFunction
* This function accepts and discards inputs; it has no side effects. This is * primarily useful idiomatically for overridable function endpoints whic
docs/lib/react.js:18553
Functionescaper
(match)
docs/lib/react.js:16394
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
docs/lib/react.js:2941
FunctionexecuteDispatchesAndReleaseSimulated
(e)
docs/lib/react.js:2346
FunctionexecuteDispatchesAndReleaseTopLevel
(e)
docs/lib/react.js:2349
FunctionexecuteDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
docs/lib/react.js:2870
FunctionexecuteDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
docs/lib/react.js:2925
Functionfalsy
(props, propName, componentName)
docs/lib/ReactRouter.js:488
FunctionfindDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node of
docs/lib/react.js:16437
FunctionfiveArgumentPooler
(a1, a2, a3, a4, a5)
docs/lib/react.js:3648
FunctionflattenSingleChildIntoContext
* @param {function} traverseContext Context passed through traversal. * @param {?ReactComponent} child React child component. * @param {!string} nam
docs/lib/react.js:16488
FunctionforEach
(pages, function (i) { if (i === '<..' || i === '..>') { items.push(<li key={i} className="s
src/Pagination.js:134
FunctionforEachChildren
* Iterates through children that are typically specified as `props.children`. * * The provided forEachFunc(child, index) will be called for each *
docs/lib/react.js:4297
FunctionforEachSingleChild
(bookKeeping, child, name)
docs/lib/react.js:4280
FunctionforEachSingleChildDummy
(traverseContext, child, name)
docs/lib/react.js:4382
FunctionforceUpdateIfMounted
()
docs/lib/react.js:7870
FunctionformatData
(data, value = this.state.value)
src/Select.js:121
FunctionformatData
(data)
src/Tree/Tree.js:88
FunctionformatPattern
* Returns a version of the given pattern with params interpolated. Throws * if there is a dynamic segment of the pattern for which there is no param
docs/lib/ReactRouter.js:769
FunctionformatText
(filters)
src/Filter.js:127
FunctionformatValue
(value)
src/Tree/Tree.js:58
FunctionfourArgumentPooler
(a1, a2, a3, a4)
docs/lib/react.js:3637
Functionget
()
docs/lib/react.js:15424
FunctiongetComponentClassForElement
* Get a composite component wrapper class for a specific tag. * * @param {ReactElement} element The tag for which to get the class. * @return {func
docs/lib/react.js:12062
FunctiongetComponents
* Asynchronously fetches all components needed for the given router * state and calls callback(error, components) when finished. * * Note: This
docs/lib/ReactRouter.js:3855
FunctiongetDOMSummary
(measurements)
docs/lib/react.js:9726
FunctiongetDatetime
(d)
src/utils/datetime.js:136
FunctiongetDayOfWeek
(d)
src/utils/datetime.js:45
FunctiongetEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
docs/lib/react.js:16670
FunctiongetEventModifierState
(nativeEvent)
docs/lib/react.js:16739
FunctiongetExclusiveSummary
(measurements)
docs/lib/react.js:9742
FunctiongetFullMonth
(d)
src/utils/datetime.js:35
FunctiongetFullYear
(d)
src/utils/datetime.js:144
FunctiongetHashPath
()
docs/lib/ReactRouter.js:1629
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
docs/lib/react.js:8416
FunctiongetInclusiveSummary
(measurements, onlyClean)
docs/lib/react.js:9790
FunctiongetIndex
()
src/Pagination.js:25
FunctiongetInstanceFromNode
* Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent * instance, or null if the node was not rendered by this React.
docs/lib/react.js:7397
FunctiongetModernOffsets
* @param {DOMElement} node * @return {?object}
docs/lib/react.js:8439
FunctiongetNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
docs/lib/react.js:7410
FunctiongetPages
()
src/Pagination.js:63
FunctiongetParamNames
(pattern)
docs/lib/ReactRouter.js:744
FunctiongetParams
(pattern, pathname)
docs/lib/ReactRouter.js:748
FunctiongetParentInstance
* Return the parent instance of the passed-in instance.
docs/lib/react.js:9002
FunctiongetRotate
(type)
src/Datepicker/Clock.js:42
FunctiongetRouteParams
* Extracts an object of params the given route cares about from * the given params object.
docs/lib/ReactRouter.js:3878
FunctiongetScrollTop
()
src/utils/dom.js:63
MethodgetSelected
()
src/higherOrders/Fetch.js:87
MethodgetSelectedName
()
docs/src/js/pages/table.jsx:32
FunctiongetShortMonth
(d)
src/utils/datetime.js:40
FunctiongetTargetInstForChangeEvent
(topLevelType, targetInst)
docs/lib/react.js:978
FunctiongetTargetInstForClickEvent
(topLevelType, targetInst)
docs/lib/react.js:1146
FunctiongetTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
docs/lib/react.js:1086
FunctiongetTargetInstForInputEventIE
(topLevelType, targetInst)
docs/lib/react.js:1117
FunctiongetTime
(d)
src/utils/datetime.js:148
FunctiongetTotalTime
(measurements)
docs/lib/react.js:9713
FunctiongetValue
(sep=this.props.sep, data=this.state.data)
src/Select.js:87
← previousnext →601–700 of 921, ranked by callers