Searched refs:DIRECTORY_SEPARATOR (Results 1 – 16 of 16) sorted by relevance
| /template/strap/vendor/symfony/process/ ! |
| H A D | ExecutableFinder.php | 72 if ('\\' === \DIRECTORY_SEPARATOR) { 78 …if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR ||…
|
| H A D | PhpExecutableFinder.php | 38 $command = '\\' === \DIRECTORY_SEPARATOR ? 'where' : 'command -v --'; 77 …if (@is_executable($php = \PHP_BINDIR.('\\' === \DIRECTORY_SEPARATOR ? '\\php.exe' : '/php')) && !… 82 if ('\\' === \DIRECTORY_SEPARATOR) {
|
| H A D | Process.php | 157 … if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) { 166 $this->useFileHandles = '\\' === \DIRECTORY_SEPARATOR; 311 …$env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->env, $env, 'strcasecmp') : $this->e… 314 …$env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->getDefaultEnv(), $env, 'strcasecmp'… 319 if ('\\' !== \DIRECTORY_SEPARATOR) { 327 if ('\\' === \DIRECTORY_SEPARATOR) { 432 …$running = $this->isRunning() && ('\\' === \DIRECTORY_SEPARATOR || $this->processPipes->areOpen()); 433 $this->readPipes($running, '\\' !== \DIRECTORY_SEPARATOR || !$running); 473 … $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen(); 474 … $output = $this->processPipes->readAndWrite($running, '\\' !== \DIRECTORY_SEPARATOR || !$running); [all …]
|
| /template/twigstarter/vendor/composer/ ! |
| D | ClassLoader.php | 496 $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)) {
|
| /template/strap/vendor/composer/ ! |
| H A D | ClassLoader.php | 495 $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)) {
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Firefox/ ! |
| H A D | FirefoxProfile.php | 120 copy($this->rdf_file, $temp_dir . DIRECTORY_SEPARATOR . 'mimeTypes.rdf'); 128 mkdir($temp_dir . DIRECTORY_SEPARATOR . $dirname); 134 $target_dir = $temp_dir . DIRECTORY_SEPARATOR . $dirname . DIRECTORY_SEPARATOR 163 $temp_dir . DIRECTORY_SEPARATOR
|
| /template/codowik/ ! |
| D | bootstrap.php | 10 $filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;
|
| D | main.php | 16 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR .'bootstrap.php');
|
| D | detail.php | 16 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR .'bootstrap.php');
|
| /template/twigstarter/vendor/symfony/polyfill-php72/ ! |
| D | Php72.php | 72 if ('\\' === \DIRECTORY_SEPARATOR) { 142 if ('\\' === \DIRECTORY_SEPARATOR) {
|
| D | bootstrap.php | 34 if ('\\' === \DIRECTORY_SEPARATOR && !function_exists('sapi_windows_vt100_support')) {
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/Cache/ ! |
| H A D | Disk.php | 67 return $this->path . DIRECTORY_SEPARATOR .
|
| /template/twigstarter/vendor/twig/twig/src/Loader/ ! |
| D | FilesystemLoader.php | 39 $this->rootPath = (null === $rootPath ? getcwd() : $rootPath).\DIRECTORY_SEPARATOR; 41 $this->rootPath = $realPath.\DIRECTORY_SEPARATOR;
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/ ! |
| H A D | DriverService.php | 202 if (is_executable($path . DIRECTORY_SEPARATOR . $filename)) {
|
| /template/strap/ComboStrap/ ! |
| H A D | LocalPath.php | 79 private $sep = DIRECTORY_SEPARATOR;
|
| H A D | WikiPath.php | 45 public const DIRECTORY_SEPARATOR = "/"; define in ComboStrap\\WikiPath
|