Home
last modified time | relevance | path

Searched refs:renderer (Results 1026 – 1050 of 1288) sorted by relevance

1...<<41424344454647484950>>...52

/plugin/profiles/
H A Dsyntax.php53 function render($mode, &$renderer, $indata) { argument
102 …$renderer->doc .= '<a href='.$ahref.' target="_blank"><img src="' . DOKU_BASE . 'lib/plugins/profi…
/plugin/inclform/
H A Dsyntax.php86 function render($mode, Doku_Renderer $renderer, $data) { argument
90 $renderer->doc .= $text;
/plugin/html2pdf/multilingual/
H A Dsyntax.php68 function render($format, &$renderer, $data) { argument
71 $renderer->meta['plugin']['multilingual']['notrans'] = true;
/plugin/aimg/
H A Dsyntax.php146 $renderer->doc .= ' width="'.$renderer->_xmlEntities($img_width).'"';
150 $renderer->doc .= ' height="'.$renderer->_xmlEntities($img_height).'"';
/plugin/indobible/
H A Dsyntax.php60 public function render($mode, Doku_Renderer &$renderer, $data) { argument
65 …$renderer->doc .= $data[0]; # Otherwise, fetch that $bibleLink (stored in $data[0]) and pass it to…
/plugin/eshop/
H A Dsyntax.php53 function render($mode, &$renderer, $data) { argument
75 $renderer->doc .= $out;
/plugin/dwspecialist/
H A Dsyntax.php166 function render($mode, &$renderer, $data) { argument
217 $renderer->info['cache'] = false;
218 $renderer->doc .= p_render($mode, p_get_instructions($this->dwspecialist_content), $info);
/plugin/prosemirror/parser/
H A DImageNode.php67 \renderer_plugin_prosemirror $renderer,
89 foreach (array_keys($renderer->getCurrentMarks()) as $mark) {
97 $renderer->addToNodestack($node);
66 render(\\renderer_plugin_prosemirror $renderer, $src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument
/plugin/hr/
H A Dsyntax.php191 * contains a reference to the renderer object which is currently
196 * @param $aRenderer Object A reference to the renderer object.
/plugin/colortag/
H A Dcolortag.php65 public function render($mode, &$renderer, $data) { argument
102 $renderer->doc .= $ColorTag;
/plugin/multilingual/
H A Dsyntax.php68 function render($format, Doku_Renderer $renderer, $data) { argument
71 $renderer->meta['plugin']['multilingual']['notrans'] = true;
/plugin/toctweak/syntax/
H A Dsidetoc.php52 function render($format, Doku_Renderer $renderer, $data) { argument
88 $renderer->doc .= $html;
/plugin/usersubscriptions/
H A Dsyntax.php73 function render($mode, &$renderer, $data) { argument
77 $renderer->info['cache'] = false;
160 $renderer->doc .= $content;
/plugin/vote/
H A Dsyntax.php64 function render( $mode, &$renderer, $data ) { argument
72 $renderer->info['cache'] = false;
108 $renderer->doc .= $output;
/plugin/actionlink/
H A Dsyntax.php186 $renderer->doc .= $title;
189 $renderer->doc .= '<a href="'.$this_link_prefix.$action.'">'.$title.'</a>';
/plugin/bible/
H A Dsyntax.php73 public function render($mode, &$renderer, $data) { argument
75 …$renderer->doc .= $data[0]; # Otherwise, fetch that $bibleLink (stored in $data[0]) and pass it to…
/plugin/dokucrypt2/
H A Dsyntax.php104 public function render($mode, Doku_Renderer $renderer, $data) argument
115 $renderer->doc.="<a id='$curid" . "_atag' " .
/plugin/showif/
H A Dsyntax.php.alternative.version128 function render($mode, &$renderer, $data) {
132 $renderer->nocache(); // disable caching
161 if(method_exists($renderer,$i[0])){
162 call_user_func_array(array($renderer,$i[0]),$i[1]);
/plugin/cumulus/
H A Dsyntax.php42 function render($mode, &$renderer, $data) { argument
46 $renderer->info['cache'] = false;
68 $renderer->doc .= $this->getLang('filenotfound');
102 …$renderer->doc .= html_flashobject($movie, $options['width'], $options['height'], $params, $flashv…
/plugin/twcheckliste/
H A Drenderer.php.old11 // we inherit from the XHTML renderer instead directly of the base renderer
26 // this should be 'twcheckliste' usally, but we inherit from the xhtml renderer
28 // by saying we're the 'xhtml' renderer here.
/plugin/twitter/
H A Dsyntax.php319 function render($mode, Doku_Renderer $renderer, $data) { argument
322 $renderer->info ['cache'] = false;
323 $renderer->doc .= $this->replace($data);
327 $renderer->meta ['relation'] ['haspart'] ['_plugin_twitter'] = true;
/plugin/accscounter/syntax/
H A Dcounter.php336 function render($mode, Doku_Renderer $renderer, $data) { argument
357 $renderer->doc .= htmlspecialchars($this->getLang('err2'));
363 $renderer->doc .= $counter;
365 $renderer->doc .= htmlspecialchars($counter[$arg]) .htmlspecialchars($data[1]);
367 $renderer->doc .= htmlspecialchars($counter[$arg]) .htmlspecialchars($data[2]);
/plugin/googlemap3/
H A Dsyntax.php99 function render($mode, &$renderer, $data) { argument
105 $renderer->doc .= "
/plugin/pdfjs/
H A Dsyntax.php110 public function render($format, Doku_Renderer $renderer, $data) { argument
118 $renderer->doc .= $html;
/plugin/currentlyreading/
H A Dsyntax.php114 public function render($mode, Doku_Renderer $renderer, $html) { argument
118 $renderer->doc .= $html;

1...<<41424344454647484950>>...52