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
↓ 2 callers
Function
addAttributeInElement
* Check if a node value has the attributes pattern. * If yes, extract it and add that value as one or several attributes * the the terget element.
plugin/markdown/markdown.js:293
↓ 2 callers
Function
addGetHookIf
( conditionFn, hookFn )
example/browserify/bundle.js:5613
↓ 2 callers
Function
addToPrefiltersOrTransports
( structure )
example/browserify/bundle.js:7598
↓ 2 callers
Function
adler32
(data)
example/webpack-es6-react/bundle.js:10685
↓ 2 callers
Function
adler32
(data)
example/webpack/bundle.js:10686
↓ 2 callers
Function
assertValidProps
* @param {?object} props
example/webpack-es6-react/bundle.js:12129
↓ 2 callers
Function
assertValidProps
* @param {?object} props
example/webpack/bundle.js:12130
↓ 2 callers
Function
augmentWidthOrHeight
( elem, name, extra, isBorderBox, styles )
example/browserify/bundle.js:5788
↓ 2 callers
Function
availableFragments
* Returns an object describing the available fragment * directions. * * @return {Object} two boolean properties: prev/next
js/reveal.js:3020
↓ 2 callers
Function
cloneCopyEvent
( src, dest )
example/browserify/bundle.js:4996
↓ 2 callers
Function
colorToRgb
* Converts various color input formats to an {r:0,g:0,b:0} object. * * @param {String} color The string representation of a color, * the followi
js/reveal.js:1231
↓ 2 callers
Function
computePixelPositionAndBoxSizingReliable
()
example/browserify/bundle.js:5653
↓ 2 callers
Function
constructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
example/webpack-es6-react/bundle.js:18361
↓ 2 callers
Function
constructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
example/webpack/bundle.js:18362
↓ 2 callers
Function
containsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inne
example/webpack-es6-react/bundle.js:10725
↓ 2 callers
Function
containsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inne
example/webpack/bundle.js:10726
↓ 2 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. * *
example/webpack-es6-react/bundle.js:8049
↓ 2 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. * *
example/webpack/bundle.js:8050
↓ 2 callers
Function
createFxNow
()
example/browserify/bundle.js:6338
↓ 2 callers
Function
createHash
(secret)
plugin/multiplex/index.js:52
↓ 2 callers
Function
createMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {fu
example/webpack-es6-react/bundle.js:5358
↓ 2 callers
Function
createMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {fu
example/webpack/bundle.js:5359
↓ 2 callers
Function
createNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once fo
example/webpack-es6-react/bundle.js:7935
↓ 2 callers
Function
createNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once fo
example/webpack/bundle.js:7936
↓ 2 callers
Function
dangerousStyleValue
* Convert a value into the proper css writable value. The style name `name` * should be logical (no hyphens), as specified * in `CSSProperty.isUni
example/webpack-es6-react/bundle.js:7398
↓ 2 callers
Function
dangerousStyleValue
* Convert a value into the proper css writable value. The style name `name` * should be logical (no hyphens), as specified * in `CSSProperty.isUni
example/webpack/bundle.js:7399
↓ 2 callers
Function
dataAttr
( elem, key, data )
example/browserify/bundle.js:3738
↓ 2 callers
Function
distanceBetween
* Measures the distance in pixels between point a * and point b. * * @param {Object} a point with x/y properties * @param {Object} b point wit
js/reveal.js:1163
↓ 2 callers
Function
doSearch
()
plugin/search/search.js:130
↓ 2 callers
Function
e
(e)
plugin/markdown/marked.js:6
↓ 2 callers
Function
enablePreviewLinks
* Bind preview frame links.
js/reveal.js:1456
↓ 2 callers
Function
ensureInjected
()
example/webpack-es6-react/bundle.js:2990
↓ 2 callers
Function
ensureInjected
()
example/webpack/bundle.js:2991
↓ 2 callers
Function
f
(e,t)
plugin/highlight/highlight.js:29
↓ 2 callers
Function
fire
( data )
example/browserify/bundle.js:3103
↓ 2 callers
Function
flattenChildren
* Flattens children that are typically specified as `props.children`. Any null * children will not be included in the resulting object. * @return
example/webpack-es6-react/bundle.js:13199
↓ 2 callers
Function
flattenChildren
* Flattens children that are typically specified as `props.children`. Any null * children will not be included in the resulting object. * @return
example/webpack/bundle.js:13200
↓ 2 callers
Function
focusNode
* @param {DOMElement} node input/textarea to focus
example/webpack-es6-react/bundle.js:15893
↓ 2 callers
Function
focusNode
* @param {DOMElement} node input/textarea to focus
example/webpack/bundle.js:15894
↓ 2 callers
Function
formatSlideNumber
* Applies HTML formatting to a slide number before it's * written to the DOM.
js/reveal.js:2629
↓ 2 callers
Function
g
(e,n)
plugin/highlight/highlight.js:29
↓ 2 callers
Function
getAbsoluteHeight
* Retrieves the height of the given element by looking * at the position and height of its immediate children.
js/reveal.js:1297
↓ 2 callers
Function
getDataFromCustomEvent
* Google Input Tools provides composition data via a CustomEvent, * with the `data` property populated in the `detail` object. If this * is availa
example/webpack-es6-react/bundle.js:13594
↓ 2 callers
Function
getDataFromCustomEvent
* Google Input Tools provides composition data via a CustomEvent, * with the `data` property populated in the `detail` object. If this * is availa
example/webpack/bundle.js:13595
↓ 2 callers
Function
getDeclarationErrorAddendum
()
example/webpack-es6-react/bundle.js:3803
↓ 2 callers
Function
getDeclarationErrorAddendum
()
example/webpack/bundle.js:3804
↓ 2 callers
Function
getEventTarget
* Gets the target node from a native browser event by accounting for * inconsistencies in browser DOM APIs. * * @param {object} nativeEvent Nati
example/webpack-es6-react/bundle.js:14398
↓ 2 callers
Function
getEventTarget
* Gets the target node from a native browser event by accounting for * inconsistencies in browser DOM APIs. * * @param {object} nativeEvent Nati
example/webpack/bundle.js:14399
↓ 2 callers
Function
getForwardedAttributes
* Given a markdown slide section element, this will * return all arguments that aren't related to markdown * parsing. Used to forward any other us
plugin/markdown/markdown.js:74
↓ 2 callers
Function
getIteratorFn
* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * *
example/webpack-es6-react/bundle.js:2111
↓ 2 callers
Function
getIteratorFn
* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * *
example/webpack/bundle.js:2112
↓ 2 callers
Function
getLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
example/webpack-es6-react/bundle.js:18119
↓ 2 callers
Function
getLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
example/webpack/bundle.js:18120
↓ 2 callers
Function
getMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
example/webpack-es6-react/bundle.js:8238
↓ 2 callers
Function
getMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
example/webpack/bundle.js:8239
↓ 2 callers
Function
getName
* Gets the instance's name for use in warnings. * * @internal * @return {?string} Display name or undefined
example/webpack-es6-react/bundle.js:3830
↓ 2 callers
Function
getName
* Gets the instance's name for use in warnings. * * @internal * @return {?string} Display name or undefined
example/webpack/bundle.js:3831
↓ 2 callers
Function
getNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
example/webpack-es6-react/bundle.js:18149
↓ 2 callers
Function
getNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
example/webpack/bundle.js:18150
↓ 2 callers
Function
getNodeName
* Extracts the `nodeName` from a string of markup. * * NOTE: Extracting the `nodeName` does not require a regular expression match * because we
example/webpack-es6-react/bundle.js:7730
↓ 2 callers
Function
getNodeName
* Extracts the `nodeName` from a string of markup. * * NOTE: Extracting the `nodeName` does not require a regular expression match * because we
example/webpack/bundle.js:7731
↓ 2 callers
Function
getPreviousVerticalIndex
* Retrieves the vertical index which was stored using * #setPreviousVerticalIndex() or 0 if no previous index * exists. * * @param {HTMLElemen
js/reveal.js:1766
↓ 2 callers
Function
getScrollOffset
()
plugin/zoom-js/zoom.js:189
↓ 2 callers
Function
getSlideBackground
* Returns the background element for the given slide. * All slides, even the ones with no background properties * defined, have a background eleme
js/reveal.js:3426
↓ 2 callers
Function
getSlideNotes
* Retrieves the speaker notes from a slide. Notes can be * defined in two ways: * 1. As a data-notes attribute on the slide <section> * 2. As an
js/reveal.js:3459
↓ 2 callers
Function
getSlidifyOptions
* Inspects the given options and fills out default * values for what's not defined.
plugin/markdown/markdown.js:102
↓ 2 callers
Function
getTextContentAccessor
* Gets the key used to access text content on a DOM node. * * @return {?string} Key used to access text content. * @internal
example/webpack-es6-react/bundle.js:14140
↓ 2 callers
Function
getTextContentAccessor
* Gets the key used to access text content on a DOM node. * * @return {?string} Key used to access text content. * @internal
example/webpack/bundle.js:14141
↓ 2 callers
Function
getTotalSlides
* Retrieves the total number of slides in this presentation.
js/reveal.js:3398
↓ 2 callers
Function
getWidthOrHeight
( elem, name, extra )
example/browserify/bundle.js:5827
↓ 2 callers
Function
getWindow
* Gets a window from an element
example/browserify/bundle.js:8929
↓ 2 callers
Function
hasClass
( elem, name )
test/qunit-1.12.0.js:1560
↓ 2 callers
Function
hideSlide
* Called when the given slide is moved outside of the * configured view distance.
js/reveal.js:2972
↓ 2 callers
Function
injectStyleSheet
* Injects the given CSS styles into the DOM.
js/reveal.js:1208
↓ 2 callers
Function
insertChildAt
* Inserts `childNode` as a child of `parentNode` at the `index`. * * @param {DOMElement} parentNode Parent node in which to insert. * @param {DO
example/webpack-es6-react/bundle.js:7580
↓ 2 callers
Function
insertChildAt
* Inserts `childNode` as a child of `parentNode` at the `index`. * * @param {DOMElement} parentNode Parent node in which to insert. * @param {DO
example/webpack/bundle.js:7581
↓ 2 callers
Function
inspect
( dataType )
example/browserify/bundle.js:7635
↓ 2 callers
Function
inspectPrefiltersOrTransports
( structure, options, originalOptions, jqXHR )
example/browserify/bundle.js:7630
↓ 2 callers
Function
isCollapsed
* While `isCollapsed` is available on the Selection object and `collapsed` * is available on the Range object, IE11 sometimes gets them wrong. * I
example/webpack-es6-react/bundle.js:17906
↓ 2 callers
Function
isCollapsed
* While `isCollapsed` is available on the Selection object and `collapsed` * is available on the Range object, IE11 sometimes gets them wrong. * I
example/webpack/bundle.js:17907
↓ 2 callers
Function
isFallbackCompositionEnd
* Does our fallback mode think that this event is the end of composition? * * @param {string} topLevelType * @param {object} nativeEvent * @re
example/webpack-es6-react/bundle.js:13566
↓ 2 callers
Function
isFallbackCompositionEnd
* Does our fallback mode think that this event is the end of composition? * * @param {string} topLevelType * @param {object} nativeEvent * @re
example/webpack/bundle.js:13567
↓ 2 callers
Function
isSpeakerNotes
* Checks if this presentation is running inside of the * speaker notes window.
js/reveal.js:3248
↓ 2 callers
Function
isSwipePrevented
* Checks if the target element prevents the triggering of * swipe navigation.
js/reveal.js:3904
↓ 2 callers
Function
isTextInputElement
(elem)
example/webpack-es6-react/bundle.js:14882
↓ 2 callers
Function
isTextInputElement
(elem)
example/webpack/bundle.js:14883
↓ 2 callers
Function
isTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
example/webpack-es6-react/bundle.js:10768
↓ 2 callers
Function
isTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
example/webpack/bundle.js:10769
↓ 2 callers
Function
layoutOverview
* Uses CSS transforms to position all slides in a grid for * display inside of the overview mode.
js/reveal.js:1845
↓ 2 callers
Function
m
(e,t)
plugin/highlight/highlight.js:29
↓ 2 callers
Function
magnify
* Applies the CSS required to zoom in, prefers the use of CSS3 * transforms but falls back on zoom for IE. * * @param {Object} rect * @param {
plugin/zoom-js/zoom.js:88
↓ 2 callers
Function
manipulationTarget
( elem, content )
example/browserify/bundle.js:4958
↓ 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 T
example/webpack-es6-react/bundle.js:5327
↓ 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 T
example/webpack/bundle.js:5328
↓ 2 callers
Function
mixSpecIntoComponent
* Mixin helper which handles policy validation and reserved * specification keys when building React classses.
example/webpack-es6-react/bundle.js:5187
↓ 2 callers
Function
mixSpecIntoComponent
* Mixin helper which handles policy validation and reserved * specification keys when building React classses.
example/webpack/bundle.js:5188
↓ 2 callers
Function
openNotes
( notesFilePath )
plugin/notes/notes.js:14
↓ 2 callers
Function
p
()
plugin/highlight/highlight.js:29
↓ 2 callers
Function
pause
* Enters the paused mode which fades everything on screen to * black.
js/reveal.js:2020
↓ 2 callers
Function
post
* Posts the current slide data to the notes window
plugin/notes-server/client.js:16
← previous
next →
201–300 of 908, ranked by callers