Home
last modified time | relevance | path

Searched refs:DIRECTORY_SEPARATOR (Results 26 – 50 of 171) sorted by relevance

1234567

/plugin/fedauth/Auth/OpenID/
H A DFileStore.php60 $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;
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php74 if ('\\' === \DIRECTORY_SEPARATOR) {
80 …if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR ||…
/plugin/siteexport/exe/
H A Dsiteexportmanager.php25 …$path = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, dirname(parse_url($_SERVER['REQUEST_URI…
26 $parts = array_filter(explode(DIRECTORY_SEPARATOR, $path), 'strlen');
36 $conf['basedir']='/'.implode(DIRECTORY_SEPARATOR, $absolutes);
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DLibrary.php67 $queue = DIRECTORY_SEPARATOR . substr($queue, $pos + 1);
86 $pos = strrpos(rtrim($part, DIRECTORY_SEPARATOR), DIRECTORY_SEPARATOR) + 1;
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php72 if ('\\' === \DIRECTORY_SEPARATOR) {
78 if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR || @is_executable($file))) {
H A DPhpExecutableFinder.php38 $command = '\\' === \DIRECTORY_SEPARATOR ? 'where' : 'command -v';
77 if (@is_executable($php = \PHP_BINDIR.('\\' === \DIRECTORY_SEPARATOR ? '\\php.exe' : '/php')) && !@is_dir($php)) {
82 if ('\\' === \DIRECTORY_SEPARATOR) {
/plugin/mdpage/vendor/composer/
H A DClassLoader.php373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/webdav/vendor/composer/
H A DClassLoader.php373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/vbsso/vendor/composer/
H A DClassLoader.php373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
384 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/icalevents/vendor/composer/
H A DClassLoader.php373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
384 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/jplayer/vendor/composer/
H A DClassLoader.php373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php26 …$this->assertContains('test'.DIRECTORY_SEPARATOR.'Twig'.DIRECTORY_SEPARATOR.'Tests'.DIRECTORY_SEPA…
108 …is->assertEquals(strtr(__DIR__.'/Fixtures/errors/index.html', '/', DIRECTORY_SEPARATOR), $e->getFi…
127 …is->assertEquals(strtr(__DIR__.'/Fixtures/errors/index.html', '/', DIRECTORY_SEPARATOR), $e->getFi…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php87 $fileParts = explode(DIRECTORY_SEPARATOR, $filename);
92 $location = implode($fileParts, DIRECTORY_SEPARATOR);
93 if (is_dir($location.DIRECTORY_SEPARATOR.'.hg') === true) {
/plugin/openid/Auth/OpenID/
H A DFileStore.php67 $this->nonce_dir = $directory . DIRECTORY_SEPARATOR . 'nonces';
69 $this->association_dir = $directory . DIRECTORY_SEPARATOR .
74 $this->temp_dir = $directory . DIRECTORY_SEPARATOR . 'temp';
186 return $this->association_dir. DIRECTORY_SEPARATOR . $filename;
421 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $filename;
489 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $nonce;
510 if ($dir[strlen($dir) - 1] != DIRECTORY_SEPARATOR) {
511 $dir .= DIRECTORY_SEPARATOR;
568 $name = $dir . strval(DIRECTORY_SEPARATOR) . strval(getmypid()) .
590 $files[] = $dir . DIRECTORY_SEPARATOR . $filename;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/
H A Dbootstrap.php14 __DIR__ . DIRECTORY_SEPARATOR . '_fixture' . DIRECTORY_SEPARATOR
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DPrelude.php47 require_once __DIR__ . DIRECTORY_SEPARATOR . 'Autoloader.php';
48 require_once __DIR__ . DIRECTORY_SEPARATOR . 'Consistency.php';
61 $define('DS', DIRECTORY_SEPARATOR);
/plugin/pureldap/vendor/composer/
H A DClassLoader.php495 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
504 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
525 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
528 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/commonmark/vendor/composer/
H A DClassLoader.php496 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
505 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
517 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
526 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
529 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
536 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
546 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php405 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
414 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
426 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
435 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
438 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
445 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
455 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php495 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
504 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
525 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
528 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/barcodes/vendor/composer/
H A DClassLoader.php500 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
509 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
521 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
530 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
533 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
540 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
550 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/oauth/vendor/composer/
H A DClassLoader.php496 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
505 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
517 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
526 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
529 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
536 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
546 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/upgrade/vendor/composer/
H A DClassLoader.php501 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
510 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
522 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
531 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
534 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
541 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
551 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {

1234567