Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Lobos/react-ui
/ functions
Functions
921 in github.com/Lobos/react-ui
⨍
Functions
921
◇
Types & classes
131
Method
constructor
(props)
docs/src/js/navList.jsx:8
Method
constructor
(props)
docs/src/js/pages/rating.jsx:14
Method
constructor
(props)
docs/src/js/pages/master.jsx:9
Method
constructor
(props)
docs/src/js/pages/modal.jsx:9
Method
constructor
(props)
docs/src/js/pages/radioGroup.jsx:10
Method
constructor
(props)
docs/src/js/pages/lang.jsx:8
Method
constructor
(props)
docs/src/js/pages/datepicker.jsx:10
Method
constructor
(props)
docs/src/js/pages/tree.jsx:15
Method
constructor
(props)
docs/src/js/pages/pagination.jsx:9
Method
constructor
(props)
docs/src/js/pages/form.jsx:9
Method
constructor
(props)
docs/src/js/pages/select.jsx:9
Method
constructor
(props)
docs/src/js/pages/table.jsx:9
Method
constructor
(props)
docs/src/js/pages/grid.jsx:11
Method
constructor
(props)
docs/src/js/pages/fetch.jsx:9
Method
constructor
(props)
docs/src/js/pages/filter.jsx:9
Function
copyDemo
(resolve, reject)
cli/init.js:133
Function
copyDevServer
(resolve, reject)
cli/init.js:145
Function
copyWebpackConfig
(resolve, reject)
cli/init.js:123
Function
countChildren
* Count the number of children that are typically specified as * `props.children`. * * @param {?*} children Children tree container. * @return {nu
docs/lib/react.js:4393
Function
createArrayOfTypeChecker
(typeChecker)
docs/lib/react.js:12631
Function
createBrowserHistory
* 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
Function
createDOMFactory
* Create a factory that creates HTML tag elements. * * @param {string} tag Tag name (e.g. `div`). * @private
docs/lib/react.js:7627
Function
createDOMHistory
(options)
docs/lib/ReactRouter.js:2299
Function
createEnumTypeChecker
(expectedValues)
docs/lib/react.js:12677
Function
createHashHistory
()
docs/lib/ReactRouter.js:2383
Function
createHref
(location, query)
docs/lib/ReactRouter.js:991
Function
createInstanceForText
* @param {ReactText} text * @return {ReactComponent}
docs/lib/react.js:12089
Function
createInstanceTypeChecker
(expectedClass)
docs/lib/react.js:12664
Function
createInternalComponent
* 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
Function
createMemoryHistory
(options)
docs/lib/ReactRouter.js:2067
Function
createObjectOfTypeChecker
(typeChecker)
docs/lib/react.js:12699
Function
createRouterObject
(history, transitionManager)
docs/lib/ReactRouter.js:2025
Function
createRoutes
* 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
Function
createRoutingHistory
(history, transitionManager)
docs/lib/ReactRouter.js:2034
Function
createShapeTypeChecker
(shapeTypes)
docs/lib/react.js:12755
Function
createTransitionManager
(history, routes)
docs/lib/ReactRouter.js:1339
Function
createUnionTypeChecker
(arrayOfTypeCheckers)
docs/lib/react.js:12723
Method
dayChange
(day)
src/Datepicker/Datetime.js:185
Function
defaultStringifyQuery
(query)
docs/lib/ReactRouter.js:889
Function
deprecate
(fn, message)
docs/lib/ReactRouter.js:1690
Function
deprecateObjectProperties
(object, message)
docs/lib/ReactRouter.js:2136
Method
dismiss
()
src/Message.js:26
Method
dismiss
(index)
src/Message.js:65
Function
emptyFunction
* 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
Function
escaper
(match)
docs/lib/react.js:16394
Function
executeDirectDispatch
* 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
Function
executeDispatchesAndReleaseSimulated
(e)
docs/lib/react.js:2346
Function
executeDispatchesAndReleaseTopLevel
(e)
docs/lib/react.js:2349
Function
executeDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
docs/lib/react.js:2870
Function
executeDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
docs/lib/react.js:2925
Function
falsy
(props, propName, componentName)
docs/lib/ReactRouter.js:488
Function
findDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node of
docs/lib/react.js:16437
Function
fiveArgumentPooler
(a1, a2, a3, a4, a5)
docs/lib/react.js:3648
Function
flattenSingleChildIntoContext
* @param {function} traverseContext Context passed through traversal. * @param {?ReactComponent} child React child component. * @param {!string} nam
docs/lib/react.js:16488
Function
forEach
(pages, function (i) { if (i === '<..' || i === '..>') { items.push(<li key={i} className="s
src/Pagination.js:134
Function
forEachChildren
* 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
Function
forEachSingleChild
(bookKeeping, child, name)
docs/lib/react.js:4280
Function
forEachSingleChildDummy
(traverseContext, child, name)
docs/lib/react.js:4382
Function
forceUpdateIfMounted
()
docs/lib/react.js:7870
Function
formatData
(data, value = this.state.value)
src/Select.js:121
Function
formatData
(data)
src/Tree/Tree.js:88
Function
formatPattern
* 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
Function
formatText
(filters)
src/Filter.js:127
Function
formatValue
(value)
src/Tree/Tree.js:58
Function
fourArgumentPooler
(a1, a2, a3, a4)
docs/lib/react.js:3637
Function
get
()
docs/lib/react.js:15424
Function
getComponentClassForElement
* 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
Function
getComponents
* Asynchronously fetches all components needed for the given router * state and calls callback(error, components) when finished. * * Note: This
docs/lib/ReactRouter.js:3855
Function
getDOMSummary
(measurements)
docs/lib/react.js:9726
Function
getDatetime
(d)
src/utils/datetime.js:136
Function
getDayOfWeek
(d)
src/utils/datetime.js:45
Function
getEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
docs/lib/react.js:16670
Function
getEventModifierState
(nativeEvent)
docs/lib/react.js:16739
Function
getExclusiveSummary
(measurements)
docs/lib/react.js:9742
Function
getFullMonth
(d)
src/utils/datetime.js:35
Function
getFullYear
(d)
src/utils/datetime.js:144
Function
getHashPath
()
docs/lib/ReactRouter.js:1629
Function
getIEOffsets
* 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
Function
getInclusiveSummary
(measurements, onlyClean)
docs/lib/react.js:9790
Function
getIndex
()
src/Pagination.js:25
Function
getInstanceFromNode
* 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
Function
getModernOffsets
* @param {DOMElement} node * @return {?object}
docs/lib/react.js:8439
Function
getNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
docs/lib/react.js:7410
Function
getPages
()
src/Pagination.js:63
Function
getParamNames
(pattern)
docs/lib/ReactRouter.js:744
Function
getParams
(pattern, pathname)
docs/lib/ReactRouter.js:748
Function
getParentInstance
* Return the parent instance of the passed-in instance.
docs/lib/react.js:9002
Function
getRotate
(type)
src/Datepicker/Clock.js:42
Function
getRouteParams
* Extracts an object of params the given route cares about from * the given params object.
docs/lib/ReactRouter.js:3878
Function
getScrollTop
()
src/utils/dom.js:63
Method
getSelected
()
src/higherOrders/Fetch.js:87
Method
getSelectedName
()
docs/src/js/pages/table.jsx:32
Function
getShortMonth
(d)
src/utils/datetime.js:40
Function
getTargetInstForChangeEvent
(topLevelType, targetInst)
docs/lib/react.js:978
Function
getTargetInstForClickEvent
(topLevelType, targetInst)
docs/lib/react.js:1146
Function
getTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
docs/lib/react.js:1086
Function
getTargetInstForInputEventIE
(topLevelType, targetInst)
docs/lib/react.js:1117
Function
getTime
(d)
src/utils/datetime.js:148
Function
getTotalTime
(measurements)
docs/lib/react.js:9713
Function
getValue
(sep=this.props.sep, data=this.state.data)
src/Select.js:87
← previous
next →
601–700 of 921, ranked by callers