Home
last modified time | relevance | path

Searched refs:DIRECTORY_SEPARATOR (Results 51 – 75 of 171) sorted by relevance

1234567

/plugin/combo/vendor/composer/
H A DClassLoader.php407 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
416 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
428 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
437 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
440 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
447 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
457 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/dw2pdf/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/aichat/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/geophp/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/zotero/tests/
H A DTextZoteroRepositoryTest.php4 require_once('..' . DIRECTORY_SEPARATOR . 'TextZoteroRepository.php');
10 …$this->r = new TextZoteroRepository(dirname(__FILE__) . DIRECTORY_SEPARATOR . "TestEntries.txt", n…
H A DStubZoteroFeedReader.php2 require_once('..' . DIRECTORY_SEPARATOR . 'ZoteroFeedReader.php');
15 return file_get_contents(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->fileName);
/plugin/ipban/ip-lib/
H A Dip-lib.php8 …$file = __DIR__.DIRECTORY_SEPARATOR.'src'.str_replace('\\', DIRECTORY_SEPARATOR, substr($class, st…
/plugin/combo/vendor/symfony/process/
H A DProcess.php156 if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
165 $this->useFileHandles = '\\' === \DIRECTORY_SEPARATOR;
310 $env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->env, $env, 'strcasecmp') : $this->env;
313 $env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->getDefaultEnv(), $env, 'strcasecmp') : $this->getDefaultEnv();
318 if ('\\' !== \DIRECTORY_SEPARATOR) {
326 if ('\\' === \DIRECTORY_SEPARATOR) {
431 $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();
432 $this->readPipes($running, '\\' !== \DIRECTORY_SEPARATOR || !$running);
472 $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();
473 $output = $this->processPipes->readAndWrite($running, '\\' !== \DIRECTORY_SEPARATOR || !
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php12 $filename = str_replace('\\', DIRECTORY_SEPARATOR, substr($class, 14)) . '.php';
13 $fullpath = __DIR__ . DIRECTORY_SEPARATOR . $filename;
/plugin/userhomepage/
H A Daction.php369 … if (!is_file($this->dataDir.DIRECTORY_SEPARATOR.$target_dir.DIRECTORY_SEPARATOR.$target_file)) {
370 if(!is_dir($this->dataDir.DIRECTORY_SEPARATOR.$target_dir)){
371 …io_mkdir_p($this->dataDir.DIRECTORY_SEPARATOR.$target_dir) || msg($this->getLang('mkdirfailure').'…
373 $source = str_replace('/', DIRECTORY_SEPARATOR, $source);
374 … copy($source, $this->dataDir.DIRECTORY_SEPARATOR.$target_dir.DIRECTORY_SEPARATOR.$target_file);
375 … if (is_file($this->dataDir.DIRECTORY_SEPARATOR.$target_dir.DIRECTORY_SEPARATOR.$target_file)) {
376 …g('copysuccess').' ('.$source.' > '.$this->dataDir.DIRECTORY_SEPARATOR.$target_dir.DIRECTORY_SEPAR…
378 …ang('copyerror').' ('.$source.' > '.$this->dataDir.DIRECTORY_SEPARATOR.$target_dir.DIRECTORY_SEPAR…
381 …'copynotneeded').' ('.$source.' > '.$this->dataDir.DIRECTORY_SEPARATOR.$target_dir.DIRECTORY_SEPAR…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php146 $file = \str_replace('\\', \DIRECTORY_SEPARATOR, $class) . '.php';
155 if (is_file($dir . \DIRECTORY_SEPARATOR . $file)) {
156 require $dir . \DIRECTORY_SEPARATOR . $file;
/plugin/dlcount/
H A Dadmin.php50 $dirs = explode(DIRECTORY_SEPARATOR, $mask);
52 $dirs = glob(implode(DIRECTORY_SEPARATOR, $dirs) . '/*', GLOB_ONLYDIR);
78 … $metaFN = $mediametadir . '/' . str_replace(':', DIRECTORY_SEPARATOR, $mediaWN) . self::SUFFIX;
137 $wn = str_replace(DIRECTORY_SEPARATOR, ':', $wn);
145 $wn = str_replace(DIRECTORY_SEPARATOR, ':', $wn);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php120 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
/plugin/visrep/
H A Dsyntax.php176 $cmd .= ' -o '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($out));
177 $cmd .= ' '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($in));
185 $cmd .= ' -o'.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($out));
186 $cmd .= ' '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($in));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php242 …$pat = preg_quote(DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'media' . DIRECTORY_SEPARAT…
275 $return_path = rtrim($return_path, '\\,/') . DIRECTORY_SEPARATOR;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php242 …$pat = preg_quote(DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'media' . DIRECTORY_SEPARAT…
275 $return_path = rtrim($return_path, '\\,/') . DIRECTORY_SEPARATOR;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php242 …$pat = preg_quote(DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'media' . DIRECTORY_SEPARAT…
275 $return_path = rtrim($return_path, '\\,/') . DIRECTORY_SEPARATOR;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php40 $dirs = glob(dirname($pattern).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR|GLOB_NOSORT);
43 …$files = array_merge($files, $this->recursiveGlob($dir.DIRECTORY_SEPARATOR.basename($pattern), $fl…
/plugin/jplayer/vendor/symfony/process/
H A DPhpExecutableFinder.php65 … if (@is_executable($php = \PHP_BINDIR.('\\' === \DIRECTORY_SEPARATOR ? '\\php.exe' : '/php'))) {
70 if ('\\' === \DIRECTORY_SEPARATOR) {
H A DProcess.php157 … if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
166 $this->useFileHandles = '\\' === \DIRECTORY_SEPARATOR;
287 if ('\\' !== \DIRECTORY_SEPARATOR) {
309 if ('\\' === \DIRECTORY_SEPARATOR && $this->enhanceWindowsCompatibility) {
420 $this->readPipes($running, '\\' !== \DIRECTORY_SEPARATOR || !$running);
1026 if ('\\' === \DIRECTORY_SEPARATOR && $tty) {
1353 if ('\\' === \DIRECTORY_SEPARATOR) {
1370 if ('\\' === \DIRECTORY_SEPARATOR) {
1428 $this->readPipes($running && $blocking, '\\' !== \DIRECTORY_SEPARATOR || !$running);
1594 if ('\\' === \DIRECTORY_SEPARATOR) {
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php269 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
271 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
333 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
335 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
H A DPDF417Factory.php273 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
275 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
337 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
339 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php31 if (DIRECTORY_SEPARATOR == '\\') {
49 if (DIRECTORY_SEPARATOR == '\\') {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php18 define('GETID3_INCLUDEPATH', dirname(__FILE__).DIRECTORY_SEPARATOR);
49 $temp_dir = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $temp_dir);
51 if (substr($temp_dir, -1, 1) != DIRECTORY_SEPARATOR) {
52 $temp_dir .= DIRECTORY_SEPARATOR;
57 if (substr($basedir, -1, 1) != DIRECTORY_SEPARATOR) {
58 $basedir .= DIRECTORY_SEPARATOR;
345 $DirPieces = explode(DIRECTORY_SEPARATOR, realpath($helperappsdir));
368 $helperappsdir = implode(DIRECTORY_SEPARATOR, $path_so_far);
370 define('GETID3_HELPERAPPSDIR', $helperappsdir.DIRECTORY_SEPARATOR);
442 $filename = str_replace('/', DIRECTORY_SEPARATOR, $filename);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DReactJsxFilter.php33 $inputFile = $inputDir.DIRECTORY_SEPARATOR.'asset.js';
35 $outputFile = $outputDir.DIRECTORY_SEPARATOR.'asset.js';

1234567