Home
last modified time | relevance | path

Searched full:path (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/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
62 * @param string $as optional path to use inside the archive
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");
[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 Djs.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 Dcs.svg1path class="st0" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Dodt.svg1path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Djava.svg1path d="M0 0h100v100H0V0z" fill="#fff"/><path d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.7" fill="#…
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 Drtf.svg1 …{fill:#6b533b}</style><path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100…
H A Dtxt.svg1 …{fill:#6b533b}</style><path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100…
H A Dh.svg1 …viewBox="0 0 100 100"><path fill="#fff" d="M0 0h100v100H0z"/><path d="M100 100H0V0h100v100zM9.7 90…
H A Dpng.svg1path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Dgif.svg1path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Djpg.svg1path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
H A Djpeg.svg1path fill="#fff" d="M0 0h100v100H0z"/><path class="st1" d="M100 100H0V0h100v100zM9.7 90h80.7V10H9.…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php46 * Path
50 private $path; variable in phpseclib3\\Net\\SFTP\\Stream
129 * Path Parser
131 * Extract a path from a URI and actually connect to an SSH server if appropriate
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 .= '?';
[all …]
/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';
95 * Strip languages from path
97 * @param string $path path to lang dir
100 protected function stripDirLangs($path, $keep_langs) argument
102 $dir = dir($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.…
/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/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/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php19 protected $path; variable in IXR\\Client\\Client
38 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument
40 if (!$path) {
45 $this->path = isset($bits['path']) ? $bits['path'] : '/';
47 // Make absolutely sure we have a path
48 if (!$this->path) {
49 $this->path = '/';
53 $this->path .= '?' . $bits['query'];
57 $this->path = $path;
73 $request = "POST {$this->path} HTTP/1.0$r";
/dokuwiki/_test/core/
H A DTestUtils.php9 * converts path to unix-like on windows OS
10 * @param string $path UNIX-like path to be converted
13 public static function w2u($path) { argument
14 return isWindows() ? str_replace('\\', '/', $path) : $path;

12345678910>>...12