| /plugin/dwtimeline/syntax/ |
| H A D | timeline.php | 82 [$state, $indata] = $data; 86 if ($indata['align'] === 'horz') { 87 … $renderer->doc .= '<div class="timeline-' . $indata['align'] . '-line"></div>' . DOKU_LF; 89 $renderer->doc .= '<div class="timeline-' . $indata['align'] . '">' . DOKU_LF; 90 if (isset($indata['title']) || isset($indata['description'])) { 91 … $renderer->doc .= '<div class="container-' . $indata['align'] . ' tl-top">' . DOKU_LF; 93 if (isset($indata['title'])) { 94 … $renderer->doc .= '<div class="tltitle">' . $indata['title'] . '</div>' . DOKU_LF; 96 if (isset($indata['description'])) { 97 … $renderer->doc .= '<p>' . DOKU_LF . $indata['description'] . DOKU_LF . '</p>' . DOKU_LF; [all …]
|
| H A D | milestone.php | 90 [$state, $indata] = $data; 93 $renderer->doc .= '<div class="container-' . $indata['align'] . ' '; 94 … $renderer->doc .= parent::$direction . '"' . $indata['data'] . $indata['style'] . '>' . DOKU_LF; 96 if (isset($indata['title'])) { 97 if (!empty($indata['link'])) { 99 $label = htmlspecialchars_decode($indata['title'], ENT_QUOTES); 102 $wikilink = '[[' . $indata['link'] . '|' . $label . ']]'; 110 … $renderer->doc .= '<div class="mstitle">' . $indata['title'] . '</div>' . DOKU_LF; 113 if (isset($indata['description'])) { 114 … $renderer->doc .= '<div class="msdesc">' . $indata['description'] . '</div>' . DOKU_LF; [all …]
|
| /plugin/stepbystep/ |
| D | step.php | 142 list($state, $indata) = $data; 146 $renderer->doc .= '<div class="' . $indata['container'] . '">' . DOKU_LF; 154 $indata['anchor'], 155 $indata['collapsible_class'], 156 $indata['title'], 160 …$renderer->doc .= '<div class="stepbystep_content"' . $indata['content_height'] . $indata['preview… 164 $renderer->cdata($indata);
|
| /plugin/profiles/ |
| D | syntax.php | 53 function render($mode, &$renderer, $indata) { argument 57 $service = $indata["service"]; 58 $type = $indata["type"]; 60 $p = explode ("|", $indata["parameter"]);
|
| /plugin/workflow/syntax/ |
| D | box.php | 32 public function render($mode, &$renderer, $indata) { argument 35 if (empty($indata)) return false; 36 list($state, $data) = $indata;
|
| D | decision.php | 51 public function render($mode, &$renderer, $indata) { argument 54 if (empty($indata)) return false; 55 list($state, $data) = $indata;
|
| /plugin/unformattedcode/ |
| D | syntax.php | 66 function render($mode, Doku_Renderer $renderer, $indata) { argument 68 if (empty($indata)) return false; 69 list($state, $data) = $indata;
|
| /plugin/ol3/ |
| D | syntax.php | 36 function render ($mode, Doku_Renderer $renderer, $indata) { argument 38 if (empty($indata)) 42 list ($instr, $data) = $indata;
|
| /plugin/inseecity/ |
| D | syntax.php | 36 function render ($mode, Doku_Renderer $renderer, $indata) { argument 38 if (empty($indata)) 42 list ($instr, $data) = $indata;
|
| /plugin/showsamples/ |
| D | syntax.php | 46 function render ($mode, Doku_Renderer $renderer, $indata) { argument 49 if (empty ($indata)) 51 list ($instr, $data) = $indata;
|
| /plugin/wrap/syntax/ |
| D | span.php | 60 function render($format, Doku_Renderer $renderer, $indata) { argument 63 if (empty($indata)) return false; 64 list($state, $data) = $indata;
|
| D | div.php | 77 function render($format, Doku_Renderer $renderer, $indata) { argument 80 if (empty($indata)) return false; 81 list($state, $data) = $indata;
|
| /plugin/tile/ |
| D | syntax.php | 46 function render ($mode, Doku_Renderer $renderer, $indata) { argument 49 if (empty ($indata)) 51 list ($instr, $data) = $indata;
|
| /plugin/schedule/syntax/ |
| D | display.php | 48 function render ($mode, Doku_Renderer $renderer, $indata) { argument 49 if (empty($indata)) 53 list ($instr, $data) = $indata;
|
| /plugin/glossary/syntax/ |
| D | span.php | 60 function render ($mode, Doku_Renderer $renderer, $indata) { argument 61 if (empty ($indata)) 65 list ($state, $data) = $indata;
|
| /plugin/wavedrom/ |
| D | syntax.php | 64 function render($mode, Doku_Renderer $renderer, $indata) { argument 66 list($state, $match) = $indata;
|
| /plugin/subnumberlist/ |
| D | syntax.php | 41 public function render($mode, Doku_Renderer $renderer, $indata) { argument 43 list($state, $match) = $indata;
|
| /plugin/snippets/ |
| D | syntax.php | 63 function render($mode, Doku_Renderer $renderer, $indata) { argument 64 list($instr, $data) = $indata;
|
| /plugin/function/ |
| D | syntax.php | 45 function render($mode, &$renderer, $indata) { argument 48 list($state, $data) = $indata;
|
| /plugin/blockquote/syntax/ |
| D | cite.php | 73 function render($mode, Doku_Renderer $renderer, $indata) { argument 76 list ($state, $data) = $indata;
|
| D | q.php | 75 function render($mode, Doku_Renderer $renderer, $indata) { argument 78 list ($state, $data) = $indata;
|
| D | blockquote.php | 78 function render($mode, Doku_Renderer $renderer, $indata) { argument 81 list ($state, $data) = $indata;
|
| /plugin/howhard/ |
| D | syntax.php | 95 public function render($mode, Doku_Renderer $renderer, $indata) argument 97 list($state, $data) = $indata;
|
| /plugin/navpath/ |
| D | syntax.php | 108 public function render($mode, Doku_Renderer $renderer, $indata) argument 114 list($state, $data) = $indata;
|
| /plugin/flowplay2/ |
| D | syntax.php | 135 $renderer->doc .= "<a href='" . ml($indata["url"]) . "' class='flowplayitem'>"; 179 $r .= "videoFile: '" . ml($indata["url"]) . "'";
|