Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python-Meetup-Peking/PMP_slide
/ functions
Functions
257 in github.com/Python-Meetup-Peking/PMP_slide
⨍
Functions
257
◇
Types & classes
0
↓ 2 callers
Function
enablePreviewLinks
* Bind preview frame links. * * @param {string} [selector=a] - selector for anchors
asyncio 和它的朋友们/js/reveal.js:1593
↓ 2 callers
Function
f
(e,t)
asyncio 和它的朋友们/plugin/highlight/highlight.js:76
↓ 2 callers
Function
formatSlideNumber
* Applies HTML formatting to a slide number before it's * written to the DOM. * * @param {number} a Current slide * @param {string} delimiter
asyncio 和它的朋友们/js/reveal.js:2821
↓ 2 callers
Function
g
(e,n)
asyncio 和它的朋友们/plugin/highlight/highlight.js:76
↓ 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
asyncio 和它的朋友们/plugin/markdown/markdown.js:63
↓ 2 callers
Function
getPreviousVerticalIndex
* Retrieves the vertical index which was stored using * #setPreviousVerticalIndex() or 0 if no previous index * exists. * * @param {HTMLElemen
asyncio 和它的朋友们/js/reveal.js:1935
↓ 2 callers
Function
getScrollOffset
()
asyncio 和它的朋友们/plugin/zoom-js/zoom.js:199
↓ 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
asyncio 和它的朋友们/js/reveal.js:3737
↓ 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
asyncio 和它的朋友们/js/reveal.js:3770
↓ 2 callers
Function
getSlidifyOptions
* Inspects the given options and fills out default * values for what's not defined.
asyncio 和它的朋友们/plugin/markdown/markdown.js:91
↓ 2 callers
Function
getStatusText
* Converts the given HTML element into a string of text * that can be announced to a screen reader. Hidden * elements are excluded.
asyncio 和它的朋友们/js/reveal.js:583
↓ 2 callers
Function
getTotalSlides
* Retrieves the total number of slides in this presentation. * * @return {number}
asyncio 和它的朋友们/js/reveal.js:3703
↓ 2 callers
Function
hasClass
( elem, name )
asyncio 和它的朋友们/test/qunit-1.12.0.js:1560
↓ 2 callers
Function
hideSlide
* Called when the given slide is moved outside of the * configured view distance. * * @param {HTMLElement} slide
asyncio 和它的朋友们/js/reveal.js:3183
↓ 2 callers
Function
i
()
asyncio 和它的朋友们/lib/js/classList.js:2
↓ 2 callers
Function
injectStyleSheet
* Injects the given CSS styles into the DOM. * * @param {string} value
asyncio 和它的朋友们/js/reveal.js:1332
↓ 2 callers
Function
isSwipePrevented
* Checks if the target element prevents the triggering of * swipe navigation.
asyncio 和它的朋友们/js/reveal.js:4226
↓ 2 callers
Function
it
()
asyncio 和它的朋友们/lib/js/head.min.js:2
↓ 2 callers
Function
k
(n)
asyncio 和它的朋友们/lib/js/head.min.js:2
↓ 2 callers
Function
layoutOverview
* Uses CSS transforms to position all slides in a grid for * display inside of the overview mode.
asyncio 和它的朋友们/js/reveal.js:2014
↓ 2 callers
Function
layoutSlideContents
* Applies layout logic to the contents of all slides in * the presentation. * * @param {string|number} width * @param {string|number} height
asyncio 和它的朋友们/js/reveal.js:1846
↓ 2 callers
Function
m
(e,t)
asyncio 和它的朋友们/plugin/highlight/highlight.js:76
↓ 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 {
asyncio 和它的朋友们/plugin/zoom-js/zoom.js:98
↓ 2 callers
Function
marked
(src,opt,callback)
asyncio 和它的朋友们/plugin/markdown/marked.js:6
↓ 2 callers
Function
openNotes
( notesFilePath )
asyncio 和它的朋友们/plugin/notes/notes.js:14
↓ 2 callers
Function
pause
* Enters the paused mode which fades everything on screen to * black.
asyncio 和它的朋友们/js/reveal.js:2193
↓ 2 callers
Function
post
* Posts the current slide data to the notes window
asyncio 和它的朋友们/plugin/notes-server/client.js:16
↓ 2 callers
Function
proceed
()
asyncio 和它的朋友们/js/reveal.js:391
↓ 2 callers
Function
readURL
* Reads the current URL (hash) and navigates accordingly.
asyncio 和它的朋友们/js/reveal.js:3552
↓ 2 callers
Function
removeEventListeners
* Unbinds all event listeners.
asyncio 和它的朋友们/js/reveal.js:1184
↓ 2 callers
Function
rt
(t,i)
asyncio 和它的朋友们/lib/js/head.min.js:6
↓ 2 callers
Function
setPreviousVerticalIndex
* Stores the vertical index of a stack so that the same * vertical slide can be selected when navigating to and * from the stack. * * @param {
asyncio 和它的朋友们/js/reveal.js:1920
↓ 2 callers
Function
showHelp
* Opens an overlay window with help material.
asyncio 和它的朋友们/js/reveal.js:1692
↓ 2 callers
Function
showSlide
* Called when the given slide is within the configured view * distance. Shows the slide element and loads any content * that is set to load lazily
asyncio 和它的朋友们/js/reveal.js:3071
↓ 2 callers
Function
slidify
* Parses a data string into multiple slides based * on the passed in separator arguments.
asyncio 和它的朋友们/plugin/markdown/markdown.js:127
↓ 2 callers
Function
toggleOverview
* Toggles the slide overview mode on and off. * * @param {Boolean} [override] Flag which overrides the * toggle logic and forcibly sets the desi
asyncio 和它的朋友们/js/reveal.js:2126
↓ 2 callers
Function
togglePause
* Toggles the paused mode on and off.
asyncio 和它的朋友们/js/reveal.js:2227
↓ 2 callers
Function
unescape
(html)
asyncio 和它的朋友们/plugin/markdown/marked.js:6
↓ 2 callers
Function
updateNotes
* Pick up notes from the current slide and display them * to the viewer. * * @see {@link config.showNotes}
asyncio 和它的朋友们/js/reveal.js:2745
↓ 2 callers
Function
updateParallax
* Updates the position of the parallax background based * on the current slide index.
asyncio 和它的朋友们/js/reveal.js:3005
↓ 2 callers
Function
updateSlideNumber
* Updates the slide number div to reflect the current slide. * * The following slide number formats are available: * "h.v": horizontal . vertic
asyncio 和它的朋友们/js/reveal.js:2778
↓ 2 callers
Function
updateSlides
* Updates one dimension of slides by showing the slide * with the specified index. * * @param {string} selector A CSS selector that will fetch
asyncio 和它的朋友们/js/reveal.js:2561
↓ 2 callers
Function
v
(e,t)
asyncio 和它的朋友们/plugin/highlight/highlight.js:76
↓ 2 callers
Function
writeURL
* Updates the page URL (hash) to reflect the current * state. * * @param {number} delay The time in ms to wait before * writing the hash
asyncio 和它的朋友们/js/reveal.js:3600
↓ 1 callers
Function
addAttributes
* Add attributes to the parent element of a text node, * or the element of an attribute node.
asyncio 和它的朋友们/plugin/markdown/markdown.js:304
↓ 1 callers
Function
addClass
( elem, name )
asyncio 和它的朋友们/test/qunit-1.12.0.js:1564
↓ 1 callers
Function
addEventListeners
* Binds all event listeners.
asyncio 和它的朋友们/js/reveal.js:1106
↓ 1 callers
Function
addEvents
* @param {Array|NodeList} elems * @param {string} type * @param {Function} fn
asyncio 和它的朋友们/test/qunit-1.12.0.js:1553
↓ 1 callers
Function
at
(n)
asyncio 和它的朋友们/lib/js/head.min.js:6
↓ 1 callers
Function
betterTrim
(snippetEl)
asyncio 和它的朋友们/plugin/highlight/highlight.js:5
↓ 1 callers
Function
bindCallbacks
( o, callbacks, args )
asyncio 和它的朋友们/test/qunit-1.12.0.js:1609
↓ 1 callers
Function
checkCapabilities
* Inspect the client to see what it's capable of, this * should only happens once per runtime.
asyncio 和它的朋友们/js/reveal.js:341
↓ 1 callers
Function
checkPollution
()
asyncio 和它的朋友们/test/qunit-1.12.0.js:1481
↓ 1 callers
Function
colorBrightness
* Calculates brightness on a scale of 0-255. * * @param {string} color See colorToRgb for supported formats. * @see {@link colorToRgb}
asyncio 和它的朋友们/js/reveal.js:1448
↓ 1 callers
Function
configure
* Applies the configuration settings from the config * object. May be called multiple times. * * @param {object} options
asyncio 和它的朋友们/js/reveal.js:983
↓ 1 callers
Function
connect
* Connect to the notes window through a postmessage handshake. * Using postmessage enables us to work in situations where the * origins differ,
asyncio 和它的朋友们/plugin/notes/notes.js:33
↓ 1 callers
Function
convertSlides
* Converts any current data-markdown slides in the * DOM to HTML.
asyncio 和它的朋友们/plugin/markdown/markdown.js:343
↓ 1 callers
Function
createBackgrounds
* Creates the slide background elements and appends them * to the background container. One element is created per * slide no matter if the given
asyncio 和它的朋友们/js/reveal.js:807
↓ 1 callers
Function
createStatusDiv
* Creates a hidden div with role aria-live to announce the * current slide content. Hide the div off-screen to make it * available only to Assisti
asyncio 和它的朋友们/js/reveal.js:559
↓ 1 callers
Function
d
()
asyncio 和它的朋友们/plugin/highlight/highlight.js:76
↓ 1 callers
Function
disableRollingLinks
* Unwrap all 3D links.
asyncio 和它的朋友们/js/reveal.js:1572
↓ 1 callers
Function
done
()
asyncio 和它的朋友们/test/qunit-1.12.0.js:1250
↓ 1 callers
Function
enableRollingLinks
* Wrap all links in 3D goodness.
asyncio 和它的朋友们/js/reveal.js:1547
↓ 1 callers
Function
enterFullscreen
* Handling the fullscreen functionality via the fullscreen API * * @see http://fullscreen.spec.whatwg.org/ * @see https://developer.mozilla.org/
asyncio 和它的朋友们/js/reveal.js:2172
↓ 1 callers
Function
errorString
( error )
asyncio 和它的朋友们/test/qunit-1.12.0.js:47
↓ 1 callers
Function
et
(n)
asyncio 和它的朋友们/lib/js/head.min.js:6
↓ 1 callers
Function
finish
()
asyncio 和它的朋友们/plugin/math/math.js:46
↓ 1 callers
Function
formatEmbeddedContent
* Enforces origin-specific format rules for embedded media.
asyncio 和它的朋友们/js/reveal.js:3251
↓ 1 callers
Function
getProgress
* Returns a value ranging from 0-1 that represents * how far into the presentation we have navigated. * * @return {number}
asyncio 和它的朋友们/js/reveal.js:3508
↓ 1 callers
Function
getRemainingHeight
* Returns the remaining height within the parent of the * target element. * * remaining height = [ configured parent height ] - [ current parent
asyncio 和它的朋友们/js/reveal.js:1469
↓ 1 callers
Function
getSlide
* Returns the slide element matching the specified index. * * @return {HTMLElement}
asyncio 和它的朋友们/js/reveal.js:3714
↓ 1 callers
Function
getSlides
* Retrieves all slides in this presentation.
asyncio 和它的朋友们/js/reveal.js:3692
↓ 1 callers
Function
getState
* Retrieves the current state of the presentation as * an object. This state can then be restored at any * time. * * @return {{indexh: number,
asyncio 和它的朋友们/js/reveal.js:3797
↓ 1 callers
Function
hideAddressBar
* Hides the address bar if we're on a mobile device.
asyncio 和它的朋友们/js/reveal.js:1503
↓ 1 callers
Function
ht
(n)
asyncio 和它的朋友们/lib/js/head.min.js:6
↓ 1 callers
Function
inArray
( elem, array )
asyncio 和它的朋友们/test/qunit-1.12.0.js:2044
↓ 1 callers
Function
load
* Loads the dependencies of reveal.js. Dependencies are * defined via the configuration option 'dependencies' * and will be loaded prior to
asyncio 和它的朋友们/js/reveal.js:384
↓ 1 callers
Function
loadScript
( url, callback )
asyncio 和它的朋友们/plugin/math/math.js:38
↓ 1 callers
Function
loadScript
( s )
asyncio 和它的朋友们/js/reveal.js:400
↓ 1 callers
Function
n
(o,p)
asyncio 和它的朋友们/lib/js/classList.js:2
↓ 1 callers
Function
o
(f)
asyncio 和它的朋友们/lib/js/head.min.js:6
↓ 1 callers
Function
onConnected
* Called once we have established a connection to the notes * window.
asyncio 和它的朋友们/plugin/notes/notes.js:106
↓ 1 callers
Function
onDocumentKeyDown
* Handler for the document level 'keydown' event. * * @param {object} event
asyncio 和它的朋友们/js/reveal.js:4275
↓ 1 callers
Function
onTouchEnd
* Handler for the 'touchend' event. * * @param {object} event
asyncio 和它的朋友们/js/reveal.js:4530
↓ 1 callers
Function
onTouchMove
* Handler for the 'touchmove' event. * * @param {object} event
asyncio 和它的朋友们/js/reveal.js:4439
↓ 1 callers
Function
onTouchStart
* Handler for the 'touchstart' event, enables support for * swipe and pinch gestures. * * @param {object} event
asyncio 和它的朋友们/js/reveal.js:4412
↓ 1 callers
Function
openSearch
()
asyncio 和它的朋友们/plugin/search/search.js:111
↓ 1 callers
Function
p
()
asyncio 和它的朋友们/plugin/highlight/highlight.js:76
↓ 1 callers
Function
post
* Posts the current slide data to the notes window
asyncio 和它的朋友们/plugin/notes/notes.js:56
↓ 1 callers
Function
processSlides
* Parses any current data-markdown slides, splits * multi-slide markdown into separate sections and * handles loading of external markdown.
asyncio 和它的朋友们/plugin/markdown/markdown.js:200
↓ 1 callers
Function
resetVerticalSlides
* Resets all vertical slides so that only the first * is visible.
asyncio 和它的朋友们/js/reveal.js:2488
↓ 1 callers
Function
run
()
asyncio 和它的朋友们/test/qunit-1.12.0.js:355
↓ 1 callers
Function
setupDOM
* Finds and stores references to DOM elements which are * required by the presentation. If a required element is * not found, it is created.
asyncio 和它的朋友们/js/reveal.js:506
↓ 1 callers
Function
setupPDF
* Configures the presentation for printing to a static * PDF.
asyncio 和它的朋友们/js/reveal.js:614
↓ 1 callers
Function
setupPostMessage
* Registers a listener to postMessage events, this makes it * possible to call all reveal.js API methods from another * window. For example: *
asyncio 和它的朋友们/js/reveal.js:957
↓ 1 callers
Function
setupScrollPrevention
* This is an unfortunate necessity. Some actions – such as * an input field being focused in an iframe or using the * keyboard to expand text sele
asyncio 和它的朋友们/js/reveal.js:753
↓ 1 callers
Function
showPreview
* Opens a preview window for the target URL. * * @param {string} url - url for preview iframe src
asyncio 和它的朋友们/js/reveal.js:1625
↓ 1 callers
Function
shuffle
* Randomly shuffles all slides in the deck.
asyncio 和它的朋友们/js/reveal.js:2534
↓ 1 callers
Function
sortAllFragments
* Sorts and formats all of fragments in the * presentation.
asyncio 和它的朋友们/js/reveal.js:2513
↓ 1 callers
Function
st
(n)
asyncio 和它的朋友们/lib/js/head.min.js:6
← previous
next →
101–200 of 257, ranked by callers