Home
last modified time | relevance | path

Searched refs:template_path (Results 1 – 7 of 7) sorted by relevance

/plugin/odp/
Daction.php33 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$template_name;
34 if (file_exists($template_path)) {
35 $cache->depends['files'][] = $template_path;
Drenderer.php426 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template;
427 $this->ZIP->Extract($template_path, $this->temp_dir);
/plugin/xslfo/
Daction.php28 private $template_path; variable in action_plugin_xslfo
75 $this->template_path,
103 'xsl' => $this->template_path,
218 $this->template_path = realpath(tpl_incdir().$this->template);
220 if (!is_file($this->template_path)) {
222 $this->template_path = __DIR__.DIRECTORY_SEPARATOR.$this->template;
/plugin/odt/action/
Dcache.php49 …$template_path = $this->config->getParam('mediadir') . '/' . $this->config->getParam('tpl_dir') . …
50 if(file_exists($template_path)) {
51 $cache->depends['files'][] = $template_path;
/plugin/templateconfhelper/
DREADME67 If the template_path cascade config has not been set. Defaults are made up for a standard dokuwiki …
75 …, $t=false ) - use getConfigPath to include file from cascade_config['template_path'], checks temp…
/plugin/odt/renderer/
Dpage.php192 $template_path = $this->config->getParam('mediadir').'/'.$directory."/".$template;
194 …($template_path, $media_sel, array($this, 'replaceURLPrefixesCallback'), $this->config->getParam('…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dapi.rst208 ``@namespace_name/template_path`` notation::