Home
last modified time | relevance | path

Searched refs:childPath (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DchildrenPolicies.h64 static SdfPath GetParentPath(const SdfPath &childPath) { in GetParentPath() argument
65 return childPath.GetParentPath(); in GetParentPath()
68 static FieldType GetFieldValue(const SdfPath &childPath) { in GetFieldValue() argument
69 return childPath.GetNameToken(); in GetFieldValue()
192 static SdfPath GetParentPath(const SdfPath &childPath) { in GetParentPath() argument
230 static SdfPath GetParentPath(const SdfPath &childPath) { in GetParentPath() argument
231 return childPath.GetParentPath(); in GetParentPath()
242 static FieldType GetFieldValue(const SdfPath &childPath) { in GetFieldValue() argument
243 return childPath.GetTargetPath(); in GetFieldValue()
264 static FieldType GetFieldValue(const SdfPath &childPath) { in GetFieldValue() argument
[all …]
H A DvariantSpec.cpp60 SdfPath childPath = in New() local
65 layer, childPath, SdfSpecTypeVariant)) { in New()
69 layer->SetField(childPath, SdfFieldKeys->Specifier, SdfSpecifierOver); in New()
72 layer->GetObjectAtPath(childPath)); in New()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/
H A DHandlerRegistry.cpp881 childPath += kDirChar; in checkTopFolderName()
886 childPath += kDirChar; in checkTopFolderName()
887 childPath += "CLIP"; in checkTopFolderName()
901 childPath += "PROAV"; in checkTopFolderName()
902 childPath += kDirChar; in checkTopFolderName()
903 childPath += "CLPR"; in checkTopFolderName()
908 childPath += "BPAV"; in checkTopFolderName()
909 childPath += kDirChar; in checkTopFolderName()
910 childPath += "CLPR"; in checkTopFolderName()
915 childPath += "VIDEO"; in checkTopFolderName()
[all …]
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Doperator_delete.go48 childPath := expressionNode.Operation.Value
50 log.Debug("childPath to remove %v", childPath)
56 deleteFromMap(parent, childPath)
58 deleteFromArray(parent, childPath)
67 func deleteFromMap(candidate *CandidateNode, childPath interface{}) {
79 shouldDelete := key.Value == childPath
90 func deleteFromArray(candidate *CandidateNode, childPath interface{}) {
99 shouldDelete := fmt.Sprintf("%v", index) == fmt.Sprintf("%v", childPath)
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Durlutil_p.h55 const QString childPath = adjustedLastUrl.path(); in firstChildUrl() local
67 if (childPath.length() < (parentPath.length() + minIndex)) { in firstChildUrl()
71 const int idx2 = childPath.indexOf(QLatin1Char('/'), parentPath.length() + minIndex); in firstChildUrl()
80 const int len2 = (idx2 < 0) ? childPath.length() : idx2; in firstChildUrl()
82 const QString path3 = childPath.left(len2); in firstChildUrl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DContainer.java96 public boolean exists(IPath childPath) { in exists() argument
107 IPath childPath = getFullPath().append(memberPath); in findMember() local
108 ResourceInfo info = workspace.getResourceInfo(childPath, phantom, false); in findMember()
113 public IResource findMember(IPath childPath) { in findMember() argument
114 return findMember(childPath, false); in findMember()
118 public IResource findMember(IPath childPath, boolean phantom) { in findMember() argument
119 childPath = getFullPath().append(childPath); in findMember()
120 ResourceInfo info = workspace.getResourceInfo(childPath, phantom, false); in findMember()
195 public IFile getFile(IPath childPath) { in getFile() argument
196 return (IFile) workspace.newResource(getFullPath().append(childPath), FILE); in getFile()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/util/
H A DZKDataMigrator.java67 String childPath = null; in run() local
73 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
78 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
84 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
88 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
92 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
96 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
102 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
110 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
114 ZKUtil.deleteNodeRecursively(zkw, childPath); in run()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/fs/
H A DBase.php108 $childPath = $this->path.'/'.$filename;
109 if(is_file($childPath)){
110 return new File($childPath);
111 } elseif(is_dir($childPath)){
112 return new Folder($childPath);
127 $childPath = $this->path.'/'.$filename;
129 return new File($childPath);
131 return new Folder($childPath);
/dports/graphics/dcp2icc/dcp2icc-0.1/fixes/XMP-Toolkit/
H A DXMPFiles.cpp285 childPath += kDirChar; in CheckTopFolderName()
290 childPath += kDirChar; in CheckTopFolderName()
291 childPath += "CLIP"; in CheckTopFolderName()
296 childPath += "CLIP"; in CheckTopFolderName()
305 childPath += "PROAV"; in CheckTopFolderName()
307 childPath += "CLPR"; in CheckTopFolderName()
312 childPath += "BPAV"; in CheckTopFolderName()
314 childPath += "CLPR"; in CheckTopFolderName()
319 childPath += "VIDEO"; in CheckTopFolderName()
321 childPath += "HVR"; in CheckTopFolderName()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/
H A DXMPFiles.cpp285 childPath += kDirChar; in CheckTopFolderName()
290 childPath += kDirChar; in CheckTopFolderName()
291 childPath += "CLIP"; in CheckTopFolderName()
296 childPath += "CLIP"; in CheckTopFolderName()
305 childPath += "PROAV"; in CheckTopFolderName()
307 childPath += "CLPR"; in CheckTopFolderName()
312 childPath += "BPAV"; in CheckTopFolderName()
314 childPath += "CLPR"; in CheckTopFolderName()
319 childPath += "VIDEO"; in CheckTopFolderName()
321 childPath += "HVR"; in CheckTopFolderName()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJarPackageFragment.java101 IPath childPath = filePath.removeFirstSegments(this.names.length); in computeNonJavaResources() local
102 if (jarEntries.containsKey(childPath)) { in computeNonJavaResources()
107 jarEntries.put(childPath, file); in computeNonJavaResources()
108 if (childPath.segmentCount() == 1) { in computeNonJavaResources()
112 IPath parentPath = childPath.removeLastSegments(1); in computeNonJavaResources()
119 parentChildren.add(childPath); in computeNonJavaResources()
124 childPath = parentPath; in computeNonJavaResources()
125 parentPath = childPath.removeLastSegments(1); in computeNonJavaResources()
127 parentChildren.add(childPath); in computeNonJavaResources()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Utils/
H A DFsPathUtils.cs13 private static bool PathStartsWithAlreadyNorm(this string childPath, string parentPath) in PathStartsWithAlreadyNorm() argument
19 string childPathNorm = childPath.NormalizePath() + Path.DirectorySeparatorChar; in PathStartsWithAlreadyNorm()
25 public static bool PathStartsWith(this string childPath, string parentPath) in PathStartsWith() argument
27 string childPathNorm = childPath.NormalizePath() + Path.DirectorySeparatorChar; in PathStartsWith()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Utils/
H A DFsPathUtils.cs13 private static bool PathStartsWithAlreadyNorm(this string childPath, string parentPath) in PathStartsWithAlreadyNorm() argument
19 string childPathNorm = childPath.NormalizePath() + Path.DirectorySeparatorChar; in PathStartsWithAlreadyNorm()
25 public static bool PathStartsWith(this string childPath, string parentPath) in PathStartsWith() argument
27 string childPathNorm = childPath.NormalizePath() + Path.DirectorySeparatorChar; in PathStartsWith()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/
H A DFileStoreRoot.java106 IPath childPath = workspacePath.removeFirstSegments(chop); in computeURI() local
109 if (childPath.segmentCount() == 0) in computeURI()
112 return EFS.getStore(rootURI).getFileStore(childPath).toURI(); in computeURI()
124 IPath childPath = workspacePath.removeFirstSegments(chop); in createStore() local
135 if (childPath.segmentCount() == 0) in createStore()
137 return rootStore.getFileStore(childPath); in createStore()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/
H A DimmutableStateInvariantMiddleware.ts108 const childPath = path ? path + '.' + key : key constant
109 if (ignorePaths.length && ignorePaths.indexOf(childPath) !== -1) {
117 childPath
156 const childPath = path ? path + '.' + key : key constant
157 if (ignorePaths.length && ignorePaths.indexOf(childPath) !== -1) {
167 childPath
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/QueryRewriting/
H A DFragmentQueryKB.cs178 MemberPath childPath = new MemberPath(currentPath, childProperty); in CreateVariableConstraintsRecursion()
181 … if (domainMap.IsConditionMember(childPath) || domainMap.IsProjectedConditionMember(childPath)) in CreateVariableConstraintsRecursion()
184 … List<Constant> childDomain = new List<Constant>(domainMap.GetDomain(childPath)); in CreateVariableConstraintsRecursion()
187 …lCondition = BoolExpression.CreateLiteral(new ScalarRestriction(new MemberProjectedSlot(childPath), in CreateVariableConstraintsRecursion()
192 …ullCondition = BoolExpression.CreateLiteral(new TypeRestriction(new MemberProjectedSlot(childPath), in CreateVariableConstraintsRecursion()
202 … CreateVariableConstraintsRecursion(childPath.EdmType, childPath, domainMap, edmItemCollection); in CreateVariableConstraintsRecursion()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/cmd/hdfs/
H A Ddu.go72 childPath := path.Join(dir, child.Name())
73 info, err := client.Stat(childPath)
81 size = duDir(client, tw, childPath, humanReadable)
86 printSize(tw, size, childPath, humanReadable)
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/
H A DZKUtil.java196 final String childPath = node + "/" + child; in listSubTreeBFS() local
197 queue.add(childPath); in listSubTreeBFS()
198 tree.add(childPath); in listSubTreeBFS()
238 String childPath = (isRoot ? path : path + "/") + child; in visitSubTreeDFSHelper() local
239 cb.processResult(Code.OK.intValue(), childPath, null, child); in visitSubTreeDFSHelper() local
243 String childPath = (isRoot ? path : path + "/") + child; in visitSubTreeDFSHelper() local
244 visitSubTreeDFSHelper(zk, childPath, watch, cb); in visitSubTreeDFSHelper()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/common/
H A DFileAccess.py178 def getURL(self, parentURL, childPath): argument
179 if len(childPath) > 0 and childPath[0] == "/":
180 path = parentURL + childPath
182 path = parentURL + "/" + childPath
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/common/
H A DFileAccess.py178 def getURL(self, parentURL, childPath): argument
179 if len(childPath) > 0 and childPath[0] == "/":
180 path = parentURL + childPath
182 path = parentURL + "/" + childPath
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/main/java/org/apache/hadoop/registry/client/impl/zk/
H A DZKPathDumper.java88 String childPath = path + "/" + child; in expand() local
90 Stat stat = curator.checkExists().forPath(childPath); in expand()
102 curator.getACL().forPath(childPath); in expand()
115 expand(builder, childPath, indent + INDENT); in expand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/
H A DLazyTests.java95 TreePath childPath = expandElementPath.createChildPath(expandElement.getChildren()[i]); in testExpandLargeSubTree() local
96 fListener.addLabelUpdate(childPath); in testExpandLargeSubTree()
97 fListener.addHasChildrenUpdate(childPath); in testExpandLargeSubTree()
201 TreePath childPath = refreshElementPath.createChildPath(expandElement.getChildren()[i]); in testContentRefresh() local
202 fListener.addLabelUpdate(childPath); in testContentRefresh()
203 fListener.addHasChildrenUpdate(childPath); in testContentRefresh()
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/kardianos/osext/
H A Dosext_test.go130 childPath := stderrBuff.String()
131 if !filepath.IsAbs(childPath) {
132 t.Fatalf("Child returned %q, want an absolute path", childPath)
134 if !sameFile(childPath, fpath) {
135 t.Fatalf("Child returned %q, not the same file as %q", childPath, fpath)
/dports/net/evans/evans-0.9.1/vendor/github.com/inconshreveable/go-update/internal/osext/
H A Dosext_test.go130 childPath := stderrBuff.String()
131 if !filepath.IsAbs(childPath) {
132 t.Fatalf("Child returned %q, want an absolute path", childPath)
134 if !sameFile(childPath, fpath) {
135 t.Fatalf("Child returned %q, not the same file as %q", childPath, fpath)
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/kardianos/osext/osext-2bc1f35cddc0/
H A Dosext_test.go130 childPath := stderrBuff.String()
131 if !filepath.IsAbs(childPath) {
132 t.Fatalf("Child returned %q, want an absolute path", childPath)
134 if !sameFile(childPath, fpath) {
135 t.Fatalf("Child returned %q, not the same file as %q", childPath, fpath)

12345678910>>...15