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
↓ 1 callers
Method
getClasses
(name, path)
docs/src/js/navList.jsx:15
↓ 1 callers
Function
getClosestInstanceFromNode
* Given a DOM node, return the closest ReactDOMComponent or * ReactDOMTextComponent instance ancestor.
docs/lib/react.js:7363
↓ 1 callers
Function
getComponentsForRoute
(location, route, callback)
docs/lib/ReactRouter.js:3836
↓ 1 callers
Function
getCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
docs/lib/react.js:138
↓ 1 callers
Function
getCurrent
()
docs/lib/ReactRouter.js:2648
↓ 1 callers
Function
getDate
(d)
src/utils/datetime.js:140
↓ 1 callers
Function
getDaysInMonth
(d)
src/utils/datetime.js:26
↓ 1 callers
Function
getEnterHooks
(routes)
docs/lib/ReactRouter.js:3680
↓ 1 callers
Function
getFallbackBeforeInputChars
* 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 callers
Function
getFirstDayOfMonth
(d)
src/utils/datetime.js:22
↓ 1 callers
Method
getFunc
()
src/FilterItem.js:46
↓ 1 callers
Method
getHandle
()
src/Rating.js:85
↓ 1 callers
Function
getIndexRoute
(route, location, callback)
docs/lib/ReactRouter.js:4177
↓ 1 callers
Function
getLineHeight
(origin)
src/utils/dom.js:90
↓ 1 callers
Function
getListeningForDocument
(mountAt)
docs/lib/react.js:3948
↓ 1 callers
Function
getLowestCommonAncestor
* Return the lowest common ancestor of A and B, or null if they are in * different trees.
docs/lib/react.js:8946
↓ 1 callers
Function
getMatchingRouteIndex
(pathname, activeRoutes, activeParams)
docs/lib/ReactRouter.js:3966
↓ 1 callers
Function
getNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string corr
docs/lib/react.js:262
↓ 1 callers
Function
getNativeRootInstanceInContainer
(container)
docs/lib/react.js:11267
↓ 1 callers
Function
getPreciseType
(propValue)
docs/lib/react.js:12842
↓ 1 callers
Function
getQueryStringValueFromPath
(path, key)
docs/lib/ReactRouter.js:2376
↓ 1 callers
Method
getSelected
(name)
src/Table.js:105
↓ 1 callers
Function
getSelection
* 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 callers
Function
getSiblingNode
* 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 callers
Function
getStatus
(d, last, deep)
src/Tree/Tree.js:111
↓ 1 callers
Method
getStatus
()
src/Tree/Item.js:63
↓ 1 callers
Function
getUnboundedScrollPosition
* 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 callers
Function
getUnchangedComponents
(measurement)
docs/lib/react.js:9845
↓ 1 callers
Function
getUserConfirmation
(message, callback)
docs/lib/ReactRouter.js:1647
↓ 1 callers
Method
getValue
(sep=this.props.sep, data=this.state.data)
src/CheckboxGroup.js:73
↓ 1 callers
Method
handleChange
(event, checked)
src/Checkbox.js:28
↓ 1 callers
Method
handleTrigger
(event)
src/Textarea.js:48
↓ 1 callers
Method
handleTrigger
(event)
src/Input.js:52
↓ 1 callers
Method
handleValidate
(id, result)
src/FormControl.js:90
↓ 1 callers
Function
hasArrayNature
* 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 callers
Function
hyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `hyphen
docs/lib/react.js:18811
↓ 1 callers
Function
hyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphenateSt
docs/lib/react.js:18850
↓ 1 callers
Function
insertLazyTreeChildAt
(parentNode, childTree, referenceNode)
docs/lib/react.js:1252
↓ 1 callers
Function
isAbsolutePath
(path)
docs/lib/ReactRouter.js:2354
↓ 1 callers
Method
isCompleted
()
src/Upload.js:27
↓ 1 callers
Function
isDeprecatedHistory
(history)
docs/lib/ReactRouter.js:3442
↓ 1 callers
Function
isDescendant
(parent, child)
src/utils/dom.js:11
↓ 1 callers
Function
isEmptyObject
(object)
docs/lib/ReactRouter.js:1766
↓ 1 callers
Function
isFallbackCompositionStart
* 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 callers
Function
isInDocument
(node)
docs/lib/react.js:10840
↓ 1 callers
Function
isInternalComponentType
* 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 callers
Function
isKeypressCommand
* 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 callers
Function
isLeftClickEvent
(event)
docs/lib/ReactRouter.js:1758
↓ 1 callers
Function
isModifiedEvent
(event)
docs/lib/ReactRouter.js:1762
↓ 1 callers
Function
isNestedObject
(object)
docs/lib/ReactRouter.js:895
↓ 1 callers
Function
isPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
docs/lib/react.js:76
↓ 1 callers
Function
isReactChildren
(object)
docs/lib/ReactRouter.js:379
↓ 1 callers
Function
isValidChild
(object)
docs/lib/ReactRouter.js:375
↓ 1 callers
Function
listenerAtPhase
* 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 callers
Function
locationsAreEqual
(a, b)
docs/lib/ReactRouter.js:2613
↓ 1 callers
Function
makeInsertMarkup
* 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 callers
Function
makeMove
* 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 callers
Function
makeRemove
* 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 callers
Function
makeSetMarkup
* 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 callers
Function
makeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
docs/lib/react.js:11682
↓ 1 callers
Function
manualDispatchChangeEvent
(nativeEvent)
docs/lib/react.js:940
↓ 1 callers
Function
mapObject
* 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 callers
Function
match
(location, callback)
docs/lib/ReactRouter.js:1367
↓ 1 callers
Function
matchPattern
* 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 callers
Function
matchRouteDeep
(route, location, remainingPathname, paramNames, paramValues, callback)
docs/lib/ReactRouter.js:4228
↓ 1 callers
Function
matchRoutes
* 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 callers
Function
memoizeStringOnly
* Memoizes the return value of a function that accepts one string argument. * * @param {function} callback * @return {function}
docs/lib/react.js:19108
↓ 1 callers
Function
mixStaticSpecIntoComponent
(Constructor, statics)
docs/lib/react.js:4876
↓ 1 callers
Function
mkdir
(p)
cli/init.js:45
↓ 1 callers
Function
moveChild
(parentNode, childNode, referenceNode)
docs/lib/react.js:1256
↓ 1 callers
Function
moveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
docs/lib/react.js:1274
↓ 1 callers
Function
objEquiv
(a, b, opts)
docs/lib/ReactRouter.js:4445
↓ 1 callers
Function
on
(el, type, callback)
src/utils/events.js:3
↓ 1 callers
Method
onSort
()
src/TableHeader.js:15
↓ 1 callers
Function
paramsAreActive
(paramNames, paramValues, activeParams)
docs/lib/ReactRouter.js:3959
↓ 1 callers
Method
pre
(stage)
src/Datepicker/Datetime.js:247
↓ 1 callers
Function
precacheNode
* 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 callers
Function
prefixKey
* @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 callers
Function
publishEventForPlugin
* 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 callers
Function
queryIsActive
* Returns true if all key/value pairs in the given query are * currently active.
docs/lib/ReactRouter.js:4020
↓ 1 callers
Function
readState
(key)
docs/lib/ReactRouter.js:2250
↓ 1 callers
Function
removeChild
(parentNode, childNode)
docs/lib/react.js:1264
↓ 1 callers
Function
removeListenBeforeHooksForRoute
(route)
docs/lib/ReactRouter.js:1480
↓ 1 callers
Method
render
()
src/Modal.js:280
↓ 1 callers
Method
render
()
src/FormControl.js:258
↓ 1 callers
Method
render
()
src/Message.js:33
↓ 1 callers
Method
renderBody
(data)
src/Table.js:158
↓ 1 callers
Method
renderButton
(text)
src/Form.js:191
↓ 1 callers
Method
renderCheckbox
()
src/Tree/Item.js:105
↓ 1 callers
Method
renderChildren
(children, index)
src/FormControl.js:189
↓ 1 callers
Method
renderChildren
(children)
src/Form.js:160
↓ 1 callers
Method
renderFiles
()
src/Upload.js:164
↓ 1 callers
Method
renderGroup
()
docs/src/js/pages/grid.jsx:35
↓ 1 callers
Method
renderInline
(className)
src/FormControl.js:237
↓ 1 callers
Method
renderItems
()
src/CheckboxGroup.js:104
↓ 1 callers
Method
renderMarks
()
src/Tree/Item.js:125
↓ 1 callers
Method
renderOp
()
src/FilterItem.js:101
↓ 1 callers
Method
renderRouteList
()
docs/src/js/navList.jsx:27
↓ 1 callers
Method
renderSingle
()
docs/src/js/pages/grid.jsx:24
↓ 1 callers
Method
renderStacked
(className)
src/FormControl.js:246
← previous
next →
301–400 of 921, ranked by callers