Home
last modified time | relevance | path

Searched refs:parentPrefix (Results 1 – 25 of 141) sorted by relevance

123456

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/
H A DPublicDelegatedPrefix.php29 public $parentPrefix; variable in Google_Service_Compute_PublicDelegatedPrefix
100 public function setParentPrefix($parentPrefix) argument
102 $this->parentPrefix = $parentPrefix;
106 return $this->parentPrefix;
/dports/www/bolt/bolt-2.2.24/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/
H A DPhpMatcherDumper.php164 * @param string $parentPrefix Prefix of the parent collection
168 … compilePrefixRoutes(DumperPrefixCollection $collection, $supportsRedirections, $parentPrefix = '') argument
173 $optimizedPrefix = $parentPrefix;
204 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
210 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
238 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/devel/gitlist/gitlist/vendor/symfony/routing/Matcher/Dumper/
H A DPhpMatcherDumper.php164 * @param string $parentPrefix Prefix of the parent collection
168 … compilePrefixRoutes(DumperPrefixCollection $collection, $supportsRedirections, $parentPrefix = '') argument
173 $optimizedPrefix = $parentPrefix;
204 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
210 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
235 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/www/itop/web/lib/silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/
H A DPhpMatcherDumper.php164 * @param string $parentPrefix Prefix of the parent collection
168 … compilePrefixRoutes(DumperPrefixCollection $collection, $supportsRedirections, $parentPrefix = '') argument
173 $optimizedPrefix = $parentPrefix;
204 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
210 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
238 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/net/storj/storj-1.45.3/cmd/uplinkng/ulfs/
H A Dremote.go101 parentPrefix := ""
103 parentPrefix = prefix[:idx+1]
108 trim = ulloc.NewRemote(bucket, parentPrefix)
116 Prefix: parentPrefix,
126 Prefix: parentPrefix,
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/
H A Dnested_volumes.go46 parentPrefix := ".." + string(os.PathSeparator)
49 if strings.HasPrefix(myMountPoint, parentPrefix) {
/dports/devel/gh/cli-2.4.0/pkg/cmd/run/download/
H A Dhttp_test.go77 parentPrefix := tmpDir + string(filepath.Separator)
85 entry := strings.TrimPrefix(p, parentPrefix)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/
H A DPhpMatcherDumper.php223 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
229 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
250 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/www/elgg/elgg-3.3.23/vendor/symfony/routing/Matcher/Dumper/
H A DPhpMatcherDumper.php223 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
229 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
250 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/www/phpbb3/phpBB3/vendor/symfony/routing/Matcher/Dumper/
H A DPhpMatcherDumper.php223 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
229 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
250 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/routing/Matcher/Dumper/
H A DPhpMatcherDumper.php223 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
229 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
250 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/
H A DPhpMatcherDumper.php223 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
229 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
250 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/routing/Matcher/Dumper/
H A DPhpMatcherDumper.php223 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
229 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
250 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/www/itop/web/lib/silex/vendor/symfony/routing/Matcher/Dumper/
H A DPhpMatcherDumper.php226 …* @param string|null $parentPrefix The prefix of the parent collection used to optimize th…
232 private function compileRoute(Route $route, $name, $supportsRedirections, $parentPrefix = null) argument
253 … if ($compiledRoute->getStaticPrefix() && $compiledRoute->getStaticPrefix() !== $parentPrefix) {
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DFSImage.java1402 private static void saveImage(ByteBuffer parentPrefix,
1411 parentPrefix.position(prefixLength);
1412 parentPrefix.put(PATH_SEPARATOR).put(child.getLocalNameBytes());
1413 saveINode2Image(parentPrefix, child, out);
1418 parentPrefix.position(prefixLength);
1419 parentPrefix.put(PATH_SEPARATOR).put(child.getLocalNameBytes());
1420 newPrefixLength = parentPrefix.position();
1421 saveImage(parentPrefix, newPrefixLength, (INodeDirectory)child, out);
1423 parentPrefix.position(prefixLength);
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp115 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
462 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name) in GetParentPath() argument
464 parentPrefix.Empty(); in GetParentPath()
478 parentPrefix.SetFrom(s, pos + 1); in GetParentPath()

123456