MCPcopy Create free account

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

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

↓ 1 callersFunctionprocessSlides
* Parses any current data-markdown slides, splits * multi-slide markdown into separate sections and * handles loading of external markdown.
presentation/plugin/markdown/markdown.js:199
↓ 1 callersFunctionq
(a)
presentation/lib/js/head.min.js:8
↓ 1 callersFunctionr
(e)
presentation/plugin/markdown/marked.js:6
↓ 1 callersMethodreadModuleDescriptorFromBytecode
()
playground-dependent/src/main/java/de/exxcellent/anothermodule/RetrieveModuleInfo.java:34
↓ 1 callersFunctionresetVerticalSlides
* Resets all vertical slides so that only the first * is visible.
presentation/js/reveal.js:2212
↓ 1 callersFunctionsetupDOM
* Finds and stores references to DOM elements which are * required by the presentation. If a required element is * not found, it is created.
presentation/js/reveal.js:446
↓ 1 callersFunctionsetupIframeScrollPrevention
* This is an unfortunate necessity. Iframes can trigger the * parent window to scroll, for example by focusing an input. * This scrolling can not
presentation/js/reveal.js:588
↓ 1 callersFunctionsetupPDF
* Configures the presentation for printing to a static * PDF.
presentation/js/reveal.js:516
↓ 1 callersFunctionsetupPostMessage
* Registers a listener to postMessage events, this makes it * possible to call all reveal.js API methods from another * window. For example: *
presentation/js/reveal.js:795
↓ 1 callersFunctionshowHelp
* Opens a overlay window with help material.
presentation/js/reveal.js:1444
↓ 1 callersFunctionshowPreview
* Opens a preview window for the target URL.
presentation/js/reveal.js:1402
↓ 1 callersFunctionsortAllFragments
* Sorts and formats all of fragments in the * presentation.
presentation/js/reveal.js:2237
↓ 1 callersFunctionstart
* Starts up reveal.js by binding input events and navigating * to the current URL deeplink if there is one.
presentation/js/reveal.js:387
↓ 1 callersFunctionstartEmbeddedIframe
* "Starts" the content of an embedded iframe using the * postmessage API.
presentation/js/reveal.js:2935
↓ 1 callersFunctionstopEmbeddedContent
* Stop playback of any embedded content inside of * the targeted slide.
presentation/js/reveal.js:2958
↓ 1 callersFunctionsync
* Syncs the presentation with the current DOM. Useful * when new slides or control elements are added or when * the configuration has changed.
presentation/js/reveal.js:2170
↓ 1 callersMethodtakeMoney
()
playground/src/main/java/de/exxcellent/java9/jigsaw/BillingService.java:27
↓ 1 callersFunctiontoggleAutoSlide
* Toggles the auto slide mode on and off. * * @param {Boolean} override Optional flag which sets the desired state. * True means autoplay starts
presentation/js/reveal.js:1994
↓ 1 callersFunctionv
(a)
presentation/lib/js/head.min.js:8
↓ 1 callersFunctionw
(t)
presentation/js/zepto.min.js:2
↓ 1 callersFunctionw
(a,b)
presentation/lib/js/head.min.js:8
↓ 1 callersMethodwalkAndFilterStackframe
()
playground/src/main/java/de/exxcellent/java9/util/StackWalkerExample.java:17
↓ 1 callersFunctionz
(t)
presentation/js/zepto.min.js:2
MethodBillingService
()
playground/src/main/java/de/exxcellent/java9/jigsaw/BillingService.java:9
FunctionCircleGesture
(data)
presentation/plugin/leap/leap.js:15
FunctionEvent
(data)
presentation/plugin/leap/leap.js:15
FunctionHilitor
(id, tag)
presentation/plugin/search/search.js:19
FunctionKeyTapGesture
(data)
presentation/plugin/leap/leap.js:15
FunctionPlayback
* Constructor for the playback component, which displays * play/pause/progress controls. * * @param {HTMLElement} container The component will a
presentation/js/reveal.js:4198
FunctionScreenTapGesture
(data)
presentation/plugin/leap/leap.js:15
FunctionSwipeGesture
(data)
presentation/plugin/leap/leap.js:15
Function_
()
presentation/plugin/highlight/highlight.js:30
Functiona
(t,n,i)
presentation/plugin/markdown/marked.js:6
MethodbuildBillingService
()
playground-dependent/src/main/java/de/exxcellent/anothermodule/spi/MastercardBillingServiceProvider.java:8
FunctionfragmentNotify
( event )
presentation/plugin/multiplex/master.js:45
FunctiongestureCreator
()
presentation/plugin/leap/leap.js:15
Functioni
()
presentation/lib/js/classList.js:2
FunctionimmediateRunnerCallback
(frame)
presentation/plugin/leap/leap.js:15
Functioninitialize
* Starts up the presentation if the client is capable.
presentation/js/reveal.js:234
FunctionisAutoSliding
* Checks if the auto slide mode is currently on.
presentation/js/reveal.js:2009
Functionlater
()
presentation/plugin/leap/leap.js:17
Methodmain
(String[] args)
playground-dependent/src/main/java/de/exxcellent/anothermodule/TestModuleEncapuslation.java:10
Methodmain
Show module infos
playground-dependent/src/main/java/de/exxcellent/anothermodule/RetrieveModuleInfo.java:13
Methodmain
(String[] args)
playground-dependent/src/main/java/de/exxcellent/anothermodule/TestJigsawSPI.java:8
Methodmain
The HTTP API functions asynchronously & synchronously. In asynchronous mode, work is done on the threads supplied by the client's ExecutorService.
playground/src/main/java/de/exxcellent/java9/http/HttpClientExample.java:14
Methodmain
Start a process, listen to process termination, retrieve process details, kill processes.
playground/src/main/java/de/exxcellent/java9/process/ControlProcess.java:11
Methodmain
Stream utilities.
playground/src/main/java/de/exxcellent/java9/util/InputStreamExample.java:12
Methodmain
Easily traverse stackframes.
playground/src/main/java/de/exxcellent/java9/util/StackWalkerExample.java:12
Functionn
(e)
presentation/plugin/markdown/marked.js:6
FunctiononAutoSlidePlayerClick
* Handles click on the auto-sliding controls element.
presentation/js/reveal.js:4164
FunctiononDocumentKeyPress
* Handler for the document level 'keypress' event.
presentation/js/reveal.js:3728
FunctiononDocumentMouseScroll
* Handles mouse wheel scrolling, throttled to avoid skipping * multiple slides.
presentation/js/reveal.js:4023
FunctiononNavigateDownClicked
( event )
presentation/js/reveal.js:4070
FunctiononNavigateLeftClicked
* Event handler for navigation control buttons.
presentation/js/reveal.js:4067
FunctiononNavigateNextClicked
( event )
presentation/js/reveal.js:4072
FunctiononNavigatePrevClicked
( event )
presentation/js/reveal.js:4071
FunctiononNavigateRightClicked
( event )
presentation/js/reveal.js:4068
FunctiononNavigateUpClicked
( event )
presentation/js/reveal.js:4069
FunctiononOverviewSlideClicked
* Invoked when a slide is and we're in the overview.
presentation/js/reveal.js:4116
FunctiononPageVisibilityChange
* Handle for the window level 'visibilitychange' event.
presentation/js/reveal.js:4095
FunctiononPointerDown
* Convert pointer down to touch start.
presentation/js/reveal.js:3986
FunctiononPointerMove
* Convert pointer move to touch move.
presentation/js/reveal.js:3998
FunctiononPointerUp
* Convert pointer up to touch end.
presentation/js/reveal.js:4010
FunctiononPreviewLinkClicked
* Handles clicks on links that are set to preview in the * iframe overlay.
presentation/js/reveal.js:4149
FunctiononProgressClicked
* Clicking on the progress bar results in a navigation to the * closest approximate horizontal slide using this equation: * * ( clickX / present
presentation/js/reveal.js:4047
FunctiononWindowHashChange
* Handler for the window level 'hashchange' event.
presentation/js/reveal.js:4077
FunctiononWindowResize
* Handler for the window level 'resize' event.
presentation/js/reveal.js:4086
Functionpan
* Pan the document when the mosue cursor approaches the edges * of the window.
presentation/plugin/zoom-js/zoom.js:164
FunctionremoveAddressBar
* Causes the address bar to hide on mobile devices, * more vertical space ftw.
presentation/js/reveal.js:1298
Functionresult
(obj)
presentation/plugin/leap/leap.js:17
FunctionsetState
* Restores the presentation to the given state. * * @param {Object} state As generated by getState()
presentation/js/reveal.js:3310
Functiont
(e,t)
presentation/plugin/markdown/marked.js:6
MethodtakeMoney
()
playground-dependent/src/main/java/de/exxcellent/anothermodule/spi/MastercardBillingService.java:7
Functiontemplate
(data)
presentation/plugin/leap/leap.js:17
FunctiontoggleSearch
()
presentation/plugin/search/search.js:119
← previous201–275 of 275, ranked by callers