Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Huxpro/js-module-7day
/ functions
Functions
908 in github.com/Huxpro/js-module-7day
⨍
Functions
908
◇
Types & classes
8
↓ 1 callers
Function
defineDeprecationWarning
(methodName, info)
example/webpack-es6-react/bundle.js:2626
↓ 1 callers
Function
defineDeprecationWarning
(methodName, info)
example/webpack/bundle.js:2627
↓ 1 callers
Function
defineMutationMembrane
* Warn for mutations. * * @internal * @param {object} element
example/webpack-es6-react/bundle.js:1277
↓ 1 callers
Function
defineMutationMembrane
* Warn for mutations. * * @internal * @param {object} element
example/webpack/bundle.js:1278
↓ 1 callers
Function
defineWarningProperty
* Warn for mutations. * * @internal * @param {object} object * @param {string} key
example/webpack-es6-react/bundle.js:1240
↓ 1 callers
Function
defineWarningProperty
* Warn for mutations. * * @internal * @param {object} object * @param {string} key
example/webpack/bundle.js:1241
↓ 1 callers
Function
deregisterNullComponentID
* Unmark the component as having rendered to null: it renders to something now. * @param {string} id Component's `_rootNodeID`.
example/webpack-es6-react/bundle.js:10586
↓ 1 callers
Function
deregisterNullComponentID
* Unmark the component as having rendered to null: it renders to something now. * @param {string} id Component's `_rootNodeID`.
example/webpack/bundle.js:10587
↓ 1 callers
Function
detachRef
(ref, component, owner)
example/webpack-es6-react/bundle.js:3608
↓ 1 callers
Function
detachRef
(ref, component, owner)
example/webpack/bundle.js:3609
↓ 1 callers
Function
didWarnForFragment
(fragment)
example/webpack-es6-react/bundle.js:1101
↓ 1 callers
Function
didWarnForFragment
(fragment)
example/webpack/bundle.js:1102
↓ 1 callers
Function
disablePreviewLinks
* Unbind preview frame links.
js/reveal.js:1471
↓ 1 callers
Function
disableRollingLinks
* Unwrap all 3D links.
js/reveal.js:1437
↓ 1 callers
Function
done
()
test/qunit-1.12.0.js:1250
↓ 1 callers
Function
drainQueue
()
example/webpack-es6-react/bundle.js:252
↓ 1 callers
Function
drainQueue
()
example/webpack/bundle.js:253
↓ 1 callers
Function
enableRollingLinks
* Wrap all links in 3D goodness.
js/reveal.js:1412
↓ 1 callers
Function
enqueueMarkup
* Enqueues markup to be rendered and inserted at a supplied index. * * @param {string} parentID ID of the parent component. * @param {string} ma
example/webpack-es6-react/bundle.js:12645
↓ 1 callers
Function
enqueueMarkup
* Enqueues markup to be rendered and inserted at a supplied index. * * @param {string} parentID ID of the parent component. * @param {string} ma
example/webpack/bundle.js:12646
↓ 1 callers
Function
enqueueMove
* Enqueues moving an existing element to another index. * * @param {string} parentID ID of the parent component. * @param {number} fromIndex Sou
example/webpack-es6-react/bundle.js:12666
↓ 1 callers
Function
enqueueMove
* Enqueues moving an existing element to another index. * * @param {string} parentID ID of the parent component. * @param {number} fromIndex Sou
example/webpack/bundle.js:12667
↓ 1 callers
Function
enqueueRemove
* Enqueues removing an element at an index. * * @param {string} parentID ID of the parent component. * @param {number} fromIndex Index of the el
example/webpack-es6-react/bundle.js:12686
↓ 1 callers
Function
enqueueRemove
* Enqueues removing an element at an index. * * @param {string} parentID ID of the parent component. * @param {number} fromIndex Index of the el
example/webpack/bundle.js:12687
↓ 1 callers
Function
enqueueTextContent
* Enqueues setting the text content. * * @param {string} parentID ID of the parent component. * @param {string} textContent Text content to set.
example/webpack-es6-react/bundle.js:12706
↓ 1 callers
Function
enqueueTextContent
* Enqueues setting the text content. * * @param {string} parentID ID of the parent component. * @param {string} textContent Text content to set.
example/webpack/bundle.js:12707
↓ 1 callers
Function
enterFullscreen
* Handling the fullscreen functionality via the fullscreen API * * @see http://fullscreen.spec.whatwg.org/ * @see https://developer.mozilla.org/
js/reveal.js:1999
↓ 1 callers
Function
errorString
( error )
test/qunit-1.12.0.js:47
↓ 1 callers
Function
escapeUserProvidedKey
* Escape a component key so that it is safe to use in a reactid. * * @param {*} key Component key to be escaped. * @return {string} An escaped s
example/webpack-es6-react/bundle.js:1888
↓ 1 callers
Function
escapeUserProvidedKey
* Escape a component key so that it is safe to use in a reactid. * * @param {*} key Component key to be escaped. * @return {string} An escaped s
example/webpack/bundle.js:1889
↓ 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
example/webpack-es6-react/bundle.js:458
↓ 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
example/webpack/bundle.js:459
↓ 1 callers
Function
extractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @param {string} topLevelType R
example/webpack-es6-react/bundle.js:13786
↓ 1 callers
Function
extractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @param {string} topLevelType R
example/webpack/bundle.js:13787
↓ 1 callers
Function
extractCompositionEvent
* @param {string} topLevelType Record from `EventConstants`. * @param {DOMEventTarget} topLevelTarget The listening component root node. * @param
example/webpack-es6-react/bundle.js:13612
↓ 1 callers
Function
extractCompositionEvent
* @param {string} topLevelType Record from `EventConstants`. * @param {DOMEventTarget} topLevelTarget The listening component root node. * @param
example/webpack/bundle.js:13613
↓ 1 callers
Function
findDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {DOMElement} The root node
example/webpack-es6-react/bundle.js:15653
↓ 1 callers
Function
findDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {DOMElement} The root node
example/webpack/bundle.js:15654
↓ 1 callers
Function
findDeepestCachedAncestor
* Return the deepest cached node whose ID is a prefix of `targetID`.
example/webpack-es6-react/bundle.js:8659
↓ 1 callers
Function
findDeepestCachedAncestor
* Return the deepest cached node whose ID is a prefix of `targetID`.
example/webpack/bundle.js:8660
↓ 1 callers
Function
findParent
* Finds the parent React component of `node`. * * @param {*} node * @return {?DOMEventTarget} Parent container, or `null` if the specified node
example/webpack-es6-react/bundle.js:17226
↓ 1 callers
Function
findParent
* Finds the parent React component of `node`. * * @param {*} node * @return {?DOMEventTarget} Parent container, or `null` if the specified node
example/webpack/bundle.js:17227
↓ 1 callers
Function
finish
()
plugin/math/math.js:46
↓ 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 wher
example/webpack-es6-react/bundle.js:8503
↓ 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 wher
example/webpack/bundle.js:8504
↓ 1 callers
Function
fixInput
( src, dest )
example/browserify/bundle.js:5041
↓ 1 callers
Function
flushBatchedUpdates
()
example/webpack-es6-react/bundle.js:3126
↓ 1 callers
Function
flushBatchedUpdates
()
example/webpack/bundle.js:3127
↓ 1 callers
Function
forEachEventDispatch
* Invokes `cb(event, listener, id)`. Avoids using call if no scope is * provided. The `(listener,id)` pair effectively forms the "dispatch" but are
example/webpack-es6-react/bundle.js:410
↓ 1 callers
Function
forEachEventDispatch
* Invokes `cb(event, listener, id)`. Avoids using call if no scope is * provided. The `(listener,id)` pair effectively forms the "dispatch" but are
example/webpack/bundle.js:411
↓ 1 callers
Function
formatEmbeddedContent
* Enforces origin-specific format rules for embedded media.
js/reveal.js:3040
↓ 1 callers
Function
getCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
example/webpack-es6-react/bundle.js:13533
↓ 1 callers
Function
getCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
example/webpack/bundle.js:13534
↓ 1 callers
Function
getCurrentOwnerDisplayName
* Gets the current owner's displayName for use in warnings. * * @internal * @return {?string} Display name or undefined
example/webpack-es6-react/bundle.js:3848
↓ 1 callers
Function
getCurrentOwnerDisplayName
* Gets the current owner's displayName for use in warnings. * * @internal * @return {?string} Display name or undefined
example/webpack/bundle.js:3849
↓ 1 callers
Function
getFallbackBeforeInputChars
* For browsers that do not provide the `textInput` event, extract the * appropriate string to use for SyntheticInputEvent. * * @param {string} t
example/webpack-es6-react/bundle.js:13727
↓ 1 callers
Function
getFallbackBeforeInputChars
* For browsers that do not provide the `textInput` event, extract the * appropriate string to use for SyntheticInputEvent. * * @param {string} t
example/webpack/bundle.js:13728
↓ 1 callers
Function
getFirstCommonAncestorID
* Gets the nearest common ancestor ID of two IDs. * * Using this ID scheme, the nearest common ancestor ID is the longest common * prefix of the
example/webpack-es6-react/bundle.js:2264
↓ 1 callers
Function
getFirstCommonAncestorID
* Gets the nearest common ancestor ID of two IDs. * * Using this ID scheme, the nearest common ancestor ID is the longest common * prefix of the
example/webpack/bundle.js:2265
↓ 1 callers
Function
getListeningForDocument
(mountAt)
example/webpack-es6-react/bundle.js:9463
↓ 1 callers
Function
getListeningForDocument
(mountAt)
example/webpack/bundle.js:9464
↓ 1 callers
Function
getNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string co
example/webpack-es6-react/bundle.js:13673
↓ 1 callers
Function
getNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string co
example/webpack/bundle.js:13674
↓ 1 callers
Function
getPreciseType
(propValue)
example/webpack-es6-react/bundle.js:16795
↓ 1 callers
Function
getPreciseType
(propValue)
example/webpack/bundle.js:16796
↓ 1 callers
Function
getProgress
* Returns a value ranging from 0-1 that represents * how far into the presentation we have navigated.
js/reveal.js:3215
↓ 1 callers
Function
getReactRootIDString
* Creates a DOM ID prefix to use when mounting React components. * * @param {number} index A unique integer * @return {string} React root ID.
example/webpack-es6-react/bundle.js:2160
↓ 1 callers
Function
getReactRootIDString
* Creates a DOM ID prefix to use when mounting React components. * * @param {number} index A unique integer * @return {string} React root ID.
example/webpack/bundle.js:2161
↓ 1 callers
Function
getRemainingHeight
* Returns the remaining height within the parent of the * target element. * * remaining height = [ configured parent height ] - [ current parent
js/reveal.js:1334
↓ 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, b
example/webpack-es6-react/bundle.js:18329
↓ 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, b
example/webpack/bundle.js:18330
↓ 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|DOMTextN
example/webpack-es6-react/bundle.js:18133
↓ 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|DOMTextN
example/webpack/bundle.js:18134
↓ 1 callers
Function
getSlide
* Returns the slide element matching the specified index.
js/reveal.js:3407
↓ 1 callers
Function
getState
* Retrieves the current state of the presentation as * an object. This state can then be restored at any * time.
js/reveal.js:3484
↓ 1 callers
Function
getUnboundedScrollPosition
* Gets the scroll position of the supplied element or window. * * The return values are unbounded, unlike `getScrollPosition`. This means they *
example/webpack-es6-react/bundle.js:17498
↓ 1 callers
Function
getUnboundedScrollPosition
* Gets the scroll position of the supplied element or window. * * The return values are unbounded, unlike `getScrollPosition`. This means they *
example/webpack/bundle.js:17499
↓ 1 callers
Function
getUnchangedComponents
(measurement)
example/webpack-es6-react/bundle.js:20097
↓ 1 callers
Function
getUnchangedComponents
(measurement)
example/webpack/bundle.js:20098
↓ 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?" * Jos
example/webpack-es6-react/bundle.js:8005
↓ 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?" * Jos
example/webpack/bundle.js:8006
↓ 1 callers
Function
hideAddressBar
* Hides the address bar if we're on a mobile device.
js/reveal.js:1368
↓ 1 callers
Function
hyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `h
example/webpack-es6-react/bundle.js:7504
↓ 1 callers
Function
hyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `h
example/webpack/bundle.js:7505
↓ 1 callers
Function
hyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphena
example/webpack-es6-react/bundle.js:7467
↓ 1 callers
Function
hyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphena
example/webpack/bundle.js:7468
↓ 1 callers
Function
i
()
lib/js/classList.js:2
↓ 1 callers
Function
inArray
( elem, array )
test/qunit-1.12.0.js:2044
↓ 1 callers
Function
is
(a, b)
example/webpack-es6-react/bundle.js:4074
↓ 1 callers
Function
is
(a, b)
example/webpack/bundle.js:4075
↓ 1 callers
Function
isFallbackCompositionStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {objec
example/webpack-es6-react/bundle.js:13552
↓ 1 callers
Function
isFallbackCompositionStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {objec
example/webpack/bundle.js:13553
↓ 1 callers
Function
isInDocument
(node)
example/webpack-es6-react/bundle.js:17763
↓ 1 callers
Function
isInDocument
(node)
example/webpack/bundle.js:17764
↓ 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 {boole
example/webpack-es6-react/bundle.js:10888
↓ 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 {boole
example/webpack/bundle.js:10889
↓ 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 *
example/webpack-es6-react/bundle.js:13518
↓ 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 *
example/webpack/bundle.js:13519
↓ 1 callers
Function
isPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
example/webpack-es6-react/bundle.js:13438
↓ 1 callers
Function
isPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
example/webpack/bundle.js:13439
← previous
next →
401–500 of 908, ranked by callers