Home
last modified time | relevance | path

Searched refs:parentPath (Results 1 – 25 of 1729) sorted by relevance

12345678910>>...70

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DchildrenPolicies.h84 return parentPath.AppendChild(key); in GetChildPath()
97 if (parentPath.IsTargetPath()) { in GetChildPath()
101 return parentPath.AppendProperty(key); in GetChildPath()
119 if (parentPath.IsTargetPath()) { in GetChildPath()
123 return parentPath.AppendProperty(key); in GetChildPath()
142 return parentPath.AppendProperty(key); in GetChildPath()
160 return parentPath.AppendMapperArg(key); in GetChildPath()
173 return parentPath.AppendExpression(); in GetChildPath()
209 return parentPath.AppendVariantSelection(key, ""); in GetChildPath()
239 return parentPath.AppendTarget(key); in GetChildPath()
[all …]
H A DlayerStateDelegate.cpp147 const SdfPath& parentPath, in PushChild() argument
151 _OnPushChild(parentPath, field, value); in PushChild()
157 const SdfPath& parentPath, in PushChild() argument
161 _OnPushChild(parentPath, field, value); in PushChild()
167 const SdfPath& parentPath, in PopChild() argument
171 _OnPopChild(parentPath, field, oldValue); in PopChild()
178 const SdfPath& parentPath, in PopChild() argument
326 const SdfPath& parentPath, in _OnPushChild() argument
335 const SdfPath& parentPath, in _OnPushChild() argument
344 const SdfPath& parentPath, in _OnPopChild() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/
H A DTreeModelContentProvider.java1045 TreePath parentPath = requestPath; in isRequestBlocked() local
1048 parentPath = parentPath.getParentPath(); in isRequestBlocked()
1049 if (parentPath == null) { in isRequestBlocked()
1408 if (parentPath == null) { in expand()
1409 parentPath = TreePath.EMPTY; in expand()
1529 clearFilters(parentPath); in handleRemove()
1582 clearFilters(parentPath); in handleRemove()
1617 getViewer().remove(parentPath, modelToViewIndex(parentPath, index)); in handleReplace()
1692 if (parentPath == null) { in reveal()
1693 parentPath = TreePath.EMPTY; in reveal()
[all …]
H A DFilterTransform.java374 root.clear(parentPath, index, 0); in clear()
378 Node parentNode = root.find(parentPath, 0); in indexOfFilteredElement()
394 Node parentNode = root.find(parentPath, 0); in modelToViewIndex()
410 Node parentNode = root.find(parentPath, 0); in viewToModelIndex()
425 Node parentNode = root.find(parentPath, 0); in viewToModelCount()
443 Node parentNode = root.find(parentPath, 0); in modelToViewCount()
458 Node parentNode = root.find(parentPath, 0); in isFiltered()
472 Node parentNode = root.find(parentPath, 0); in getFilteredChildren()
486 Node parentNode = root.find(parentPath, 0); in setModelChildCount()
500 Node parentNode = root.find(parentPath, 0); in removeElementFromFilters()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/project/
H A DDocumentFolders.cpp204 if (hasCachedSubFolders.value(parentPath, false)) { in getNewFolderRowInParent()
224 if (hasCachedSubFolders.value(parentPath, false)) { in getSubFolders()
225 return cachedSubFolders[parentPath]; in getSubFolders()
262 return getObjectsNatural(parentPath); in getObjects()
276 …QString parentPathFin = (U2ObjectDbi::ROOT_FOLDER == parentPath) ? parentPath : parentPath + U2Obj… in calculateSubFoldersNames()
304 hasCachedSubFolders[parentPath] = true; in cacheSubFoldersNames()
305 cachedSubFolders[parentPath] = result; in cacheSubFoldersNames()
307 return cachedSubFolders[parentPath]; in cacheSubFoldersNames()
323 QString parentPath = getParentFolder(path); in onFolderAdded() local
336 QString parentPath = getParentFolder(path); in onFolderRemoved() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/webrtc/tools/
H A Dcodemod-peerconnection-addcleanup15 // iterate parentPath until you find a CallExpression
16 let nextPath = path.parentPath;
18 nextPath = nextPath.parentPath;
24 let nextPath = path.parentPath;
26 nextPath = nextPath.parentPath;
32 // iterate parentPath until you find a CallExpression
33 let nextPath = path.parentPath;
35 nextPath = nextPath.parentPath;
37 const declaration = path.parentPath.parentPath.parentPath;
38 const pc = path.parentPath.value.id;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webrtc/tools/
H A Dcodemod-peerconnection-addcleanup15 // iterate parentPath until you find a CallExpression
16 let nextPath = path.parentPath;
18 nextPath = nextPath.parentPath;
24 let nextPath = path.parentPath;
26 nextPath = nextPath.parentPath;
32 // iterate parentPath until you find a CallExpression
33 let nextPath = path.parentPath;
35 nextPath = nextPath.parentPath;
37 const declaration = path.parentPath.parentPath.parentPath;
38 const pc = path.parentPath.value.id;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/webrtc/tools/
H A Dcodemod-peerconnection-addcleanup15 // iterate parentPath until you find a CallExpression
16 let nextPath = path.parentPath;
18 nextPath = nextPath.parentPath;
24 let nextPath = path.parentPath;
26 nextPath = nextPath.parentPath;
32 // iterate parentPath until you find a CallExpression
33 let nextPath = path.parentPath;
35 nextPath = nextPath.parentPath;
37 const declaration = path.parentPath.parentPath.parentPath;
38 const pc = path.parentPath.value.id;
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/webrtc/tools/
H A Dcodemod-peerconnection-addcleanup15 // iterate parentPath until you find a CallExpression
16 let nextPath = path.parentPath;
18 nextPath = nextPath.parentPath;
24 let nextPath = path.parentPath;
26 nextPath = nextPath.parentPath;
32 // iterate parentPath until you find a CallExpression
33 let nextPath = path.parentPath;
35 nextPath = nextPath.parentPath;
37 const declaration = path.parentPath.parentPath.parentPath;
38 const pc = path.parentPath.value.id;
/dports/net/cjdns/cjdns-cjdns-v21.1/contrib/python/
H A DgetLinks19 def getLink(node, num, nodes, spaces, parentPath):
21 getNode(resp['result'], resp['result']['cannonicalLabel'], nodes, spaces + ' ', parentPath);
23 def getNode(next, path, nodes, spaces, parentPath):
31 if (parentPath != 'ffff.ffff.ffff.ffff' and len(parentPath) == 19):
32 path = cjdns.NodeStore_getRouteLabel(parentPath, next['child']);
35 … print 'cjdns.NodeStore_getRouteLabel(' + parentPath + ', ' + next['child'] + '); --> ' + path;
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/io/test/
H A DPath.cpp13 REQUIRE(path.parentPath().empty());
41 REQUIRE(Path("/home/pavel/file.txt").parentPath() == Path("/home/pavel/"));
42 REQUIRE(Path("/home/pavel/files").parentPath() == Path("/home/pavel/"));
43 REQUIRE(Path("/home/pavel/files/").parentPath() == Path("/home/pavel/"));
44 REQUIRE(Path("file").parentPath() == Path());
45 REQUIRE(Path("/").parentPath() == Path());
46 REQUIRE(Path("/usr").parentPath() == Path("/"));
144 …REQUIRE(Path("../../file").makeAbsolute() == WORKING_DIR.parentPath().parentPath() / Path("file"));
153 REQUIRE(WORKING_DIR.parentPath().parentPath().parentPath().makeRelative() == Path("../../.."));
155 Path path = WORKING_DIR.parentPath().parentPath();
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A Dauthoring.cpp124 SdfPath parentPath = primPath; in _GetPathsToExcludeBelowCommonAncestor() local
125 while (parentPath != commonAncestor.GetPath()) { in _GetPathsToExcludeBelowCommonAncestor()
126 parentPath = parentPath.GetParentPath(); in _GetPathsToExcludeBelowCommonAncestor()
127 pathsToExclude.erase(parentPath); in _GetPathsToExcludeBelowCommonAncestor()
177 SdfPath parentPath = pathToExclude; in _ComputePathsToIncludeAndExclude() local
178 while (parentPath != commonAncestorParentPath) { in _ComputePathsToIncludeAndExclude()
180 parentPath = parentPath.GetParentPath(); in _ComputePathsToIncludeAndExclude()
189 SdfPath parentPath = includedRootPath; in _ComputePathsToIncludeAndExclude() local
190 while (parentPath != commonAncestorParentPath) { in _ComputePathsToIncludeAndExclude()
191 ++numIncludedPathsMap[parentPath]; in _ComputePathsToIncludeAndExclude()
[all …]
/dports/net/drive/drive-0.4.0/src/
H A Dmove.go109 parentPath := g.parentPather(opt.src)
110 oldParent, parErr := g.rem.FindByPath(parentPath)
161 parentPath := g.parentPather(relToRootPath)
162 parent, pErr := g.rem.FindByPath(parentPath)
181 newFullPath := filepath.Join(parentPath, urlBoundName)
220 var parentPath string
222 parentPath = g.parentPather(src)
224 parentPath = g.opts.Path
230 if err = g.renameRemote(remSrc.Id, parentPath, newName); err != nil {
238 oldRelToRootPath := sepJoin(RemoteSeparator, parentPath, remSrc.Name)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/filewatcher/
H A Dfilewatcher.go112 ws, cleanedPath, parentPath, err := fw.getWorker(path)
121 delete(fw.workers, parentPath)
160 parentPath, _ := filepath.Split(cleanedPath)
162 ws, workerExists := fw.workers[parentPath]
164 wk, err := newWorker(parentPath, fw.funcs)
173 fw.workers[parentPath] = ws
176 return ws, cleanedPath, parentPath, nil
185 parentPath, _ := filepath.Split(cleanedPath)
187 ws, workerExists := fw.workers[parentPath]
/dports/net/rclone/rclone-1.57.0/fs/dirtree/
H A Ddirtree.go68 func (dt DirTree) Find(filePath string) (parentPath string, entry fs.DirEntry) {
69 parentPath = parentDir(filePath)
70 for _, entry := range dt[parentPath] {
72 return parentPath, entry
75 return parentPath, nil
83 parentPath, entry := dt.Find(dirPath)
87 dt[parentPath] = append(dt[parentPath], fs.NewDir(dirPath, time.Now()))
88 dt.CheckParent(root, parentPath)
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/audit/
H A DZKAuditLoggerPerformance.java36 private String parentPath; field in ZKAuditLoggerPerformance
39 public ZKAuditLoggerPerformance(ZooKeeper zkClient, String parentPath, in ZKAuditLoggerPerformance() argument
42 this.parentPath = parentPath; in ZKAuditLoggerPerformance()
87 return parentPath + "zNode" + i; in getPath()
106 String parentPath = args[1]; in main() local
108 Stat exists = zkClient.exists(parentPath, false); in main()
111 "Parent path '" + parentPath + "' must exist."); in main()
129 parentPath, recordCount); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DTreePathViewerSorter.java42 public int category(TreePath parentPath, Object element) { in category() argument
62 public int compare(Viewer viewer, TreePath parentPath, Object e1, Object e2) { in compare() argument
82 public boolean isSorterProperty(TreePath parentPath, Object element, String property) { in isSorterProperty() argument
104 public void sort(final Viewer viewer, final TreePath parentPath, Object[] elements) { in sort() argument
105 Arrays.sort(elements, (a, b) -> TreePathViewerSorter.this.compare(viewer, parentPath, a, b)); in sort()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdInstanceProxy.py128 parentPrim = s.GetPrimAtPath(parentPath)
143 parentPath = '/World/sets/Set_1',
149 parentPath = '/World/sets/Set_2',
155 parentPath = '/World/sets/Set_1/Prop_1',
161 parentPath = '/World/sets/Set_1/Prop_2',
167 parentPath = '/World/sets/Set_2/Prop_1',
304 parent = s.GetPrimAtPath(parentPath)
312 parentPath = '/World/sets/Set_1',
337 parentPath = '/World/sets/Set_2',
364 parentPath = prototype.GetPath(),
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index/src/main/java/de/lmu/ifi/dbs/elki/index/tree/
H A DIndexTreePath.java40 private IndexTreePath<E> parentPath; field in IndexTreePath
65 this.parentPath = parent; in IndexTreePath()
93 for(IndexTreePath<E> path = this; path != null; path = path.parentPath) { in getPathCount()
109 for(IndexTreePath<E> path = this; path != null; path = path.parentPath) { in equals()
113 other = other.parentPath; in equals()
131 return parentPath; in getParentPath()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DJCheckBoxTree.java275 TreePath parentPath = tp.getParentPath(); in updatePredecessorsWithCheckMode() local
277 if (parentPath == null) { in updatePredecessorsWithCheckMode()
280 CheckedNode parentCheckedNode = nodesCheckingState.get(parentPath); in updatePredecessorsWithCheckMode()
282 (DefaultMutableTreeNode) parentPath.getLastPathComponent(); in updatePredecessorsWithCheckMode()
299 checkedPaths.add(parentPath); in updatePredecessorsWithCheckMode()
301 checkedPaths.remove(parentPath); in updatePredecessorsWithCheckMode()
304 updatePredecessorsWithCheckMode(parentPath, check); in updatePredecessorsWithCheckMode()
364 TreePath parentPath = tp.getParentPath(); in updatePredecessorsAllChildrenSelectedState() local
365 if (parentPath == null) { in updatePredecessorsAllChildrenSelectedState()
368 CheckedNode parentCheckedNode = nodesCheckingState.get(parentPath); in updatePredecessorsAllChildrenSelectedState()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/java/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java245 public NodeIterator(XMPNode visitedNode, String parentPath, int index) in NodeIterator() argument
255 path = accumulatePath(visitedNode, parentPath, index); in NodeIterator()
399 protected String accumulatePath(XMPNode currNode, String parentPath, int currentIndex) in accumulatePath() argument
419 if (parentPath == null || parentPath.length() == 0) in accumulatePath()
431 return parentPath + separator + segmentName; in accumulatePath()
525 private String parentPath;
537 public NodeIteratorChildren(XMPNode parentNode, String parentPath)
543 this.parentPath = accumulatePath(parentNode, parentPath, 1);
578 path = accumulatePath(child, parentPath, index);
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DLocalFile.java87 long parentId, String parentPath, in LocalFile() argument
94 …metaFlags, size, ctime, crtime, atime, mtime, (short) 0, 0, 0, md5Hash, knownState, parentPath, mi… in LocalFile()
211 String parentPath, in LocalFile() argument
222 AbstractContent.UNKNOWN_ID, parentPath, in LocalFile()
270 String parentPath, String localPath, long parentId) { in LocalFile() argument
271 …dirFlag, metaFlags, size, ctime, crtime, atime, mtime, md5Hash, knownState, parentPath, localPath); in LocalFile()
314 String parentPath, String localPath, long parentId) { in LocalFile() argument
315 …dirFlag, metaFlags, size, ctime, crtime, atime, mtime, md5Hash, knownState, parentPath, localPath); in LocalFile()
/dports/devel/websvn/websvn-2.6.1/
H A Dlisting.php88 $parentPath = $subs;
89 unset($parentPath[count($parentPath) - 2]);
90 $parentPath = implode('/', $parentPath);
92 if ($rep->hasReadAccess($parentPath, false))
96 $listvar['path'] = $parentPath;
99 $listvar['fileurl'] = urlForPath($parentPath, $passRevString);
259 $parentPath = $subs;
260 unset($parentPath[count($parentPath) - 2]);
261 $parentPath = implode('/', $parentPath);
263 if ($rep->hasReadAccess($parentPath, false))
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/physical/
H A Dpostgresql.go99 var parentPath string
107 parentPath = ""
110 parentPath = "/"
113 parentPath = "/" + strings.Join(pieces[:depth-2], "/") + "/"
117 return parentPath, path, key
124 parentPath, path, key := m.splitKey(entry.Key)
126 _, err := m.statements["put"].Exec(parentPath, path, key, entry.Value)
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/qt/
H A Dcommandqueue.cpp108 QString parentPath = fi.dir().path(); in uploadFile() local
110 qDebug() << "uploading file " << filename << ", parent: " << parentPath; in uploadFile()
115 _directories[parentPath] = _model->parentObjectId(); in uploadFile()
116 qDebug() << "directories[0]: " << parentPath << " -> " << _model->parentObjectId().Id; in uploadFile()
119 auto parent = _directories.find(parentPath); in uploadFile()
122 qWarning() << "invalid parent " << parentPath; in uploadFile()
234 QString parentPath = fi.dir().path(); in createDirectory() local
239 _directories[parentPath] = _model->parentObjectId(); in createDirectory()
240 qDebug() << "directories[0]: " << parentPath << " -> " << _model->parentObjectId().Id; in createDirectory()
243 auto parent = _directories.find(parentPath); in createDirectory()
[all …]

12345678910>>...70