Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bentolor/java9-in-action
/ functions
Functions
275 in github.com/bentolor/java9-in-action
⨍
Functions
275
◇
Types & classes
12
↓ 60 callers
Function
toArray
* Converts the target object to an array.
presentation/js/reveal.js:1050
↓ 49 callers
Function
n
(o,p)
presentation/lib/js/classList.js:2
↓ 19 callers
Function
isOverview
* Checks if the overview is currently active. * * @return {Boolean} true if the overview is active, * false otherwise
presentation/js/reveal.js:1884
↓ 18 callers
Function
t
(a)
presentation/lib/js/head.min.js:8
↓ 17 callers
Function
slide
* Steps from the current point in the presentation to the * slide which matches the specified horizontal and vertical * indices. * * @param {i
presentation/js/reveal.js:2026
↓ 15 callers
Function
t
(e)
presentation/plugin/highlight/highlight.js:30
↓ 14 callers
Function
o
(e,t)
presentation/plugin/highlight/highlight.js:30
↓ 12 callers
Function
l
(e,t)
presentation/plugin/markdown/marked.js:6
↓ 12 callers
Function
s
(e,t)
presentation/plugin/markdown/marked.js:6
↓ 11 callers
Function
dispatchEvent
* Dispatches an event of the specified type from the * reveal DOM element.
presentation/js/reveal.js:1310
↓ 10 callers
Function
J
(t,e,n,i)
presentation/js/zepto.min.js:2
↓ 10 callers
Function
h
(e)
presentation/plugin/markdown/marked.js:6
↓ 9 callers
Function
availableRoutes
* Determine what available routes there are for navigation. * * @return {Object} containing four booleans: left/right/up/down
presentation/js/reveal.js:2823
↓ 9 callers
Function
o
(t)
presentation/js/zepto.min.js:2
↓ 9 callers
Function
onUserInput
* Called by all event handlers that are based on user * input.
presentation/js/reveal.js:3717
↓ 9 callers
Function
p
(t)
presentation/js/zepto.min.js:2
↓ 9 callers
Function
r
(e)
presentation/plugin/highlight/highlight.js:30
↓ 8 callers
Function
s
(a,b)
presentation/lib/js/head.min.js:8
↓ 8 callers
Function
transformElement
* Applies a CSS transform to the target element.
presentation/js/reveal.js:1091
↓ 7 callers
Function
W
(e,n)
presentation/js/zepto.min.js:2
↓ 7 callers
Function
Z
(t)
presentation/js/zepto.min.js:2
↓ 7 callers
Function
closeOverlay
* Closes any currently open overlay.
presentation/js/reveal.js:1489
↓ 7 callers
Function
cueAutoSlide
* Cues a new automated slide if enabled in the config.
presentation/js/reveal.js:3505
↓ 7 callers
Function
m
(t,e)
presentation/js/zepto.min.js:2
↓ 7 callers
Function
p
(a)
presentation/lib/js/head.min.js:8
↓ 7 callers
Function
s
(e)
presentation/plugin/highlight/highlight.js:30
↓ 7 callers
Function
y
(t,e,n,i,r)
presentation/js/zepto.min.js:2
↓ 6 callers
Function
D
(t)
presentation/js/zepto.min.js:2
↓ 6 callers
Function
deactivateOverview
* Exits the slide overview and enters the currently * active slide.
presentation/js/reveal.js:1808
↓ 6 callers
Function
deserialize
* Utility for deserializing a value.
presentation/js/reveal.js:1059
↓ 6 callers
Function
g
(e)
presentation/plugin/markdown/marked.js:6
↓ 6 callers
Function
isPrintingPDF
* Checks if this instance is being used to print a PDF.
presentation/js/reveal.js:1275
↓ 6 callers
Function
l
(t)
presentation/js/zepto.min.js:2
↓ 5 callers
Function
F
(t)
presentation/js/zepto.min.js:2
↓ 5 callers
Function
a
(e,t)
presentation/plugin/highlight/highlight.js:30
↓ 5 callers
Function
createSingletonNode
* Creates an HTML element and returns a reference to it. * If the element already exists the existing instance will * be returned.
presentation/js/reveal.js:606
↓ 5 callers
Function
e
(e)
presentation/plugin/markdown/marked.js:6
↓ 5 callers
Function
i
(e)
presentation/plugin/markdown/marked.js:6
↓ 5 callers
Function
isPaused
* Checks if we are currently in the paused mode.
presentation/js/reveal.js:1981
↓ 5 callers
Function
isVerticalSlide
* Checks if the current or specified slide is vertical * (nested within another slide). * * @param {HTMLElement} slide [optional] The slide to c
presentation/js/reveal.js:1897
↓ 5 callers
Function
j
(e,i)
presentation/js/zepto.min.js:2
↓ 5 callers
Function
layout
* Applies JavaScript-controlled layout rules to the * presentation.
presentation/js/reveal.js:1502
↓ 5 callers
Function
m
(e,t,r,a)
presentation/plugin/highlight/highlight.js:30
↓ 5 callers
Function
n
(e)
presentation/plugin/highlight/highlight.js:30
↓ 5 callers
Function
r
(t)
presentation/js/zepto.min.js:2
↓ 5 callers
Function
transformSlides
* Applies CSS transforms to the slides container. The container * is transformed from two separate sources: layout and the overview * mode.
presentation/js/reveal.js:1105
↓ 5 callers
Function
u
(a)
presentation/lib/js/head.min.js:8
↓ 4 callers
Function
$
(t)
presentation/js/zepto.min.js:2
↓ 4 callers
Function
L
(t)
presentation/js/zepto.min.js:2
↓ 4 callers
Function
M
(t)
presentation/js/zepto.min.js:2
↓ 4 callers
Function
U
(t,e)
presentation/js/zepto.min.js:2
↓ 4 callers
Function
_appendParamToIframeSource
( sourceAttribute, sourceURL, param )
presentation/js/reveal.js:2874
↓ 4 callers
Function
createBackground
* Creates a background for the given slide. * * @param {HTMLElement} slide * @param {HTMLElement} container The element that the background *
presentation/js/reveal.js:704
↓ 4 callers
Function
extend
* Extend object a with the properties of object b. * If there's a conflict, object b takes precedence.
presentation/js/reveal.js:1039
↓ 4 callers
Function
g
(t)
presentation/js/zepto.min.js:2
↓ 4 callers
Function
g
(p,o)
presentation/lib/js/classList.js:2
↓ 4 callers
Function
l
(e,a,i)
presentation/plugin/highlight/highlight.js:30
↓ 4 callers
Function
navigateDown
()
presentation/js/reveal.js:3641
↓ 4 callers
Function
navigateLeft
()
presentation/js/reveal.js:3602
↓ 4 callers
Function
navigateNext
* The reverse of #navigatePrev().
presentation/js/reveal.js:3687
↓ 4 callers
Function
navigatePrev
* Navigates backwards, prioritized in the following order: * 1) Previous fragment * 2) Previous vertical slide * 3) Previous horizontal slide
presentation/js/reveal.js:3656
↓ 4 callers
Function
navigateRight
()
presentation/js/reveal.js:3617
↓ 4 callers
Function
navigateUp
()
presentation/js/reveal.js:3632
↓ 4 callers
Function
nextFragment
* Navigate to the next slide fragment. * * @return {Boolean} true if there was a next fragment, * false otherwise
presentation/js/reveal.js:3484
↓ 4 callers
Function
pauseAutoSlide
()
presentation/js/reveal.js:3578
↓ 4 callers
Function
previousFragment
* Navigate to the previous slide fragment. * * @return {Boolean} true if there was a previous fragment, * false otherwise
presentation/js/reveal.js:3496
↓ 4 callers
Function
r
(a)
presentation/lib/js/head.min.js:8
↓ 4 callers
Function
resumeAutoSlide
()
presentation/js/reveal.js:3592
↓ 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
presentation/js/reveal.js:3343
↓ 4 callers
Function
updateProgress
* Updates the progress bar to reflect the current slide.
presentation/js/reveal.js:2449
↓ 4 callers
Function
y
(e)
presentation/plugin/highlight/highlight.js:30
↓ 3 callers
Function
C
(e,n,i,r)
presentation/js/zepto.min.js:2
↓ 3 callers
Function
E
(t,e)
presentation/js/zepto.min.js:2
↓ 3 callers
Function
JSONProtocol
(version,cb)
presentation/plugin/leap/leap.js:15
↓ 3 callers
Function
R
(t)
presentation/js/zepto.min.js:2
↓ 3 callers
Function
S
(t)
presentation/js/zepto.min.js:2
↓ 3 callers
Function
X
(t,e,n)
presentation/js/zepto.min.js:2
↓ 3 callers
Function
activateOverview
* Displays the overview of slides (quick nav) by scaling * down and arranging all slide elements.
presentation/js/reveal.js:1689
↓ 3 callers
Function
cancelAutoSlide
* Cancels any ongoing request to auto-slide.
presentation/js/reveal.js:3571
↓ 3 callers
Function
createMarkdownSlide
* Helper function for constructing a markdown slide.
presentation/plugin/markdown/markdown.js:108
↓ 3 callers
Function
d
(e,r,i,n)
presentation/plugin/highlight/highlight.js:30
↓ 3 callers
Function
f
()
presentation/plugin/highlight/highlight.js:30
↓ 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
presentation/js/reveal.js:3184
↓ 3 callers
Function
getMarkdownFromSlide
* Retrieves the markdown contents of a slide section * element. Normalizes leading tabs/whitespace.
presentation/plugin/markdown/markdown.js:39
↓ 3 callers
Function
h
(t,e,n,i)
presentation/js/zepto.min.js:2
↓ 3 callers
Function
lookupIterator
(value)
presentation/plugin/leap/leap.js:16
↓ 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
presentation/js/reveal.js:3401
↓ 3 callers
Function
p
(e,r)
presentation/plugin/highlight/highlight.js:30
↓ 3 callers
Function
resume
* Exits from the paused mode.
presentation/js/reveal.js:1951
↓ 3 callers
Function
updateBackground
* Updates the background elements to reflect the current * slide. * * @param {Boolean} includeAll If true, the backgrounds of * all vertical s
presentation/js/reveal.js:2548
↓ 3 callers
Function
updateControls
* Updates the state of all control/navigation arrows.
presentation/js/reveal.js:2494
↓ 3 callers
Function
updateSlidesVisibility
* Optimization method; hide all slides that are far away * from the present slide.
presentation/js/reveal.js:2374
↓ 3 callers
Function
v
(e,i,r,o,a,u,f)
presentation/js/zepto.min.js:2
↓ 3 callers
Function
x
(a,b)
presentation/lib/js/head.min.js:8
↓ 2 callers
Function
H
(t,e)
presentation/js/zepto.min.js:2
↓ 2 callers
Function
V
(t)
presentation/js/zepto.min.js:2
↓ 2 callers
Function
_
(obj)
presentation/plugin/leap/leap.js:16
↓ 2 callers
Function
_
(t)
presentation/js/zepto.min.js:2
↓ 2 callers
Function
a
()
presentation/js/zepto.min.js:2
↓ 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.
presentation/plugin/markdown/markdown.js:281
next →
1–100 of 275, ranked by callers