Home
last modified time | relevance | path

Searched refs:subpaths (Results 1 – 25 of 1212) sorted by relevance

12345678910>>...49

/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoPathShape.cpp117 KoSubpathList subpaths; in KoPathShape() local
127 d->subpaths = subpaths; in KoPathShape()
385 d->subpaths.clear(); in clear()
638 if (d->subpaths.empty()) { in lineTo()
651 if (d->subpaths.empty()) { in curveTo()
666 if (d->subpaths.empty()) in curveTo()
680 if (d->subpaths.empty()) { in arcTo()
760 if (d->subpaths.empty()) { in close()
1263 if (! d->subpaths.size()) in separate()
1336 return d->subpaths; in subpaths()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/karbonplugins/tools/CalligraphyTool/
H A DKarbonSimplifyPath.cpp87 QList<KoSubpath *> subpaths = split(*path); in karbonSimplifyPath() local
88 Q_FOREACH (KoSubpath *subpath, subpaths) { in karbonSimplifyPath()
92 simplifySubpaths(&subpaths, error); in karbonSimplifyPath()
93 mergeSubpaths(subpaths, path); in karbonSimplifyPath()
95 while (! subpaths.isEmpty()) { in karbonSimplifyPath()
96 KoSubpath *subpath = subpaths.takeLast(); in karbonSimplifyPath()
234 Q_FOREACH (KoSubpath *subpath, *subpaths) { in simplifySubpaths()
265 path->moveTo(subpaths.first()->first()->point()); in mergeSubpaths()
270 for (int si = 0; si < subpaths.size(); ++si) { in mergeSubpaths()
272 KoPathPoint *point = (*subpaths[si])[pi]; in mergeSubpaths()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/karbonplugins/tools/CalligraphyTool/
H A DKarbonSimplifyPath.cpp86 QList<KoSubpath *> subpaths = split(*path); in karbonSimplifyPath() local
87 foreach(KoSubpath *subpath, subpaths) in karbonSimplifyPath()
90 simplifySubpaths(&subpaths, error); in karbonSimplifyPath()
91 mergeSubpaths(subpaths, path); in karbonSimplifyPath()
93 while (! subpaths.isEmpty()) { in karbonSimplifyPath()
94 KoSubpath *subpath = subpaths.takeLast(); in karbonSimplifyPath()
228 foreach(KoSubpath *subpath, *subpaths) { in simplifySubpaths()
261 path->moveTo(subpaths.first()->first()->point()); in mergeSubpaths()
267 for (int si = 0; si < subpaths.size(); ++si) { in mergeSubpaths()
269 KoPathPoint *point = (*subpaths[si])[pi]; in mergeSubpaths()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/internal/index/
H A DIndexSee.java46 IIndexSubpath[] subpaths = getSubpathElements(); in getPath() local
47 String[] result = new String[1 + subpaths.length]; in getPath()
49 for (int i = 0; i < subpaths.length; i++) { in getPath()
50 result[i + 1] = subpaths[i].getKeyword(); in getPath()
104 IIndexSubpath[] subpaths = getSubpathElements(); in hashCode() local
105 for (int i = 0; i < subpaths.length; i++) { in hashCode()
106 result += subpaths[i].getKeyword().hashCode(); in hashCode()
/dports/devel/gconf2/GConf-3.2.6/gsettings/
H A Dgconfsettingsbackend.c60 GSList *subpaths; member
92 l = parent->subpaths; in gconf_settings_backend_find_notifier_or_parent()
117 g_slist_free (notifier->subpaths); in gconf_settings_backend_free_notifier()
118 notifier->subpaths = NULL; in gconf_settings_backend_free_notifier()
156 siblings = notifier->parent->subpaths; in gconf_settings_backend_add_notifier()
179 l->next = notifier->subpaths; in gconf_settings_backend_add_notifier()
180 notifier->subpaths = l; in gconf_settings_backend_add_notifier()
189 notifier->parent->subpaths = siblings; in gconf_settings_backend_add_notifier()
224 notifier->parent->subpaths = g_slist_remove (notifier->parent->subpaths, in gconf_settings_backend_remove_notifier()
226 notifier->parent->subpaths = g_slist_concat (notifier->parent->subpaths, in gconf_settings_backend_remove_notifier()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/
H A DIndexUtils.java66 IIndexSubpath[] subpaths = see.getSubpathElements(); in getPath() local
67 String[] result = new String[1 + subpaths.length]; in getPath()
69 for (int i = 0; i < subpaths.length; i++) { in getPath()
70 result[i + 1] = subpaths[i].getKeyword(); in getPath()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-subrepo-paths.t19 $ echo '[subpaths]' >> .hg/hgrc
29 $ echo '[subpaths]' >> $HGRCPATH
51 test bad subpaths pattern
54 > [subpaths]
/dports/cad/calculix/CalculiX/glut-3.5/src/
H A Dstrokegen.y305 strokes[tableindex].subpaths = NULL;
425 strk->subpaths = (Path_subpath *)
428 if (strk->subpaths == NULL)
436 strk->subpaths = NULL;
475 path = current_path = strokes[tableindex].subpaths + count.path;
542 for (j = 0, spath = strptr->subpaths; in fini()
564 for (j = 0, spath = strptr->subpaths; in fini()
577 for (j = 0, spath = strptr->subpaths; in fini()
623 spath = path->subpaths; in freeall()
627 if (path->subpaths != NULL) in freeall()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/ellipse/
H A DEllipseShape.cpp272 KoSubpath &points = *subpaths()[0]; in updatePath()
298 subpaths()[0]->last()->setProperty(KoPathPoint::StopSubpath); in updatePath()
301 subpaths()[0]->last()->unsetProperty(KoPathPoint::CloseSubpath); in updatePath()
303 subpaths()[0]->first()->setProperty(KoPathPoint::CloseSubpath); in updatePath()
304 subpaths()[0]->last()->setProperty(KoPathPoint::CloseSubpath); in updatePath()
314 if (subpaths().count() != 1) { in createPoints()
316 subpaths().append(new KoSubpath()); in createPoints()
318 int currentPointCount = subpaths()[0]->count(); in createPoints()
321 delete subpaths()[0]->front(); in createPoints()
322 subpaths()[0]->pop_front(); in createPoints()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/ModifierNodes/
H A DTrimPathNode.swift143 let subpaths = pathContainer.removePaths(updateFrame: frame) in rebuildOutputs() variable
145 for path in subpaths { in rebuildOutputs()
172 let subpaths = pathContainer.removePaths(updateFrame: frame) in rebuildOutputs() variable
174 for path in subpaths { in rebuildOutputs()
197 let subpaths = pathContainer.removePaths(updateFrame: frame) in rebuildOutputs() variable
199 for path in subpaths { in rebuildOutputs()
/dports/databases/timescaledb/timescaledb-2.5.1/src/compat/
H A Dcompat.h367 subpaths, \ argument
377 subpaths, \
388 subpaths, \ argument
398 subpaths, \
410 subpaths, \ argument
414 create_merge_append_path(root, rel, subpaths, pathkeys, required_outer, partitioned_rels)
418 subpaths, \ argument
422 create_merge_append_path(root, rel, subpaths, pathkeys, required_outer)
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/star/
H A DStarShape.cpp196 KoSubpath &points = *subpaths()[0]; in updatePath()
243 if (subpaths().count() != 1) { in createPoints()
245 subpaths().append(new KoSubpath()); in createPoints()
247 int currentPointCount = subpaths()[0]->count(); in createPoints()
250 delete subpaths()[0]->front(); in createPoints()
251 subpaths()[0]->pop_front(); in createPoints()
255 subpaths()[0]->append(new KoPathPoint(this, QPointF())); in createPoints()
276 KoSubpath &points = *subpaths()[0]; in computeCenter()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/rectangle/
H A DRectangleShape.cpp185 KoSubpath &points = *subpaths()[0]; in updatePath()
274 if (subpaths().count() != 1) { in createPoints()
276 subpaths().append(new KoSubpath()); in createPoints()
278 int currentPointCount = subpaths()[0]->count(); in createPoints()
281 delete subpaths()[0]->front(); in createPoints()
282 subpaths()[0]->pop_front(); in createPoints()
286 subpaths()[0]->append(new KoPathPoint(this, QPointF())); in createPoints()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/utils/mount/
H A Dmount_helper_unix_test.go57 900 100 8:48 /dir1 /var/lib/kubelet/pods/c25464af-e52e-11e7-ab4d-42010a800002/volume-subpaths/vol1/…
58 901 101 8:1 /dir1 /var/lib/kubelet/pods/c25464af-e52e-11e7-ab4d-42010a800002/volume-subpaths/vol1/s…
59 …/dir1 /var/lib/kubelet/pods/d4076f24-e53a-11e7-ba15-42010a800002/volume-subpaths/vol1/subpath1/0 r…
60 …/dir1 /var/lib/kubelet/pods/d4076f24-e53a-11e7-ba15-42010a800002/volume-subpaths/vol1/subpath1/1 r…
61 178 25 253:0 /etc/bar /var/lib/kubelet/pods/12345/volume-subpaths/vol1/subpath1/0 rw,relatime share…
62 698 186 0:41 /tmp1/dir1 /var/lib/kubelet/pods/41135147-e697-11e7-9342-42010a800002/volume-subpaths/…
65 920 100 8:50 /dir1 /var/lib/kubelet/pods/2345/volume-subpaths/vol1/subpath1/0 rw,relatime shared:29…
70 188 24 0:58 / /var/lib/kubelet/pods/43219158-e5e1-11e7-a392-0e858b8eaf40/volume-subpaths/nfs1/subpa…
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/unix/filesystem/
H A DZLUnixFSManager.cpp123 std::vector<std::string> subpaths; in createNewDirectory() local
134 subpaths.push_back(current); in createNewDirectory()
143 for (int i = subpaths.size() - 1; i >= 0; --i) { in createNewDirectory()
144 if (mkdir(subpaths[i].c_str(), 0x1FF) != 0) { in createNewDirectory()
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dsource-manager.vala236 GenericSet<string> subpaths;
237 lookup (path, out path_schemas, out subpaths);
239 subpaths_count = subpaths.length;
242 … lookup (string path, out GenericSet<SettingsSchema> path_schemas, out GenericSet<string> subpaths)
246 subpaths = new GenericSet<string> (str_hash, str_equal);
247 return lookup_segments (to_segments (path), 0, ref path_schemas, ref subpaths);
250 …atched_prefix_length, ref GenericSet<SettingsSchema> path_schemas, ref GenericSet<string> subpaths)
258 subpaths.add (subtree.path_segment);
263 …ubtree).lookup_segments (path_segments, matched_prefix_length + 1, ref path_schemas, ref subpaths))
267 …ubtree).lookup_segments (path_segments, matched_prefix_length + 1, ref path_schemas, ref subpaths))
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dfile_util_posix.cc183 std::vector<FilePath> subpaths; in CreateDirectory() local
187 subpaths.push_back(full_path); in CreateDirectory()
190 subpaths.push_back(path); in CreateDirectory()
195 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); in CreateDirectory()
196 i != subpaths.rend(); ++i) { in CreateDirectory()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dfile_util_posix.cc172 std::vector<FilePath> subpaths; in CreateDirectory() local
176 subpaths.push_back(full_path); in CreateDirectory()
179 subpaths.push_back(path); in CreateDirectory()
184 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); in CreateDirectory()
185 i != subpaths.rend(); ++i) { in CreateDirectory()
/dports/www/gitea/gitea-1.16.5/integrations/
H A Dempty_repo_test.go18 subpaths := []string{
26 for _, subpath := range subpaths {
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWMetadata/gmds/mdextractor/
H A Dmdextractor.m481 NSArray *subpaths = [indPath subpaths];
721 NSArray *subpaths = [indpath subpaths];
734 if (subpaths) {
1407 RELEASE (subpaths);
1420 subpaths = [NSMutableArray new];
1439 - (NSArray *)subpaths
1441 return subpaths;
1473 [subpaths addObject: subpath];
1487 [subpaths removeObject: subpath];
1543 unsigned count = [subpaths count];
[all …]
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWMetadata/gmds/mdextractor/
H A Dmdextractor.m481 NSArray *subpaths = [indPath subpaths];
721 NSArray *subpaths = [indpath subpaths];
734 if (subpaths) {
1407 RELEASE (subpaths);
1420 subpaths = [NSMutableArray new];
1439 - (NSArray *)subpaths
1441 return subpaths;
1473 [subpaths addObject: subpath];
1487 [subpaths removeObject: subpath];
1543 unsigned count = [subpaths count];
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/win32/filesystem/
H A DZLWin32FSManager.cpp129 std::vector<ZLUnicodeUtil::Ucs2String> subpaths; in createNewDirectory() local
139 subpaths.push_back(wPath); in createNewDirectory()
147 for (int i = subpaths.size() - 1; i >= 0; --i) { in createNewDirectory()
148 if (!CreateDirectory(::wchar(subpaths[i]), 0) && (GetLastError() != ERROR_ALREADY_EXISTS)) { in createNewDirectory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/tools/
H A Djar_src.py112 subpaths = dir_to_files_map[src_search_dir]
113 if subpaths:
114 build_utils.DoZip(subpaths, z, base_dir=src_search_dir)
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/nodes/skip_scan/
H A Dplanner.c58 static List *build_subpath(PlannerInfo *root, List *subpaths, double ndistinct);
59 static ChunkAppendPath *copy_chunk_append_path(ChunkAppendPath *ca, List *subpaths);
274 List *new_paths = build_subpath(root, merge_path->subpaths, unique->path.rows); in tsl_skip_scan_paths_add()
329 copy_chunk_append_path(ChunkAppendPath *ca, List *subpaths) in copy_chunk_append_path() argument
335 new->cpath.custom_paths = subpaths; in copy_chunk_append_path()
337 foreach (lc, subpaths) in copy_chunk_append_path()
510 build_subpath(PlannerInfo *root, List *subpaths, double ndistinct) in build_subpath() argument
516 foreach (lc, subpaths) in build_subpath()
/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_io_adios.cpp433 subpaths.push_back(tok[1]); in splitpath()
452 subpaths.push_back(tok[2]); in splitpath()
459 subpaths.push_back(tok[1]); in splitpath()
460 subpaths.push_back(tok[2]); in splitpath()
465 subpaths.push_back(tok[1]); in splitpath()
466 subpaths.push_back(tok[2]); in splitpath()
471 subpaths.push_back(tok[i]); in splitpath()
1412 const std::vector<std::string> &subpaths) in name_matches_subpaths() argument
1415 if(subpaths.empty()) in name_matches_subpaths()
1479 subpaths() in adios_load_state()
[all …]

12345678910>>...49