Home
last modified time | relevance | path

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

12

/plugin/dwtimeline/syntax/
H A Dtimeline.php75 list($state,$indata) = $data;
79 …if ($indata['align'] === 'horz') {$renderer->doc .= '<div class="timeline-' . $indata['align'] . '…
80 $renderer->doc .= '<div class="timeline-' . $indata['align'] . '">' . DOKU_LF;
81 if (isset($indata['title']) or isset($indata['description'])) {
82 … $renderer->doc .= '<div class="container-' . $indata['align'] . ' tl-top">' . DOKU_LF;
84 …if (isset($indata['title'])) {$renderer->doc .= '<div class="tltitle">' . $indata['title'] . '</di…
85 …if (isset($indata['description'])) {$renderer->doc .= '<p>' . DOKU_LF.$indata['description'] . DOK…
91 $renderer->doc .= $renderer->cdata($indata);
94 if (isset($indata['title']) or isset($indata['description'])) {
97 …if (isset($indata['title'])) {$renderer->doc .= '<div class="tltitle">' . $indata['title'] . '</di…
[all …]
H A Dmilestone.php82 list($state,$indata) = $data;
85 …r->doc .= '<div class="container-' . $indata['align'] . ' ' . parent::$direction . '"' . $indata['…
87 if (isset($indata['title'])) {
88 if (isset($indata['link'])) {
89 …>doc .= '<div class="mstitle">' . $this->render_text('[[' . $indata['link'] . '|' . $indata['title…
91 … $renderer->doc .= '<div class="mstitle">' . $indata['title'] . '</div>' . DOKU_LF;
94 …if (isset($indata['description'])) {$renderer->doc .= '<div class="msdesc">' .$indata['descriptio…
97 $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