Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/plugin/asciidocjs/node_modules/fs.realpath/
Dindex.js1 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 …]
DREADME.md1 # 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/
DFileLocatorTest.php21 …$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/
DphpThumb.demo.gallery.php25 $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.'/'.…
DphpThumb.demo.random.php48 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/
DIterator.php54 $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 Dyaml-lint27 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/
Dasync.js9 …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 Dcss.php28 $pluginRoot = realpath(__DIR__ . '/');
30 realpath($pluginRoot . '/assets'),
31 realpath($pluginRoot . '/styles')
47 $resolvedPath = realpath($pluginRoot . '/' . $cleanInput);
/plugin/multitemplate_styleman/
Dcss.php11 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/
Dextensions.php2 $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/
Dajax.php11 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);
Daction.php13 if (!defined('DOKU_PAGES')) define ('DOKU_PAGES', realpath('./data/pages'));
57 $page = realpath($page);
58 $locate = realpath($locate);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Drun-repository.sh8 script_path=$(dirname $(realpath -s $0))
33 repo=$(realpath $(dirname $(realpath -s $0))/../)
/plugin/farm/install/
Dfarmstructurecreator.php110 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/
DCodeSniffer.php542 $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/
DComposer.php63 $realpath = $file->getRealPath();
64 $filesystem->remove($realpath);
65 $filesystem->remove($realpath . '.php');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
DStandardTestSuiteLoader.php69 if ($classFile == realpath($suiteClassFile)) {
82 if ($classFile == realpath($suiteClassFile)) {
93 if ($class->getFileName() == realpath($suiteClassFile)) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
DFilter.php49 $this->whitelistedFiles[realpath($filename)] = true;
88 $filename = realpath($filename);
129 $filename = realpath($filename);
/plugin/photogallery/inc/
Dpgdefines.php12 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/
Dbuild-phar.php70 $packageFile = realpath(__DIR__.'/../package.xml');
87 $phar->addFile(realpath(__DIR__.'/../licence.txt'), 'licence.txt');
113 $phar->addFile(realpath(__DIR__.'/../'.$path), $path);
/plugin/epub/scripts/
Dupdate_files.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
4 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
/plugin/schedule/
DajaxPOI.php13 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
17 require_once (realpath (dirname (__FILE__)).'/poiDB.class.php');
/plugin/schedule/syntax/
Ddisplay.php10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/');
15 require_once (realpath (__DIR__.'/..').'/scheduleInseeCities.php');
65 if (!is_dir (realpath (__DIR__.'/../../ol3')))
/plugin/zwidoku/
H A DencycSubmit.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
15 if(!defined('DOKU_LIB')) define('DOKU_LIB',realpath(dirname(__FILE__).'/../../').'/');

12345678910>>...30