Home
last modified time | relevance | path

Searched refs:indata (Results 1 – 25 of 40) sorted by relevance

12

/plugin/dwtimeline/syntax/
H A Dtimeline.php99 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 Dmilestone.php99 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 Dbox.php32 public function render($mode, &$renderer, $indata) { argument
35 if (empty($indata)) return false;
36 list($state, $data) = $indata;
H A Ddecision.php51 public function render($mode, &$renderer, $indata) { argument
54 if (empty($indata)) return false;
55 list($state, $data) = $indata;
/plugin/profiles/
H A Dsyntax.php53 function render($mode, &$renderer, $indata) { argument
57 $service = $indata["service"];
58 $type = $indata["type"];
60 $p = explode ("|", $indata["parameter"]);
/plugin/unformattedcode/
H A Dsyntax.php66 function render($mode, Doku_Renderer $renderer, $indata) { argument
68 if (empty($indata)) return false;
69 list($state, $data) = $indata;
/plugin/ol3/
H A Dsyntax.php36 function render ($mode, Doku_Renderer $renderer, $indata) { argument
38 if (empty($indata))
42 list ($instr, $data) = $indata;
/plugin/inseecity/
H A Dsyntax.php36 function render ($mode, Doku_Renderer $renderer, $indata) { argument
38 if (empty($indata))
42 list ($instr, $data) = $indata;
/plugin/showsamples/
H A Dsyntax.php46 function render ($mode, Doku_Renderer $renderer, $indata) { argument
49 if (empty ($indata))
51 list ($instr, $data) = $indata;
/plugin/wrap/syntax/
H A Dspan.php60 function render($format, Doku_Renderer $renderer, $indata) { argument
63 if (empty($indata)) return false;
64 list($state, $data) = $indata;
H A Ddiv.php77 function render($format, Doku_Renderer $renderer, $indata) { argument
80 if (empty($indata)) return false;
81 list($state, $data) = $indata;
/plugin/tile/
H A Dsyntax.php46 function render ($mode, Doku_Renderer $renderer, $indata) { argument
49 if (empty ($indata))
51 list ($instr, $data) = $indata;
/plugin/wavedrom/
H A Dsyntax.php64 function render($mode, Doku_Renderer $renderer, $indata) { argument
66 list($state, $match) = $indata;
/plugin/subnumberlist/
H A Dsyntax.php41 public function render($mode, Doku_Renderer $renderer, $indata) { argument
43 list($state, $match) = $indata;
/plugin/schedule/syntax/
H A Ddisplay.php48 function render ($mode, Doku_Renderer $renderer, $indata) { argument
49 if (empty($indata))
53 list ($instr, $data) = $indata;
/plugin/glossary/syntax/
H A Dspan.php60 function render ($mode, Doku_Renderer $renderer, $indata) { argument
61 if (empty ($indata))
65 list ($state, $data) = $indata;
/plugin/snippets/
H A Dsyntax.php63 function render($mode, Doku_Renderer $renderer, $indata) { argument
64 list($instr, $data) = $indata;
/plugin/function/
H A Dsyntax.php45 function render($mode, &$renderer, $indata) { argument
48 list($state, $data) = $indata;
/plugin/blockquote/syntax/
H A Dcite.php73 function render($mode, Doku_Renderer $renderer, $indata) { argument
76 list ($state, $data) = $indata;
H A Dblockquote.php78 function render($mode, Doku_Renderer $renderer, $indata) { argument
81 list ($state, $data) = $indata;
H A Dq.php75 function render($mode, Doku_Renderer $renderer, $indata) { argument
78 list ($state, $data) = $indata;
/plugin/navpath/
H A Dsyntax.php108 public function render($mode, Doku_Renderer $renderer, $indata) argument
114 list($state, $data) = $indata;
/plugin/howhard/
H A Dsyntax.php95 public function render($mode, Doku_Renderer $renderer, $indata) argument
97 list($state, $data) = $indata;
/plugin/flowplay2/
H A Dsyntax.php135 $renderer->doc .= "<a href='" . ml($indata["url"]) . "' class='flowplayitem'>";
179 $r .= "videoFile: '" . ml($indata["url"]) . "'";
/plugin/konsole/
H A Dsyntax.php130 public function render($mode, Doku_Renderer $renderer, $indata) argument
132 list($state, $data) = $indata;

12