| /plugin/asciidocjs/node_modules/fs.realpath/ |
| D | index.js | 1 module.exports = realpath 2 realpath.realpath = realpath 3 realpath.sync = realpathSync 4 realpath.realpathSync = realpathSync 5 realpath.monkeypatch = monkeypatch 6 realpath.unmonkeypatch = unmonkeypatch 9 var origRealpath = fs.realpath 24 function realpath (p, cache, cb) { function 35 old.realpath(p, cache, cb) 59 fs.realpath = realpath [all …]
|
| D | README.md | 1 # fs.realpath 3 A backwards-compatible fs.realpath for Node v6 and above 5 In Node v6, the JavaScript implementation of fs.realpath was replaced 17 var rp = require('fs.realpath') 20 rp.realpath(someLongAndLoopingPath, function (er, real) { 28 // This replaces the fs.realpath/fs.realpathSync builtins
|
| /plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/ |
| 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/ |
| 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.'/'.…
|
| 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/ |
| 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/combo/vendor/bin/ |
| H A D | yaml-lint | 27 private $realpath; 33 $this->realpath = realpath($opened_path) ?: $opened_path; 34 $opened_path = $this->realpath; 35 $this->handle = fopen($this->realpath, $mode);
|
| /plugin/asciidocjs/node_modules/resolve/lib/ |
| D | async.js | 9 …ocess.platform !== 'win32' && fs.realpath && typeof fs.realpath.native === 'function' ? fs.realpat… 39 var defaultRealpath = function realpath(x, cb) { function 46 var maybeRealpath = function maybeRealpath(realpath, x, opts, cb) { argument 48 realpath(x, cb); 95 var realpath = opts.realpath || defaultRealpath; 116 realpath, 138 return maybeRealpath(realpath, n, opts, function (err, realN) { 159 maybeRealpath(realpath, d, opts, function (err, realD) { 223 maybeRealpath(realpath, dir, opts, function (unwrapErr, pkgdir) { 252 maybeRealpath(realpath, x, opts, function (unwrapErr, pkgdir) {
|
| /plugin/mikioplugin/ |
| H A D | css.php | 28 $pluginRoot = realpath(__DIR__ . '/'); 30 realpath($pluginRoot . '/assets'), 31 realpath($pluginRoot . '/styles') 47 $resolvedPath = realpath($pluginRoot . '/' . $cleanInput);
|
| /plugin/multitemplate_styleman/ |
| 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/ |
| 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/ |
| 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);
|
| 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/ |
| D | run-repository.sh | 8 script_path=$(dirname $(realpath -s $0)) 33 repo=$(realpath $(dirname $(realpath -s $0))/../)
|
| /plugin/farm/install/ |
| 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/icalevents/vendor/squizlabs/php_codesniffer/ |
| D | CodeSniffer.php | 542 $standard = self::realpath($standards[0]); 544 && is_file(self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml')) === true 546 $standard = self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml'); 558 $standard = self::realpath($standard); 560 … && is_file(self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml')) === true 562 $standard = self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml'); 725 $rulesetPath = self::realpath($rulesetPath); 930 $files[] = self::realpath($sniff); 1034 $realpath = self::realpath($rulesetDir.'/'.$ref); 1035 if ($realpath !== false) { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/Task/ |
| D | Composer.php | 63 $realpath = $file->getRealPath(); 64 $filesystem->remove($realpath); 65 $filesystem->remove($realpath . '.php');
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/ |
| D | StandardTestSuiteLoader.php | 69 if ($classFile == realpath($suiteClassFile)) { 82 if ($classFile == realpath($suiteClassFile)) { 93 if ($class->getFileName() == realpath($suiteClassFile)) {
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
| D | Filter.php | 49 $this->whitelistedFiles[realpath($filename)] = true; 88 $filename = realpath($filename); 129 $filename = realpath($filename);
|
| /plugin/photogallery/inc/ |
| 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/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
| 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/epub/scripts/ |
| 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/schedule/ |
| D | ajaxPOI.php | 13 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/'); 17 require_once (realpath (dirname (__FILE__)).'/poiDB.class.php');
|
| /plugin/schedule/syntax/ |
| D | display.php | 10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/'); 15 require_once (realpath (__DIR__.'/..').'/scheduleInseeCities.php'); 65 if (!is_dir (realpath (__DIR__.'/../../ol3')))
|
| /plugin/zwidoku/ |
| H A D | encycSubmit.php | 14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/'); 15 if(!defined('DOKU_LIB')) define('DOKU_LIB',realpath(dirname(__FILE__).'/../../').'/');
|