MCPcopy Create free account

hub / github.com/bentolor/java9-in-action / functions

Functions275 in github.com/bentolor/java9-in-action

↓ 2 callersFunctionavailableFragments
* Returns an object describing the available fragment * directions. * * @return {Object} two boolean properties: prev/next
presentation/js/reveal.js:2852
↓ 2 callersFunctionb
()
presentation/js/zepto.min.js:2
↓ 2 callersFunctionc
(e)
presentation/js/zepto.min.js:2
↓ 2 callersFunctioncolorToRgb
* 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
presentation/js/reveal.js:1147
↓ 2 callersFunctioncreateHash
(secret)
presentation/plugin/multiplex/index.js:44
↓ 2 callersFunctiond
(t)
presentation/js/zepto.min.js:2
↓ 2 callersFunctiondistanceBetween
* Measures the distance in pixels between point a * and point b. * * @param {Object} a point with x/y properties * @param {Object} b point wit
presentation/js/reveal.js:1079
↓ 2 callersFunctiondoSearch
()
presentation/plugin/search/search.js:130
↓ 2 callersFunctionenablePreviewLinks
* Bind preview frame links.
presentation/js/reveal.js:1372
↓ 2 callersFunctiongetAbsoluteHeight
* Retrieves the height of the given element by looking * at the position and height of its immediate children.
presentation/js/reveal.js:1213
↓ 2 callersFunctiongetComputedSlideSize
* Calculates the computed pixel size of our slides. These * values are based on the width and height configuration * options.
presentation/js/reveal.js:1619
↓ 2 callersFunctiongetForwardedAttributes
* Given a markdown slide section element, this will * return all arguments that aren't related to markdown * parsing. Used to forward any other us
presentation/plugin/markdown/markdown.js:66
↓ 2 callersMethodgetInstance
()
playground/src/main/java/de/exxcellent/java9/jigsaw/BillingService.java:12
↓ 2 callersFunctiongetPreviousVerticalIndex
* Retrieves the vertical index which was stored using * #setPreviousVerticalIndex() or 0 if no previous index * exists. * * @param {HTMLElemen
presentation/js/reveal.js:1672
↓ 2 callersFunctiongetScrollOffset
()
presentation/plugin/zoom-js/zoom.js:189
↓ 2 callersFunctiongetSlideBackground
* Returns the background element for the given slide. * All slides, even the ones with no background properties * defined, have a background eleme
presentation/js/reveal.js:3259
↓ 2 callersFunctiongetSlidePastCount
* Returns the number of past slides. This can be used as a global * flattened index for slides.
presentation/js/reveal.js:3003
↓ 2 callersFunctiongetSlidifyOptions
* Inspects the given options and fills out default * values for what's not defined.
presentation/plugin/markdown/markdown.js:94
↓ 2 callersFunctiongetTotalSlides
* Retrieves the total number of slides in this presentation.
presentation/js/reveal.js:3231
↓ 2 callersFunctiongroup
(obj,value,context,behavior)
presentation/plugin/leap/leap.js:17
↓ 2 callersFunctionh
(e,r)
presentation/plugin/highlight/highlight.js:30
↓ 2 callersFunctionhideSlide
* Called when the given slide is moved outside of the * configured view distance.
presentation/js/reveal.js:2804
↓ 2 callersFunctioni
(e)
presentation/plugin/highlight/highlight.js:30
↓ 2 callersFunctioninjectStyleSheet
* Injects the given CSS styles into the DOM.
presentation/js/reveal.js:1124
↓ 2 callersFunctionisSpeakerNotes
* Checks if this presentation is running inside of the * speaker notes window.
presentation/js/reveal.js:3080
↓ 2 callersFunctionlayoutOverview
* Uses CSS transforms to position all slides in a grid for * display inside of the overview mode.
presentation/js/reveal.js:1740
↓ 2 callersFunctionmagnify
* Applies the CSS required to zoom in, prefers the use of CSS3 * transforms but falls back on zoom for IE. * * @param {Object} rect * @param {
presentation/plugin/zoom-js/zoom.js:88
↓ 2 callersFunctionnotify
( slideElement, indexh, indexv, origin )
presentation/plugin/multiplex/master.js:9
↓ 2 callersFunctionopenNotes
()
presentation/plugin/notes/notes.js:14
↓ 2 callersFunctionpause
* Enters the paused mode which fades everything on screen to * black.
presentation/js/reveal.js:1933
↓ 2 callersFunctionpost
* Posts the current slide data to the notes window
presentation/plugin/notes-server/client.js:16
↓ 2 callersFunctionproceed
()
presentation/js/reveal.js:333
↓ 2 callersFunctionq
(t)
presentation/js/zepto.min.js:2
↓ 2 callersFunctionreadURL
* Reads the current URL (hash) and navigates accordingly.
presentation/js/reveal.js:3089
↓ 2 callersFunctionremoveEventListeners
* Unbinds all event listeners.
presentation/js/reveal.js:994
↓ 2 callersFunctionsetPreviousVerticalIndex
* Stores the vertical index of a stack so that the same * vertical slide can be selected when navigating to and * from the stack. * * @param {
presentation/js/reveal.js:1657
↓ 2 callersFunctionshowSlide
* 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
presentation/js/reveal.js:2721
↓ 2 callersFunctionslidify
* Parses a data string into multiple slides based * on the passed in separator arguments.
presentation/plugin/markdown/markdown.js:126
↓ 2 callersFunctionstartEmbeddedContent
* Start playback of any embedded content inside of * the targeted slide.
presentation/js/reveal.js:2897
↓ 2 callersFunctiontoggleOverview
* Toggles the slide overview mode on and off. * * @param {Boolean} override Optional flag which overrides the * toggle logic and forcibly sets t
presentation/js/reveal.js:1867
↓ 2 callersFunctiontogglePause
* Toggles the paused mode on and off.
presentation/js/reveal.js:1967
↓ 2 callersFunctionu
(e,t)
presentation/plugin/highlight/highlight.js:30
↓ 2 callersFunctionupdateOverview
* Moves the overview viewport to the current slides. * Called each time the current slide changes.
presentation/js/reveal.js:1783
↓ 2 callersFunctionupdateParallax
* Updates the position of the parallax background based * on the current slide index.
presentation/js/reveal.js:2664
↓ 2 callersFunctionupdateSlideNumber
* Updates the slide number div to reflect the current slide. * * Slide number format can be defined as a string using the * following variables:
presentation/js/reveal.js:2470
↓ 2 callersFunctionupdateSlides
* Updates one dimension of slides by showing the slide * with the specified index. * * @param {String} selector A CSS selector that will fetch
presentation/js/reveal.js:2268
↓ 2 callersFunctionv
(e,r)
presentation/plugin/highlight/highlight.js:30
↓ 2 callersFunctionwriteURL
* Updates the page URL (hash) to reflect the current * state. * * @param {Number} delay The time in ms to wait before * writing the hash
presentation/js/reveal.js:3137
↓ 2 callersFunctionx
()
presentation/js/zepto.min.js:2
↓ 2 callersFunctiony
(c,d)
presentation/lib/js/head.min.js:8
↓ 2 callersFunctionz
()
presentation/lib/js/head.min.js:8
↓ 1 callersFunctionB
(n,i,r)
presentation/js/zepto.min.js:2
↓ 1 callersFunctionG
(t,e)
presentation/js/zepto.min.js:2
↓ 1 callersFunctionI
(t)
presentation/js/zepto.min.js:2
↓ 1 callersFunctionY
(t)
presentation/js/zepto.min.js:2
↓ 1 callersFunctionaddAttributes
* Add attributes to the parent element of a text node, * or the element of an attribute node.
presentation/plugin/markdown/markdown.js:303
↓ 1 callersFunctionaddEventListeners
* Binds all event listeners.
presentation/js/reveal.js:916
↓ 1 callersFunctionb
()
presentation/plugin/highlight/highlight.js:30
↓ 1 callersMethodbuildBillingService
()
playground/src/main/java/de/exxcellent/java9/jigsaw/spi/BillingServiceProvider.java:7
↓ 1 callersFunctionc
(e)
presentation/plugin/highlight/highlight.js:30
↓ 1 callersFunctioncallback
()
presentation/plugin/leap/leap.js:15
↓ 1 callersFunctioncheckCapabilities
* Inspect the client to see what it's capable of, this * should only happens once per runtime.
presentation/js/reveal.js:290
↓ 1 callersFunctioncolorBrightness
* Calculates brightness on a scale of 0-255. * * @param color See colorStringToRgb for supported formats.
presentation/js/reveal.js:1197
↓ 1 callersFunctionconfigure
* Applies the configuration settings from the config * object. May be called multiple times.
presentation/js/reveal.js:819
↓ 1 callersFunctionconnect
* Connect to the notes window through a postmessage handshake. * Using postmessage enables us to work in situations where the * origins differ,
presentation/plugin/notes/notes.js:25
↓ 1 callersFunctionconvertSlides
* Converts any current data-markdown slides in the * DOM to HTML.
presentation/plugin/markdown/markdown.js:342
↓ 1 callersFunctioncreateBackgrounds
* Creates the slide background elements and appends them * to the background container. One element is created per * slide no matter if the given
presentation/js/reveal.js:637
↓ 1 callersFunctioncreateStatusDiv
* 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
presentation/js/reveal.js:493
↓ 1 callersFunctiond
(s)
presentation/lib/js/classList.js:2
↓ 1 callersFunctiondisablePreviewLinks
* Unbind preview frame links.
presentation/js/reveal.js:1387
↓ 1 callersFunctiondisableRollingLinks
* Unwrap all 3D links.
presentation/js/reveal.js:1353
↓ 1 callersFunctionenableRollingLinks
* Wrap all links in 3D goodness.
presentation/js/reveal.js:1328
↓ 1 callersFunctionenterFullscreen
* Handling the fullscreen functionality via the fullscreen API * * @see http://fullscreen.spec.whatwg.org/ * @see https://developer.mozilla.org/
presentation/js/reveal.js:1912
↓ 1 callersFunctioneq
(a,b,aStack,bStack)
presentation/plugin/leap/leap.js:17
↓ 1 callersFunctionfinish
()
presentation/plugin/math/math.js:43
↓ 1 callersFunctionflatten
(input,shallow,output)
presentation/plugin/leap/leap.js:17
↓ 1 callersFunctionformatEmbeddedContent
* Enforces origin-specific format rules for embedded media.
presentation/js/reveal.js:2872
↓ 1 callersFunctiong
()
presentation/plugin/highlight/highlight.js:30
↓ 1 callersFunctiongetProgress
* Returns a value ranging from 0-1 that represents * how far into the presentation we have navigated.
presentation/js/reveal.js:3047
↓ 1 callersFunctiongetRemainingHeight
* Returns the remaining height within the parent of the * target element. * * remaining height = [ configured parent height ] - [ current parent
presentation/js/reveal.js:1250
↓ 1 callersFunctiongetSlide
* Returns the slide element matching the specified index.
presentation/js/reveal.js:3240
↓ 1 callersFunctiongetState
* Retrieves the current state of the presentation as * an object. This state can then be restored at any * time.
presentation/js/reveal.js:3291
↓ 1 callersFunctionhideAddressBar
* Hides the address bar if we're on a mobile device.
presentation/js/reveal.js:1284
↓ 1 callersFunctioni
(n,s)
presentation/plugin/leap/leap.js:15
↓ 1 callersFunctionindexOf
(xs,x)
presentation/plugin/leap/leap.js:15
↓ 1 callersFunctionk
(t)
presentation/js/zepto.min.js:2
↓ 1 callersFunctionlayoutSlideContents
* Applies layout logic to the contents of all slides in * the presentation.
presentation/js/reveal.js:1586
↓ 1 callersFunctionload
* Loads the dependencies of reveal.js. Dependencies are * defined via the configuration option 'dependencies' * and will be loaded prior to
presentation/js/reveal.js:326
↓ 1 callersFunctionloadScript
( url, callback )
presentation/plugin/math/math.js:35
↓ 1 callersFunctionloadScript
( s )
presentation/js/reveal.js:342
↓ 1 callersMethodmain
Create immutable collections on the fly. <b>Note:</b> They do not accept {@code null} or duplicate entries (Set/Map)
playground/src/main/java/de/exxcellent/java9/collections/ImmutableCollections.java:14
↓ 1 callersFunctiono
()
presentation/plugin/markdown/marked.js:6
↓ 1 callersFunctiononConnected
* Called once we have established a connection to the notes * window.
presentation/plugin/notes/notes.js:80
↓ 1 callersFunctiononDocumentKeyDown
* Handler for the document level 'keydown' event.
presentation/js/reveal.js:3745
↓ 1 callersFunctiononTouchEnd
* Handler for the 'touchend' event.
presentation/js/reveal.js:3977
↓ 1 callersFunctiononTouchMove
* Handler for the 'touchmove' event.
presentation/js/reveal.js:3890
↓ 1 callersFunctiononTouchStart
* Handler for the 'touchstart' event, enables support for * swipe and pinch gestures.
presentation/js/reveal.js:3867
↓ 1 callersFunctionopenSearch
()
presentation/plugin/search/search.js:111
↓ 1 callersFunctionpost
* Posts the current slide data to the notes window
presentation/plugin/notes/notes.js:48
↓ 1 callersMethodprintModule
(ModuleDescriptor descriptor)
playground-dependent/src/main/java/de/exxcellent/anothermodule/RetrieveModuleInfo.java:24
← previousnext →101–200 of 275, ranked by callers