Home
last modified time | relevance | path

Searched refs:DIRECTORY_SEPARATOR (Results 1 – 25 of 171) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php11 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…
15 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…
21 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NotPublicTe…
22 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NotVoidTest…
23 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'OverrideTes…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php21 … 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
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.…
353 …dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration_empty.xml'
[all …]
/plugin/zotero/
H A DZoteroConfig.php66DIRECTORY_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/
H A Djs.php70 …$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/
H A DProcessBuilderTest.php91 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) {
H A DExecutableFinderTest.php101 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/
H A DFacade.php84 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/
H A DXMLTest.php23 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;
H A DHTMLTest.php23 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/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DBuildJsProcess.php37 $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';
H A DCopyProcess.php51 $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/
H A DDatamatrixTest.php52 $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);
H A DPDF417Test.php52 $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);
H A DQRcodeTest.php54 $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);
H A DBarcodeTest.php57 $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/
H A DBuilder.php53 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/
H A DGenerator.php153 DIRECTORY_SEPARATOR.'Sniffs'.DIRECTORY_SEPARATOR,
154 DIRECTORY_SEPARATOR.'Docs'.DIRECTORY_SEPARATOR,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php292 include dirname(__FILE__).DIRECTORY_SEPARATOR.$path;
299 include $installedPath.DIRECTORY_SEPARATOR.$path;
744 if (is_dir($rulesetDir.DIRECTORY_SEPARATOR.'Sniffs') === true) {
1069 $path = $path.DIRECTORY_SEPARATOR.'ruleset.xml';
1083 $sepPos = strpos($ref, DIRECTORY_SEPARATOR);
1095 $path = DIRECTORY_SEPARATOR.'Sniffs'.DIRECTORY_SEPARATOR.$parts[1];
1098 …$path = DIRECTORY_SEPARATOR.'Sniffs'.DIRECTORY_SEPARATOR.$parts[1].DIRECTORY_SEPARATOR.$parts[2].'…
1374 $sniffPos = strrpos($file, DIRECTORY_SEPARATOR.'Sniffs'.DIRECTORY_SEPARATOR);
1386 if (substr_count($className, DIRECTORY_SEPARATOR) !== 3) {
1699 if (DIRECTORY_SEPARATOR === '\\') {
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php138 return getcwd() . DIRECTORY_SEPARATOR . 'examples' . DIRECTORY_SEPARATOR . $file;
151 return rtrim($directory, '\\/') . DIRECTORY_SEPARATOR . $file;
166 DIRECTORY_SEPARATOR,
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
49 $path = $this->path . implode(DIRECTORY_SEPARATOR, $nsparts);
50 $path .= str_replace('_', DIRECTORY_SEPARATOR, $class) . '.php';
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
49 $path = $this->path . implode(DIRECTORY_SEPARATOR, $nsparts);
50 $path .= str_replace('_', DIRECTORY_SEPARATOR, $class) . '.php';
/plugin/davcard/vendor/composer/
H A DClassLoader.php347 $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/
H A DClassLoader.php347 $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 DClassLoader.php347 $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/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php121 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);

1234567