/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
H A D | GcsProfile.php | 29 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/ |
H A D | FilesystemLoader.php | 31 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/ |
H A D | GooglePrivacyDlpV2Container.php | 37 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/ |
H A D | CleanCssFilter.php | 31 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/ |
H A D | syntax.php | 646 $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)) { 873 $rootPath = $conf['datadir']; 962 if (is_dir($rootPath.$path)) { 963 if($pdir = opendir($rootPath.$path)) { 969 if (is_file($rootPath.$filePath)) { [all …]
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | cookie.js | 55 function supportsCookies(rootPath) { argument 56 setCookie('checking_for_cookie_support', 'testing123', '', (rootPath != null ? rootPath : ''));
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
H A D | FilesystemTest.php | 69 public function testPaths($basePath, $cacheKey, $rootPath) argument 71 $loader = new FilesystemLoader([$basePath.'/normal', $basePath.'/normal_bis'], $rootPath);
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
H A D | backbone.js | 1634 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/ |
H A D | cf5_upload.cfm | 121 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>
|
H A D | cf5_connector.cfm | 103 rootPath = left( serverPath, Len(serverPath) - Len(userFilesPath) ) ; 119 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
|