Home
last modified time | relevance | path

Searched refs:render (Results 76 – 100 of 1508) sorted by last modified time

12345678910>>...61

/plugin/gallery/
H A Dsyntax.php
/plugin/dev/skel/
H A Dsyntax.php53 public function render($mode, Doku_Renderer $renderer, $data)
50 public function render($mode, Doku_Renderer $renderer, $data) global() function
/plugin/orphanswanted/
H A Dsyntax.php84 function render($format, Doku_Renderer $renderer, $data) { function in syntax_plugin_orphanswanted
/plugin/button/
H A Dsyntax.php47 - handle / render repartition is not optimal regarding cachind, most of the processing should be moved (#14)
61 * This is due to a bad initial conception of this plugin that does not comply to dokuwiki's guidance of handle / render repartition.
63 * FIXME : refactor handle / render repartition ; most of the processing should be moved in the handle section.
232 function render($mode, Doku_Renderer $renderer, $data)
479 $render = ($linking == 'linkonly') ? false : true;
480 $link = $xhtml->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
483 if (substr($mime, 0, 5) == 'image' && $render) {
485 } elseif ($mime == 'application/x-shockwave-flash' && $render) {
202 function render($mode, Doku_Renderer $renderer, $data) global() function in syntax_plugin_button
/plugin/bibtex4dw/syntax/
H A Dbibtex.php65 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_bibtex4dw_bibtex
H A Dcite.php53 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_bibtex4dw_cite
/plugin/tag/syntax/
H A Dcount.php83 function render($format, Doku_Renderer $renderer, $data) { function in syntax_plugin_tag_count
H A Dsearchtags.php61 function render($format, Doku_Renderer $renderer, $data) { function in syntax_plugin_tag_searchtags
H A Dtag.php73 function render($format, Doku_Renderer $renderer, $data) { function in syntax_plugin_tag_tag
H A Dtagpage.php71 function render($format, Doku_Renderer $renderer, $data) { function in syntax_plugin_tag_tagpage
H A Dtopic.php78 function render($format, Doku_Renderer $renderer, $data) { function in syntax_plugin_tag_topic
/plugin/imapmarkers/
H A Djquery.imagemapster.js1383 me.render();
1448 render: function () { method in AnonymousFunctione15198400100.canvasMethods
1682 render: function () { method in AnonymousFunctione15198400100.vmlMethods
/plugin/imapmarkers/syntax/
H A Dmap.php197 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_imapmarkers_map
H A Dreference.php91 function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_imapmarkers_reference
/plugin/translation/syntax/
H A Dnotrans.php49 public function render($format, Doku_Renderer $renderer, $data)
48 public function render($format, Doku_Renderer $renderer, $data) global() function in syntax_plugin_translation_notrans
H A Dtrans.php38 public function render($format, Doku_Renderer $renderer, $data)
36 function render($format, Doku_Renderer $renderer, $data) global() function in syntax_plugin_translation_trans
/plugin/todo/syntax/
H A Dtodo.php78 * @see render()
158 public function render($mode, Doku_Renderer $renderer, $data) {
153 public function render($mode, Doku_Renderer $renderer, $data) { global() function in syntax_plugin_todo_todo
H A Dlist.php168 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_todo_list
/plugin/bureaucracy/
H A Dsyntax.php203 public function render($format, Doku_Renderer $R, $data) { function in syntax_plugin_bureaucracy
/plugin/htmlok/
H A DBaseSyntaxPlugin.php69 public function render($mode, Doku_Renderer $renderer, $data): bool function in dokuwiki\\plugin\\htmlok\\BaseSyntaxPlugin
/plugin/addnewpage/
H A Dsyntax.php90 public function render($format, Doku_Renderer $renderer, $data) { function in syntax_plugin_addnewpage
/plugin/dw2pdf/
H A Drenderer.php201 * @param bool $render should the media be embedded inline or just linked
211 $render = true
219 $out .= parent::_media($src, $title, $align, $width, $height, $cache, $render);
192 _media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $render = true) global() argument
/plugin/dw2pdf/syntax/
H A Dpagesetting.php64 * @return bool|array Return an array with all data you want to use in render, false don't add an instruction
79 public function render($mode, Doku_Renderer $renderer, $data)
77 public function render($mode, Doku_Renderer $renderer, $data) { global() function in syntax_plugin_dw2pdf_pagesetting
H A Dexportlink.php57 * @return array Return an array with all data you want to use in render, false don't add an instruction
92 public function render($format, Doku_Renderer $renderer, $data)
80 public function render($mode, Doku_Renderer $renderer, $data) { global() function in syntax_plugin_dw2pdf_exportlink
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2382 $render = -1;
2449 $render = "0"; // Fill (only)
2462 if ($render == -1) {
2463 $render = "1";
2466 $render = "2";
2472 if ($render == -1) {
2571 $path_cmd = sprintf('q %s %s Tr %s %s ', $opacitystr, $render, $fillstr, $strokestr);
2626 $render = "0"; // Fill (only)
2642 if ($render == -1) {
2643 $render
[all...]

12345678910>>...61