Home
last modified time | relevance | path

Searched refs:ext (Results 26 – 27 of 27) sorted by last modified time

12

/dokuwiki/inc/File/
H A DMediaFile.php14 protected $ext;
32 [$this->ext, $this->mime, $this->downloadable] = mimetype($this->path, false);
73 return (string)$this->ext;
83 $ext = $this->getExtension();
84 if ($ext === '') $ext = 'file';
85 return preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
13 protected $ext; global() variable in dokuwiki\\File\\MediaFile
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php546 * @param array $ext The extensions
549 public function makeLinkList($ext)
552 foreach ($ext as $link) {
554 $this->gui->tabURL('search', ['q' => 'ext:' . $link]) . '">' .
542 makeLinkList($ext) global() argument

12