Home
last modified time | relevance | path

Searched refs:publicPath (Results 1 – 25 of 101) sorted by relevance

12345

/dports/net/bosh-cli/bosh-cli-5.5.0/releasedir/
H A Dfs_config.go25 publicPath string member
46 return FSConfig{publicPath: publicPath, privatePath: privatePath, fs: fs}
58 "Expected non-empty 'name' in config '%s'", c.publicPath)
64 "Expected 'name' or 'final_name' but not both in config '%s'", c.publicPath)
84 err = c.fs.WriteFile(c.publicPath, bytes)
86 return bosherr.WrapErrorf(err, "Writing config '%s'", c.publicPath)
100 "Expected non-empty 'blobstore.provider' in config '%s'", c.publicPath)
120 if c.fs.FileExists(c.publicPath) {
121 bytes, err := c.fs.ReadFile(c.publicPath)
124 bosherr.WrapErrorf(err, "Reading config '%s'", c.publicPath)
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Core/
H A DEnvironment.php56 protected static $publicPath; variable in TYPO3\\CMS\\Core\\Core\\Environment
71 * @param string $publicPath
83 string $publicPath, argument
93 self::$publicPath = $publicPath;
156 return self::$publicPath;
212 if (self::$publicPath === self::$projectPath) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Core/
H A DEnvironment.php76 protected static $publicPath; variable in TYPO3\\CMS\\Core\\Core\\Environment
107 * @param string $publicPath
119 string $publicPath, argument
129 self::$publicPath = $publicPath;
192 return self::$publicPath;
248 if (self::$publicPath === self::$projectPath) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Core/
H A DEnvironment.php84 protected static $publicPath; variable in TYPO3\\CMS\\Core\\Core\\Environment
115 * @param string $publicPath
127 string $publicPath, argument
138 self::$publicPath = $publicPath;
219 return self::$publicPath;
275 if (self::$publicPath === self::$projectPath) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/Service/
H A DWebServerConfigurationFileService.php30 protected string $publicPath; variable in TYPO3\\CMS\\Install\\Service\\WebServerConfigurationFileService
37 $this->publicPath = Environment::getPublicPath();
39 …$this->publicPath = substr(Environment::getPublicPath(), strlen(Environment::getProjectPath()) + 1…
58 $configurationFilename = $this->publicPath . '/.htaccess';
90 $configurationFilename = $this->publicPath . '/web.config';
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DLocalPath.php66 $publicPath = Environment::getPublicPath();
69 $this->absolute = PathUtility::getCanonicalPath($publicPath . $value) . '/';
72 $this->relative = strpos($value, $publicPath) === 0
73 ? substr($value, strlen($publicPath))
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DLocalPath.php66 $publicPath = Environment::getPublicPath();
69 $this->absolute = PathUtility::getCanonicalPath($publicPath . $value) . '/';
72 $this->relative = strpos($value, $publicPath) === 0
73 ? substr($value, strlen($publicPath))
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DLocalPath.php66 $publicPath = Environment::getPublicPath();
69 $this->absolute = PathUtility::getCanonicalPath($publicPath . $value) . '/';
72 $this->relative = strpos($value, $publicPath) === 0
73 ? substr($value, strlen($publicPath))
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/FolderStructure/
H A DDefaultFactory.php139 … $publicPath = substr(Environment::getPublicPath(), strlen(Environment::getProjectPath())+1);
205 $this->getPublicStructure($publicPath, $publicPathSubStructure),
248 * @param string $publicPath
252 protected function getPublicStructure(string $publicPath, array $subStructure): array argument
255 $publicPathParts = array_reverse(explode('/', $publicPath));
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/FolderStructure/
H A DDefaultFactory.php146 … $publicPath = substr(Environment::getPublicPath(), strlen(Environment::getProjectPath())+1);
205 $this->getPublicStructure($publicPath, $publicPathSubStructure),
248 * @param string $publicPath
252 protected function getPublicStructure(string $publicPath, array $subStructure): array argument
255 $publicPathParts = array_reverse(explode('/', $publicPath));
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Tree/
H A DFilesystem.php65 * @param string $publicPath
68 protected function getRealPath($publicPath) { argument
70 return rtrim($this->basePath,'/') . '/' . trim($publicPath,'/');
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Tree/
H A DFilesystem.php65 * @param string $publicPath
68 protected function getRealPath($publicPath) { argument
70 return rtrim($this->basePath,'/') . '/' . trim($publicPath,'/');
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/Tree/
H A DFilesystem.php65 * @param string $publicPath
68 protected function getRealPath($publicPath) { argument
70 return rtrim($this->basePath,'/') . '/' . trim($publicPath,'/');
/dports/www/drupal9/drupal-9.2.10/core/modules/file/src/Plugin/migrate/source/d7/
H A DFile.php23 protected $publicPath; variable in Drupal\\file\\Plugin\\migrate\\source\\d7\\File
67 $this->publicPath = $this->variableGet('file_public_path', 'sites/default/files');
78 …$path = str_replace(['public:/', 'private:/'], [$this->publicPath, $this->privatePath], $row->getS…
/dports/www/drupal8/drupal-8.9.20/core/modules/file/src/Plugin/migrate/source/d7/
H A DFile.php24 protected $publicPath; variable in Drupal\\file\\Plugin\\migrate\\source\\d7\\File
75 $this->publicPath = $this->variableGet('file_public_path', 'sites/default/files');
87 …$path = str_replace(['public:/', 'private:/', 'temporary:/'], [$this->publicPath, $this->privatePa…
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/niklasfasching/go-org/blorg/
H A Dconfig.go159 publicPath := filepath.Join(c.PublicDir, relPath)
160 publicInfo, err := os.Stat(publicPath)
165 return os.MkdirAll(publicPath, info.Mode())
168 return os.Link(path, publicPath)
177 return p.Render(publicPath[:len(publicPath)-len(".org")] + ".html")
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/FolderStructure/
H A DAbstractNode.php214 $publicPath = Environment::getPublicPath();
215 if (strpos($path, $publicPath, 0) !== 0) {
221 $relativePath = substr($path, strlen($publicPath), strlen($path));
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/ikeikeikeike/go-sitemap-generator/v2/stm/
H A Doptions.go9 publicPath: "public/",
23 publicPath string member
51 opts.publicPath = path
H A Dlocation.go32 loc.opts.publicPath,
41 loc.opts.publicPath,
/dports/www/uchiwa/uchiwa-0.18.2/
H A Duchiwa.go17 publicPath := flag.String("p", "public", "Full or relative path to the public directory")
40 u.WebServer(publicPath, auth)
/dports/www/matomo/piwik/core/AssetManager/UIAssetMerger/
H A DStylesheetUIAssetMerger.php214 $publicPath = $matches[1] . $relativePath;
242 $publicPath = $matches[1] . $matches[2];
245 return $publicPath;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/mini-css-extract-plugin/
H A DREADME.md296 | **[`publicPath`](#publicPath)** | `{String\|Function}` | `webpackOptions.output.publicPath` | Spe…
301 #### `publicPath`
304 Default: the `publicPath` in `webpackOptions.output`
333 publicPath: '/public/path/to/',
368 publicPath: (resourcePath, context) => {
531 // you can specify a publicPath here
532 // by default it uses publicPath in webpackOptions.output
533 publicPath: '../',
581 ### The `publicPath` option as function
605 publicPath: (resourcePath, context) => {
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/grafanads/
H A Dgrafana.go117 func (s *Service) publicPath(path string) (string, error) { func
160 path, err := s.publicPath(q.Path)
190 path, err := s.publicPath(q.Path)
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/src/config/webpack/
H A Dloaders.ts72 publicPath: '../',
164 publicPath: `public/plugins/${getPluginId()}/fonts`,
/dports/sysutils/aptly/aptly-1.4.0/cmd/
H A Dserve.go99 publicPath := context.GetPublishedStorage("").(aptly.FileSystemPublishedStorage).PublicPath()
104 err = http.ListenAndServe(listen, http.FileServer(http.Dir(publicPath)))

12345