Lines Matching refs:base
18 var $base = ''; variable in renderer_plugin_revealjs
80 $this->base = DOKU_BASE.'lib/plugins/revealjs/';
93 <link rel="stylesheet" href="'.$this->base.'css/reveal.css">
94 … <link rel="stylesheet" href="'.$this->base.'css/theme/'.$this->getConf('theme').'.css" id="theme">
95 <link rel="stylesheet" href="'.$this->base.'doku-substitutes.css">
98 <link rel="stylesheet" href="'.$this->base.'lib/css/zenburn.css">
110 …ow.location.search.match( /print-pdf/gi ) ? \''.$this->base.'css/print/pdf.css\' : \''.$this->base…
115 <script src='.$this->base.'"lib/js/html5shiv.js"></script>
153 <script src="'.$this->base.'lib/js/head.min.js"></script>
154 <script src="'.$this->base.'js/reveal.js"></script>
171 …{ src: \''.$this->base.'lib/js/classList.js\', condition: function() { return !document.body.class…
172 …{ src: \''.$this->base.'plugin/markdown/marked.js\', condition: function() { return !!document.que…
173 …{ src: \''.$this->base.'plugin/markdown/markdown.js\', condition: function() { return !!document.q…
174 …{ src: \''.$this->base.'plugin/highlight/highlight.js\', async: true, condition: function() { retu…
175 …{ src: \''.$this->base.'plugin/zoom-js/zoom.js\', async: true, condition: function() { return !!do…
176 …{ src: \''.$this->base.'plugin/notes/notes.js\', async: true, condition: function() { return !!doc…
178 { src: \''.$this->base.'plugin/math/math.js\', async: true }