Home
last modified time | relevance | path

Searched refs:junction (Results 1 – 25 of 2362) sorted by relevance

12345678910>>...95

/dports/x11-fonts/junction/junction-fb73260/webfonts/
H A Djunction.css4 src: url('junction-bold.eot');
5 src: url('junction-bold.eot?#iefix') format('embedded-opentype'),
6 url('junction-bold.woff') format('woff'),
7 url('junction-bold.ttf') format('truetype'),
8 url('junction-bold.svg#junctionbold') format('svg');
16 src: url('junction-light.eot');
18 url('junction-light.woff') format('woff'),
19 url('junction-light.ttf') format('truetype'),
28 src: url('junction-regular.eot');
30 url('junction-regular.woff') format('woff'),
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Gerber Test/schematics/main/
H A Dschematic.lp36 (from (junction 7ce4e208-45eb-407a-80ab-a646be0965dc))
37 (to (junction 3ef4b643-030c-40fc-b1f1-5a3133c1b719))
41 (to (junction 7ce4e208-45eb-407a-80ab-a646be0965dc))
45 (to (junction 3ef4b643-030c-40fc-b1f1-5a3133c1b719))
49 (to (junction 3ef4b643-030c-40fc-b1f1-5a3133c1b719))
67 (to (junction ddff8aa0-d33a-47ed-855b-7951ba1f82d7))
71 (to (junction ddff8aa0-d33a-47ed-855b-7951ba1f82d7))
83 (to (junction e057cd6d-6798-487a-acb1-d9b7f5b40ae1))
87 (to (junction e057cd6d-6798-487a-acb1-d9b7f5b40ae1))
95 (to (junction 382e71e8-f0e8-43af-ba3e-33aebeee8849))
[all …]
/dports/cad/magic/magic-8.3.245/resis/
H A DResJunct.c170 ResJunction *junction; local
192 jcell->je_thisj = junction;
194 junction->rj_status = FALSE;
195 junction->rj_jnode = resptr;
196 junction->rj_Tile[0] = tile;
197 junction->rj_Tile[1] = tp;
198 junction->rj_loc.p_x =xj;
199 junction->rj_loc.p_y =yj;
201 j0->junctionList = junction;
205 NEWBREAK(junction->rj_jnode,tile, junction->rj_loc.p_x,
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dhyperedgetree.cpp42 : junction(nullptr), in HyperedgeTreeNode()
66 if (junction) in outputEdgesExcept()
175 if (connEnds.first.junction() == junction) in travellingForwardOnConnector()
179 if (connEnds.second.junction() == junction) in travellingForwardOnConnector()
219 if (existingEnd.junction() != junction) in updateConnEnds()
247 if (junction) in listJunctionsAndConnectors()
268 if (junction) in validateHyperedge()
304 COLA_ASSERT((connEnds.first.junction() == junction) || in validateHyperedge()
305 (connEnds.second.junction() == junction)); in validateHyperedge()
376 if ((edges.size() == 1) || (junction && junction->positionFixed())) in isImmovable()
[all …]
H A Dhyperedgeimprover.cpp479 if (other->junction && ! self->junction) in removeZeroLengthEdges()
484 else if ( ! other->junction && self->junction) in removeZeroLengthEdges()
489 else if ( ! other->junction && ! self->junction) in removeZeroLengthEdges()
494 else if ( other->junction && self->junction && in removeZeroLengthEdges()
914 JunctionRef *junction = *curr; in execute() local
916 junction->id()); in execute()
1049 COLA_ASSERT(self->junction); in moveJunctionAlongCommonEdge()
1064 if (currNode->junction) in moveJunctionAlongCommonEdge()
1145 targetNode->junction = self->junction; in moveJunctionAlongCommonEdge()
1146 self->junction = nullptr; in moveJunctionAlongCommonEdge()
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/MembraneUGens/
H A DMembrane.cpp102 t_junction *junction = &junctions[i]; in cycle() local
106 float yc = unit->yj - junction->ins; in cycle()
108 for (j = 0; j < junction->ins; ++j) { in cycle()
109 total += junction->in[j]->b; in cycle()
115 total *= (2.0f / ((float) junction->ins)); in cycle()
124 for (j = 0; j < junction->outs; ++j) { in cycle()
125 junction->out[j]->a = total - junction->in[j]->b; in cycle()
128 junction->self_loop->a = total - junction->self_loop->b; in cycle()
220 junction->self_loop = delay; in Membrane_init()
228 junction->out[junction->outs++] = delay; in Membrane_init()
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
24 exec(get_junction()." junction directory", $output, $ret_val);
25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
27 include "junction/a.php";
28 require_once "junction\\b.php";
29 print_r(scandir("junction"));
30 unlink("junction\\a.php");
31 unlink("junction\\b.php");
34 rmdir(__DIR__ . "\\mnt\\test\\junction");
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/osl/
H A Dosl_canny_base.cxx185 junction[x][y] = 0; in Follow_junctions()
188 if ( junction[x ][y-1] ) in Follow_junctions()
190 if ( junction[x-1][y ] ) in Follow_junctions()
192 if ( junction[x ][y+1] ) in Follow_junctions()
194 if ( junction[x+1][y ] ) in Follow_junctions()
196 if ( junction[x+1][y-1] ) in Follow_junctions()
198 if ( junction[x-1][y-1] ) in Follow_junctions()
200 if ( junction[x-1][y+1] ) in Follow_junctions()
257 if ( junction[x-1][y-1] || junction[x ][y-1] || junction[x+1][y-1] || in Junction_neighbour()
258 junction[x-1][y ] || junction[x+1][y ] || in Junction_neighbour()
[all …]
/dports/x11-themes/gtk3-unico-engine/unico-1.0.2.1/unico/
H A Dunico-cairo-support.c37 GtkJunctionSides junction) in unico_cairo_round_rect() argument
44 (junction & GTK_JUNCTION_CORNER_TOPRIGHT)) in unico_cairo_round_rect()
54 (junction & GTK_JUNCTION_CORNER_BOTTOMRIGHT)) in unico_cairo_round_rect()
63 ! (junction & GTK_JUNCTION_CORNER_BOTTOMRIGHT)) in unico_cairo_round_rect()
74 (junction & GTK_JUNCTION_CORNER_BOTTOMLEFT)) in unico_cairo_round_rect()
85 ! (junction & GTK_JUNCTION_CORNER_BOTTOMLEFT)) in unico_cairo_round_rect()
96 (junction & GTK_JUNCTION_CORNER_TOPLEFT)) in unico_cairo_round_rect()
105 ! (junction & GTK_JUNCTION_CORNER_TOPLEFT)) in unico_cairo_round_rect()
116 (junction & GTK_JUNCTION_CORNER_TOPRIGHT)) in unico_cairo_round_rect()
131 GtkJunctionSides junction) in unico_cairo_round_rect_inner() argument
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Nested Planes/schematics/main/
H A Dschematic.lp56 (to (junction 57c5c4ff-5d43-4bc6-87e1-d3071caeb866))
60 (to (junction 57c5c4ff-5d43-4bc6-87e1-d3071caeb866))
63 (from (junction 57c5c4ff-5d43-4bc6-87e1-d3071caeb866))
72 (to (junction 9323c7fe-9d9e-4144-8728-3990b41fa953))
76 (to (junction 9323c7fe-9d9e-4144-8728-3990b41fa953))
91 (to (junction b9c234fb-8b05-46d4-9530-c92243e57cf1))
106 (to (junction eda9a62d-8e47-40e6-ba20-16e96d1549c5))
121 (to (junction f95a5d52-3dbb-4726-82bf-738227c58e00))
125 (to (junction f95a5d52-3dbb-4726-82bf-738227c58e00))
140 (to (junction f9c49dad-ab1f-4342-a1b8-2d94a58ebd81))
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Gerber Test/boards/default/
H A Dboard.lp100 (from (junction a60a5d40-5b0f-44bd-a8b7-12cfc3b6ed04))
101 (to (junction 5bfe0669-38dc-4e86-9d45-70405a03bb74))
104 (from (junction 0e88ef5a-041e-4827-8b41-0475f095ac6e))
105 (to (junction 71d3a7ec-9e11-40f2-bdf5-5e3363f5257b))
109 (to (junction 0e88ef5a-041e-4827-8b41-0475f095ac6e))
113 (to (junction a60a5d40-5b0f-44bd-a8b7-12cfc3b6ed04))
117 (to (junction 5bfe0669-38dc-4e86-9d45-70405a03bb74))
131 (to (junction 88953d73-2b31-4d41-8d20-62f7c212e639))
135 (to (junction 3b79382f-68a2-493f-8285-61ce19b0fd4b))
143 (to (junction 06886bca-965b-4ce7-adf5-3430ac34a0a9))
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Util/
H A DFilesystem.php606 * @param string $junction
608 public function junction($target, $junction) argument
622 clearstatcache(true, $junction);
631 public function isJunction($junction) argument
636 if (!is_dir($junction) || is_link($junction)) {
650 clearstatcache(true, $junction);
651 $stat = lstat($junction);
659 * @param string $junction
667 $junction = rtrim(str_replace('/', DIRECTORY_SEPARATOR, $junction), DIRECTORY_SEPARATOR);
668 if (!$this->isJunction($junction)) {
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/filesystem/test/issues/
H A D99_canonical_with_junction_point.cpp43 const fs::path junction = tmp.path / "junction"; in main() local
49 BOOST_TEST(fs::exists(junction)); in main()
54 paths.push_back(junction); in main()
56 paths.push_back(junction / subDir); in main()
64 BOOST_TEST(fs::read_symlink(junction) == real); in main()
66 BOOST_TEST(fs::canonical(junction) == real); in main()
67 BOOST_TEST(fs::canonical(junction / subDir) == real / subDir); in main()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dopenbsd-dhcpd.ini2 log 1 pass = Jan 26 18:12:55 junction dhcpd[4842]: IP address 192.168.1.16 answers a ping after sen…
3 log 2 pass = Jan 26 18:12:40 junction dhcpd[4842]: Possible release spoof - Not releasing address 1…
10 log 1 pass = Jan 26 17:42:32 junction dhcpd[4842]: no free leases on subnet 192.168.17.0
17 log 1 pass = Jan 27 09:25:36 junction dhcpd[71391]: DHCPREQUEST for 192.168.17.164 from f4:8c:50:9d…
18 log 2 pass = Jan 27 09:25:36 junction dhcpd[71391]: DHCPDISCOVER from f4:8c:50:9d:eb:35 via em1
19 log 3 pass = Jan 27 09:25:31 junction dhcpd[71391]: DHCPOFFER on 192.168.17.164 to f4:8c:50:9d:eb:3…
/dports/security/ossec-hids-local/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dopenbsd-dhcpd.ini2 log 1 pass = Jan 26 18:12:55 junction dhcpd[4842]: IP address 192.168.1.16 answers a ping after sen…
3 log 2 pass = Jan 26 18:12:40 junction dhcpd[4842]: Possible release spoof - Not releasing address 1…
10 log 1 pass = Jan 26 17:42:32 junction dhcpd[4842]: no free leases on subnet 192.168.17.0
17 log 1 pass = Jan 27 09:25:36 junction dhcpd[71391]: DHCPREQUEST for 192.168.17.164 from f4:8c:50:9d…
18 log 2 pass = Jan 27 09:25:36 junction dhcpd[71391]: DHCPDISCOVER from f4:8c:50:9d:eb:35 via em1
19 log 3 pass = Jan 27 09:25:31 junction dhcpd[71391]: DHCPOFFER on 192.168.17.164 to f4:8c:50:9d:eb:3…
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dopenbsd-dhcpd.ini2 log 1 pass = Jan 26 18:12:55 junction dhcpd[4842]: IP address 192.168.1.16 answers a ping after sen…
3 log 2 pass = Jan 26 18:12:40 junction dhcpd[4842]: Possible release spoof - Not releasing address 1…
10 log 1 pass = Jan 26 17:42:32 junction dhcpd[4842]: no free leases on subnet 192.168.17.0
17 log 1 pass = Jan 27 09:25:36 junction dhcpd[71391]: DHCPREQUEST for 192.168.17.164 from f4:8c:50:9d…
18 log 2 pass = Jan 27 09:25:36 junction dhcpd[71391]: DHCPDISCOVER from f4:8c:50:9d:eb:35 via em1
19 log 3 pass = Jan 27 09:25:31 junction dhcpd[71391]: DHCPOFFER on 192.168.17.164 to f4:8c:50:9d:eb:3…
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_junction.cpp225 SHAPE_CIRCLE junction = getEffectiveShape(); in HitTest() local
228 return selRect.Collide( &junction, aAccuracy ); in HitTest()
267 auto junction = static_cast<const SCH_JUNCTION*>( &aItem ); in operator <() local
269 if( GetPosition().x != junction->GetPosition().x ) in operator <()
270 return GetPosition().x < junction->GetPosition().x; in operator <()
272 if( GetPosition().y != junction->GetPosition().y ) in operator <()
273 return GetPosition().y < junction->GetPosition().y; in operator <()
275 if( GetDiameter() != junction->GetDiameter() ) in operator <()
276 return GetDiameter() < junction->GetDiameter(); in operator <()
278 return GetColor() < junction->GetColor(); in operator <()
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_loader/
H A Dloader.py116 deps.append(Dependency(name, junction=junction))
226 if self.project.junction:
228 .format(filename, self.project.junction.name)
277 if dep.junction:
393 if dep_a.junction and dep_b.junction:
394 if dep_a.junction > dep_b.junction:
396 elif dep_a.junction < dep_b.junction:
398 elif dep_a.junction:
400 elif dep_b.junction:
598 if dep.junction:
[all …]

12345678910>>...95