Home
last modified time | relevance | path

Searched refs:render (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/
H A Dparserutils.php28 * is passed as render parameter to p_get_metadata.
32 /** Don't render metadata even if it is outdated or doesn't exist */
176 * Returns the render instructions for a file
243 * @param int $render If the page should be rendererd - possible values:
252 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE) argument
266 if (!is_numeric($render)) {
267 if ($render) {
268 $render = METADATA_RENDER_USING_SIMPLE_CACHE;
270 $render = METADATA_DONT_RENDER;
276 if (!$recursion && $render !
340 p_set_metadata($id, $data, $render = false, $persistent = true) global() argument
779 p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE) global() argument
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php59 $form->addHTML($list->render(true));
92 $form->addHTML($list->render(true));
144 $form->addHTML($list->render(true));
H A Dlist.php110 public function render($returnonly = false)
108 public function render($returnonly = false) global() function in helper_plugin_extension_list
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php67 * This function can only pass data to render() via its return value - render()
76 * @return bool|array Return an array with all data you want to use in render, false don't add an instruction
103 abstract public function render($format, Doku_Renderer $renderer, $data);
104 abstract public function render($format, Doku_Renderer $renderer, $data); global() function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/inc/parser/
H A Dxhtml.php1202 $render = $linking != 'linkonly';
1203 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1206 if (str_starts_with($mime, 'image') && $render) {
1216 } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1294 $render = $linking != 'linkonly';
1295 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1300 if (str_starts_with($mime, 'image') && $render) {
1303 } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1667 * @param bool $render should the media be embedded inline or just linked
1678 $render
1570 _media($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $render = true) global() argument
1764 _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) global() argument
[all...]
H A Drenderer.php22 * Inherits from dokuwiki\Extension\Plugin for giving additional functions to render plugins
35 'toc' => true, // render the TOC?
126 $plugin->render($this->getFormat(), $this, $data);
131 * handle nested render instructions
/dokuwiki/lib/plugins/info/
H A Dsyntax.php54 * @return array Return an array with all data you want to use in render
70 public function render($format, Doku_Renderer $renderer, $data)
68 public function render($format, Doku_Renderer $renderer, $data) global() function in syntax_plugin_info
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt452 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE