Home
last modified time | relevance | path

Searched refs:DIRECTORY_SEPARATOR (Results 76 – 100 of 171) sorted by relevance

1234567

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php292 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
294 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
371 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
373 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
H A DQRcodeFactory.php321 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
323 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
392 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
394 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
/plugin/simpleforward/
H A Daction.php56 $index = $basedir . DIRECTORY_SEPARATOR . $this->getConf('index');
66 $file = $basedir . DIRECTORY_SEPARATOR . $path;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php32 if (DIRECTORY_SEPARATOR != substr($path, -1)) {
33 $path .= DIRECTORY_SEPARATOR;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php111 …$result = $this->aggregateScripts($package, $scripts, $name.DIRECTORY_SEPARATOR.$name.'-built.js');
164 $path = $this->getVendorDir($package).DIRECTORY_SEPARATOR.$script;
174 $destination = $this->componentDir.DIRECTORY_SEPARATOR.$file;
H A DProcess.php205 if (!file_exists($path.DIRECTORY_SEPARATOR.'composer.json')) {
207 if (file_exists($temp.DIRECTORY_SEPARATOR.'composer.json')) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php57 if ('\\' === \DIRECTORY_SEPARATOR) {
71 if ('\\' === \DIRECTORY_SEPARATOR) {
300 if ('\\' === \DIRECTORY_SEPARATOR) {
419 if ('\\' === \DIRECTORY_SEPARATOR) {
432 if ('\\' === \DIRECTORY_SEPARATOR) {
446 if ('\\' === \DIRECTORY_SEPARATOR) {
461 if ('\\' === \DIRECTORY_SEPARATOR) {
477 if ('\\' !== \DIRECTORY_SEPARATOR) {
661 if ('\\' === \DIRECTORY_SEPARATOR) {
673 if ('\\' === \DIRECTORY_SEPARATOR) {
[all …]
H A DProcessUtilsTest.php32 if ('\\' === \DIRECTORY_SEPARATOR) {
/plugin/fksnewsfeed/
H A Dhelper.php74 …qlite->init('newsfeed', DOKU_PLUGIN . $pluginName . DIRECTORY_SEPARATOR . 'db' . DIRECTORY_SEPARAT…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php70 $baseDirectory = rtrim($baseDirectory, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php120 $pathA = explode(DIRECTORY_SEPARATOR, $path);
203 if ($dest !== $source . DIRECTORY_SEPARATOR . $e)
204 … copy_r($source . DIRECTORY_SEPARATOR . $e, $dest . DIRECTORY_SEPARATOR . $e, $modedir, $modefile);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilesystem.php34 DIRECTORY_SEPARATOR,
/plugin/zotero/
H A DIniZoteroConfig.php8 $this->config = parse_ini_file(dirname(__FILE__) . DIRECTORY_SEPARATOR . "config.ini", true);
H A Dsyntax.php13 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . DIRECTORY_SEPARATOR);
/plugin/zotero/tests/
H A DStubZoteroConfig.php2 require_once('..' . DIRECTORY_SEPARATOR . 'ZoteroConfig.php');
H A DFeedZoteroRepositoryTest.php3 require_once('..' . DIRECTORY_SEPARATOR . 'FeedZoteroRepository.php');
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1264 $segments = explode(DIRECTORY_SEPARATOR, $path);
1267 $thispart = implode(DIRECTORY_SEPARATOR, $parts);
1277 $path = implode(DIRECTORY_SEPARATOR, $parts);
1304 $path = $path.DIRECTORY_SEPARATOR.implode(DIRECTORY_SEPARATOR, array_slice($segments,$i + 1));
1318 $newfilename = preg_replace('#[\\/]+#', DIRECTORY_SEPARATOR, $filename);
1327 $newfilename = __DIR__ .DIRECTORY_SEPARATOR.$newfilename;
1333 …$newfilename = preg_replace('#'.preg_quote(DIRECTORY_SEPARATOR).'+#', DIRECTORY_SEPARATOR, $newfil…
1336 …name = preg_replace('#'.preg_quote(DIRECTORY_SEPARATOR).'\\.'.preg_quote(DIRECTORY_SEPARATOR).'#',…
1345DIRECTORY_SEPARATOR).'[^'.preg_quote(DIRECTORY_SEPARATOR).']+'.preg_quote(DIRECTORY_SEPARATOR).'\\…
1348 …= preg_replace('#'.preg_quote(DIRECTORY_SEPARATOR).'[^'.preg_quote(DIRECTORY_SEPARATOR).']+'.preg_…
[all …]
H A DphpThumb.config.php.default38 …OT'] : str_replace(dirname(@$_SERVER['PHP_SELF']), '', str_replace(DIRECTORY_SEPARATOR, '/', realp…
39 …OT') : str_replace(dirname(@$_SERVER['PHP_SELF']), '', str_replace(DIRECTORY_SEPARATOR, '/', __DI…
57 $PHPTHUMB_CONFIG['cache_directory'] = __DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
58 … = $PHPTHUMB_CONFIG['document_root'].DIRECTORY_SEPARATOR.'phpthumb'.DIRECTORY_SEPARATOR.'cache'.DI…
59 //$PHPTHUMB_CONFIG['cache_directory'] = '.'.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
62 // $PHPTHUMB_CONFIG['cache_directory'] = __DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
84 …['cache_source_directory'] = __DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.'source'.DIR…
187 $PHPTHUMB_CONFIG['ttf_directory'] = __DIR__ .DIRECTORY_SEPARATOR.'fonts'; // Base directory for TT…
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php6 $file = str_replace('\\', DIRECTORY_SEPARATOR,
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php458 $templateDir = __DIR__ . DIRECTORY_SEPARATOR . 'Generator' . DIRECTORY_SEPARATOR;
519 $templateDir = __DIR__ . DIRECTORY_SEPARATOR . 'Generator' . DIRECTORY_SEPARATOR;
609 $templateDir = __DIR__ . DIRECTORY_SEPARATOR . 'Generator' . DIRECTORY_SEPARATOR;
690 $templateDir = __DIR__ . DIRECTORY_SEPARATOR . 'Generator' . DIRECTORY_SEPARATOR;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php20 … $this->filesDirectory = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR;
616 … $file = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'foo.xml';
667 $file = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'foo.xml';
1256 $this->assertIsReadable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1296 $this->assertIsWritable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1336 $this->assertDirectoryExists(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1354 $this->assertDirectoryNotExists(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1436 $this->assertFileExists(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1454 $this->assertFileNotExists(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1478 $this->assertFileIsReadable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
[all …]
H A DTestCaseTest.php11 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NoArgTestCa…
12 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'Singleton.p…
13 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'Mockable.ph…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php160 if (substr($directory, -1, 1) != DIRECTORY_SEPARATOR) {
161 $directory .= DIRECTORY_SEPARATOR;
/plugin/gitlog/
H A Dsyntax.php194 $repo .= DIRECTORY_SEPARATOR . '.git';
246 return rtrim($value, "\/").DIRECTORY_SEPARATOR;
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php72 if ('\\' === \DIRECTORY_SEPARATOR) {
142 if ('\\' === \DIRECTORY_SEPARATOR) {

1234567