Home
last modified time | relevance | path

Searched refs:webdir (Results 1 – 3 of 3) sorted by relevance

/plugin/filelist/
DOutput.php14 protected $webdir; variable in dokuwiki\\plugin\\filelist\\Output
20 public function __construct(\Doku_Renderer $renderer, $basedir, $webdir, $files) argument
24 $this->webdir = $webdir;
237 if (str_ends_with($this->webdir, '=')) {
238 $url = $this->webdir . rawurlencode($item['local']);
240 $url = $this->webdir . $item['local'];
/plugin/nstoc/
Dsyntax.php211 $webdir = DOKU_BASE . 'lib/plugins/nstoc/';
220 array(' ', '\1', 'url(' . $webdir . '\1'),
229 . $webdir . 'script.js"></script>'
/plugin/code2/
Dsyntax.php314 $webdir = DOKU_BASE . 'lib/plugins/code/';
323 array(' ', '\1', 'url(' . $webdir . '\1'),
331 . $webdir . 'script.js"></script>'