Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 25 of 9678) sorted by relevance

12345678910>>...388

/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/test/
H A Dtest_anchor.py11 anchor.x = 1
12 anchor.y = 2
13 anchor.color = None
14 return anchor
141 self.assertEqual(anchor.identifier, anchor.identifier)
198 anchor.x = 100
208 anchor.x = 0
213 anchor.x = 1.1
239 anchor.y = 100
249 anchor.y = 0
[all …]
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/test/objects/
H A Dtest_anchor.py2 from defcon.objects.anchor import Anchor
15 self.anchor = Anchor()
18 del self.anchor
59 self.anchor.x = 100
64 self.anchor.y = 100
69 self.anchor.name = "foo"
72 self.anchor.name = None
133 self.anchor = Anchor(
140 del self.anchor
153 self.anchor.x += 10
[all …]
/dports/math/p5-Math-Bezier-Convert/Math-Bezier-Convert-0.02/samples/
H A Dbezier.plx48 $board->createLine(@anchor[-4..-1], -width=>1, -fill=>'green', -tags=>['rb'.($#anchor-1),'rb'.($#an…
62 $k2 = $#anchor if $k2 > $#anchor;
68 $board->coords('anchor'.$k, $anchor[$k]-4, $anchor[$k+1]-4, $anchor[$k]+4, $anchor[$k+1]+4);
81 $board->coords('anchor'.$k, $anchor[$k]-4, $anchor[$k+1]-4, $anchor[$k]+4, $anchor[$k+1]+4);
91 … $board->coords('anchor'.$k2, $anchor[$k2]-4, $anchor[$k2+1]-4, $anchor[$k2]+4, $anchor[$k2+1]+4);
99 … $board->coords('anchor'.$k1, $anchor[$k1]-4, $anchor[$k1+1]-4, $anchor[$k1]+4, $anchor[$k1+1]+4);
107 my $ax = $anchor[$k]-$anchor[$kc];
108 my $ay = $anchor[$k+1]-$anchor[$kc+1];
111 my $kkx = $anchor[$k2]-$anchor[$kc];
112 my $kky = $anchor[$k2+1]-$anchor[$kc+1];
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/util/
H A DAttrStringUtils.java181 if (isTop(anchor)) { in deriveTextBoundsAnchorOffsets()
184 else if (isHalfAscent(anchor)) { in deriveTextBoundsAnchorOffsets()
187 else if (isHalfHeight(anchor)) { in deriveTextBoundsAnchorOffsets()
190 else if (isBaseline(anchor)) { in deriveTextBoundsAnchorOffsets()
193 else if (isBottom(anchor)) { in deriveTextBoundsAnchorOffsets()
230 if (isHorizontalLeft(anchor)) { in deriveRotationAnchorOffsets()
240 if (isTop(anchor)) { in deriveRotationAnchorOffsets()
243 else if (isHalfHeight(anchor)) { in deriveRotationAnchorOffsets()
246 else if (isHalfAscent(anchor)) { in deriveRotationAnchorOffsets()
249 else if (isBaseline(anchor)) { in deriveRotationAnchorOffsets()
[all …]
/dports/math/mcsim/mcsim-6.2.0/xmcsim/
H A Dxgpl_3d.tcl17 -anchor w -relief flat] -side left -anchor w -pady 4
28 -anchor e -relief flat] -side left -anchor w -pady 4
50 -anchor w -relief flat] -side left -anchor w
63 -anchor w -relief flat] -side left -anchor w
76 -anchor w -relief flat] -side left -anchor w
80 -anchor c -relief flat] -side left -anchor w
84 -anchor c -relief flat] -side left -anchor w
113 -anchor c -relief flat] -side left -anchor w -pady 4
117 -anchor c -relief flat] -side left -anchor w -pady 4
121 -anchor c -relief flat] -side left -anchor w -pady 4
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcolorblind.cpp180 anchor[0] = 0.08008; anchor[1] = 0.1579; anchor[2] = 0.5897; in setupDefect()
181 anchor[3] = 0.1284; anchor[4] = 0.2237; anchor[5] = 0.3636; in setupDefect()
182 anchor[6] = 0.9856; anchor[7] = 0.7325; anchor[8] = 0.001079; in setupDefect()
183 anchor[9] = 0.0914; anchor[10] = 0.007009; anchor[11] = 0.0; in setupDefect()
197 m_a1 = anchor_e[1] * anchor[8] - anchor_e[2] * anchor[7]; in setupDefect()
198 m_b1 = anchor_e[2] * anchor[6] - anchor_e[0] * anchor[8]; in setupDefect()
199 m_c1 = anchor_e[0] * anchor[7] - anchor_e[1] * anchor[6]; in setupDefect()
200 m_a2 = anchor_e[1] * anchor[2] - anchor_e[2] * anchor[1]; in setupDefect()
201 m_b2 = anchor_e[2] * anchor[0] - anchor_e[0] * anchor[2]; in setupDefect()
202 m_c2 = anchor_e[0] * anchor[1] - anchor_e[1] * anchor[0]; in setupDefect()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dist/pf/net/
H A Dpf_ruleset.c229 anchor = (struct pf_anchor *)rs_malloc(sizeof(*anchor)); in pf_find_or_create_ruleset()
234 memset(anchor, 0, sizeof(*anchor)); in pf_find_or_create_ruleset()
236 strlcpy(anchor->name, q, sizeof(anchor->name)); in pf_find_or_create_ruleset()
240 strlcat(anchor->path, "/", sizeof(anchor->path)); in pf_find_or_create_ruleset()
242 strlcat(anchor->path, anchor->name, sizeof(anchor->path)); in pf_find_or_create_ruleset()
247 anchor->path, anchor->name, dup->path, dup->name); in pf_find_or_create_ruleset()
258 "'%s' '%s'\n", anchor->path, anchor->name, in pf_find_or_create_ruleset()
261 anchor); in pf_find_or_create_ruleset()
268 anchor->ruleset.anchor = anchor; in pf_find_or_create_ruleset()
326 if (s->anchor == NULL || !s->anchor->path[0]) in pf_anchor_setup()
[all …]
/dports/editors/led/led-2.0/src/modules/vhighlight/
H A Danchor.c39 anchor_t *anchor; in anchor_get() local
42 if (!anchor) in anchor_get()
46 return anchor; in anchor_get()
50 anchor_t *anchor; in anchor_shutdown() local
55 free(anchor); in anchor_shutdown()
61 anchor_t *anchor; in anchor_add() local
63 anchor = anchor_get(); in anchor_add()
64 anchor->line = line; in anchor_add()
69 return anchor; in anchor_add()
83 anchor_t *anchor; in anchor_findlast() local
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtCallback.cpp36 void tCallback::Exec(tCallback *anchor){ in Exec() argument
37 if (anchor){ in Exec()
38 (*anchor->func)(); in Exec()
39 Exec(anchor->Next()); in Exec()
51 if (anchor) in Exec()
52 return (*anchor->func)() && Exec(anchor->Next()); in Exec()
63 bool tCallbackOr::Exec(tCallbackOr *anchor){ in Exec() argument
64 if (anchor) in Exec()
65 return (*anchor->func)() || Exec(anchor->Next()); in Exec()
79 if (anchor) in Exec()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/core/
H A Durb.c133 urb->anchor = anchor; in usb_anchor_urb()
151 urb->anchor = NULL; in __usb_unanchor_urb()
155 wake_up(&anchor->wait); in __usb_unanchor_urb()
167 struct usb_anchor *anchor; in usb_unanchor_urb() local
172 anchor = urb->anchor; in usb_unanchor_urb()
173 if (!anchor) in usb_unanchor_urb()
182 if (likely(anchor == urb->anchor)) in usb_unanchor_urb()
845 anchor->poisoned = 1; in usb_poison_anchored_urbs()
881 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
918 if (anchor) in usb_anchor_suspend_wakeups()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/core/
H A Durb.c133 urb->anchor = anchor; in usb_anchor_urb()
151 urb->anchor = NULL; in __usb_unanchor_urb()
155 wake_up(&anchor->wait); in __usb_unanchor_urb()
167 struct usb_anchor *anchor; in usb_unanchor_urb() local
172 anchor = urb->anchor; in usb_unanchor_urb()
173 if (!anchor) in usb_unanchor_urb()
182 if (likely(anchor == urb->anchor)) in usb_unanchor_urb()
845 anchor->poisoned = 1; in usb_poison_anchored_urbs()
881 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
918 if (anchor) in usb_anchor_suspend_wakeups()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/core/
H A Durb.c133 urb->anchor = anchor; in usb_anchor_urb()
151 urb->anchor = NULL; in __usb_unanchor_urb()
155 wake_up(&anchor->wait); in __usb_unanchor_urb()
167 struct usb_anchor *anchor; in usb_unanchor_urb() local
172 anchor = urb->anchor; in usb_unanchor_urb()
173 if (!anchor) in usb_unanchor_urb()
182 if (likely(anchor == urb->anchor)) in usb_unanchor_urb()
845 anchor->poisoned = 1; in usb_poison_anchored_urbs()
881 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
918 if (anchor) in usb_anchor_suspend_wakeups()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dviews_utils_unittest.cc27 const gfx::Rect anchor(10, 10, 10, 10); in TEST_F() local
30 const gfx::Point result_point(anchor.x() - bubble.width(), anchor.y()); in TEST_F()
36 const gfx::Rect anchor(10, 10, 10, 10); in TEST_F() local
46 const gfx::Rect anchor(10, 10, 10, 10); in TEST_F() local
55 const gfx::Rect anchor(2, 10, 10, 10); in TEST_F() local
58 const gfx::Point result_point(anchor.x() + anchor.width(), anchor.y()); in TEST_F()
64 const gfx::Rect anchor(0, 10, 10, 10); in TEST_F() local
67 const gfx::Point result_point(anchor.x() + anchor.width(), anchor.y()); in TEST_F()
76 const gfx::Point result_point(anchor.x() + anchor.width(), in TEST_F()
86 const gfx::Point result_point(anchor.x() + anchor.width(), bounds.y()); in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/security/nss/nss-3.76.1/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/libpkix/pkix/params/
H A Dpkix_trustanchor.c36 PKIX_DECREF(anchor->caName); in pkix_TrustAnchor_Destroy()
370 anchor->caName = NULL; in PKIX_TrustAnchor_CreateWithCert()
371 anchor->caPubKey = NULL; in PKIX_TrustAnchor_CreateWithCert()
374 (anchor->trustedCert, &anchor->nameConstraints, plContext), in PKIX_TrustAnchor_CreateWithCert()
378 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithCert()
379 anchor = NULL; in PKIX_TrustAnchor_CreateWithCert()
383 PKIX_DECREF(anchor); in PKIX_TrustAnchor_CreateWithCert()
427 anchor->caName = name; in PKIX_TrustAnchor_CreateWithNameKeyPair()
435 *pAnchor = anchor; in PKIX_TrustAnchor_CreateWithNameKeyPair()
436 anchor = NULL; in PKIX_TrustAnchor_CreateWithNameKeyPair()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java49 boolean isSet(final int anchor) { in isSet() argument
56 void add(final int anchor) { in add() argument
57 if (isLeftAnchor(anchor)) { in add()
58 leftAnchor |= anchor; in add()
60 rightAnchor |= anchor; in add()
64 void remove(final int anchor) { in remove() argument
65 if (isLeftAnchor(anchor)) { in remove()
66 leftAnchor &= ~anchor; in remove()
68 rightAnchor &= ~anchor; in remove()
78 return !(anchor == END_BUF || anchor == SEMI_END_BUF || in isLeftAnchor()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java49 boolean isSet(final int anchor) { in isSet() argument
56 void add(final int anchor) { in add() argument
57 if (isLeftAnchor(anchor)) { in add()
58 leftAnchor |= anchor; in add()
60 rightAnchor |= anchor; in add()
64 void remove(final int anchor) { in remove() argument
65 if (isLeftAnchor(anchor)) { in remove()
66 leftAnchor &= ~anchor; in remove()
68 rightAnchor &= ~anchor; in remove()
78 return !(anchor == END_BUF || anchor == SEMI_END_BUF || in isLeftAnchor()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java49 boolean isSet(final int anchor) { in isSet() argument
56 void add(final int anchor) { in add() argument
57 if (isLeftAnchor(anchor)) { in add()
58 leftAnchor |= anchor; in add()
60 rightAnchor |= anchor; in add()
64 void remove(final int anchor) { in remove() argument
65 if (isLeftAnchor(anchor)) { in remove()
66 leftAnchor &= ~anchor; in remove()
68 rightAnchor &= ~anchor; in remove()
78 return !(anchor == END_BUF || anchor == SEMI_END_BUF || in isLeftAnchor()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java49 boolean isSet(final int anchor) { in isSet() argument
56 void add(final int anchor) { in add() argument
57 if (isLeftAnchor(anchor)) { in add()
58 leftAnchor |= anchor; in add()
60 rightAnchor |= anchor; in add()
64 void remove(final int anchor) { in remove() argument
65 if (isLeftAnchor(anchor)) { in remove()
66 leftAnchor &= ~anchor; in remove()
68 rightAnchor &= ~anchor; in remove()
78 return !(anchor == END_BUF || anchor == SEMI_END_BUF || in isLeftAnchor()
[all …]

12345678910>>...388