Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 10 of 10) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A 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/
H A 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php69 public function testPaths($basePath, $cacheKey, $rootPath) argument
71 $loader = new FilesystemLoader([$basePath.'/normal', $basePath.'/normal_bis'], $rootPath);
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js55 function supportsCookies(rootPath) { argument
56 setCookie('checking_for_cookie_support', 'testing123', '', (rootPath != null ? rootPath : ''));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A 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/sequencediagram/bower_components/lodash/vendor/backbone/
H A 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/stats/
H A 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)) {
873 $rootPath = $conf['datadir'];
962 if (is_dir($rootPath.$path)) {
963 if($pdir = opendir($rootPath.$path)) {
969 if (is_file($rootPath.$filePath)) {
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm103 rootPath = left( serverPath, Len(serverPath) - Len(userFilesPath) ) ;
119 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
H A 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>