Home
last modified time | relevance | path

Searched refs:mode (Results 1876 – 1900 of 2447) sorted by path

1...<<71727374757677787980>>...98

/plugin/reproduce/
H A Dsyntax.php106 public function render($mode, &$renderer, $data) { argument
107 if(($mode == 'xhtml') && (!empty($data))) {
/plugin/reqlang/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/revealjs/
H A DREADME.md38 if ($mode == 'xhtml') {
43 if ( ($mode == 'xhtml') && (! is_a($renderer, 'renderer_plugin_revealjs')) ) {
281 …dering the slide mode changes from "headers driven" to "special horizontal rule driven" - headers …
283 - if you want to leave this slide mode you need a way to explicit close a slide or container:
322 slide indicator mode
H A Dchangelog.md33 …dering the slide mode changes from "headers driven" to "special horizontal rule driven" - headers …
35 - if you want to leave this slide mode you need a way to explicit close a slide or container:
H A Dexample_presentation.dokuwiki68 <sub>This could be a slide without content, not possible in header driven mode...</sub>
83 Horizontal again and stopping special hr driven mode
88 Horizontal again and stopping special hr driven mode
/plugin/revealjs/css/
H A Dreveal.css347 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-up,
348 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-down {
351 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-left,
356 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-right,
H A Dreveal.scss411 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-up,
412 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-down {
417 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-left,
423 .reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-right,
1333 // or deactivating the overview mode.
/plugin/revealjs/syntax/
H A Dbackground.php26 public function connectTo($mode) { argument
27 …cialPattern('----+>>?|----+[^\n]*?----+>>?|<<?----+|{{background>.+?}}', $mode, 'plugin_revealjs_b…
107 public function render($mode, Doku_Renderer $renderer, $data) { argument
109 if($mode == 'xhtml') {
H A Dfooter.php26 public function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('{{no-footer}}', $mode, 'plugin_revealjs_footer');
62 public function render($mode, Doku_Renderer $renderer, $data) { argument
63 if($mode == 'xhtml'){
H A Dfragment.php27 public function connectTo($mode) { argument
28 …$this->Lexer->addEntryPattern('<fragment\b.*?>(?=[\s\S]*?<\/fragment>)', $mode, 'plugin_revealjs_f…
77 public function render($mode, Doku_Renderer $renderer, $data) { argument
78 if($mode == 'xhtml') {
H A Dfragmentblock.php26 public function connectTo($mode) { argument
27 …$this->Lexer->addSpecialPattern('<\/?(?:no-)?fragment-(?:block|list)\b.*?>', $mode, 'plugin_reveal…
69 public function render($mode, Doku_Renderer $renderer, $data) { argument
70 if($mode == 'xhtml' && is_a($renderer, 'renderer_plugin_revealjs')) {
H A Dheader.php26 public function connectTo($mode) { argument
31 …$this->Lexer->addSpecialPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', $mode, 'plugin_revealjs_head…
85 public function render($mode, Doku_Renderer $renderer, $data) { argument
87 if($mode == 'xhtml') {
H A Dnotes.php26 public function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('<\/?notes>', $mode, 'plugin_revealjs_notes');
59 public function render($mode, Doku_Renderer $renderer, $data) { argument
60 if($mode == 'xhtml') {
H A Dtheme.php26 public function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('~~REVEAL[^~]*~~',$mode,'plugin_revealjs_theme');
88 public function render($mode, Doku_Renderer $renderer, $data) { argument
90 if($mode == 'xhtml'){
/plugin/rndtxt/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php30 public function connectTo($mode) argument
32 $this->Lexer->addSpecialPattern('{\?.*?\?}', $mode, 'plugin_rndtxt');
46 public function render($mode, Doku_Renderer $renderer, $data) argument
48 if ($mode !== 'xhtml') {
/plugin/routeplaner/syntax/
H A Droutenplaner.php147 function render($mode, &$renderer, $data) { argument
148 if($mode == 'xhtml'){
H A Droutenplaner_lycosde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_lycosde>.*?\}\}",$mod… argument
H A Droutenplaner_webde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_webde>.*?\}\}",$mode,… argument
/plugin/rowmove/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php39 function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern("<rowmove>",$mode,'plugin_rowmove');
60 function render($mode, Doku_Renderer $renderer, $opt){ argument
63 if($mode == 'metadata') return false;
64 if($mode == 'xhtml') {
/plugin/rrdgraph/
H A Daction.php99 if (! (isset ( $cache->page ) && isset ( $cache->mode )))
133 $mode = $INPUT->str('mode', helper_plugin_rrdgraph::MODE_GRAPH_EMBEDDED, true);
137 …$rrdGraphHelper->sendRrdImage($mediaPath->pageId, $mediaPath->imageId, $rangeNr, $mode, $bindingSo…
H A Dhelper.php386 …* @param string $mode Mode to use for generating the graph (MODE_GRAPH_EMBEDDED, MODE_GRAPH_FULLSC…
391 …public function sendRrdImage($pageId, $graphId, $rangeNr = 0, $mode = helper_plugin_rrdgraph::MODE… argument
402 …if (($mode != helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN) && ($mode != helper_plugin_rrdgraph::…
405 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) {
411 …getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", …
428 … $rpncomp->addConst("fullscreen", $mode == helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN);
436 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) $svgBinding = new SvgBinding();
540 if ($mode != helper_plugin_rrdgraph::MODE_BINDSVG)
567 …getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", …
573 switch ($mode) {
[all …]
H A Dsyntax.php69 * @param string $mode Parser mode
71 public function connectTo($mode) { argument
72 $this->Lexer->addEntryPattern('<rrd.*?>(?=.*?</rrd>)', $mode, 'plugin_rrdgraph');
281 * @param String $mode Renderer mode (supported modes: xhtml)
286 public function render($mode, Doku_Renderer $renderer, $data) { argument
295 if ($mode == 'metadata') {
300 } else if ($mode == 'xhtml') {
/plugin/rss/
H A Dsyntax.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('<rss[^>]*>(?=.*)', $mode,'plugin_rss');
101 function render($mode, Doku_Renderer $renderer, $data) { argument
102 if($mode != 'xhtml') return false;

1...<<71727374757677787980>>...98