Home
last modified time | relevance | path

Searched refs:subpath (Results 26 – 50 of 4734) sorted by relevance

12345678910>>...190

/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1531 pathnode->subpath = subpath;
1607 pathnode->subpath = subpath;
1790 pathnode->subpath = subpath;
1881 pathnode->subpath = subpath;
1918 pathnode->subpath = subpath;
2457 subpath = subpp->subpath;
2474 pathnode->subpath = subpath;
2656 pathnode->subpath = subpath;
2721 pathnode->subpath = subpath;
2767 pathnode->subpath = subpath;
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1531 pathnode->subpath = subpath; in create_material_path()
1607 pathnode->subpath = subpath; in create_unique_path()
1790 pathnode->subpath = subpath; in create_gather_merge_path()
1881 pathnode->subpath = subpath; in create_gather_path()
1918 pathnode->subpath = subpath; in create_subqueryscan_path()
2457 subpath = subpp->subpath; in create_projection_path()
2474 pathnode->subpath = subpath; in create_projection_path()
2656 pathnode->subpath = subpath; in create_set_projection_path()
2721 pathnode->subpath = subpath; in create_sort_path()
2767 pathnode->subpath = subpath; in create_group_path()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/server/
H A Dauth_test.go31 subpath string
35 "empty": {subpath: "", path: "", expected: true},
37 "match 1": {subpath: "foo", path: "foo", expected: true},
38 "match 2": {subpath: "/foo", path: "/foo", expected: true},
39 "match 3": {subpath: "/foo/", path: "/foo/", expected: true},
40 "match 4": {subpath: "/foo/bar", path: "/foo/bar", expected: true},
42 "subpath of root 1": {subpath: "/foo", path: "/", expected: true},
50 "mismatch 1": {subpath: "/foo", path: "/bar", expected: false},
51 "mismatch 2": {subpath: "/foo", path: "/foobar", expected: false},
52 "mismatch 3": {subpath: "/foobar", path: "/foo", expected: false},
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1568 pathnode->subpath = subpath; in create_material_path()
1602 pathnode->subpath = subpath; in create_memoize_path()
1692 pathnode->subpath = subpath; in create_unique_path()
1877 pathnode->subpath = subpath; in create_gather_merge_path()
1968 pathnode->subpath = subpath; in create_gather_path()
2005 pathnode->subpath = subpath; in create_subqueryscan_path()
2646 subpath = subpp->subpath; in create_projection_path()
2663 pathnode->subpath = subpath; in create_projection_path()
2845 pathnode->subpath = subpath; in create_set_projection_path()
2914 pathnode->subpath = subpath; in create_incremental_sort_path()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1568 pathnode->subpath = subpath; in create_material_path()
1602 pathnode->subpath = subpath; in create_memoize_path()
1692 pathnode->subpath = subpath; in create_unique_path()
1877 pathnode->subpath = subpath; in create_gather_merge_path()
1968 pathnode->subpath = subpath; in create_gather_path()
2005 pathnode->subpath = subpath; in create_subqueryscan_path()
2646 subpath = subpp->subpath; in create_projection_path()
2663 pathnode->subpath = subpath; in create_projection_path()
2845 pathnode->subpath = subpath; in create_set_projection_path()
2914 pathnode->subpath = subpath; in create_incremental_sort_path()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1568 pathnode->subpath = subpath; in create_material_path()
1602 pathnode->subpath = subpath; in create_memoize_path()
1692 pathnode->subpath = subpath; in create_unique_path()
1877 pathnode->subpath = subpath; in create_gather_merge_path()
1968 pathnode->subpath = subpath; in create_gather_path()
2005 pathnode->subpath = subpath; in create_subqueryscan_path()
2646 subpath = subpp->subpath; in create_projection_path()
2663 pathnode->subpath = subpath; in create_projection_path()
2845 pathnode->subpath = subpath; in create_set_projection_path()
2914 pathnode->subpath = subpath; in create_incremental_sort_path()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1568 pathnode->subpath = subpath; in create_material_path()
1602 pathnode->subpath = subpath; in create_memoize_path()
1692 pathnode->subpath = subpath; in create_unique_path()
1877 pathnode->subpath = subpath; in create_gather_merge_path()
1968 pathnode->subpath = subpath; in create_gather_path()
2005 pathnode->subpath = subpath; in create_subqueryscan_path()
2646 subpath = subpp->subpath; in create_projection_path()
2663 pathnode->subpath = subpath; in create_projection_path()
2845 pathnode->subpath = subpath; in create_set_projection_path()
2914 pathnode->subpath = subpath; in create_incremental_sort_path()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1568 pathnode->subpath = subpath; in create_material_path()
1602 pathnode->subpath = subpath; in create_memoize_path()
1692 pathnode->subpath = subpath; in create_unique_path()
1877 pathnode->subpath = subpath; in create_gather_merge_path()
1968 pathnode->subpath = subpath; in create_gather_path()
2005 pathnode->subpath = subpath; in create_subqueryscan_path()
2646 subpath = subpp->subpath; in create_projection_path()
2663 pathnode->subpath = subpath; in create_projection_path()
2845 pathnode->subpath = subpath; in create_set_projection_path()
2914 pathnode->subpath = subpath; in create_incremental_sort_path()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1568 pathnode->subpath = subpath; in create_material_path()
1602 pathnode->subpath = subpath; in create_memoize_path()
1692 pathnode->subpath = subpath; in create_unique_path()
1877 pathnode->subpath = subpath; in create_gather_merge_path()
1968 pathnode->subpath = subpath; in create_gather_path()
2005 pathnode->subpath = subpath; in create_subqueryscan_path()
2646 subpath = subpp->subpath; in create_projection_path()
2663 pathnode->subpath = subpath; in create_projection_path()
2845 pathnode->subpath = subpath; in create_set_projection_path()
2914 pathnode->subpath = subpath; in create_incremental_sort_path()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1568 pathnode->subpath = subpath; in create_material_path()
1602 pathnode->subpath = subpath; in create_memoize_path()
1692 pathnode->subpath = subpath; in create_unique_path()
1877 pathnode->subpath = subpath; in create_gather_merge_path()
1968 pathnode->subpath = subpath; in create_gather_path()
2005 pathnode->subpath = subpath; in create_subqueryscan_path()
2646 subpath = subpp->subpath; in create_projection_path()
2663 pathnode->subpath = subpath; in create_projection_path()
2845 pathnode->subpath = subpath; in create_set_projection_path()
2914 pathnode->subpath = subpath; in create_incremental_sort_path()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/subpath/
H A Dsubpath_linux.go19 package subpath package
46 type subpath struct { struct
52 return &subpath{
83 if !mount.PathWithinBase(subpath.Path, subpath.VolumePath) {
84 return -1, fmt.Errorf("subpath %q not within volume path %q", subpath.Path, subpath.VolumePath)
86 fd, err := doSafeOpen(subpath.Path, subpath.VolumePath)
117 if mntInfo.Root != subpath.Path {
137 t, err := os.Lstat(subpath.Path)
160 …return filepath.Join(subpath.PodDir, containerSubPathDirectoryName, subpath.VolumeName, subpath.Co…
180 subpath.Path = newPath
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/karbonplugins/tools/CalligraphyTool/
H A DKarbonSimplifyPath.cpp53 void subdivide(KoSubpath *subpath);
88 subdivide(subpath); in karbonSimplifyPath()
95 qDeleteAll(*subpath); in karbonSimplifyPath()
96 delete subpath; in karbonSimplifyPath()
127 res.append(subpath); in split()
140 res.append(subpath); in split()
153 KoSubpath newPoints = subdivideAux((*subpath)[i-1], (*subpath)[i]); in subdivide()
155 subpath->insert(i, p); in subdivide()
229 if (subpath->size() > 2) { in simplifySubpaths()
246 qDeleteAll(*subpath); in simplifySubpath()
[all …]
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/pdf/
H A Dpopplerutils.cpp79 const auto subpath = path->getSubpath(i); in convertPath() local
81 const auto subpath = const_cast<GfxPath*>(path)->getSubpath(i); in convertPath()
83 if (subpath->getNumPoints() > 0) { in convertPath()
84 qpp.moveTo(subpath->getX(0), subpath->getY(0)); in convertPath()
85 for (auto j = 1;j < subpath->getNumPoints();) { in convertPath()
86 if (subpath->getCurve(j)) { in convertPath()
87 …qpp.cubicTo(subpath->getX(j), subpath->getY(j), subpath->getX(j+1), subpath->getY(j+1), subpath-… in convertPath()
90 qpp.lineTo(subpath->getX(j), subpath->getY(j)); in convertPath()
94 if (subpath->isClosed()) { in convertPath()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/util/
H A Dpathnode.c1543 pathnode->subpath = subpath; in create_material_path()
1619 pathnode->subpath = subpath; in create_unique_path()
1803 pathnode->subpath = subpath; in create_gather_merge_path()
1894 pathnode->subpath = subpath; in create_gather_path()
1931 pathnode->subpath = subpath; in create_subqueryscan_path()
2572 subpath = subpp->subpath; in create_projection_path()
2589 pathnode->subpath = subpath; in create_projection_path()
2771 pathnode->subpath = subpath; in create_set_projection_path()
2840 pathnode->subpath = subpath; in create_incremental_sort_path()
2887 pathnode->subpath = subpath; in create_sort_path()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/util/
H A Dpathnode.c1543 pathnode->subpath = subpath; in create_material_path()
1619 pathnode->subpath = subpath; in create_unique_path()
1803 pathnode->subpath = subpath; in create_gather_merge_path()
1894 pathnode->subpath = subpath; in create_gather_path()
1931 pathnode->subpath = subpath; in create_subqueryscan_path()
2572 subpath = subpp->subpath; in create_projection_path()
2589 pathnode->subpath = subpath; in create_projection_path()
2771 pathnode->subpath = subpath; in create_set_projection_path()
2840 pathnode->subpath = subpath; in create_incremental_sort_path()
2887 pathnode->subpath = subpath; in create_sort_path()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/util/
H A Dpathnode.c1543 pathnode->subpath = subpath;
1619 pathnode->subpath = subpath;
1803 pathnode->subpath = subpath;
1894 pathnode->subpath = subpath;
1931 pathnode->subpath = subpath;
2572 subpath = subpp->subpath;
2589 pathnode->subpath = subpath;
2771 pathnode->subpath = subpath;
2840 pathnode->subpath = subpath;
2887 pathnode->subpath = subpath;
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/optimizer/util/
H A Dpathnode.c1543 pathnode->subpath = subpath; in create_material_path()
1619 pathnode->subpath = subpath; in create_unique_path()
1803 pathnode->subpath = subpath; in create_gather_merge_path()
1894 pathnode->subpath = subpath; in create_gather_path()
1931 pathnode->subpath = subpath; in create_subqueryscan_path()
2572 subpath = subpp->subpath; in create_projection_path()
2589 pathnode->subpath = subpath; in create_projection_path()
2771 pathnode->subpath = subpath; in create_set_projection_path()
2840 pathnode->subpath = subpath; in create_incremental_sort_path()
2887 pathnode->subpath = subpath; in create_sort_path()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/optimizer/util/
H A Dpathnode.c1543 pathnode->subpath = subpath;
1619 pathnode->subpath = subpath;
1803 pathnode->subpath = subpath;
1894 pathnode->subpath = subpath;
1931 pathnode->subpath = subpath;
2572 subpath = subpp->subpath;
2589 pathnode->subpath = subpath;
2771 pathnode->subpath = subpath;
2840 pathnode->subpath = subpath;
2887 pathnode->subpath = subpath;
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/optimizer/util/
H A Dpathnode.c1543 pathnode->subpath = subpath; in create_material_path()
1619 pathnode->subpath = subpath; in create_unique_path()
1803 pathnode->subpath = subpath; in create_gather_merge_path()
1894 pathnode->subpath = subpath; in create_gather_path()
1931 pathnode->subpath = subpath; in create_subqueryscan_path()
2572 subpath = subpp->subpath; in create_projection_path()
2589 pathnode->subpath = subpath; in create_projection_path()
2771 pathnode->subpath = subpath; in create_set_projection_path()
2840 pathnode->subpath = subpath; in create_incremental_sort_path()
2887 pathnode->subpath = subpath; in create_sort_path()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/optimizer/util/
H A Dpathnode.c1543 pathnode->subpath = subpath;
1619 pathnode->subpath = subpath;
1803 pathnode->subpath = subpath;
1894 pathnode->subpath = subpath;
1931 pathnode->subpath = subpath;
2572 subpath = subpp->subpath;
2589 pathnode->subpath = subpath;
2771 pathnode->subpath = subpath;
2840 pathnode->subpath = subpath;
2887 pathnode->subpath = subpath;
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/karbonplugins/tools/CalligraphyTool/
H A DKarbonSimplifyPath.cpp53 void subdivide(KoSubpath *subpath);
89 subdivide(subpath); in karbonSimplifyPath()
97 qDeleteAll(*subpath); in karbonSimplifyPath()
98 delete subpath; in karbonSimplifyPath()
131 res.append(subpath); in split()
144 res.append(subpath); in split()
157 KoSubpath newPoints = subdivideAux((*subpath)[i - 1], (*subpath)[i]); in subdivide()
159 subpath->insert(i, p); in subdivide()
235 if (subpath->size() > 2) { in simplifySubpaths()
251 qDeleteAll(*subpath); in simplifySubpath()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py34 if not subpath.startswith('/'):
36 self.subpath = subpath
98 def parse(subpath, items): argument
102 def __init__(self, subpath, name, parent): argument
126 def parse(subpath, items): argument
202 def parse(subpath, items): argument
216 def parse(subpath, items): argument
264 def parse(subpath, items): argument
341 def parse(subpath, items): argument
373 def parse(subpath, items): argument
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py34 if not subpath.startswith('/'):
36 self.subpath = subpath
98 def parse(subpath, items): argument
102 def __init__(self, subpath, name, parent): argument
126 def parse(subpath, items): argument
202 def parse(subpath, items): argument
216 def parse(subpath, items): argument
264 def parse(subpath, items): argument
341 def parse(subpath, items): argument
373 def parse(subpath, items): argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py34 if not subpath.startswith('/'):
36 self.subpath = subpath
98 def parse(subpath, items): argument
102 def __init__(self, subpath, name, parent): argument
126 def parse(subpath, items): argument
202 def parse(subpath, items): argument
216 def parse(subpath, items): argument
264 def parse(subpath, items): argument
341 def parse(subpath, items): argument
373 def parse(subpath, items): argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py34 if not subpath.startswith('/'):
36 self.subpath = subpath
98 def parse(subpath, items): argument
102 def __init__(self, subpath, name, parent): argument
126 def parse(subpath, items): argument
202 def parse(subpath, items): argument
216 def parse(subpath, items): argument
264 def parse(subpath, items): argument
341 def parse(subpath, items): argument
373 def parse(subpath, items): argument
[all …]

12345678910>>...190