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
↓ 2 callers
Function
isNode
(propValue)
docs/lib/react.js:12778
↓ 2 callers
Function
isTagValidWithParent
(tag, parentTag)
docs/lib/react.js:17826
↓ 2 callers
Function
isTextInputElement
(elem)
docs/lib/react.js:17272
↓ 2 callers
Function
isTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
docs/lib/react.js:18948
↓ 2 callers
Function
isUndefinedOrNull
(value)
docs/lib/ReactRouter.js:4432
↓ 2 callers
Function
mergeIntoWithNoDuplicateKeys
* Merge two objects, but throw if both contain the same key. * * @param {object} one The first object, which is mutated. * @param {object} two The
docs/lib/react.js:4902
↓ 2 callers
Function
mixSpecIntoComponent
* Mixin helper which handles policy validation and reserved * specification keys when building React classes.
docs/lib/react.js:4801
↓ 2 callers
Function
noop
()
test/utils/deepEqual.js:3
↓ 2 callers
Function
onChange
(index, filter)
src/Filter.js:98
↓ 2 callers
Function
overView
(el, pad = 0)
src/utils/dom.js:74
↓ 2 callers
Function
precacheChildNodes
* Populate `_nativeNode` on each child of `inst`, assuming that the children * match up with the DOM (element) children of `node`. * * We cache ent
docs/lib/react.js:7330
↓ 2 callers
Method
propsExtend
(props)
src/FormControl.js:180
↓ 2 callers
Function
publishRegistrationName
* Publishes a registration name that is used to identify dispatched events and * can be used with `EventPluginHub.putListener` to register listeners.
docs/lib/react.js:2621
↓ 2 callers
Function
recomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
docs/lib/react.js:2564
↓ 2 callers
Method
render
()
src/Tip.js:42
↓ 2 callers
Method
render
()
docs/src/js/Code.js:14
↓ 2 callers
Method
renderControls
()
src/Form.js:139
↓ 2 callers
Method
renderItems
(grid)
src/FormControl.js:210
↓ 2 callers
Method
renderModal
(props)
src/Modal.js:272
↓ 2 callers
Function
renderToStringImpl
* @param {ReactElement} element * @return {string} the HTML markup
docs/lib/react.js:13288
↓ 2 callers
Method
setHeaderWidth
()
src/Table.js:45
↓ 2 callers
Method
setItems
(props)
src/FormControl.js:137
↓ 2 callers
Method
setMinMax
(props)
src/Datepicker/Datetime.js:61
↓ 2 callers
Function
shallowEqual
* Performs equality by iterating through keys on an object and returning false * when any key has values which are not strictly equal between the arg
docs/lib/react.js:19216
↓ 2 callers
Function
shouldIgnoreValue
(propertyInfo, value)
docs/lib/react.js:1747
↓ 2 callers
Function
stopWatchingForChangeEventIE8
()
docs/lib/react.js:969
↓ 2 callers
Function
stopWatchingForValueChange
* (For IE <=11) Removes the event listeners from the currently-tracked element, * if any exists.
docs/lib/react.js:1046
↓ 2 callers
Function
toTextValue
(arr, textTpl='{text}', valueTpl='{id}')
src/utils/objects.js:36
↓ 2 callers
Function
transformValue
(value)
src/RadioGroup.js:11
↓ 2 callers
Function
updateLocationState
(location, state)
docs/lib/ReactRouter.js:2808
↓ 2 callers
Method
uploadFile
(file, id)
src/Upload.js:116
↓ 2 callers
Function
validateChildKeys
* Ensure that every element either is passed in a static location, in an * array with an explicit keys property defined, or in an object literal * w
docs/lib/react.js:10302
↓ 2 callers
Function
validateExplicitKey
* Warn if the element doesn't have an explicit key assigned to it. * This element is in an array. The array could grow and shrink or be * reordered.
docs/lib/react.js:10237
↓ 2 callers
Function
validatePropTypes
* Given an element, validate that its props follow the propTypes definition, * provided by the type. * * @param {ReactElement} element
docs/lib/react.js:10378
↓ 2 callers
Function
warn
(action, result)
docs/lib/react.js:15431
↓ 2 callers
Function
warnIfInvalidElement
(Component, element)
docs/lib/react.js:5412
↓ 2 callers
Function
warnValidStyle
(name, value, component)
docs/lib/react.js:673
↓ 2 callers
Function
wrapUserProvidedKey
* Wrap a `key` value explicitly provided by the user to distinguish it from * implicitly-generated keys generated by a component's index in its paren
docs/lib/react.js:17600
↓ 1 callers
Function
S
(a)
docs/lib/prettify.js:2
↓ 1 callers
Function
T
(a,d)
docs/lib/prettify.js:6
↓ 1 callers
Function
U
(a)
docs/lib/prettify.js:7
↓ 1 callers
Function
__webpack_require__
(moduleId)
test/static/testBundle.js:6
↓ 1 callers
Function
_compilePattern
(pattern)
docs/lib/ReactRouter.js:606
↓ 1 callers
Function
_loop
(prop)
docs/lib/ReactRouter.js:2141
↓ 1 callers
Function
accumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without * r
docs/lib/react.js:3084
↓ 1 callers
Function
ajaxUpload
({url, name, cors, file, onProgress, onLoad, onError, withCredentials})
src/utils/upload.js:19
↓ 1 callers
Function
assignParams
(params, paramNames, paramValues)
docs/lib/ReactRouter.js:4208
↓ 1 callers
Function
attachRef
(ref, component, owner)
docs/lib/react.js:13175
↓ 1 callers
Method
autoHeight
()
src/Textarea.js:53
↓ 1 callers
Function
bindAutoBindMethod
* Binds a method to the component. * * @param {object} component Component whose method is going to be bound. * @param {function} method Method to
docs/lib/react.js:4960
↓ 1 callers
Function
bindAutoBindMethods
* Binds all auto-bound methods in a component. * * @param {object} component Component whose method is going to be bound.
docs/lib/react.js:4997
↓ 1 callers
Function
camelize
* Camelcases a hyphenated string, for example: * * > camelize('background-color') * < "backgroundColor" * * @param {string} string * @return
docs/lib/react.js:18227
↓ 1 callers
Function
camelizeStyleName
* Camelcases a hyphenated CSS property name, for example: * * > camelizeStyleName('background-color') * < "backgroundColor" * > camelizeStyl
docs/lib/react.js:18269
↓ 1 callers
Function
canGo
(n)
docs/lib/ReactRouter.js:4920
↓ 1 callers
Function
cb
()
test/components/Select/behavior.js:15
↓ 1 callers
Function
checkAndWarnForMutatedStyle
(style1, style2, component)
docs/lib/react.js:6437
↓ 1 callers
Function
checkPropTypes
(componentName, propTypes, props)
docs/lib/ReactRouter.js:383
↓ 1 callers
Function
checkPropTypes
* Assert that the props are valid * * @param {string} componentName Name of the component for error messages. * @param {object} propTypes Map of pr
docs/lib/react.js:10344
↓ 1 callers
Function
checkSelectPropTypes
* Validation function for `value` and `defaultValue`. * @private
docs/lib/react.js:8224
↓ 1 callers
Function
close
()
src/Modal.js:94
↓ 1 callers
Method
componentWillMount
()
docs/src/js/pages/tree.jsx:29
↓ 1 callers
Method
componentWillReceiveProps
(nextProps)
src/Icon.js:15
↓ 1 callers
Function
confirmTransitionTo
(location, callback)
docs/lib/ReactRouter.js:2692
↓ 1 callers
Function
containsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inner D
docs/lib/react.js:18299
↓ 1 callers
Function
convert
(obj, def)
src/utils/datetime.js:153
↓ 1 callers
Function
createAnyTypeChecker
()
docs/lib/react.js:12627
↓ 1 callers
Function
createArrayFromMixed
* Ensure that the argument is an array by wrapping it in an array if it is not. * Creates a copy of the argument if it is already an array. * * Thi
docs/lib/react.js:18434
↓ 1 callers
Function
createCORSRequest
(method, url)
src/utils/upload.js:3
↓ 1 callers
Function
createChainedFunction
* Creates a function that invokes two functions and ignores their return vales. * * @param {function} one Function to invoke first. * @param {funct
docs/lib/react.js:4946
↓ 1 callers
Function
createElementTypeChecker
()
docs/lib/react.js:12653
↓ 1 callers
Function
createEnterHook
(hook, route)
docs/lib/ReactRouter.js:3668
↓ 1 callers
Function
createLocationFromRedirectInfo
(location)
docs/lib/ReactRouter.js:1361
↓ 1 callers
Function
createNodeChecker
()
docs/lib/react.js:12744
↓ 1 callers
Function
createParams
(paramNames, paramValues)
docs/lib/ReactRouter.js:4224
↓ 1 callers
Function
createRandomKey
(length)
docs/lib/ReactRouter.js:2609
↓ 1 callers
Function
createRoute
(defaultProps, props)
docs/lib/ReactRouter.js:396
↓ 1 callers
Function
createRouteFromReactElement
(element)
docs/lib/ReactRouter.js:400
↓ 1 callers
Function
createStateStorage
(entries)
docs/lib/ReactRouter.js:4836
↓ 1 callers
Function
defineDeprecationWarning
(methodName, info)
docs/lib/react.js:5244
↓ 1 callers
Function
detachRef
(ref, component, owner)
docs/lib/react.js:13184
↓ 1 callers
Method
enable
(elem)
src/Button.js:29
↓ 1 callers
Function
escapeRegExp
(string)
docs/lib/ReactRouter.js:598
↓ 1 callers
Function
executeDispatchesInOrderStopAtTrueImpl
* Standard/simple iteration through an event's collected dispatches, but stops * at the first dispatch execution returning true, and returns that id.
docs/lib/react.js:2898
↓ 1 callers
Function
extractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @return {?object} A SyntheticInpu
docs/lib/react.js:368
↓ 1 callers
Function
extractCompositionEvent
* @return {?object} A SyntheticCompositionEvent.
docs/lib/react.js:210
↓ 1 callers
Function
extractPath
(string)
docs/lib/ReactRouter.js:543
↓ 1 callers
Function
findParent
* Find the deepest React component completely containing the root of the * passed-in instance (for use when entire React trees are nested within each
docs/lib/react.js:10631
↓ 1 callers
Function
finishTransition
(location)
docs/lib/ReactRouter.js:2434
↓ 1 callers
Function
firstDifferenceIndex
* Finds the index of the first character * that's not common between the two given strings. * * @return {number} the index of the character where t
docs/lib/react.js:11151
↓ 1 callers
Function
flushBatchedUpdates
()
docs/lib/react.js:13795
↓ 1 callers
Function
forceRedraw
(el)
src/utils/dom.js:32
↓ 1 callers
Function
formatUnexpectedArgument
(arg)
docs/lib/react.js:13447
↓ 1 callers
Method
func
()
src/FilterItem.js:51
↓ 1 callers
Function
generateGrid
(width, key, responsive)
src/utils/grids.js:69
↓ 1 callers
Function
generateOffset
(width, key, responsive)
src/utils/grids.js:77
↓ 1 callers
Function
getAddendaForKeyUse
* Shared warning and monitoring code for the key warnings. * * @internal * @param {string} messageType A key used for de-duping warnings. * @param
docs/lib/react.js:10261
↓ 1 callers
Function
getAngle
(r, angle, x0, y0)
src/utils/circle.js:3
↓ 1 callers
Method
getBackground
()
src/Rating.js:62
↓ 1 callers
Function
getChildRoutes
(route, location, callback)
docs/lib/ReactRouter.js:4152
↓ 1 callers
Function
getClassName
(propValue)
docs/lib/react.js:12855
← previous
next →
201–300 of 921, ranked by callers