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
↓ 4 callers
Function
condense
( unmatched, map, filter, context, xml )
example/browserify/bundle.js:2178
↓ 4 callers
Function
createBackground
* Creates a background for the given slide. * * @param {HTMLElement} slide * @param {HTMLElement} container The element that the background *
js/reveal.js:776
↓ 4 callers
Function
curCSS
( elem, name, computed )
example/browserify/bundle.js:5565
↓ 4 callers
Function
escapeTextContentForBrowser
* Escapes text to prevent scripting attacks. * * @param {*} text Text value to escape. * @return {string} An escaped string.
example/webpack-es6-react/bundle.js:6694
↓ 4 callers
Function
escapeTextContentForBrowser
* Escapes text to prevent scripting attacks. * * @param {*} text Text value to escape. * @return {string} An escaped string.
example/webpack/bundle.js:6695
↓ 4 callers
Function
extend
* Extend object a with the properties of object b. * If there's a conflict, object b takes precedence.
js/reveal.js:1123
↓ 4 callers
Function
extractStacktrace
( e, offset )
test/qunit-1.12.0.js:1365
↓ 4 callers
Function
forEachAccumulated
(arr, cb, scope)
example/webpack-es6-react/bundle.js:10343
↓ 4 callers
Function
forEachAccumulated
(arr, cb, scope)
example/webpack/bundle.js:10344
↓ 4 callers
Function
g
(p,o)
lib/js/classList.js:2
↓ 4 callers
Function
genFx
( type, includeWidth )
example/browserify/bundle.js:6346
↓ 4 callers
Function
getEventCharCode
* `charCode` represents the actual "character code" and is safe to use with * `String.fromCharCode`. As such, only keys that correspond to printable
example/webpack-es6-react/bundle.js:19235
↓ 4 callers
Function
getEventCharCode
* `charCode` represents the actual "character code" and is safe to use with * `String.fromCharCode`. As such, only keys that correspond to printable
example/webpack/bundle.js:19236
↓ 4 callers
Function
getReactRootID
* @param {DOMElement} container DOM element that may contain a React component. * @return {?string} A "reactRoot" ID, if a React component is render
example/webpack-es6-react/bundle.js:8517
↓ 4 callers
Function
getReactRootID
* @param {DOMElement} container DOM element that may contain a React component. * @return {?string} A "reactRoot" ID, if a React component is render
example/webpack/bundle.js:8518
↓ 4 callers
Function
getStyles
( elem )
example/browserify/bundle.js:5552
↓ 4 callers
Function
isBoundary
* Checks if a character in the supplied ID is a separator or the end. * * @param {string} id A React DOM ID. * @param {number} index Index of th
example/webpack-es6-react/bundle.js:2172
↓ 4 callers
Function
isBoundary
* Checks if a character in the supplied ID is a separator or the end. * * @param {string} id A React DOM ID. * @param {number} index Index of th
example/webpack/bundle.js:2173
↓ 4 callers
Function
isHidden
( elem, el )
example/browserify/bundle.js:4030
↓ 4 callers
Function
navigateDown
()
js/reveal.js:3837
↓ 4 callers
Function
navigateLeft
()
js/reveal.js:3798
↓ 4 callers
Function
navigatePrev
* Navigates backwards, prioritized in the following order: * 1) Previous fragment * 2) Previous vertical slide * 3) Previous horizontal slide
js/reveal.js:3852
↓ 4 callers
Function
navigateRight
()
js/reveal.js:3813
↓ 4 callers
Function
navigateUp
()
js/reveal.js:3828
↓ 4 callers
Function
nextFragment
* Navigate to the next slide fragment. * * @return {Boolean} true if there was a next fragment, * false otherwise
js/reveal.js:3677
↓ 4 callers
Function
objectValues
( obj )
test/qunit-1.12.0.js:73
↓ 4 callers
Function
pauseAutoSlide
()
js/reveal.js:3774
↓ 4 callers
Function
previousFragment
* Navigate to the previous slide fragment. * * @return {Boolean} true if there was a previous fragment, * false otherwise
js/reveal.js:3689
↓ 4 callers
Function
process
( last )
test/qunit-1.12.0.js:1444
↓ 4 callers
Function
r
(a)
lib/js/head.min.js:8
↓ 4 callers
Function
resumeAutoSlide
()
js/reveal.js:3788
↓ 4 callers
Function
sortFragments
* Return a sorted fragments list, ordered by an increasing * "data-fragment-index" attribute. * * Fragments will be revealed in the order that t
js/reveal.js:3536
↓ 4 callers
Function
toSelector
( tokens )
example/browserify/bundle.js:2092
↓ 4 callers
Function
traverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChild
example/webpack-es6-react/bundle.js:2063
↓ 4 callers
Function
traverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChild
example/webpack/bundle.js:2064
↓ 4 callers
Function
u
(a)
lib/js/head.min.js:8
↓ 4 callers
Function
updateProgress
* Updates the progress bar to reflect the current slide.
js/reveal.js:2571
↓ 3 callers
Function
a
(t,n,i)
plugin/markdown/marked.js:6
↓ 3 callers
Function
activateOverview
* Displays the overview of slides (quick nav) by scaling * down and arranging all slide elements.
js/reveal.js:1783
↓ 3 callers
Function
addCombinator
( matcher, combinator, base )
example/browserify/bundle.js:2102
↓ 3 callers
Function
addHandle
* Adds the same handler for all of the specified attrs * @param {String} attrs Pipe-separated list of attributes * @param {Function} handler The met
example/browserify/bundle.js:925
↓ 3 callers
Function
ajaxExtend
( target, src )
example/browserify/bundle.js:7657
↓ 3 callers
Function
cancelAutoSlide
* Cancels any ongoing request to auto-slide.
js/reveal.js:3767
↓ 3 callers
Function
clearQueue
* Clears any enqueued updates. * * @private
example/webpack-es6-react/bundle.js:12739
↓ 3 callers
Function
clearQueue
* Clears any enqueued updates. * * @private
example/webpack/bundle.js:12740
↓ 3 callers
Function
createCache
* Create key-value caches of limited size * @returns {Function(string, Object)} Returns the Object data after storing it on itself with * property n
example/browserify/bundle.js:876
↓ 3 callers
Function
createFullPageComponent
* Create a component that will throw an exception when unmounted. * * Components like <html> <head> and <body> can't be removed or added * easil
example/webpack-es6-react/bundle.js:19622
↓ 3 callers
Function
createFullPageComponent
* Create a component that will throw an exception when unmounted. * * Components like <html> <head> and <body> can't be removed or added * easil
example/webpack/bundle.js:19623
↓ 3 callers
Function
createMarkdownSlide
* Helper function for constructing a markdown slide.
plugin/markdown/markdown.js:116
↓ 3 callers
Function
defaultDisplay
* Try to determine the default display value of an element * @param {String} nodeName
example/browserify/bundle.js:5518
↓ 3 callers
Function
diff
( a, b )
test/qunit-1.12.0.js:1500
↓ 3 callers
Function
done
( status, nativeStatusText, responses, headers )
example/browserify/bundle.js:8191
↓ 3 callers
Function
elementMatcher
( matchers )
example/browserify/bundle.js:2155
↓ 3 callers
Function
getActiveElement
* Same as document.activeElement but wraps in a try-catch block. In IE it is * not safe to call document.activeElement if there is nothing focused.
example/webpack-es6-react/bundle.js:18197
↓ 3 callers
Function
getActiveElement
* Same as document.activeElement but wraps in a try-catch block. In IE it is * not safe to call document.activeElement if there is nothing focused.
example/webpack/bundle.js:18198
↓ 3 callers
Function
getComputedSlideSize
* Calculates the computed pixel size of our slides. These * values are based on the width and height configuration * options.
js/reveal.js:1713
↓ 3 callers
Function
getIndices
* Retrieves the h/v location of the current, or specified, * slide. * * @param {HTMLElement} slide If specified, the returned * index will be
js/reveal.js:3351
↓ 3 callers
Function
getMarkdownFromSlide
* Retrieves the markdown contents of a slide section * element. Normalizes leading tabs/whitespace.
plugin/markdown/markdown.js:44
↓ 3 callers
Function
getSlidePastCount
* Returns the number of past slides. This can be used as a global * flattened index for slides.
js/reveal.js:3171
↓ 3 callers
Function
i
(e)
plugin/highlight/highlight.js:29
↓ 3 callers
Function
isArraylike
( obj )
example/browserify/bundle.js:545
↓ 3 callers
Function
isNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM node.
example/webpack-es6-react/bundle.js:10795
↓ 3 callers
Function
isNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM node.
example/webpack/bundle.js:10796
↓ 3 callers
Function
join
( pre, arr, post )
test/qunit-1.12.0.js:1829
↓ 3 callers
Function
l
(e,t,a,i)
plugin/highlight/highlight.js:29
↓ 3 callers
Function
makeEmptyFunction
* Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICEN
example/webpack-es6-react/bundle.js:1758
↓ 3 callers
Function
makeEmptyFunction
* Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICEN
example/webpack/bundle.js:1759
↓ 3 callers
Function
navigateFragment
* Navigate to the specified slide fragment. * * @param {Number} index The index of the fragment that * should be shown, -1 means all are invisib
js/reveal.js:3594
↓ 3 callers
Function
o
(e,n)
plugin/highlight/highlight.js:29
↓ 3 callers
Function
quoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
example/webpack-es6-react/bundle.js:6650
↓ 3 callers
Function
quoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
example/webpack/bundle.js:6651
↓ 3 callers
Function
resume
* Exits from the paused mode.
js/reveal.js:2038
↓ 3 callers
Function
s
(e)
plugin/highlight/highlight.js:29
↓ 3 callers
Function
saveGlobal
()
test/qunit-1.12.0.js:1465
↓ 3 callers
Function
setGlobalEval
( elems, refElements )
example/browserify/bundle.js:4985
↓ 3 callers
Function
setInnerHTML
(node, html)
example/webpack-es6-react/bundle.js:8374
↓ 3 callers
Function
setInnerHTML
(node, html)
example/webpack/bundle.js:8375
↓ 3 callers
Function
shouldUpdateReactComponent
* Given a `prevElement` and `nextElement`, determines if the existing * instance should be updated as opposed to being destroyed or replaced by a ne
example/webpack-es6-react/bundle.js:11997
↓ 3 callers
Function
shouldUpdateReactComponent
* Given a `prevElement` and `nextElement`, determines if the existing * instance should be updated as opposed to being destroyed or replaced by a ne
example/webpack/bundle.js:11998
↓ 3 callers
Function
testContext
* Checks a node for validity as a Sizzle context * @param {Element|Object=} context * @returns {Element|Object|Boolean} The input node if acceptable
example/browserify/bundle.js:1012
↓ 3 callers
Function
u
(e)
plugin/highlight/highlight.js:29
↓ 3 callers
Function
updateBackground
* Updates the background elements to reflect the current * slide. * * @param {Boolean} includeAll If true, the backgrounds of * all vertical s
js/reveal.js:2699
↓ 3 callers
Function
updateControls
* Updates the state of all control/navigation arrows.
js/reveal.js:2645
↓ 3 callers
Function
updateSlidesVisibility
* Optimization method; hide all slides that are far away * from the present slide.
js/reveal.js:2480
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
example/webpack-es6-react/bundle.js:5136
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
example/webpack/bundle.js:5137
↓ 3 callers
Function
warnUnknownProperty
(name)
example/webpack-es6-react/bundle.js:6168
↓ 3 callers
Function
warnUnknownProperty
(name)
example/webpack/bundle.js:6169
↓ 3 callers
Function
winnow
( elements, qualifier, not )
example/browserify/bundle.js:2646
↓ 3 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 pare
example/webpack-es6-react/bundle.js:1902
↓ 3 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 pare
example/webpack/bundle.js:1903
↓ 3 callers
Function
x
(a,b)
lib/js/head.min.js:8
↓ 2 callers
Function
_assertCheckedLink
(input)
example/webpack-es6-react/bundle.js:16346
↓ 2 callers
Function
_assertCheckedLink
(input)
example/webpack/bundle.js:16347
↓ 2 callers
Function
_assertSingleLink
(input)
example/webpack-es6-react/bundle.js:16330
↓ 2 callers
Function
_assertSingleLink
(input)
example/webpack/bundle.js:16331
↓ 2 callers
Function
_assertValueLink
(input)
example/webpack-es6-react/bundle.js:16337
↓ 2 callers
Function
_assertValueLink
(input)
example/webpack/bundle.js:16338
↓ 2 callers
Function
a
(e)
plugin/highlight/highlight.js:29
↓ 2 callers
Function
actualDisplay
( name, doc )
example/browserify/bundle.js:5496
← previous
next →
101–200 of 908, ranked by callers