Home
last modified time | relevance | path

Searched refs:renderer (Results 951 – 975 of 1288) sorted by relevance

1...<<31323334353637383940>>...52

/plugin/autolink2/syntax/
H A Dadd.php67 function render($mode, &$renderer, $data) { argument
79 $renderer->meta['anchors'] = $data;
/plugin/pagetitle/syntax/
H A Dshorter.php68 public function render($format, Doku_Renderer $renderer, $data) argument
79 $renderer->meta['shorttitle'] = $short_title;
/plugin/xkcd/
H A Dsyntax.php68 function render($mode, Doku_Renderer $renderer, $data) { argument
71 $renderer->doc .= $this->_listhd();
/plugin/nextday/
H A Dsyntax.php44 function render($mode, Doku_Renderer $renderer, $data) { argument
45 $renderer->doc .= $data;
/plugin/socialshareprivacy2/
H A Dsyntax.php51 public function render($mode, &$renderer, $data) { argument
54 $renderer->doc .= '<div class="socialshareprivacy"></div>'. DOKU_LF;
/plugin/webcomponent/syntax/
H A Dconsole.php112 public function render($mode, Doku_Renderer $renderer, $data) argument
131 $renderer->code($text);
/plugin/authorstats/
H A Dsyntax.php54 public function render($mode, Doku_Renderer $renderer, $data) argument
58 $renderer->meta["authorstats-enabled"] = 1;
64 $renderer->doc .= $this->_getMonthlyStatsTable(intval($matches[1]));
66 $renderer->doc .= $this->getYearGraph($matches);
68 $renderer->doc .= $this->_getStatsTable();
/plugin/cloud/
H A Dsyntax.php68 function render($format, Doku_Renderer $renderer, $data) { argument
105 $renderer->nocache();
108 $renderer->doc .= '<div class="cloud">'.DOKU_LF;
155 $renderer->doc .= DOKU_TAB . '<a href="' . $link . '" class="' . $class .'"'
158 $renderer->doc .= '</div>' . DOKU_LF;
/plugin/linkback/
H A Dsyntax.php84 * @param Doku_Renderer $renderer
88 function render($format, Doku_Renderer $renderer, $data) { argument
/plugin/toctweak/syntax/
H A Dmetatoc.php75 function render($format, Doku_Renderer $renderer, $data) { argument
86 $renderer->meta['relation']['toctweak'][] = metaFN($id,'.meta');
123 $renderer->doc .= $html;
/plugin/jalbum/syntax/
H A Djalbum.php107 $renderer->doc .= $txt;
118 $renderer->doc .= $txt;
152 $renderer->doc .= $txt;
/plugin/mediasyntax/syntax/
H A Dcodeblock.php73 function render($mode, Doku_Renderer $renderer, $data)
81 //$renderer->doc .= "enter$match"; argument
83 //$renderer->doc .= "<pre>$match</pre>";
85 if ($match != "") $renderer->doc .= "<pre>$match</pre>";
/plugin/google_maps/syntax/
H A Dcal.php109 $renderer->doc .= '&dates=' . $options['date'];
112 $renderer->doc .= '"';
/plugin/socialshareprivacy/
H A Dsyntax.php63 public function render($mode, Doku_Renderer $renderer, $data) { argument
66 $renderer->doc .= '<div id="socialshareprivacy"></div>'. DOKU_LF;
/plugin/pageindex/
H A Dsyntax.php157 $renderer->doc .= html_buildlist($checked,
174 $renderer->doc .= "\n\t<p>There are no documents to show.</p>\n";
/plugin/googletrends/
H A Dsyntax.php58 public function render($mode, Doku_Renderer $renderer, $data) { argument
60 … $renderer->doc .= '<script type="text/javascript" src="//www.google.com/trends/embed.js?'
/plugin/fckg/syntax/
H A Dspecials.php88 function render($mode, Doku_Renderer $renderer, $data) { argument
91 $renderer->doc .= DOKU_LF . $xhtml . DOKU_LF;
/plugin/icalendar/
H A Dsyntax.php150 function render($mode, &$renderer, $data) { argument
159 $renderer->doc .= "Error in Plugin iCalendar: ".$this->error;
189 …$entryTemplate = str_replace('{summary_link}', '<html>'.$renderer->_formatLink($summary_link).'</h…
249 $renderer->doc .= $html;
/plugin/dnsresolver/
H A Dsyntax.php68 public function render($mode, Doku_Renderer &$renderer, $data) argument
94 $renderer->doc .= $content;
/plugin/numberof/
H A Dsyntax.php42 public function render($mode, Doku_Renderer $renderer, $data) {
44 $renderer->doc .= $data['count'];
41 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/sugar/
H A Dsyntax.php74 function render($mode, Doku_Renderer $renderer, $data) { argument
76 $renderer->externallink( $data[0],$data[1]);
/plugin/combo/ComboStrap/
H A DMediaMarkup.php182 public static function renderSpecial(array $data, Doku_Renderer_xhtml $renderer) argument
197 /** @var Doku_Renderer_xhtml $renderer */
314 return $renderer->internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
316 return $renderer->externalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
385 * @param Doku_Renderer_metadata $renderer
388 public static function metadata(array $data, Doku_Renderer_metadata $renderer) argument
396 syntax_plugin_combo_media::registerImageMeta($tagAttributes, $renderer);
403 * @param renderer_plugin_combo_analytics $renderer
407 public static function analytics(array $data, renderer_plugin_combo_analytics $renderer) argument
411 syntax_plugin_combo_media::updateStatistics($tagAttributes, $renderer);
[all...]
/plugin/icons/syntax/
H A Dicon.php117 * @param Doku_Renderer $renderer the current renderer object
121 public function render($mode, Doku_Renderer $renderer, $data) { argument
193 $renderer->doc .= $renderer->_formatLink($link);
198 $renderer->doc .= $icon_markup;
/plugin/revisionsdue/
H A Dsyntax.php173 $renderer->doc .= $this->all_pages($data);
176 $renderer->doc .= $this->all_pages($data, false);
179 $renderer->doc .= "RevisionsDue syntax error";
/plugin/groupmatrix/syntax/
H A Dtable.php104 * @param Doku_Renderer $renderer The renderer
109 public function render($mode, Doku_Renderer $renderer, $data) argument
146 $renderer->doc .= $this->renderTable($data['headers'], $rows);

1...<<31323334353637383940>>...52