Home
last modified time | relevance | path

Searched refs:DIRECTORY_SEPARATOR (Results 126 – 150 of 171) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php14 dirname(__DIR__) . DIRECTORY_SEPARATOR .
15 '_files' . DIRECTORY_SEPARATOR
/plugin/log404/
H A Dhelper.php114 return fullpath($conf['metadir'].DIRECTORY_SEPARATOR.'log404.csv');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php123 $partial = $parts['dirname'] . DIRECTORY_SEPARATOR . '_' . $parts['filename'];
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php114 $path = strtr($vendorDir.'/'.$style, '/', DIRECTORY_SEPARATOR);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php97 return $this->getComponentDir() . DIRECTORY_SEPARATOR . $name;
/plugin/mellelexport/
H A Dmellelconvert.php28 $template = dirname(__FILE__).DIRECTORY_SEPARATOR.'template.txt';
/plugin/docsearch/
H A Dcron.php133 rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php202 if (is_executable($path . DIRECTORY_SEPARATOR . $filename)) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php25 …OT') : str_replace(dirname(@$_SERVER['PHP_SELF']), '', str_replace(DIRECTORY_SEPARATOR, '/', __DI…
/plugin/mediathumbnails/
H A Dthumbnail.php150 return dirname($this->source_filepath) . DIRECTORY_SEPARATOR . $this->getFilename();
/plugin/switchpanel/
H A Dsyntax.php346 $sPathTemplateClass = dirname( __FILE__ ).DIRECTORY_SEPARATOR.'tpl'.DIRECTORY_SEPARATOR;;
/plugin/backup/
H A Dadmin.php30 if (!is_dir($dir. DIRECTORY_SEPARATOR .$object) || is_link($dir."/".$object)) {
31 unlink($dir. DIRECTORY_SEPARATOR .$object);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php232 …self::$virama = require __DIR__.\DIRECTORY_SEPARATOR.'Resources'.\DIRECTORY_SEPARATOR.'unidata'.\D…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php148 $sSelfPath = str_replace( '/', DIRECTORY_SEPARATOR, $sSelfPath ) ;
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php183 $this->rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
H A Dzip.php80 $this->rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php166 $sSelfPath = str_replace( '/', DIRECTORY_SEPARATOR, $sSelfPath ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php164 $sSelfPath = str_replace( '/', DIRECTORY_SEPARATOR, $sSelfPath ) ;
/plugin/xslfo/
H A Daction.php222 $this->template_path = __DIR__.DIRECTORY_SEPARATOR.$this->template;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php166 $sSelfPath = str_replace( '/', DIRECTORY_SEPARATOR, $sSelfPath ) ;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php169 if (DIRECTORY_SEPARATOR == '\\') {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
170 if (!file_exists($temp . DIRECTORY_SEPARATOR . md5_file(__FILE__))) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php317 $testDirectory = dirname($this->filename) . DIRECTORY_SEPARATOR;
/plugin/approve/
H A Dhelper.php314 $id = str_replace(DIRECTORY_SEPARATOR,':',$id);
/plugin/photogallery/phpThumb/
H A DphpThumb.php56 $nice_cachefile = str_replace(DIRECTORY_SEPARATOR, '/', $phpThumb->cache_filename);
57 …$nice_docroot = str_replace(DIRECTORY_SEPARATOR, '/', rtrim($phpThumb->config_document_root, '/\…

1234567