Home
last modified time | relevance | path

Searched refs:remainingPath (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/suphp/suphp-0.7.2/src/
H A DPathMatcher.cpp33 std::string remainingPath = path; in matches() local
44 if (remainingPath.at(i-1) == c) { in matches()
46 remainingPath = remainingPath.substr(i); in matches()
52 if (remainingPath.at(i-1) == '\\') { in matches()
54 remainingPath = remainingPath.substr(i); in matches()
65 remainingPath = remainingPath.substr(i); in matches()
66 if (matches(remainingPattern, remainingPath)) { in matches()
71 char c2 = remainingPath.at(j); in matches()
80 remainingPath)) { in matches()
99 if (i >= remainingPath.length() || c != remainingPath.at(i)) { in matches()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/
H A DViewFs.java272 return res.targetFileSystem.resolvePath(res.remainingPath); in resolvePath()
295 assert(res.remainingPath != null); in createInternal()
361 res.targetFileSystem.access(res.remainingPath, mode); in access()
506 resDst.remainingPath, overwrite); in renameInternal()
535 assert(res.remainingPath != null); in createSymlink()
649 res.targetFileSystem.removeDefaultAcl(res.remainingPath); in removeDefaultAcl()
657 res.targetFileSystem.removeAcl(res.remainingPath); in removeAcl()
664 res.targetFileSystem.setAcl(res.remainingPath, aclSpec); in setAcl()
693 return res.targetFileSystem.getXAttrs(res.remainingPath); in getXAttrs()
708 return res.targetFileSystem.listXAttrs(res.remainingPath); in listXAttrs()
[all …]
H A DViewFileSystem.java239 return res.targetFileSystem.resolvePath(res.remainingPath); in resolvePath()
285 assert(res.remainingPath != null); in createNonRecursive()
300 assert(res.remainingPath != null); in create()
388 res.targetFileSystem.access(res.remainingPath, mode); in access()
416 .listLocatedStatus(res.remainingPath); in listLocatedStatus()
499 resDst.remainingPath);
568 res.targetFileSystem.removeDefaultAcl(res.remainingPath);
576 res.targetFileSystem.removeAcl(res.remainingPath);
583 res.targetFileSystem.setAcl(res.remainingPath, aclSpec);
612 return res.targetFileSystem.getXAttrs(res.remainingPath);
[all …]
H A DInodeTree.java359 final Path remainingPath; // to resolve in the target FileSystem field in InodeTree.ResolveResult
366 remainingPath = remainingP; in ResolveResult()
408 final Path remainingPath; in resolve() local
410 remainingPath = SlashPath; in resolve()
416 remainingPath = new Path(remainingPathStr.toString()); in resolve()
420 link.targetFileSystem, nextInode.fullPath, remainingPath); in resolve()
428 Path remainingPath; in resolve() local
430 remainingPath = SlashPath; in resolve()
440 remainingPath = new Path(remainingPathStr.toString()); in resolve()
444 curInode.InodeDirFs, curInode.fullPath, remainingPath); in resolve()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Dparsed_add_fields.cpp65 auto remainingPath = FieldPath(elem.fieldName()); in parse() local
67 while (remainingPath.getPathLength() > 1) { in parse()
68 child = child->addOrGetChild(remainingPath.getFieldName(0).toString()); in parse()
69 remainingPath = remainingPath.tail(); in parse()
73 child = child->addOrGetChild(remainingPath.fullPath()); in parse()
H A Dparsed_inclusion_projection.cpp312 auto remainingPath = FieldPath(elem.fieldName()); in parse() local
314 while (remainingPath.getPathLength() > 1) { in parse()
315 child = child->addOrGetChild(remainingPath.getFieldName(0).toString()); in parse()
316 remainingPath = remainingPath.tail(); in parse()
320 child = child->addOrGetChild(remainingPath.fullPath()); in parse()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/routers/legacy/
H A Drouter.go115 var remainingPath string
118 remainingPath = url.Path
121 server, paramValues, remainingPath = servers.MatchURL(url)
141 node, paramValues := root.Match(method + " " + remainingPath)
146 pathItem := doc.Paths[remainingPath]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Denv_paths.cpp74 wxString remainingPath; in NormalizePath() local
99 remainingPath = tmp; in NormalizePath()
110 if( normalizeAbsolutePaths( envPath, aFilePath, &remainingPath ) ) in NormalizePath()
122 if( !remainingPath.IsEmpty() ) in NormalizePath()
123 normalizedFullPath += remainingPath; in NormalizePath()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/support/
H A DDevelopmentResourceLoader.java88 String remainingPath = StringUtils.substringAfter(pluginPath, SLASH); in getRealLocationInProject() local
92 return "file:" + r.getFile().getAbsolutePath() + SLASH + remainingPath; in getRealLocationInProject()
100 …" + settings.getProjectPluginsDir().getAbsolutePath() + SLASH + pluginName + SLASH + remainingPath; in getRealLocationInProject()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Utilities/src/HDF5/
H A DPathTools.cpp29 std::string remainingPath = path.substr(i,path.length()-i); in SplitString() local
31 return make_pair(nextNode,remainingPath); in SplitString()
/dports/archivers/libcomprex/libcomprex-0.3.3/libcomprex/
H A Dio_internal.c247 const char *remainingPath; in __getNestedArchiveWithPath() local
262 remainingPath = path; in __getNestedArchiveWithPath()
280 remainingPath = path + strlen(tempPath); in __getNestedArchiveWithPath()
282 remainingPath = path; in __getNestedArchiveWithPath()
325 *returnedPath = strdup(remainingPath); in __getNestedArchiveWithPath()
338 if (remainingPath == NULL || *remainingPath == '\0') in __getNestedArchiveWithPath()
347 destArchive = __getNestedArchiveWithPath(remainingPath, newArchive, in __getNestedArchiveWithPath()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/common/
H A Dupdatecommon.cpp185 wchar_t* remainingPath = nullptr; in PathContainsInvalidLinks() local
186 wchar_t* nextToken = wcstok_s(pathCopy, L"\\", &remainingPath); in PathContainsInvalidLinks()
253 nextToken = wcstok_s(nullptr, L"\\", &remainingPath); in PathContainsInvalidLinks()
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/collateral/
H A Dcontrol.go415 func buildMapRecursive(remainingPath []string, currentPointer map[string]interface{}, value string)…
416 if len(remainingPath) == 1 {
417 currentPointer[remainingPath[0]] = value
422 if nextPointer, existingPath = currentPointer[remainingPath[0]]; !existingPath {
424 currentPointer[remainingPath[0]] = nextPointer
426 buildMapRecursive(remainingPath[1:], nextPointer.(map[string]interface{}), value)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/index/
H A Dbtree_key_generator.h131 PositionalPathInfo() : remainingPath("") {} in PositionalPathInfo()
167 const char* remainingPath; member
H A Dexpression_keys_private.cpp357 auto remainingPath = StringData(cstr); in getHashKeys() local
365 if (ignoreArraysAlongPath && fieldVal.type() == BSONType::Array && !remainingPath.empty()) { in getHashKeys()
374 hashedField.size() - remainingPath.size() - in getHashKeys()
375 !remainingPath.empty()), in getHashKeys()
H A Dbtree_key_generator.cpp279 *field = positionalInfo.remainingPath; in extractNextElement()
526 subPositionalInfo[i].remainingPath = fieldNames[i]; in getKeysImplWithArray()
528 arrObj, subPositionalInfo[i].remainingPath); in getKeysImplWithArray()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/common/
H A Dupdatecommon.cpp180 wchar_t* remainingPath = nullptr; in PathContainsInvalidLinks() local
181 wchar_t* nextToken = wcstok_s(pathCopy, L"\\", &remainingPath); in PathContainsInvalidLinks()
248 nextToken = wcstok_s(nullptr, L"\\", &remainingPath); in PathContainsInvalidLinks()
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/common/
H A Dupdatecommon.cpp180 wchar_t* remainingPath = nullptr; in PathContainsInvalidLinks() local
181 wchar_t* nextToken = wcstok_s(pathCopy, L"\\", &remainingPath); in PathContainsInvalidLinks()
245 nextToken = wcstok_s(nullptr, L"\\", &remainingPath); in PathContainsInvalidLinks()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/common/
H A Dupdatecommon.cpp180 wchar_t* remainingPath = nullptr; in PathContainsInvalidLinks() local
181 wchar_t* nextToken = wcstok_s(pathCopy, L"\\", &remainingPath); in PathContainsInvalidLinks()
245 nextToken = wcstok_s(nullptr, L"\\", &remainingPath); in PathContainsInvalidLinks()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/common/
H A Dupdatecommon.cpp180 wchar_t* remainingPath = nullptr; in PathContainsInvalidLinks() local
181 wchar_t* nextToken = wcstok_s(pathCopy, L"\\", &remainingPath); in PathContainsInvalidLinks()
245 nextToken = wcstok_s(nullptr, L"\\", &remainingPath); in PathContainsInvalidLinks()
/dports/www/mattermost-server/mattermost-server-6.0.2/config/
H A Dutils.go228 remainingPath := strings.Join(path[1:], ".")
232 if strings.HasPrefix(remainingPath, key) {
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.cpp488 auto remainingPath = path.fromFirstOccurrenceOf ("/", false, false); in addPlugin() local
496 addPlugin (subFolder, pd, remainingPath); in addPlugin()
504 addPlugin (*newFolder, pd, remainingPath); in addPlugin()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.cpp488 auto remainingPath = path.fromFirstOccurrenceOf ("/", false, false); in addPlugin() local
496 addPlugin (subFolder, pd, remainingPath); in addPlugin()
504 addPlugin (*newFolder, pd, remainingPath); in addPlugin()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/
H A DUriTemplate.cs1715 StringBuilder remainingPath = new StringBuilder(); in Lookup()
1720 remainingPath.AppendFormat("{0}/", relativePathSegments[i]); in Lookup()
1724 remainingPath.Append(relativePathSegments[i]); in Lookup()
1727 boundParameters.Add(this.varName, remainingPath.ToString()); in Lookup()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp228 auto remainingPath = path.substring (slash + 1); in addFileWithGroups() local
231 addFileWithGroups (newGroup, file, remainingPath); in addFileWithGroups()

12