Home
last modified time | relevance | path

Searched refs:basename (Results 1 – 25 of 30) sorted by last modified time

12

/dokuwiki/lib/plugins/
H A Dcli.php8 'require(' . basename(__FILE__) . ')'
H A Dauth.php8 'require(' . basename(__FILE__) . ')'
H A Dsyntax.php8 'require(' . basename(__FILE__) . ')'
H A Dremote.php8 'require(' . basename(__FILE__) . ')'
/dokuwiki/inc/
H A Dpageutils.php56 PhpString::basename($INPUT->server->str('SCRIPT_FILENAME'));
436 $basename = metaFN($id, '');
437 $files = glob($basename . '.*', GLOB_MARK);
439 return $files ? preg_grep('/^' . preg_quote($basename, '/') . '\.[^.\/]*$/u', $files) : [];
H A Dsearch.php223 $info['file'] = PhpString::basename($file);
570 $item['file'] = PhpString::basename($file);
H A Dutf8.php84 dbg_deprecated(PhpString::class . '::basename()');
85 return PhpString::basename($path, $suffix);
H A Dio.php673 $name = PhpString::basename($match[1]);
H A DMailer.class.php86 $name = PhpString::basename($path);
H A DStyleUtils.php140 [$extension, $basename] = array_map('strrev', sexplode('.', strrev($file), 2, ''));
142 if (file_exists($incbase . $basename . '.' . $newExtension)) {
143 $stylesheets[$mode][$incbase . $basename . '.' . $newExtension] = $webbase;
145 msg("Stylesheet $file not found, using $basename.$newExtension instead. " .
H A Dinfoutils.php400 $basename = PhpString::basename($msgdata['file']);
401 $msgdata['msg'] .= ' [' . $basename . ':' . $msgdata['line'] . ']';
H A DJpegMeta.php1320 $this->_info['file']['Name'] = utf8_decodeFN(\dokuwiki\Utf8\PhpString::basename($this->_fileName));
1413 $this->_info['file']['Name'] = \dokuwiki\Utf8\PhpString::basename($this->_fileName);
/dokuwiki/inc/parser/
H A Dcode.php30 $filename = PhpString::basename($filename);
H A Dxhtml.php1702 $title = $this->_xmlEntities(PhpString::basename(noNS($src)));
1741 return $this->_xmlEntities($title ?: PhpString::basename(noNS($src)));
1764 $title = PhpString::basename(noNS($src));
1787 $ret .= $this->_xmlEntities(PhpString::basename(noNS($src)));
1954 ? $this->_xmlEntities(PhpString::basename(noNS($file)))
2023 $title = $atts['title'] ?: $this->_xmlEntities(PhpString::basename(noNS($file)));
/dokuwiki/lib/exe/
H A Djs.php188 $base = PhpString::basename($ifile);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php536 $file = basename($name);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php190 return substr($fileInfo["basename"], 0, -(strlen($fileInfo["extension"]) + 1)).".xml";
214 header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".basename($filename));
216 header("Content-Disposition: attachment; filename=".basename($filename));
218 header("Content-Disposition: inline; filename=".basename($filename));
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php125 $facilities[] = basename($dir);
/dokuwiki/lib/plugins/extension/
H A Dcli.php309 $tpllist = array_map(static fn($path) => 'template:' . basename($path), $tpllist);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php251 * Get the basename of the extension
253 * @return string The basename
662 $basename = basename($_FILES[$field]['name']);
663 $basename = preg_replace('/\.(tar\.gz|tar\.bz|tar\.bz2|tar|tgz|tbz|zip)$/', '', $basename);
664 $basename = preg_replace('/[\W]+/', '', $basename);
669 $installed = $this->installArchive("$tmp/upload.archive", $overwrite, $basename);
938 $name = PhpString::basename(
[all...]
/dokuwiki/lib/scripts/jquery/
H A Dupdate.sh33 CODE=`basename $LNG`
/dokuwiki/bin/
H A Ddwpage.php217 $localfile = getcwd() . '/' . PhpString::basename($wiki_fn);
/dokuwiki/inc/Utf8/
H A DPhpString.php11 * A locale independent basename() implementation
13 * works around a bug in PHP's basename() implementation
20 * @see basename()
22 public static function basename($path, $suffix = '')
23 public static function basename($path, $suffix = '') global() function in dokuwiki\\Utf8\\PhpString
/dokuwiki/inc/Action/
H A DSitemap.php54 header('Content-Disposition: attachment; filename=' . PhpString::basename($sitemap));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php

12