/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/ |
H A D | FileLocatorTest.php | 21 …$this->assertEquals(realpath(__DIR__ . '/Fixture/A/A.xml'), realpath($locator->findFileForClass($r… 27 …$this->assertEquals(realpath(__DIR__ . '/Fixture/C/SubDir.C.yml'), realpath($locator->findFileForC… 41 …$this->assertEquals(realpath(__DIR__ . '/Fixture/T/T.xml'), realpath($locator->findFileForClass($r… 52 …$this->assertEquals(realpath(__DIR__ . '/Fixture/D/D.yml'), realpath($locator->findFileForClass($r…
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.gallery.php | 25 $docroot = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(getenv('DOCUMEN… 38 $dirlimit = realpath($docroot.'/'.$imgdir); 57 $currentdir = realpath($docroot.'/'.$imgdir.@$_REQUEST['dir']); 71 if (preg_match('#^'.preg_quote($dirlimit).'#', realpath($currentdir.'/..'))) { 96 …echo '<i>No pictures in "'.htmlentities(str_replace(realpath($docroot), '', realpath($docroot.'/'.…
|
H A D | phpThumb.demo.random.php | 48 return realpath($dirname.'/'.$possibleimages[$randkey]); 63 …omSRC = str_replace('\\', '/', preg_replace('#^'.realpath(@$_SERVER['DOCUMENT_ROOT']).'#i', '', re… 65 $randomSRC = str_replace(realpath(@$_SERVER['DOCUMENT_ROOT']), '', realpath($randomSRC));
|
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
H A D | Iterator.php | 54 $basepath = realpath($basepath); 80 $realpath = $current->getRealPath(); 83 $realpath = str_replace($this->basepath, '', $realpath); 87 if (preg_match('=/\.[^/]*/=', $realpath)) { 91 return $this->acceptPath($realpath) &&
|
/plugin/multitemplate_styleman/ |
H A D | css.php | 11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/'); 29 define('DOKU_TPLINC',realpath(dirname(__FILE__).'/../../') . '/tpl/' . $template .'/'); 43 require_once(realpath(dirname(__FILE__).'/../../').'/exe/css.php');
|
/plugin/fckg/fckeditor/ |
H A D | extensions.php | 2 $mimes = realpath(dirname(__FILE__).'/../../../../').'/conf/mime.conf'; 3 $mimes_local = realpath(dirname(__FILE__).'/../../../../').'/conf/mime.local.conf'; 6 $preload = realpath(dirname(__FILE__).'/../../../../') . '/inc/preload.php';
|
/plugin/autolink3/ |
H A D | ajax.php | 11 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/'); 15 if (!defined('DOKU_PAGES')) define ('DOKU_PAGES', realpath(DOKU_PAGE)); 123 $page = realpath($page); 124 $locate = realpath($locate);
|
H A D | action.php | 13 if (!defined('DOKU_PAGES')) define ('DOKU_PAGES', realpath('./data/pages')); 57 $page = realpath($page); 58 $locate = realpath($locate);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
H A D | run-repository.sh | 8 script_path=$(dirname $(realpath -s $0)) 33 repo=$(realpath $(dirname $(realpath -s $0))/../)
|
/plugin/farm/install/ |
H A D | farmstructurecreator.php | 110 if(!@is_dir(realpath($farmconf['farmfsroot'].$farmconf['farmer']))) { 116 …if((realpath($farmconf['farmfsroot'].$farmconf['barn']) != realpath($farmconf['farmfsroot'])) && !… 188 …if((realpath($farmconf['farmfsroot'].$farmconf['barn']) == realpath($farmconf['farmfsroot'])) && (…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/ |
H A D | StandardTestSuiteLoader.php | 69 if ($classFile == realpath($suiteClassFile)) { 82 if ($classFile == realpath($suiteClassFile)) { 93 if ($class->getFileName() == realpath($suiteClassFile)) {
|
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/ |
H A D | Composer.php | 63 $realpath = $file->getRealPath(); 64 $filesystem->remove($realpath); 65 $filesystem->remove($realpath . '.php');
|
/plugin/photogallery/inc/ |
H A D | pgdefines.php | 12 if(!defined('PHOTOGALLERY_PGFETCH_FILE')) define('PHOTOGALLERY_PGFETCH_FILE',realpath(__DIR__.'/../… 14 if(!defined('PHOTOGALLERY_IMAGES_FILE')) define('PHOTOGALLERY_IMAGES_FILE',realpath(__DIR__.'/../im…
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | Filter.php | 49 $this->whitelistedFiles[realpath($filename)] = true; 88 $filename = realpath($filename); 129 $filename = realpath($filename);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | CodeSniffer.php | 930 $files[] = self::realpath($sniff); 1034 $realpath = self::realpath($rulesetDir.'/'.$ref); 1035 if ($realpath !== false) { 1036 $ref = $realpath; 1047 $realpath = self::realpath($ref); 1048 if ($realpath !== false) { 1049 $ref = $realpath; 1743 $filePath = self::realpath($file); 2518 public static function realpath($path) function in PHP_CodeSniffer 2530 return realpath($path); [all …]
|
/plugin/epub/scripts/ |
H A D | update_files.php | 2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/'); 4 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
H A D | build-phar.php | 70 $packageFile = realpath(__DIR__.'/../package.xml'); 87 $phar->addFile(realpath(__DIR__.'/../licence.txt'), 'licence.txt'); 113 $phar->addFile(realpath(__DIR__.'/../'.$path), $path);
|
/plugin/schedule/ |
H A D | ajaxPOI.php | 13 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/'); 17 require_once (realpath (dirname (__FILE__)).'/poiDB.class.php');
|
/plugin/schedule/syntax/ |
H A D | display.php | 10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/'); 15 require_once (realpath (__DIR__.'/..').'/scheduleInseeCities.php'); 65 if (!is_dir (realpath (__DIR__.'/../../ol3')))
|
H A D | block.php | 10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/'); 15 require_once (realpath (__DIR__.'/..').'/schedule.class.php'); 16 require_once (realpath (__DIR__.'/..').'/scheduleRoot.class.php'); 17 require_once (realpath (__DIR__.'/..').'/schedules.class.php');
|
/plugin/farm/ |
H A D | config.class.php | 194 …if(realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) == realpath($this->ma… 208 …if(realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) == realpath($this->ma… 219 …$src = (realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) != realpath($thi…
|
/plugin/fckg/fckeditor/editor/dialog/ |
H A D | get_headers.php | 3 define("DOKU_INC", realpath(dirname(__FILE__).'/../../../../../../'). '/'); 5 define("FCKEDITOR", realpath(dirname(__FILE__).'/../'). '/');
|
/plugin/fblogin/ |
H A D | admin.php | 9 if(!defined('DOKU')) define('DOKU',realpath(dirname(__FILE__).'/../../../').'/'); 12 if(!defined('DOKU_CONFIGLANG')) define('DOKU_CONFIGLANG', realpath(dirname(__FILE__).'/../config/la… 13 if(!defined('DOKU_FBLOGINLANG')) define('DOKU_FBLOGINLANG', realpath(dirname(__FILE__) .'/lang/'));
|
/plugin/shibbolethauth/ |
H A D | admin.php | 11 if(!defined('DOKU')) define('DOKU',realpath(dirname(__FILE__).'/../../../').'/'); 14 if(!defined('DOKU_CONFIGLANG')) define('DOKU_CONFIGLANG', realpath(dirname(__FILE__).'/../config/la… 15 if(!defined('DOKU_SHIBBOLETHLANG')) define('DOKU_SHIBBOLETHLANG', realpath(dirname(__FILE__) .'/lan…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 714 $this->pwd = $this->realpath('.'); 844 public function realpath($path) function in phpseclib3\\Net\\SFTP 921 $dir = $this->realpath($dir); 1067 $dir = $this->realpath($dir . '/'); 1853 $link = $this->realpath($link); 1898 $link = $this->realpath($link); 1962 $dir = $this->realpath($dir); 2027 $dir = $this->realpath($dir); 2541 $path = $this->realpath($path); 2653 $path = $this->realpath($path); [all …]
|