Home
last modified time | relevance | path

Searched refs:dirname (Results 226 – 250 of 1489) sorted by path

12345678910>>...60

/plugin/clock/
H A Dsyntax.php13 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/code/
H A Dcode.php25 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dfile.php22 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/code2/
H A Dsyntax.php6 realpath(dirname(__FILE__) . '/../../') . '/');
313 $localdir = realpath(dirname(__FILE__)) . '/';
/plugin/code3/syntax/
H A Dcode.php23 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dfile.php23 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/codedoc/
H A Dblock.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …trtoupper strtolower strpos strrpos strrev hebrev hebrevc nl2br basename dirname pathinfo stripsla…
/plugin/colorbox/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',(dirname(__FILE__).'/../../').'/');
/plugin/columnlist/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/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/bin/
H A Dyaml-lint18 '__DIR__' => var_export(dirname($binPath), true),
/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/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/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/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php520 $directoryPath = dirname($save_as);
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md7 * Add new `lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml`
/plugin/command/syntax/
H A Dblock.php17 define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
H A Dinline.php17 define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');

12345678910>>...60