Home
last modified time | relevance | path

Searched refs:realpath (Results 251 – 275 of 701) sorted by last modified time

1...<<11121314151617181920>>...29

/plugin/explain/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/doodle4/
H A Dsyntax.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DFileLocatorTest.php21 …$this->assertEquals(realpath(__DIR__ . '/Fixture/A/A.xml'), realpath($locator->findFileForClass($r…
27 …$this->assertEquals(realpath(__DIR__ . '/Fixture/C/SubDir.C.yml'), realpath($locator->findFileForC…
41 …$this->assertEquals(realpath(__DIR__ . '/Fixture/T/T.xml'), realpath($locator->findFileForClass($r…
52 …$this->assertEquals(realpath(__DIR__ . '/Fixture/D/D.yml'), realpath($locator->findFileForClass($r…
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php292 $this->function->realpath = '/baz/php'
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php110 ? dirname(realpath($_SERVER['argv'][0]))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php664 $this->arguments['testFile'] = realpath($this->options[1][1]);
672 $this->arguments['testFile'] = realpath($this->arguments['test']);
697 $this->arguments['configuration'] = realpath(
701 $this->arguments['configuration'] = realpath(
708 $this->arguments['configuration'] = realpath('phpunit.xml');
710 $this->arguments['configuration'] = realpath(
930 $localFilename = realpath($_SERVER['argv'][0]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php175 $realpath = realpath($filename);
177 if ($realpath === false) {
186 if (!isset(self::$instances[$realpath])) {
187 self::$instances[$realpath] = new self($realpath);
190 return self::$instances[$realpath];
H A DFilter.php27 $script = realpath($GLOBALS['_SERVER']['SCRIPT_NAME']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
168 $temp = realpath($temp);
203 return realpath('/temp');
210 return realpath('/tmp');
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php249 return realpath($_);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php98 $fixturesDir = realpath($this->getFixturesDir());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php53 …$this->assertEquals(realpath($path.'/errors/base.html'), realpath($loader->getSourceContext('error…
H A DFilesystemTest.php23 …$this->assertEquals(realpath($path.'/errors/index.html'), realpath($loader->getSourceContext('erro…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php52 $files[] = realpath($path);
H A DFactory.php85 $_paths[] = realpath($path);
H A DIterator.php54 $basepath = realpath($basepath);
80 $realpath = $current->getRealPath();
83 $realpath = str_replace($this->basepath, '', $realpath);
87 if (preg_match('=/\.[^/]*/=', $realpath)) {
91 return $this->acceptPath($realpath) &&
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php565 if (false === $out = realpath($this->getStreamName())) {
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php10 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php40 if (false !== $realPath = realpath($rootPath)) {
231 if (false !== $realpath = realpath($path.'/'.$shortname)) {
232 return $this->cache[$name] = $realpath;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php69 if ($classFile == realpath($suiteClassFile)) {
82 if ($classFile == realpath($suiteClassFile)) {
93 if ($class->getFileName() == realpath($suiteClassFile)) {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG221 * removed usage of realpath in cache keys
338 * optimized the number of inodes and the size of realpath cache when using the cache
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php49 $this->whitelistedFiles[realpath($filename)] = true;
88 $filename = realpath($filename);
129 $filename = realpath($filename);
/plugin/fontfamily/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/letsencrypt/
H A Dcli.php6 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../../../') . '/');
/plugin/sha3sum/
H A Dsyntax.php47 … require_once(realpath(dirname(__FILE__)).'/Sha3.php'); // extenal lib under MIT license

1...<<11121314151617181920>>...29