/dokuwiki/inc/ |
H A D | parserutils.php | 20 * is passed as render parameter to p_get_metadata. 24 /** Don't render metadata even if it is outdated or doesn't exist */ 167 * Returns the render instructions for a file 234 * @param int $render If the page should be rendererd - possible values: 243 function p_get_metadata($id, $key='', $render=METADATA_RENDER_USING_CACHE){ argument 256 if (!is_numeric($render)) { 257 if ($render) { 258 $render = METADATA_RENDER_USING_SIMPLE_CACHE; 260 $render = METADATA_DONT_RENDER; 266 if (!$recursion && $render ! 330 p_set_metadata($id, $data, $render = false, $persistent = true) global() argument 761 p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE) global() argument [all...] |
/dokuwiki/lib/plugins/extension/helper/ |
H A D | gui.php | 57 $form->addHTML($list->render(true)); 90 $form->addHTML($list->render(true)); 142 $form->addHTML($list->render(true));
|
H A D | list.php | 108 public function render($returnonly = false) function in helper_plugin_extension_list
|
/dokuwiki/inc/Extension/ |
H A D | SyntaxPlugin.php | 68 * This function can only pass data to render() via its return value - render() 77 * @return bool|array Return an array with all data you want to use in render, false don't add an instruction 104 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
|
/dokuwiki/inc/parser/ |
H A D | xhtml.php | 1128 $render = ($linking == 'linkonly') ? false : true; 1129 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); 1132 if(substr($mime, 0, 5) == 'image' && $render) { 1142 } elseif(($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) { 1208 $render = ($linking == 'linkonly') ? false : true; 1209 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); 1214 if(substr($mime, 0, 5) == 'image' && $render) { 1217 } elseif(($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) { 1565 * @param bool $render should the media be embedded inline or just linked 1569 $height = null, $cache = null, $render argument 1763 _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) global() argument [all...] |
H A D | renderer.php | 21 * Inherits from dokuwiki\Plugin\DokuWiki_Plugin for giving additional functions to render plugins 33 'toc' => true, // render the TOC? 117 $plugin->render($this->getFormat(), $this, $data); 122 * handle nested render instructions
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 52 * @return array Return an array with all data you want to use in render 68 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 452 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 D | LICENSE | 107 patents cannot be used to render the program non-free.
|