MCPcopy Index your code

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

Functions921 in github.com/Lobos/react-ui

↓ 2 callersFunctionisNode
(propValue)
docs/lib/react.js:12778
↓ 2 callersFunctionisTagValidWithParent
(tag, parentTag)
docs/lib/react.js:17826
↓ 2 callersFunctionisTextInputElement
(elem)
docs/lib/react.js:17272
↓ 2 callersFunctionisTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
docs/lib/react.js:18948
↓ 2 callersFunctionisUndefinedOrNull
(value)
docs/lib/ReactRouter.js:4432
↓ 2 callersFunctionmergeIntoWithNoDuplicateKeys
* 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 callersFunctionmixSpecIntoComponent
* Mixin helper which handles policy validation and reserved * specification keys when building React classes.
docs/lib/react.js:4801
↓ 2 callersFunctionnoop
()
test/utils/deepEqual.js:3
↓ 2 callersFunctiononChange
(index, filter)
src/Filter.js:98
↓ 2 callersFunctionoverView
(el, pad = 0)
src/utils/dom.js:74
↓ 2 callersFunctionprecacheChildNodes
* 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 callersMethodpropsExtend
(props)
src/FormControl.js:180
↓ 2 callersFunctionpublishRegistrationName
* 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 callersFunctionrecomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
docs/lib/react.js:2564
↓ 2 callersMethodrender
()
src/Tip.js:42
↓ 2 callersMethodrender
()
docs/src/js/Code.js:14
↓ 2 callersMethodrenderControls
()
src/Form.js:139
↓ 2 callersMethodrenderItems
(grid)
src/FormControl.js:210
↓ 2 callersMethodrenderModal
(props)
src/Modal.js:272
↓ 2 callersFunctionrenderToStringImpl
* @param {ReactElement} element * @return {string} the HTML markup
docs/lib/react.js:13288
↓ 2 callersMethodsetHeaderWidth
()
src/Table.js:45
↓ 2 callersMethodsetItems
(props)
src/FormControl.js:137
↓ 2 callersMethodsetMinMax
(props)
src/Datepicker/Datetime.js:61
↓ 2 callersFunctionshallowEqual
* 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 callersFunctionshouldIgnoreValue
(propertyInfo, value)
docs/lib/react.js:1747
↓ 2 callersFunctionstopWatchingForChangeEventIE8
()
docs/lib/react.js:969
↓ 2 callersFunctionstopWatchingForValueChange
* (For IE <=11) Removes the event listeners from the currently-tracked element, * if any exists.
docs/lib/react.js:1046
↓ 2 callersFunctiontoTextValue
(arr, textTpl='{text}', valueTpl='{id}')
src/utils/objects.js:36
↓ 2 callersFunctiontransformValue
(value)
src/RadioGroup.js:11
↓ 2 callersFunctionupdateLocationState
(location, state)
docs/lib/ReactRouter.js:2808
↓ 2 callersMethoduploadFile
(file, id)
src/Upload.js:116
↓ 2 callersFunctionvalidateChildKeys
* 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 callersFunctionvalidateExplicitKey
* 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 callersFunctionvalidatePropTypes
* Given an element, validate that its props follow the propTypes definition, * provided by the type. * * @param {ReactElement} element
docs/lib/react.js:10378
↓ 2 callersFunctionwarn
(action, result)
docs/lib/react.js:15431
↓ 2 callersFunctionwarnIfInvalidElement
(Component, element)
docs/lib/react.js:5412
↓ 2 callersFunctionwarnValidStyle
(name, value, component)
docs/lib/react.js:673
↓ 2 callersFunctionwrapUserProvidedKey
* 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 callersFunctionS
(a)
docs/lib/prettify.js:2
↓ 1 callersFunctionT
(a,d)
docs/lib/prettify.js:6
↓ 1 callersFunctionU
(a)
docs/lib/prettify.js:7
↓ 1 callersFunction__webpack_require__
(moduleId)
test/static/testBundle.js:6
↓ 1 callersFunction_compilePattern
(pattern)
docs/lib/ReactRouter.js:606
↓ 1 callersFunction_loop
(prop)
docs/lib/ReactRouter.js:2141
↓ 1 callersFunctionaccumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without * r
docs/lib/react.js:3084
↓ 1 callersFunctionajaxUpload
({url, name, cors, file, onProgress, onLoad, onError, withCredentials})
src/utils/upload.js:19
↓ 1 callersFunctionassignParams
(params, paramNames, paramValues)
docs/lib/ReactRouter.js:4208
↓ 1 callersFunctionattachRef
(ref, component, owner)
docs/lib/react.js:13175
↓ 1 callersMethodautoHeight
()
src/Textarea.js:53
↓ 1 callersFunctionbindAutoBindMethod
* 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 callersFunctionbindAutoBindMethods
* 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 callersFunctioncamelize
* Camelcases a hyphenated string, for example: * * > camelize('background-color') * < "backgroundColor" * * @param {string} string * @return
docs/lib/react.js:18227
↓ 1 callersFunctioncamelizeStyleName
* Camelcases a hyphenated CSS property name, for example: * * > camelizeStyleName('background-color') * < "backgroundColor" * > camelizeStyl
docs/lib/react.js:18269
↓ 1 callersFunctioncanGo
(n)
docs/lib/ReactRouter.js:4920
↓ 1 callersFunctioncb
()
test/components/Select/behavior.js:15
↓ 1 callersFunctioncheckAndWarnForMutatedStyle
(style1, style2, component)
docs/lib/react.js:6437
↓ 1 callersFunctioncheckPropTypes
(componentName, propTypes, props)
docs/lib/ReactRouter.js:383
↓ 1 callersFunctioncheckPropTypes
* 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 callersFunctioncheckSelectPropTypes
* Validation function for `value` and `defaultValue`. * @private
docs/lib/react.js:8224
↓ 1 callersFunctionclose
()
src/Modal.js:94
↓ 1 callersMethodcomponentWillMount
()
docs/src/js/pages/tree.jsx:29
↓ 1 callersMethodcomponentWillReceiveProps
(nextProps)
src/Icon.js:15
↓ 1 callersFunctionconfirmTransitionTo
(location, callback)
docs/lib/ReactRouter.js:2692
↓ 1 callersFunctioncontainsNode
* 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 callersFunctionconvert
(obj, def)
src/utils/datetime.js:153
↓ 1 callersFunctioncreateAnyTypeChecker
()
docs/lib/react.js:12627
↓ 1 callersFunctioncreateArrayFromMixed
* 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 callersFunctioncreateCORSRequest
(method, url)
src/utils/upload.js:3
↓ 1 callersFunctioncreateChainedFunction
* 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 callersFunctioncreateElementTypeChecker
()
docs/lib/react.js:12653
↓ 1 callersFunctioncreateEnterHook
(hook, route)
docs/lib/ReactRouter.js:3668
↓ 1 callersFunctioncreateLocationFromRedirectInfo
(location)
docs/lib/ReactRouter.js:1361
↓ 1 callersFunctioncreateNodeChecker
()
docs/lib/react.js:12744
↓ 1 callersFunctioncreateParams
(paramNames, paramValues)
docs/lib/ReactRouter.js:4224
↓ 1 callersFunctioncreateRandomKey
(length)
docs/lib/ReactRouter.js:2609
↓ 1 callersFunctioncreateRoute
(defaultProps, props)
docs/lib/ReactRouter.js:396
↓ 1 callersFunctioncreateRouteFromReactElement
(element)
docs/lib/ReactRouter.js:400
↓ 1 callersFunctioncreateStateStorage
(entries)
docs/lib/ReactRouter.js:4836
↓ 1 callersFunctiondefineDeprecationWarning
(methodName, info)
docs/lib/react.js:5244
↓ 1 callersFunctiondetachRef
(ref, component, owner)
docs/lib/react.js:13184
↓ 1 callersMethodenable
(elem)
src/Button.js:29
↓ 1 callersFunctionescapeRegExp
(string)
docs/lib/ReactRouter.js:598
↓ 1 callersFunctionexecuteDispatchesInOrderStopAtTrueImpl
* 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 callersFunctionextractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @return {?object} A SyntheticInpu
docs/lib/react.js:368
↓ 1 callersFunctionextractCompositionEvent
* @return {?object} A SyntheticCompositionEvent.
docs/lib/react.js:210
↓ 1 callersFunctionextractPath
(string)
docs/lib/ReactRouter.js:543
↓ 1 callersFunctionfindParent
* 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 callersFunctionfinishTransition
(location)
docs/lib/ReactRouter.js:2434
↓ 1 callersFunctionfirstDifferenceIndex
* 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 callersFunctionflushBatchedUpdates
()
docs/lib/react.js:13795
↓ 1 callersFunctionforceRedraw
(el)
src/utils/dom.js:32
↓ 1 callersFunctionformatUnexpectedArgument
(arg)
docs/lib/react.js:13447
↓ 1 callersMethodfunc
()
src/FilterItem.js:51
↓ 1 callersFunctiongenerateGrid
(width, key, responsive)
src/utils/grids.js:69
↓ 1 callersFunctiongenerateOffset
(width, key, responsive)
src/utils/grids.js:77
↓ 1 callersFunctiongetAddendaForKeyUse
* 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 callersFunctiongetAngle
(r, angle, x0, y0)
src/utils/circle.js:3
↓ 1 callersMethodgetBackground
()
src/Rating.js:62
↓ 1 callersFunctiongetChildRoutes
(route, location, callback)
docs/lib/ReactRouter.js:4152
↓ 1 callersFunctiongetClassName
(propValue)
docs/lib/react.js:12855
← previousnext →201–300 of 921, ranked by callers