Searched refs:DIRECTORY_SEPARATOR (Results 1 – 25 of 179) sorted by relevance
12345678
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
| D | SuiteTest.php | 11 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'BeforeAndAf… 12 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'BeforeClass… 13 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'TestWithTes… 14 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'BeforeClass… 15 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'DataProvide… 16 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'DataProvide… 17 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'DataProvide… 18 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'InheritedTe… 19 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NoTestCaseC… 20 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NoTestCases… [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
| D | ConfigurationTest.php | 21 … dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration.xml' 35 …$configurationFilename = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR … 44 …$configurationFilename = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR … 53 …$configurationFilename = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR … 62 …$configurationFilename = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR … 176 … 6 => dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'MyTestFile.php', 177 … 7 => dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'MyRelativePath', 227 dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . '.', 252 …$path = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . '.' . PATH_SEPAR… 336 …dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration_xinclude.… [all …]
|
| /plugin/zotero/ |
| D | ZoteroConfig.php | 66 …DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . ".." . DIRECTORY_S… 70 $cachePage = $parts[0] . DIRECTORY_SEPARATOR . $parts[1]; 72 $cachePage = realpath($wikiPagesDir) . DIRECTORY_SEPARATOR . $cachePage . ".txt";
|
| /plugin/webcomponent/action/ |
| D | js.php | 70 …$dokuScriptPath = DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'scripts' . DIRECTORY_SEPARA… 72 …$dokuPluginPath = DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'plugins' . DIRECTORY_SEPARA… 82 5 => 'conf' . DIRECTORY_SEPARATOR . 'userscript.js'
|
| /plugin/jplayer/vendor/symfony/process/Tests/ |
| D | ProcessBuilderTest.php | 91 if ('\\' === \DIRECTORY_SEPARATOR) { 98 if ('\\' === \DIRECTORY_SEPARATOR) { 111 if ('\\' === \DIRECTORY_SEPARATOR) { 118 if ('\\' === \DIRECTORY_SEPARATOR) { 130 if ('\\' === \DIRECTORY_SEPARATOR) { 143 if ('\\' === \DIRECTORY_SEPARATOR) { 162 if ('\\' === \DIRECTORY_SEPARATOR) { 174 if ('\\' === \DIRECTORY_SEPARATOR) { 210 if ('\\' === \DIRECTORY_SEPARATOR) {
|
| D | ExecutableFinderTest.php | 101 if ('\\' === \DIRECTORY_SEPARATOR) { 122 if ('\\' === \DIRECTORY_SEPARATOR) { 140 if ('\\' !== \DIRECTORY_SEPARATOR) { 164 if ('\\' === \DIRECTORY_SEPARATOR) { 173 return basename(\PHP_BINARY, '\\' === \DIRECTORY_SEPARATOR ? '.exe' : '');
|
| /plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
| D | Facade.php | 84 return dirname($files[0]) . DIRECTORY_SEPARATOR; 90 $_files[] = $_fileParts = explode(DIRECTORY_SEPARATOR, $file); 93 $_fileParts[0] = DIRECTORY_SEPARATOR; 114 $common .= DIRECTORY_SEPARATOR; 121 return DIRECTORY_SEPARATOR . $common;
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
| D | XMLTest.php | 23 self::$TEST_REPORT_PATH_SOURCE = TEST_FILES_PATH . 'Report' . DIRECTORY_SEPARATOR . 'XML'; 40 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForBankAccoun… 50 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForFileWithIg… 61 … self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForClassWithAnonymousFunction'; 88 $actualFile = $actualFilesPath . DIRECTORY_SEPARATOR . $filename;
|
| D | HTMLTest.php | 23 self::$TEST_REPORT_PATH_SOURCE = TEST_FILES_PATH . 'Report' . DIRECTORY_SEPARATOR . 'HTML'; 44 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForBankAccoun… 54 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForFileWithIg… 65 … self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForClassWithAnonymousFunction'; 92 $actualFile = $actualFilesPath . DIRECTORY_SEPARATOR . $filename;
|
| /plugin/mizarverifiabledocs/ |
| H A D | action.php | 83 $htdocs = realpath($dokuroot . DIRECTORY_SEPARATOR . '..'); 86 $defM = $htdocs . DIRECTORY_SEPARATOR . 'MIZAR'; 87 $defW = $htdocs . DIRECTORY_SEPARATOR . 'work'; 99 if ($exe !== '' && !$isAbs($exe)) $exe = $htdocs . DIRECTORY_SEPARATOR . $exe; 100 if ($share !== '' && !$isAbs($share)) $share = $htdocs . DIRECTORY_SEPARATOR . $share; 101 if ($work !== '' && !$isAbs($work)) $work = $htdocs . DIRECTORY_SEPARATOR . $work; 288 $textDir = $paths['work'] . DIRECTORY_SEPARATOR . 'TEXT'; 291 $filePath = $textDir . DIRECTORY_SEPARATOR . $mizarData['fileName']; 299 $textDir = $paths['work'] . DIRECTORY_SEPARATOR . 'TEXT'; 302 …$tempFilename = $textDir . DIRECTORY_SEPARATOR . str_replace('.', '_', uniqid('tmp', true)) . ".mi… [all …]
|
| /plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
| D | BuildJsProcess.php | 37 $destination = $this->componentDir.DIRECTORY_SEPARATOR.'require-built.js'; 38 $require = $this->componentDir.DIRECTORY_SEPARATOR.'require.js'; 49 $packageDir = $this->componentDir.DIRECTORY_SEPARATOR.$componentName; 50 $source = $packageDir.DIRECTORY_SEPARATOR.$componentName.'-built.js';
|
| D | CopyProcess.php | 51 $source = $packageDir.DIRECTORY_SEPARATOR.$file; 56 … $withoutPackageDir = str_replace($packageDir.DIRECTORY_SEPARATOR, '', $filesource); 59 …$destination = $this->componentDir.DIRECTORY_SEPARATOR.$componentName.DIRECTORY_SEPARATOR.$without…
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/tests/ |
| D | PDF417Test.php | 52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file); 70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
|
| D | DatamatrixTest.php | 52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file); 70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
|
| D | QRcodeTest.php | 54 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 56 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file); 72 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 74 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
|
| D | BarcodeTest.php | 57 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 59 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file); 77 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file)); 79 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
| D | Builder.php | 53 if (file_exists($root->getPath() . DIRECTORY_SEPARATOR . $key)) { 197 $paths[$i] = strtr($paths[$i], '/', DIRECTORY_SEPARATOR); 199 $paths[$i] = explode(DIRECTORY_SEPARATOR, $paths[$i]); 202 $paths[$i][0] = DIRECTORY_SEPARATOR; 222 if ($paths[0][0] != DIRECTORY_SEPARATOR) { 223 $commonPath .= DIRECTORY_SEPARATOR;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ |
| D | Generator.php | 153 DIRECTORY_SEPARATOR.'Sniffs'.DIRECTORY_SEPARATOR, 154 DIRECTORY_SEPARATOR.'Docs'.DIRECTORY_SEPARATOR,
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
| D | CodeSniffer.php | 288 $path = str_replace(array('_', '\\'), DIRECTORY_SEPARATOR, $newClassName).'.php'; 290 if (is_file(dirname(__FILE__).DIRECTORY_SEPARATOR.$path) === true) { 292 include dirname(__FILE__).DIRECTORY_SEPARATOR.$path; 298 if (is_file($installedPath.DIRECTORY_SEPARATOR.$path) === true) { 299 include $installedPath.DIRECTORY_SEPARATOR.$path; 306 if (is_file(dirname($rulesetDir).DIRECTORY_SEPARATOR.$path) === true) { 307 include_once dirname($rulesetDir).DIRECTORY_SEPARATOR.$path; 544 && is_file(self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml')) === true 546 $standard = self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml'); 560 … && is_file(self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml')) === true [all …]
|
| /plugin/davcard/vendor/composer/ |
| D | ClassLoader.php | 347 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; 354 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) { 364 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { 373 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); 376 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; 383 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { 393 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
|
| /plugin/webdavclient/vendor/composer/ |
| D | ClassLoader.php | 347 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; 354 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) { 364 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { 373 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); 376 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; 383 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { 393 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
|
| /plugin/davcal/vendor/composer/ |
| H A D | ClassLoader.php | 347 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; 354 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) { 364 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { 373 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); 376 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; 383 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { 393 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
| D | ExampleFinder.php | 138 return getcwd() . DIRECTORY_SEPARATOR . 'examples' . DIRECTORY_SEPARATOR . $file; 151 return rtrim($directory, '\\/') . DIRECTORY_SEPARATOR . $file; 166 DIRECTORY_SEPARATOR,
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
| D | SetupDecorator.php | 121 if ($dir{strlen($dir)-1} == DIRECTORY_SEPARATOR) { 157 $filename = $dir . DIRECTORY_SEPARATOR . $file; 176 if (strpos($tmp, DIRECTORY_SEPARATOR) === 0) { 184 $className = str_replace(DIRECTORY_SEPARATOR, '_', $tmp);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | FileStore.php | 60 $this->nonce_dir = $directory . DIRECTORY_SEPARATOR . 'nonces'; 62 $this->association_dir = $directory . DIRECTORY_SEPARATOR . 67 $this->temp_dir = $directory . DIRECTORY_SEPARATOR . 'temp'; 176 return $this->association_dir. DIRECTORY_SEPARATOR . $filename; 387 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $filename; 453 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $nonce; 471 if ($dir[strlen($dir) - 1] != DIRECTORY_SEPARATOR) { 472 $dir .= DIRECTORY_SEPARATOR; 525 $name = $dir . strval(DIRECTORY_SEPARATOR) . strval(getmypid()) . 545 $files[] = $dir . DIRECTORY_SEPARATOR . $filename;
|
12345678