Home
last modified time | relevance | path

Searched refs:_joinPath (Results 1 – 22 of 22) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/elFinder/php/
H A DelFinderVolumeFTP.class.php673 protected function _joinPath($dir, $name) function in elFinderVolumeFTP
772 return $this->_joinPath($this->root, $path);
1187 $path = $this->_joinPath($path, $name);
1208 $path = $this->_joinPath($path, $name);
1248 $target = $this->_joinPath($targetDir, $name);
1274 $target = $this->_joinPath($targetDir, $name);
1318 $path = $this->_joinPath($dir, $name);
1475 $test = $this->_joinPath(dirname($path), $name);
1482 $result = $this->_joinPath(dirname($path), $name);
1492 $target = $this->_joinPath($dstDir, $name);
[all …]
H A DelFinderVolumeLocalFileSystem.class.php347 protected function _joinPath($dir, $name) function in elFinderVolumeLocalFileSystem
458 return $this->_joinPath($this->root, $path);
729 $target = $this->_joinPath(dirname($path), $target);
892 $path = $this->_joinPath($path, $name);
913 $path = $this->_joinPath($path, $name);
935 return symlink($source, $this->_joinPath($targetDir, $name));
951 $target = $this->_joinPath($targetDir, $name);
973 $target = $this->_joinPath($targetDir, $name);
1020 $path = $this->_joinPath($dir, $name);
H A DelFinderVolumeMySQL.class.php484 protected function _joinPath($dir, $name) function in elFinderVolumeMySQL
736 return $this->make($path, $name, 'directory') ? $this->_joinPath($path, $name) : false;
750 return $this->make($path, $name, '') ? $this->_joinPath($path, $name) : false;
781 $id = $this->_joinPath($targetDir, $name);
873 $id = $this->_joinPath($dir, $name);
H A DelFinderVolumeBox.class.php451 $itemPath = $this->_joinPath($decodeOrParent, $raw->id);
1099 $itemPath = $this->_joinPath($path, $raw->id);
1375 protected function _joinPath($dir, $name) function in elFinderVolumeBox
1645 return $this->_joinPath($path, $folder->id);
1718 return $this->_joinPath($targetDir, $result->id);
1767 return $this->_joinPath($targetDir, $result->id);
1868 return $this->_joinPath($parent, $file->entries[0]->id);
H A DelFinderVolumeGroup.class.php75 protected function _joinPath($dir, $name) function in elFinderVolumeGroup
H A DelFinderVolumeGoogleDrive.class.php1224 $path = $this->_joinPath($dst, $itemId);
1234 $ret = $this->_joinPath($dst, $itemId);
1241 $ret = $this->_joinPath($dst, $itemId);
1465 protected function _joinPath($dir, $name) function in elFinderVolumeGoogleDrive
2036 return $this->_joinPath($parent, $obj->getId());
H A DelFinderVolumeOneDrive.class.php638 return $this->_joinPath($parent, $id);
1788 $path = $this->_joinPath($targetDir, $name);
1849 return $this->_joinPath($targetDir, $res->resourceId);
2031 return $this->_joinPath($parent, $file->id);
H A DelFinderVolumeDropbox2.class.php977 protected function _joinPath($dir, $name) function in elFinderVolumeDropbox2
1025 return $this->_joinPath($this->root, $path);
H A DelFinderVolumeDropbox.class.php734 ? $this->_joinPath($dst, $name)
993 protected function _joinPath($dir, $name) { function in elFinderVolumeDropbox
H A DelFinderVolumeDriver.class.php3722 …return (!$this->encoding) ? $this->_joinPath($dir, $name) : $this->convEncOut($this->_joinPath($th…
7312 abstract protected function _joinPath($dir, $name); function in elFinderVolumeDriver
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/studio-42/elfinder/php/
H A DelFinderVolumeFTP.class.php673 protected function _joinPath($dir, $name) function in elFinderVolumeFTP
772 return $this->_joinPath($this->root, $path);
1187 $path = $this->_joinPath($path, $name);
1208 $path = $this->_joinPath($path, $name);
1248 $target = $this->_joinPath($targetDir, $name);
1274 $target = $this->_joinPath($targetDir, $name);
1318 $path = $this->_joinPath($dir, $name);
1475 $test = $this->_joinPath(dirname($path), $name);
1482 $result = $this->_joinPath(dirname($path), $name);
1492 $target = $this->_joinPath($dstDir, $name);
[all …]
H A DelFinderVolumeLocalFileSystem.class.php347 protected function _joinPath($dir, $name) function in elFinderVolumeLocalFileSystem
458 return $this->_joinPath($this->root, $path);
729 $target = $this->_joinPath(dirname($path), $target);
892 $path = $this->_joinPath($path, $name);
913 $path = $this->_joinPath($path, $name);
935 return symlink($source, $this->_joinPath($targetDir, $name));
951 $target = $this->_joinPath($targetDir, $name);
973 $target = $this->_joinPath($targetDir, $name);
1020 $path = $this->_joinPath($dir, $name);
H A DelFinderVolumeMySQL.class.php484 protected function _joinPath($dir, $name) function in elFinderVolumeMySQL
736 return $this->make($path, $name, 'directory') ? $this->_joinPath($path, $name) : false;
750 return $this->make($path, $name, '') ? $this->_joinPath($path, $name) : false;
781 $id = $this->_joinPath($targetDir, $name);
873 $id = $this->_joinPath($dir, $name);
H A DelFinderVolumeBox.class.php451 $itemPath = $this->_joinPath($decodeOrParent, $raw->id);
1099 $itemPath = $this->_joinPath($path, $raw->id);
1375 protected function _joinPath($dir, $name) function in elFinderVolumeBox
1645 return $this->_joinPath($path, $folder->id);
1718 return $this->_joinPath($targetDir, $result->id);
1767 return $this->_joinPath($targetDir, $result->id);
1868 return $this->_joinPath($parent, $file->entries[0]->id);
H A DelFinderVolumeGroup.class.php75 protected function _joinPath($dir, $name) function in elFinderVolumeGroup
H A DelFinderVolumeGoogleDrive.class.php1224 $path = $this->_joinPath($dst, $itemId);
1234 $ret = $this->_joinPath($dst, $itemId);
1241 $ret = $this->_joinPath($dst, $itemId);
1465 protected function _joinPath($dir, $name) function in elFinderVolumeGoogleDrive
2036 return $this->_joinPath($parent, $obj->getId());
H A DelFinderVolumeOneDrive.class.php638 return $this->_joinPath($parent, $id);
1788 $path = $this->_joinPath($targetDir, $name);
1849 return $this->_joinPath($targetDir, $res->resourceId);
2031 return $this->_joinPath($parent, $file->id);
H A DelFinderVolumeDropbox2.class.php977 protected function _joinPath($dir, $name) function in elFinderVolumeDropbox2
1025 return $this->_joinPath($this->root, $path);
H A DelFinderVolumeDropbox.class.php734 ? $this->_joinPath($dst, $name)
993 protected function _joinPath($dir, $name) { function in elFinderVolumeDropbox
H A DelFinderVolumeDriver.class.php3722 …return (!$this->encoding) ? $this->_joinPath($dir, $name) : $this->convEncOut($this->_joinPath($th…
7312 abstract protected function _joinPath($dir, $name); function in elFinderVolumeDriver
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/
H A Dembed.py374 def _joinPath(self, child): member in Node
386 return self.fromPath(self._joinPath(key))
400 return self.fromPath(self._joinPath(attr))
412 yield self.fromPath(self._joinPath(c))
417 yield self.fromPath(self._joinPath(c))
422 yield self.fromPath(self._joinPath(c))
427 yield self.fromPath(self._joinPath(c))
552 return WidgetNode( self._ci, 'widget', self._joinPath(name) )
/dports/www/tikiwiki/tiki-21.2/lib/jquery_tiki/elfinder/
H A DelFinderVolumeTikiFiles.class.php416 protected function _joinPath($dir, $name) function in elFinderVolumeTikiFiles
920 $id = $this->_joinPath($dir, $name);