Home
last modified time | relevance | path

Searched refs:indata (Results 26 – 40 of 40) sorted by path

12

/plugin/ol3/
H A Dsyntax.php36 function render ($mode, Doku_Renderer $renderer, $indata) { argument
38 if (empty($indata))
42 list ($instr, $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/schedule/syntax/
H A Dblock.php43 function render ($mode, Doku_Renderer $renderer, $indata) { argument
45 if (empty($indata))
49 list ($instr, $data) = $indata;
H A Ddisplay.php48 function render ($mode, Doku_Renderer $renderer, $indata) { argument
49 if (empty($indata))
53 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/snippets/
H A Dsyntax.php63 function render($mode, Doku_Renderer $renderer, $indata) { argument
64 list($instr, $data) = $indata;
/plugin/subnumberlist/
H A Dsyntax.php41 public function render($mode, Doku_Renderer $renderer, $indata) { argument
43 list($state, $match) = $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/tiledblog/
H A Dsyntax.php38 function render ($mode, Doku_Renderer $renderer, $indata) { argument
41 $data = " ".$indata." ";
/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/wavedrom/
H A Dsyntax.php64 function render($mode, Doku_Renderer $renderer, $indata) { argument
66 list($state, $match) = $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/wrap/syntax/
H A Ddiv.php77 function render($format, Doku_Renderer $renderer, $indata) { argument
80 if (empty($indata)) return false;
81 list($state, $data) = $indata;
H A Dspan.php60 function render($format, Doku_Renderer $renderer, $indata) { argument
63 if (empty($indata)) return false;
64 list($state, $data) = $indata;

12