SYMBOL INDEX (123 symbols across 31 files) FILE: make.js function components (line 61) | function components() { function bundleResources (line 142) | function bundleResources(target) { function bundleHighlighter (line 156) | function bundleHighlighter(target) { function generateBoilerplateSingle (line 182) | function generateBoilerplateSingle(target) { function mapStyle (line 199) | function mapStyle(map, file) { function less (line 211) | function less(file) { function git (line 215) | function git(cmd) { function run (line 219) | function run(command, loud) { FILE: src/polyfills.js function forEach (line 5) | function forEach (list, f) { function extend (line 13) | function extend (object) { FILE: src/remark/api.js function Api (line 15) | function Api (dom) { function applyDefaults (line 58) | function applyDefaults (dom, options) { function unescape (line 78) | function unescape (source) { FILE: src/remark/components/printing/printing.js function PrintComponent (line 11) | function PrintComponent () {} FILE: src/remark/components/slide-number/slide-number.js function SlideNumberViewModel (line 3) | function SlideNumberViewModel (slide, slideshow) { function formatSlideNumber (line 14) | function formatSlideNumber (slide, slideshow) { function getSlideNo (line 30) | function getSlideNo (slide, slideshow) { FILE: src/remark/components/styler/styler.js function styleDocument (line 11) | function styleDocument () { function setPageSize (line 41) | function setPageSize (size) { function getRemarkStylesheet (line 50) | function getRemarkStylesheet () { function getPageRule (line 61) | function getPageRule (stylesheet) { FILE: src/remark/components/timer/timer.js function TimerViewModel (line 6) | function TimerViewModel(events, element, options) { function Chronos (line 80) | function Chronos() { function State (line 102) | function State(identifier, updater) { function TimerView (line 112) | function TimerView(element, options) { function defaultFormatter (line 130) | function defaultFormatter(elapsedTime) { function idiv (line 143) | function idiv(n, d) { function padStart (line 147) | function padStart(s, length, pad) { FILE: src/remark/controllers/defaultController.js function Controller (line 13) | function Controller (events, dom, slideshowView, options) { function addApiEventListeners (line 26) | function addApiEventListeners (events, keyboard, slideshowView, options) { FILE: src/remark/controllers/inputs/keyboard.js function Keyboard (line 3) | function Keyboard(events) { FILE: src/remark/controllers/inputs/location.js function addLocationEventListeners (line 7) | function addLocationEventListeners (events, dom, slideshowView) { FILE: src/remark/controllers/inputs/message.js function addMessageEventListeners (line 5) | function addMessageEventListeners (events) { FILE: src/remark/controllers/inputs/mouse.js function addMouseEventListeners (line 9) | function addMouseEventListeners (events, options) { function removeMouseEventListeners (line 47) | function removeMouseEventListeners(events) { FILE: src/remark/controllers/inputs/touch.js function addTouchEventListeners (line 9) | function addTouchEventListeners (events, options) { function removeTouchEventListeners (line 62) | function removeTouchEventListeners(events) { FILE: src/remark/converter.js function convertMarkdown (line 26) | function convertMarkdown (content, links, insideContentClass) { FILE: src/remark/dom.js function Dom (line 3) | function Dom () { } FILE: src/remark/highlighter.js function escape (line 74) | function escape(value) { function tag (line 78) | function tag(node) { function testRe (line 82) | function testRe(re, lexeme) { function isNotHighlighted (line 87) | function isNotHighlighted(language) { function blockLanguage (line 91) | function blockLanguage(block) { function inherit (line 125) | function inherit(parent) { // inherit(parent, override_obj, override_ob... function nodeStream (line 141) | function nodeStream(node) { function mergeStreams (line 171) | function mergeStreams(original, highlighted, value) { function dependencyOnParent (line 248) | function dependencyOnParent(mode) { function expand_or_clone_mode (line 254) | function expand_or_clone_mode(mode) { function restoreLanguageApi (line 281) | function restoreLanguageApi(obj) { function compileKeywords (line 293) | function compileKeywords(rawKeywords, case_insensitive) { function scoreForKeyword (line 318) | function scoreForKeyword(keyword, providedScore) { function commonKeyword (line 327) | function commonKeyword(word) { function compileLanguage (line 331) | function compileLanguage(language) { function highlight (line 536) | function highlight(languageName, code, ignore_illegals, continuation) { function highlightAuto (line 815) | function highlightAuto(code, languageSubset) { function fixMarkup (line 846) | function fixMarkup(value) { function buildClassName (line 861) | function buildClassName(prevClassName, currentLang, resultLang) { function highlightBlock (line 880) | function highlightBlock(block) { function configure (line 921) | function configure(user_options) { function initHighlighting (line 928) | function initHighlighting() { function initHighlightingOnLoad (line 940) | function initHighlightingOnLoad() { function registerLanguage (line 947) | function registerLanguage(name, language) { function listLanguages (line 969) | function listLanguages() { function requireLanguage (line 979) | function requireLanguage(name) { function getLanguage (line 987) | function getLanguage(name) { function autoDetection (line 992) | function autoDetection(name) { function deepFreeze (line 1139) | function deepFreeze (o) { function optional (line 1174) | function optional(s) { function recursiveParen (line 4776) | function recursiveParen(begin, end) { function orReValues (line 19363) | function orReValues(ops){ FILE: src/remark/lexer.js function Lexer (line 32) | function Lexer () { } function lex (line 48) | function lex (src, regex, tokens) { function replace (line 152) | function replace (regex, replacements) { function trim (line 158) | function trim (text) { function getTextInBrackets (line 166) | function getTextInBrackets (src, offset) { FILE: src/remark/models/slide.js function Slide (line 5) | function Slide (slideIndex, slideNumber, slide, template, options) { function inherit (line 21) | function inherit (slide, template, options) { function inheritProperties (line 27) | function inheritProperties (slide, template) { function ignoreProperty (line 50) | function ignoreProperty (property) { function inheritContent (line 56) | function inheritContent (slide, template) { function deepCopyContent (line 71) | function deepCopyContent(target, content) { function inheritNotes (line 89) | function inheritNotes (slide, template, options) { function expand (line 112) | function expand (match, escaped, unescapedMatch, property) { FILE: src/remark/models/slideshow.js function Slideshow (line 11) | function Slideshow (events, dom, options, callback) { function createSlides (line 177) | function createSlides (slideshowSource, options) { function expandVariables (line 251) | function expandVariables (slides) { FILE: src/remark/models/slideshow/events.js function Events (line 5) | function Events (events) { FILE: src/remark/models/slideshow/navigation.js function Navigation (line 3) | function Navigation (events) { FILE: src/remark/parser.js function Parser (line 5) | function Parser () { } function createSlide (line 144) | function createSlide () { function createContentClass (line 154) | function createContentClass (token) { function appendTo (line 162) | function appendTo (element, content) { function extractProperties (line 180) | function extractProperties (source, properties) { function cleanInput (line 202) | function cleanInput(source) { FILE: src/remark/scaler.js function Scaler (line 8) | function Scaler (events, slideshow) { function getRatio (line 57) | function getRatio (slideshow) { function getDimensions (line 72) | function getDimensions (ratio) { FILE: src/remark/views/notesView.js function NotesView (line 5) | function NotesView (events, element, slideViewsAccessor) { FILE: src/remark/views/slideView.js function SlideView (line 9) | function SlideView (events, slideshow, scaler, slide) { function createSlideElement (line 137) | function createSlideElement(slide) { function createContentElement (line 148) | function createContentElement (events, slideshow, slide) { function styleContentElement (line 164) | function styleContentElement (slideshow, element, properties) { function createNotesElement (line 172) | function createNotesElement (slideshow, notes) { function setBackgroundFromProperties (line 184) | function setBackgroundFromProperties (element, properties) { function setHighlightStyleFromProperties (line 204) | function setHighlightStyleFromProperties (element, properties, slideshow) { function setClassFromProperties (line 213) | function setClassFromProperties (element, properties) { function highlightCodeBlocks (line 221) | function highlightCodeBlocks (content, slideshow) { function extractMetadata (line 264) | function extractMetadata (block) { function wrapLines (line 281) | function wrapLines (block) { function highlightBlockLines (line 294) | function highlightBlockLines (block, lines) { function highlightBlockSpans (line 303) | function highlightBlockSpans (block, highlightSpans) { FILE: src/remark/views/slideshowView.js function SlideshowView (line 12) | function SlideshowView (events, dom, options, slideshow) { function handleFullscreen (line 99) | function handleFullscreen(self) { function forwardEvents (line 165) | function forwardEvents (target, source, events) { function onResize (line 204) | function onResize () { function onPrint (line 208) | function onPrint (e) { FILE: test/remark/components/slide-number_test.js function createSlide (line 25) | function createSlide (index) { FILE: test/remark/components/timer_test.js function padStart (line 205) | function padStart(s, length, pad) { FILE: test/remark/controllers/defaultController_test.js function createController (line 179) | function createController(options) { FILE: test/remark/views/slideshowView_test.js function triggerEvent (line 247) | function triggerEvent(element, eventName) { FILE: test/test_dom.js function TestDom (line 3) | function TestDom () { function FakeXMLHttpRequest (line 10) | function FakeXMLHttpRequest () {