Searched refs:webdir (Results 1 – 3 of 3) sorted by relevance
| /plugin/filelist/ |
| D | Output.php | 14 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/ |
| D | syntax.php | 211 $webdir = DOKU_BASE . 'lib/plugins/nstoc/'; 220 array(' ', '\1', 'url(' . $webdir . '\1'), 229 . $webdir . 'script.js"></script>'
|
| /plugin/code2/ |
| D | syntax.php | 314 $webdir = DOKU_BASE . 'lib/plugins/code/'; 323 array(' ', '\1', 'url(' . $webdir . '\1'), 331 . $webdir . 'script.js"></script>'
|