/plugin/dwtimeline/syntax/ |
H A D | timeline.php | 99 list($state,$indata) = $data; 103 …if ($indata['align'] === 'horz'){$renderer->doc .= '<div class="timeline-'.$indata['align'].'-line… 104 $renderer->doc .= '<div class="timeline-'.$indata['align'].'">'. DOKU_LF; 105 if (isset($indata['title']) or isset($indata['description'])) { 106 … $renderer->doc .= '<div class="container-'.$indata['align'].' tl-top">'. DOKU_LF; 108 …if (isset($indata['title'])) {$renderer->doc .= '<div class="tltitle">'.$indata['title'].'</div>'.… 109 …if (isset($indata['description'])) {$renderer->doc .= '<p>'. DOKU_LF.$indata['description']. DOKU_… 115 $renderer->doc .= $renderer->cdata($indata); 118 if (isset($indata['title']) or isset($indata['description'])) { 121 …if (isset($indata['title'])) {$renderer->doc .= '<div class="tltitle">'.$indata['title'].'</div>'.… [all …]
|
H A D | milestone.php | 99 list($state,$indata) = $data; 102 …$renderer->doc .= '<div class="container-'.$indata['align'].' '.$direction.'"'.$indata['data'].$in… 104 if (isset($indata['title'])) { 105 if (isset($indata['link'])) { 106 …derer->doc .= '<div class="mstitle">'.$this->render_text('[['.$indata['link'].'|'.$indata['title']… 108 … $renderer->doc .= '<div class="mstitle">'.$indata['title'].'</div>'. DOKU_LF; 111 …if (isset($indata['description'])) {$renderer->doc .= '<div class="msdesc">'.$indata['description'… 114 $renderer->doc .= $renderer->cdata($indata);
|
/plugin/workflow/syntax/ |
H A D | box.php | 32 public function render($mode, &$renderer, $indata) { argument 35 if (empty($indata)) return false; 36 list($state, $data) = $indata;
|
H A D | decision.php | 51 public function render($mode, &$renderer, $indata) { argument 54 if (empty($indata)) return false; 55 list($state, $data) = $indata;
|
/plugin/profiles/ |
H A D | syntax.php | 53 function render($mode, &$renderer, $indata) { argument 57 $service = $indata["service"]; 58 $type = $indata["type"]; 60 $p = explode ("|", $indata["parameter"]);
|
/plugin/unformattedcode/ |
H A 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/ |
H A D | syntax.php | 36 function render ($mode, Doku_Renderer $renderer, $indata) { argument 38 if (empty($indata)) 42 list ($instr, $data) = $indata;
|
/plugin/inseecity/ |
H A D | syntax.php | 36 function render ($mode, Doku_Renderer $renderer, $indata) { argument 38 if (empty($indata)) 42 list ($instr, $data) = $indata;
|
/plugin/showsamples/ |
H A D | syntax.php | 46 function render ($mode, Doku_Renderer $renderer, $indata) { argument 49 if (empty ($indata)) 51 list ($instr, $data) = $indata;
|
/plugin/wrap/syntax/ |
H A D | span.php | 60 function render($format, Doku_Renderer $renderer, $indata) { argument 63 if (empty($indata)) return false; 64 list($state, $data) = $indata;
|
H A 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/ |
H A D | syntax.php | 46 function render ($mode, Doku_Renderer $renderer, $indata) { argument 49 if (empty ($indata)) 51 list ($instr, $data) = $indata;
|
/plugin/wavedrom/ |
H A D | syntax.php | 64 function render($mode, Doku_Renderer $renderer, $indata) { argument 66 list($state, $match) = $indata;
|
/plugin/subnumberlist/ |
H A D | syntax.php | 41 public function render($mode, Doku_Renderer $renderer, $indata) { argument 43 list($state, $match) = $indata;
|
/plugin/schedule/syntax/ |
H A D | display.php | 48 function render ($mode, Doku_Renderer $renderer, $indata) { argument 49 if (empty($indata)) 53 list ($instr, $data) = $indata;
|
/plugin/glossary/syntax/ |
H A D | span.php | 60 function render ($mode, Doku_Renderer $renderer, $indata) { argument 61 if (empty ($indata)) 65 list ($state, $data) = $indata;
|
/plugin/snippets/ |
H A D | syntax.php | 63 function render($mode, Doku_Renderer $renderer, $indata) { argument 64 list($instr, $data) = $indata;
|
/plugin/function/ |
H A D | syntax.php | 45 function render($mode, &$renderer, $indata) { argument 48 list($state, $data) = $indata;
|
/plugin/blockquote/syntax/ |
H A D | cite.php | 73 function render($mode, Doku_Renderer $renderer, $indata) { argument 76 list ($state, $data) = $indata;
|
H A D | blockquote.php | 78 function render($mode, Doku_Renderer $renderer, $indata) { argument 81 list ($state, $data) = $indata;
|
H A D | q.php | 75 function render($mode, Doku_Renderer $renderer, $indata) { argument 78 list ($state, $data) = $indata;
|
/plugin/navpath/ |
H A D | syntax.php | 108 public function render($mode, Doku_Renderer $renderer, $indata) argument 114 list($state, $data) = $indata;
|
/plugin/howhard/ |
H A D | syntax.php | 95 public function render($mode, Doku_Renderer $renderer, $indata) argument 97 list($state, $data) = $indata;
|
/plugin/flowplay2/ |
H A D | syntax.php | 135 $renderer->doc .= "<a href='" . ml($indata["url"]) . "' class='flowplayitem'>"; 179 $r .= "videoFile: '" . ml($indata["url"]) . "'";
|
/plugin/konsole/ |
H A D | syntax.php | 130 public function render($mode, Doku_Renderer $renderer, $indata) argument 132 list($state, $data) = $indata;
|