Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
DGcsProfile.php29 public $rootPath; variable in Google\\Service\\Datastream\\GcsProfile
48 public function setRootPath($rootPath) argument
50 $this->rootPath = $rootPath;
57 return $this->rootPath;
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
DFilesystemLoader.php31 private $rootPath; variable in Twig\\Loader\\FilesystemLoader
35 * @param string|null $rootPath The root path common to all relative paths (null for getcwd())
37 public function __construct($paths = [], $rootPath = null) argument
39 $this->rootPath = (null === $rootPath ? getcwd() : $rootPath).\DIRECTORY_SEPARATOR;
40 if (false !== $realPath = realpath($rootPath)) {
41 $this->rootPath = $realPath.\DIRECTORY_SEPARATOR;
104 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;
125 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;
156 $len = \strlen($this->rootPath);
157 if (0 === strncmp($this->rootPath, $path, $len)) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2Container.php37 public $rootPath; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Container
96 public function setRootPath($rootPath) argument
98 $this->rootPath = $rootPath;
105 return $this->rootPath;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DCleanCssFilter.php31 private $rootPath; variable in Assetic\\Filter\\CleanCssFilter
96 * @param string $rootPath
98 public function setRootPath($rootPath) argument
100 $this->rootPath = $rootPath;
260 if ($this->rootPath) {
261 $pb->add('--root ' .$this->rootPath);
/plugin/stats/
Dsyntax.php646 $rootPath = $conf['datadir'];
659 return $this->_pages_xhtml_r($path, $rootPath);
665 function _pages_xhtml_r($path, $rootPath) { argument
670 if (is_dir($rootPath.$path)) {
671 if($pdir = opendir($rootPath.$path)) {
677 if (is_file($rootPath.$filePath)) {
685 $nbPages += $this->_pages_xhtml_r($filePath, $rootPath);
873 $rootPath = $conf['datadir'];
892 $pagesSizes = $this->getAllPagesSizes($path, $rootPath, $depthLevel);
957 function getAllPagesSizes($path, $rootPath, $depthLevel) { argument
[all …]
/plugin/freechat/phpfreechat/data/public/js/
Dcookie.js55 function supportsCookies(rootPath) { argument
56 setCookie('checking_for_cookie_support', 'testing123', '', (rootPath != null ? rootPath : ''));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
DFilesystemTest.php69 public function testPaths($basePath, $cacheKey, $rootPath) argument
71 $loader = new FilesystemLoader([$basePath.'/normal', $basePath.'/normal_bis'], $rootPath);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js1634 var rootPath = path.slice(0, this.root.length - 1) + '/';
1635 return rootPath === this.root;
1707 var rootPath = this.root.slice(0, -1) || '/';
1708 this.location.replace(rootPath + '#' + this.getPath());
1832 var rootPath = this.root;
1834 rootPath = rootPath.slice(0, -1) || '/';
1836 var url = rootPath + fragment;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf5_upload.cfm121 rootPath = left( serverPath, Len(serverPath) - Len(userFilesPath) ) ;
134 <cfset userFilesServerPath = rootPath & Config.QuickUploadPath[url.type] & url.currentFolder>
149 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
Dcf5_connector.cfm103 rootPath = left( serverPath, Len(serverPath) - Len(userFilesPath) ) ;
119 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dyargs-factory.js739 pkgConf(key, rootPath) {
740 argsert('<string> [string]', [key, rootPath], arguments.length);
742 const obj = this[kPkgUp](rootPath || __classPrivateFieldGet(this, _YargsInstance_cwd, "f"));
744 …conf = applyExtends(obj[key], rootPath || __classPrivateFieldGet(this, _YargsInstance_cwd, "f"), t…
1073 [kPkgUp](rootPath) {
1074 const npath = rootPath || '*';
1079 … let startDir = rootPath || __classPrivateFieldGet(this, _YargsInstance_shim, "f").mainFilename;
1080 … if (!rootPath && __classPrivateFieldGet(this, _YargsInstance_shim, "f").path.extname(startDir)) {
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/py/
Dconnector.py161 self.rootPath = self.SERVER_DIR
336 return self.rootPath