Home
last modified time | relevance | path

Searched refs:bpath (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/libgnomecanvas/
H A Dgnome-canvas-path-def.c24 ArtBpath * bpath; member
145 path->bpath = bpath; in gnome_canvas_path_def_new_from_bpath()
182 path->bpath = bpath; in gnome_canvas_path_def_new_from_static_bpath()
216 memcpy (path->bpath, bpath, sizeof (ArtBpath) * length); in gnome_canvas_path_def_new_from_foreign_bpath()
251 path->bpath = art_renew (path->bpath, ArtBpath, path->end + 1); in gnome_canvas_path_def_finish()
366 bp = new->bpath; in gnome_canvas_path_def_concat()
412 memcpy (new->bpath, path->bpath + p, i * sizeof (ArtBpath)); in gnome_canvas_path_def_split()
467 d = new->bpath; in gnome_canvas_path_def_open_parts()
540 d = new->bpath; in gnome_canvas_path_def_closed_parts()
1198 bp = bpath; in sp_bpath_good()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dcurve.c76 art_free (bpath); in sp_curve_new_from_bpath()
77 bpath = new; in sp_curve_new_from_bpath()
83 curve->bpath = bpath; in sp_curve_new_from_bpath()
109 bpath = new; in sp_curve_new_from_static_bpath()
117 curve->bpath = bpath; in sp_curve_new_from_static_bpath()
199 curve->bpath = art_renew (curve->bpath, ArtBpath, curve->end); in sp_curve_finish()
254 bp = new->bpath; in sp_curve_concat()
287 memcpy (new->bpath, curve->bpath + p, i * sizeof (ArtBpath)); in sp_curve_split()
816 bp = bpath; in sp_bpath_good()
837 bp = bpath; in sp_bpath_clean()
[all …]
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/cmd/installers/
H A Dz3.py61 bpath = os.path.join(self.extract_path, "bin")
64 libfiles += glob.glob(bpath + '/*.so')
66 libfiles += glob.glob(bpath + '/*.a')
67 libfiles += glob.glob(bpath + '/*.dylib')
69 libfiles += glob.glob(bpath + '/*.dll')
70 libfiles += glob.glob(bpath + '/*.lib')
72 SolverInstaller.mv(os.path.join(bpath, "python/z3"), self.bindings_dir)
/dports/science/cdk/cdk-cdk-2.3/base/standard/src/main/java/org/openscience/cdk/fingerprint/
H A DFingerprinter.java232 final IBond bond = bpath.get(i-1); in encodePath()
251 final IBond bond = bpath.get(i-1); in hashPath()
264 final IBond bond = bpath.get(i); in hashRevPath()
311 bpath.add(bond); in push()
317 if (!bpath.isEmpty()) in pop()
318 bpath.remove(bpath.size()-1); in pop()
463 cmp = compare(bpath.get(i-1), bpath.get(j)); in compare()
474 if (bpath.size() == 0) in encodeUniquePath()
477 if (compare(apath, bpath) >= 0) { in encodeUniquePath()
478 x = hashPath(apath, bpath); in encodeUniquePath()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Ddrawclipbegin.h37 bbox bpath; in bounds() local
38 if(stroke) strokebounds(bpath); in bounds()
39 else drawSuperPathPenBase::bounds(bpath,iopipe,vbox,bboxstack); in bounds()
40 bboxstack.push_back(bpath); in bounds()
61 bool write(texfile *out, const bbox& bpath) { in write() argument
66 out->beginpicture(bpath); in write()
/dports/net/p5-URI-Fast/URI-Fast-0.55/lib/URI/
H A DFast.pm208 ($_, $_, my $bpath) = uri_split("$base");
210 if ($bpath =~ m|/$| && $rpath eq $bpath) {
216 $bpath = "/$bpath" unless $bpath =~ m|^/|;
227 last if $brk != index($bpath, '/', $idx); # no match: different segment lengths
229 ne substr($bpath, $idx, $brk - $idx);
237 substr($bpath, 0, $idx) = '';
240 while ($bpath =~ m|/|gc) {
/dports/math/asymptote/asymptote-2.67/
H A Ddrawclipbegin.h39 bbox bpath; in bounds() local
40 if(stroke) strokebounds(bpath); in bounds()
41 else drawSuperPathPenBase::bounds(bpath,iopipe,vbox,bboxstack); in bounds()
42 bboxstack.push_back(bpath); in bounds()
63 bool write(texfile *out, const bbox& bpath) { in write() argument
68 out->beginpicture(bpath); in write()
/dports/devel/py-game/pygame-2.1.0/test/
H A Drwobject_test.py93 bpath = as_bytes(" This is a string that is not cached.")[1:]
94 upath = bpath.decode("ascii")
95 before = getrefcount(bpath)
96 bpath = encode_string(bpath)
97 self.assertEqual(getrefcount(bpath), before)
98 bpath = encode_string(upath)
99 self.assertEqual(getrefcount(bpath), before)
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWorkspace/TShelf/
H A DTShelfView.m310 NSBezierPath *bpath;
364 [bpath setLineWidth: 1];
368 [bpath stroke];
415 [bpath setLineWidth: 1];
419 [bpath stroke];
432 [bpath setLineWidth: 1];
434 [bpath lineToPoint: selp[0]];
436 [bpath stroke];
445 [bpath setLineWidth: 1];
446 [bpath moveToPoint: selp[1]];
[all …]
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWorkspace/TShelf/
H A DTShelfView.m310 NSBezierPath *bpath;
364 [bpath setLineWidth: 1];
368 [bpath stroke];
415 [bpath setLineWidth: 1];
419 [bpath stroke];
432 [bpath setLineWidth: 1];
434 [bpath lineToPoint: selp[0]];
436 [bpath stroke];
445 [bpath setLineWidth: 1];
446 [bpath moveToPoint: selp[1]];
[all …]
/dports/graphics/dia/dia-0.97.3/plug-ins/libart/
H A Ddialibartrenderer.c854 ArtBpath *bpath; in draw_bezier() local
871 bpath[i].x3 = x; in draw_bezier()
872 bpath[i].y3 = y; in draw_bezier()
879 bpath[i].x3 = x; in draw_bezier()
903 bpath[i].x1 = 0; in draw_bezier()
904 bpath[i].y1 = 0; in draw_bezier()
907 art_free(bpath); in draw_bezier()
943 ArtBpath *bpath; in fill_bezier() local
992 bpath[i].x1 = 0; in fill_bezier()
993 bpath[i].y1 = 0; in fill_bezier()
[all …]
/dports/www/fswiki/wiki3_6_2/lib/URI/
H A D_generic.pm196 my $bpath = $base->path;
207 for ($path, $bpath) { $_ = "/$_" unless m,^/,; }
219 $i != index($bpath, '/', $li) ||
220 substr($path,$li,$i-$li) ne substr($bpath,$li,$i-$li);
225 substr($bpath,0,$li) = '';
227 if ($path eq $bpath &&
233 $path = ('../' x $bpath =~ tr|/|/|) . $path;
/dports/news/rntrack/rntrack-2.1.10_2/src/
H A Dbadpkt.cpp31 int SetBadPktMode(tBadMsgMode bpmode, char * bpath) in SetBadPktMode() argument
44 if(bpath != NULL) in SetBadPktMode()
46 if(!DirExists(bpath)) in SetBadPktMode()
52 BadPktDir = strdup(bpath); in SetBadPktMode()
/dports/net/p5-URI/URI-5.10/lib/URI/
H A D_generic.pm210 my $bpath = $base->path;
221 for ($path, $bpath) { $_ = "/$_" unless m,^/,; }
233 $i != index($bpath, '/', $li) ||
234 substr($path,$li,$i-$li) ne substr($bpath,$li,$i-$li);
239 substr($bpath,0,$li) = '';
241 if ($path eq $bpath &&
248 $path = ('../' x $bpath =~ tr|/|/|) . $path;
/dports/multimedia/tvheadend/tvheadend-4.2.8/support/
H A Dbintray.py102 bpath, file = args[0], args[1]
104 resp = Bintray(bpath).put(data, binary=1)
224 bpath = '/packages/tvheadend/%s/tvheadend/versions' % args.repo
226 resp = Bintray(bpath).post(data)
237 bpath = '/content/%s/%s/%s/%s/%s/%s%s;publish=%s' % \
241 resp = Bintray(bpath).put(data, binary=1)
244 file, bpath, resp.code, resp.reason)
249 bpath = '/packages/%s/%s/%s' % (BINTRAY_ORG, repo, package)
250 resp = Bintray(bpath).get()
258 resp = Bintray(bpath).get()
[all …]
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/art/
H A Dpath.m547 if (bpath[j - 1].x3 != bpath[cur_start].x3 ||
548 bpath[j - 1].y3 != bpath[cur_start].y3)
550 bpath[j].x3 = bpath[cur_start].x3;
551 bpath[j].y3 = bpath[cur_start].y3;
594 bpath[j].x3 = bpath[cur_start].x3;
595 bpath[j].y3 = bpath[cur_start].y3;
609 if (bpath[j - 1].x3 != bpath[cur_start].x3 ||
610 bpath[j - 1].y3 != bpath[cur_start].y3)
612 bpath[j].x3 = bpath[cur_start].x3;
613 bpath[j].y3 = bpath[cur_start].y3;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Path/
H A DMacPathTest.java96 Path bpath = Paths.get(testdir); in test() local
102 if (Files.exists(bpath)) in test()
103 TestUtil.removeAll(bpath); in test()
139 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
155 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
175 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Path/
H A DMacPathTest.java96 Path bpath = Paths.get(testdir); in test() local
102 if (Files.exists(bpath)) in test()
103 TestUtil.removeAll(bpath); in test()
139 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
155 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
175 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/Path/
H A DMacPath.java88 Path bpath = Paths.get(testdir); in test() local
94 if (Files.exists(bpath)) in test()
95 TestUtil.removeAll(bpath); in test()
131 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
147 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
167 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/file/Path/
H A DMacPath.java88 Path bpath = Paths.get(testdir); in test() local
94 if (Files.exists(bpath)) in test()
95 TestUtil.removeAll(bpath); in test()
131 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
147 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
167 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/file/Path/
H A DMacPath.java88 Path bpath = Paths.get(testdir); in test() local
94 if (Files.exists(bpath)) in test()
95 TestUtil.removeAll(bpath); in test()
131 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
147 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
167 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/Path/
H A DMacPath.java88 Path bpath = Paths.get(testdir); in test() local
94 if (Files.exists(bpath)) in test()
95 TestUtil.removeAll(bpath); in test()
131 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
147 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
167 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/file/Path/
H A DMacPath.java88 Path bpath = Paths.get(testdir); in test() local
94 if (Files.exists(bpath)) in test()
95 TestUtil.removeAll(bpath); in test()
131 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
147 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
167 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/file/Path/
H A DMacPath.java88 Path bpath = Paths.get(testdir); in test() local
94 if (Files.exists(bpath)) in test()
95 TestUtil.removeAll(bpath); in test()
131 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
147 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
167 TestUtil.removeAll(bpath); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/file/Path/
H A DMacPath.java88 Path bpath = Paths.get(testdir); in test() local
94 if (Files.exists(bpath)) in test()
95 TestUtil.removeAll(bpath); in test()
131 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath)) { in test()
147 try (DirectoryStream<Path> stream = Files.newDirectoryStream(bpath, glob)) { in test()
167 TestUtil.removeAll(bpath); in test()

12345678910>>...24