Home
last modified time | relevance | path

Searched refs:realPath (Results 1 – 23 of 23) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/protocol/
DWrapper.php81 public static function realPath($path, $exists = true) function in Hoa\\Protocol\\Wrapper
182 $path = static::realPath($path, false);
251 $path = static::realPath($path, 'r' === $mode[0]);
385 $path = static::realPath($path);
442 static::realPath($path, false),
449 static::realPath($path, false),
468 return rename(static::realPath($from), static::realPath($to, false));
472 static::realPath($from),
473 static::realPath($to, false),
490 return rmdir(static::realPath($path));
[all …]
/plugin/combo/ComboStrap/
H A DLocalPath.php289 $realPath = $this->toCanonicalAbsolutePath();
290 return $realPath->relativize($localPath);
330 $realPath = realpath($this->path);
350 $realPath = realpath($realPath);
352 if ($realPath !== false) {
353 return LocalPath::createFromPathString($realPath);
366 while ($realPath === false) {
390 $realPath = realpath($parent);
403 if ($realPath === false) {
410 $realPath .= $this->getDirectorySeparator();
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
Dfckutil.py114 realPath = os.path.realpath( './' )
119 position = realPath.find(selfPath)
123 raise realPath
124 if ( position < 0 or position <> len(realPath) - len(selfPath) or realPath[ : position ]==''):
126 return realPath[ : position ]
/plugin/zip/pear/File/
DArchive.php380 $realPath = $std;
386 if ($pos+1<strlen($realPath)) {
387 $pos = strpos($realPath, '/', $pos+1);
392 $pos = strlen($realPath);
395 $file = substr($realPath, 0, $pos);
396 $baseDir = substr($realPath, $pos+1);
402 } while ($pos < strlen($realPath) &&
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
DWrapper.php344 ->string(SUT::realPath($path, true))
394 ->string(SUT::realPath($path, true))
616 ->string(SUT::realPath($path, true))
641 ->string(SUT::realPath($path, true))
774 ->isEqualTo(SUT::realPath($from))
776 ->isEqualTo(SUT::realPath($_to, false));
873 ->isEqualTo(SUT::realPath($path));
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
DFilesystemLoader.php40 if (false !== $realPath = realpath($rootPath)) {
41 $this->rootPath = $realPath.\DIRECTORY_SEPARATOR;
/plugin/asciidocjs/node_modules/resolve/lib/
Dasync.js40 realpathFS(x, function (realpathErr, realPath) { argument
42 else cb(null, realpathErr ? x : realPath);
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php124 $realPath = $this->findImport($url);
126 if ($realPath === null) return false;
132 if (isset($this->allParsedFiles[realpath($realPath)])) {
136 $this->addParsedFile($realPath);
137 $parser = $this->makeParser($realPath);
138 $root = $parser->parse(file_get_contents($realPath));
161 $pi = pathinfo($realPath);
/plugin/asciidocjs/node_modules/resolve/
Dreadme.markdown146 realpath(file, function (realPathErr, realPath) {
148 else cb(null, realPathErr ? file : realPath);
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js3706 var rp = this.realPath = getPath[this.type](this);
3738 this.realPath = getPath[this.type](this);
3739 _.bboxwt = pathDimensions(this.realPath);
3746 if (_.dirty || !this.realPath) {
3748 this.realPath = getPath[this.type](this);
3750 _.bbox = pathDimensions(mapPath(this.realPath, this.matrix));
3808 path = this.realPath || getPath[this.type](this);
Draphael.svg.js673 this.realPath = null;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2realPath:(function(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.pa… property
Dvorbis.js2realPath:(function(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.pa… property
Dopus.js2realPath:(function(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.pa… property
/plugin/callflow/
Draphael.js4066 var rp = this.realPath = getPath[this.type](this);
4098 this.realPath = getPath[this.type](this);
4099 _.bboxwt = pathDimensions(this.realPath);
4106 if (_.dirty || !this.realPath) {
4108 this.realPath = getPath[this.type](this);
4110 _.bbox = pathDimensions(mapPath(this.realPath, this.matrix));
4168 path = this.realPath || getPath[this.type](this);
6397 this.realPath = null;
/plugin/sequencediagram/bower_components/raphael/
Draphael.no-deps.min.js1realPath=Z[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(i=e.tra…
Draphael.min.js1realPath=Z[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(i=e.tra…
/plugin/advrack/
Draphael.js4066 var rp = this.realPath = getPath[this.type](this);
4098 this.realPath = getPath[this.type](this);
4099 _.bboxwt = pathDimensions(this.realPath);
4106 if (_.dirty || !this.realPath) {
4108 this.realPath = getPath[this.type](this);
4110 _.bbox = pathDimensions(mapPath(this.realPath, this.matrix));
4168 path = this.realPath || getPath[this.type](this);
6403 this.realPath = null;
/plugin/flowchartjs/
Draphael.min.js1realPath=Z[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(i=e.tra…
/plugin/chordsheets/js/
H A Draphael.js1realPath=Z[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(i=e.tra…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DCodeSniffer.php2294 $standard = self::realPath($standard);
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js2719 …_.bboxwt = pathfinder ? Snap.path.getBBox(el.realPath = pathfinder(el)) : Snap._.box(el.node.getBB…
2722 el.realPath = pathfinder(el);
2724 _.bbox = Snap.path.getBBox(Snap.path.map(el.realPath, m.add(el.matrix)));
Dsnap.svg-min.js19realPath=g(b)):d._.box(b.node.getBBox()),d._.box(f.bboxwt)):(b.realPath=g(b),b.matrix=b.transform(…