Home
last modified time | relevance | path

Searched refs:dirname (Results 101 – 125 of 1489) sorted by last modified time

12345678910>>...60

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php31 if (!$this->createBasePath(dirname($basePath))) {
H A DMpdf.php11416 $currentPath = dirname($_SERVER['SCRIPT_NAME']);
11418 $currentPath = dirname($_SERVER['PHP_SELF']);
11442 $this->basepath = dirname($str) . "/"; // returns e.g. e.g. http://www.google.com/dir1/dir2/dir3/
/plugin/dw2pdf/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_files.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php59 if ($handle = opendir(dirname($path.'dummy'))) {
/plugin/dw2pdf/
H A Daction.php181 if (!@is_dir(dirname(wikiFN($pdfnamespace . ':dummy')))) {
/plugin/combo/ComboStrap/
H A DLocalPath.php368 $parent = dirname($workingPath);
370 * From the doc: https://www.php.net/manual/en/function.dirname.php
371 * dirname('.'); // Will return '.'.
372 * dirname('/'); // Will return `\` on Windows and '/' on *nix systems.
373 * dirname('\\'); // Will return `\` on Windows and '.' on *nix systems.
374 * dirname('C:\\'); // Will return 'C:\' on Windows and '.' on *nix systems.
375 * dirname('\'); // Will return `C:\` on Windows and ??? on *nix systems.
H A DSite.php910 return Url::toUrlSeparator(dirname('/' . $dir));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php520 $directoryPath = dirname($save_as);
/plugin/combo/vendor/paragonie/random_compat/
H A Dbuild-phar.sh3 basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php2 $dist = dirname(__DIR__).'/dist';
15 dirname(__DIR__).'/lib/random.php',
16 dirname(__DIR__).'/lib/index.php'
18 $phar->buildFromDirectory(dirname(__DIR__).'/lib');
20 dirname(__DIR__).'/lib/index.php',
21 dirname(__DIR__).'/lib/random.php'
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md7 * Add new `lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml`
/plugin/combo/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_files.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_psr4.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php127 foreach ($this->extensions_datas as $dirname => $extension_datas) {
128 mkdir($temp_dir . DIRECTORY_SEPARATOR . $dirname);
134 $target_dir = $temp_dir . DIRECTORY_SEPARATOR . $dirname . DIRECTORY_SEPARATOR
/plugin/combo/vendor/bin/
H A Dyaml-lint18 '__DIR__' => var_export(dirname($binPath), true),
/plugin/structodt/
H A Dhelper.php109 $wd = dirname($tmp_file);
/plugin/data/
H A Dhelper.php
/plugin/data/_test/
H A Dhelper.test.php
/plugin/subpages/
H A Dsyntax.php4 define ('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/lastpages/
H A Dsyntax.php4 define ('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');

12345678910>>...60