Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 187) sorted by relevance

12345678

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php50 private $path; variable in phpseclib3\\Net\\SFTP\\Stream
136 * @param string $path
139 protected function parse_path($path) argument
141 $orig = $path;
142 extract(parse_url($path) + ['port' => 22]);
144 $path .= '?' . $query;
146 $path .= '?';
149 $path .= '#' . $fragment;
151 $path .= '#';
183 return $path;
[all …]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php18 protected $path = ''; variable in splitbrain\\PHPArchive\\FileInfo
32 * @param string $path The path of the file, can also be set later through setPath()
34 public function __construct($path = '') argument
37 $this->setPath($path);
61 * @param string $path path to a file on the local file system
66 public static function fromPath($path, $as = '') argument
68 clearstatcache(false, $path);
70 if (!file_exists($path)) {
71 throw new FileInfoException("$path does not exist");
74 $stat = stat($path);
[all …]
/dokuwiki/lib/images/smileys/
H A Dfacepalm.svg1path fill="#FA743E" d="M27 27H10v9h21v-5c0-2.209-1.791-4-4-4z"/><path fill="#FFAC33" d="M21.906 1.…
H A Dlol.svg1path fill="#FFCB4C" d="M30.728 5.272c7.029 7.029 7.029 18.427 0 25.456s-18.426 7.029-25.456 0c-7.0…
H A Dfun.svg1path fill="#FFCC4D" d="M36 18c0 9.941-8.059 18-18 18-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.94…
H A Drazz.svg1path fill="#FFCC4D" d="M36 18c0 9.941-8.059 18-18 18-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.94…
/dokuwiki/bin/
H A Dstriplangs.php72 * @param string $path path to plugin or template dir
75 protected function processExtensions($path, $keep_langs) argument
77 if (is_dir($path)) {
78 $entries = scandir($path);
82 if (is_dir($path . '/' . $entry)) {
83 $plugin_langs = $path . '/' . $entry . '/lang';
97 * @param string $path path to lang dir
100 protected function stripDirLangs($path, $keep_langs) argument
102 $dir = dir($path);
105 if ($cur_dir != '.' && $cur_dir != '..' && is_dir($path . '/' . $cur_dir)) {
[all …]
/dokuwiki/lib/images/fileicons/svg/
H A Dcss.svg1path class="st0" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#66…
H A Djava.svg1path d="M0 0h100v100H0V0z" fill="#fff"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#…
H A Djs.svg1path class="st0" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#66…
H A Dpl.svg1path class="st0" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#66…
H A Dhtml.svg1path class="st0" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#66…
H A Dhtm.svg1path class="st0" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#66…
H A Dsql.svg1path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Dwav.svg1path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#0e…
H A Dmp3.svg1path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#0e…
H A Dogg.svg1path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#0e…
H A Dodt.svg1path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Dc.svg1 …viewBox="0 0 100 100"><path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90…
H A Dcs.svg1path class="st0" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Dlua.svg1 …viewBox="0 0 100 100"><path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90…
/dokuwiki/lib/plugins/extension/images/
H A Dcoffee.svg1path d="M375.716 503.983H136.284l-34.205-290.739h307.842z" style="fill:#ff8c78"/><path d="M399.797…
/dokuwiki/inc/File/
H A DMediaFile.php11 protected $path; variable in dokuwiki\\File\\MediaFile
29 $this->path = mediaFN($id, $rev);
32 [$this->ext, $this->mime, $this->downloadable] = mimetype($this->path, false);
50 return $this->path;
101 return filesize($this->path);
107 return filemtime($this->path);
113 return is_writable($this->path);
130 $info = getimagesize($this->path);
171 if ($this->meta === null) $this->meta = new JpegMeta($this->path);
/dokuwiki/lib/images/interwiki/
H A Dgoogle.svg1path fill="#4285f4" d="M386 400c45-42 65-112 53-179H260v74h102c-4 24-18 44-38 57z"/><path fill="#3…
/dokuwiki/inc/
H A Dinit.php307 $path = empty($conf[$c]) ? $conf['savedir'] . '/' . $p : $conf[$c];
308 $conf[$c] = init_path($path);
310 $path = fullpath($path);
311 nice_die("The $c ('$p') at $path is not found, isn't accessible or writable.
391 * @param string $path
395 function init_path($path) argument
398 $p = fullpath($path);
400 $p = fullpath(DOKU_INC . $path);
581 * @param string $path
586 function fullpath($path, $exists = false) argument
[all …]

12345678