Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 25 of 5765) sorted by relevance

12345678910>>...231

/dports/www/sogo/SOGo-5.4.0/UI/WebServerResources/scss/components/
H A D_palette.scss123 $colorRed50: nth($paletteRed, 1);
124 $colorRed100: nth($paletteRed, 2);
125 $colorRed200: nth($paletteRed, 3);
126 $colorRed300: nth($paletteRed, 4);
127 $colorRed400: nth($paletteRed, 5);
128 $colorRed500: nth($paletteRed, 6);
129 $colorRed600: nth($paletteRed, 7);
130 $colorRed700: nth($paletteRed, 8);
131 $colorRed800: nth($paletteRed, 9);
132 $colorRed900: nth($paletteRed, 10);
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/UI/WebServerResources/scss/components/
H A D_palette.scss123 $colorRed50: nth($paletteRed, 1);
124 $colorRed100: nth($paletteRed, 2);
125 $colorRed200: nth($paletteRed, 3);
126 $colorRed300: nth($paletteRed, 4);
127 $colorRed400: nth($paletteRed, 5);
128 $colorRed500: nth($paletteRed, 6);
129 $colorRed600: nth($paletteRed, 7);
130 $colorRed700: nth($paletteRed, 8);
131 $colorRed800: nth($paletteRed, 9);
132 $colorRed900: nth($paletteRed, 10);
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/DebugProxy/
H A DDebugProxy.cpp460 …if (!gEffectHost[nth] || !gPropHost[nth] || !gParamHost[nth] || !gMemoryHost[nth] || !gThreadHost[ in fetchHostSuites()
465 gEffectProxy[nth] = *gEffectHost[nth]; in fetchHostSuites()
474 gEffectProxy[nth].abort = abortNthFunc(nth); in fetchHostSuites()
989 case nth: \
1656 case nth: \
1737 case nth: \
1779 case nth: \
2287 gProxy[nth] = *(gHost[nth]); in setHostNth()
2288 gProxy[nth].fetchSuite = fetchSuiteNth<nth>; in setHostNth()
2290 gPluginsSetHost[nth](&gProxy[nth]); in setHostNth()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/calc/
H A Dcalc-mtx.el111 (nth 2 (nth 2 m))
115 (nth 1 (nth 1 m)))))
178 (nth 1 (nth 1 m)))
181 (nth 2 (nth 2 m)))
190 (math-mul (nth 1 (nth 1 m))
192 (nth 3 (nth 3 m))))
195 (nth 1 (nth 3 m)))))
198 (nth 2 (nth 3 m)))))
201 (nth 1 (nth 3 m)))))
204 (nth 2 (nth 3 m)))))
[all …]
H A Dcalc-alg.el531 (nth 2 (nth 1 expr)))
795 (nth 1 (nth 1 expr)))
825 (nth 1 (nth 1 expr)))
960 (nth 1 (nth 1 expr)))
1045 (nth 1 (nth 1 expr)))
1069 (nth 1 (nth 1 expr)))
1093 (nth 1 (nth 1 expr)))
1255 (nth 1 (nth 1 (nth 2 (nth 1 expr))))))
1256 (and (eq (car-safe (nth 1 (nth 2 (nth 1 expr))))
1259 (nth 1 (nth 1 (nth 2
[all …]
H A Dcalc-arith.el662 (if (equal (nth 2 a) (nth 3 a))
961 (list 'mod (math-sub (nth 2 a) (nth 1 a)) (nth 2 a))))
974 (math-sub (nth 2 a) (nth 1 a)))
1075 (math-add (nth 1 a) (nth 1 b)))
1096 (math-make-mod (math-add (nth 1 a) (nth 1 b)) (nth 2 a)))
1142 (nth 2 (nth 1 b))))
1302 (math-make-mod (math-mul (nth 1 a) (nth 1 b)) (nth 2 a)))
1319 (+ (nth 2 a) (nth 2 b))))
1323 (+ (nth 2 a) (nth 2 a))))
1637 (math-make-mod (math-div-mod (nth 1 a) (nth 1 b) (nth 2 a))
[all …]
H A Dcalc-rewr.el564 (setq part (calc-var-value (nth 2 (nth 1 p))))
571 (cons (cons (nth 2 (nth 1 p))
572 (symbol-value (nth 2 (nth 1 p))))
921 (setq arg (nth 1 (nth 1 expr))))
931 (math-rwcomp-instr 'rel (nth 1 (nth 1 expr))
934 (math-rwcomp-instr 'rel (nth 1 (nth 1 expr))
935 (car expr) (nth 1 (nth 2 expr)))
941 (math-constp (nth 2 (nth 1 expr)))
943 (math-rwcomp-instr 'mod (nth 1 (nth 1 (nth 1 expr)))
944 (nth 2 (nth 1 expr)) (nth 2 expr)))
[all …]
H A Dcalcsel2.el65 (nth 1 (assq (car-safe (nth 1 outer))
67 (let* ((other (nth 2 (nth 1 outer)))
72 (nth 1 (nth 1 outer))
75 (setq sel (nth 2 (nth 1 new)))
81 (nth 1 outer)))
98 (car next) (nth 1 next) (nth 2 outer)))
146 (nth 2 (assq (car-safe (nth 2 outer))
148 (let ((other (nth 1 (nth 2 outer))))
155 (nth 2 (nth 2 outer)))))
180 (car next) (nth 1 outer) (nth 2 next))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/calc/
H A Dcalc-mtx.el111 (nth 2 (nth 2 m))
115 (nth 1 (nth 1 m)))))
178 (nth 1 (nth 1 m)))
181 (nth 2 (nth 2 m)))
190 (math-mul (nth 1 (nth 1 m))
192 (nth 3 (nth 3 m))))
195 (nth 1 (nth 3 m)))))
198 (nth 2 (nth 3 m)))))
201 (nth 1 (nth 3 m)))))
204 (nth 2 (nth 3 m)))))
[all …]
H A Dcalc-alg.el531 (nth 2 (nth 1 expr)))
795 (nth 1 (nth 1 expr)))
825 (nth 1 (nth 1 expr)))
960 (nth 1 (nth 1 expr)))
1045 (nth 1 (nth 1 expr)))
1069 (nth 1 (nth 1 expr)))
1093 (nth 1 (nth 1 expr)))
1255 (nth 1 (nth 1 (nth 2 (nth 1 expr))))))
1256 (and (eq (car-safe (nth 1 (nth 2 (nth 1 expr))))
1259 (nth 1 (nth 1 (nth 2
[all …]
H A Dcalc-arith.el663 (if (equal (nth 2 a) (nth 3 a))
962 (list 'mod (math-sub (nth 2 a) (nth 1 a)) (nth 2 a))))
975 (math-sub (nth 2 a) (nth 1 a)))
1076 (math-add (nth 1 a) (nth 1 b)))
1097 (math-make-mod (math-add (nth 1 a) (nth 1 b)) (nth 2 a)))
1143 (nth 2 (nth 1 b))))
1303 (math-make-mod (math-mul (nth 1 a) (nth 1 b)) (nth 2 a)))
1320 (+ (nth 2 a) (nth 2 b))))
1324 (+ (nth 2 a) (nth 2 a))))
1638 (math-make-mod (math-div-mod (nth 1 a) (nth 1 b) (nth 2 a))
[all …]
H A Dcalc-rewr.el560 (setq part (calc-var-value (nth 2 (nth 1 p))))
567 (cons (cons (nth 2 (nth 1 p))
568 (symbol-value (nth 2 (nth 1 p))))
918 (setq arg (nth 1 (nth 1 expr))))
928 (math-rwcomp-instr 'rel (nth 1 (nth 1 expr))
931 (math-rwcomp-instr 'rel (nth 1 (nth 1 expr))
932 (car expr) (nth 1 (nth 2 expr)))
938 (math-constp (nth 2 (nth 1 expr)))
940 (math-rwcomp-instr 'mod (nth 1 (nth 1 (nth 1 expr)))
941 (nth 2 (nth 1 expr)) (nth 2 expr)))
[all …]
H A Dcalcsel2.el64 (nth 1 (assq (car-safe (nth 1 outer))
66 (let* ((other (nth 2 (nth 1 outer)))
71 (nth 1 (nth 1 outer))
74 (setq sel (nth 2 (nth 1 new)))
80 (nth 1 outer)))
97 (car next) (nth 1 next) (nth 2 outer)))
145 (nth 2 (assq (car-safe (nth 2 outer))
147 (let ((other (nth 1 (nth 2 outer))))
154 (nth 2 (nth 2 outer)))))
179 (car next) (nth 1 outer) (nth 2 next))
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/css/parser/
H A Dnth-child.ref.css1 a:nth-last-child(odd) {
5 a:nth-child(even) {
9 b:nth-child(n) {
13 c:nth-child(n) {
17 d:nth-child(n+1) {
21 e:nth-child(n+2) {
29 g:nth-child(n) {
33 h:nth-child(n) {
53 m:nth-child(0) {
73 r:nth-child(0) {
[all …]
H A Dnth-child.css9 g:nth-child(
15 i:nth-child(
21 m:nth-child(
30 r:nth-child( 0
32 s:nth-child(
41 x:nth-child(
45 z:nth-child(
49 ab:nth-child(
74 ob:nth-child(
99 cc:nth-child(
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/css/parser/
H A Dnth-child.ref.css1 a:nth-last-child(odd) {
5 a:nth-child(even) {
9 b:nth-child(n) {
13 c:nth-child(n) {
17 d:nth-child(n+1) {
21 e:nth-child(n+2) {
29 g:nth-child(n) {
33 h:nth-child(n) {
53 m:nth-child(0) {
73 r:nth-child(0) {
[all …]
H A Dnth-child.css9 g:nth-child(
15 i:nth-child(
21 m:nth-child(
30 r:nth-child( 0
32 s:nth-child(
41 x:nth-child(
45 z:nth-child(
49 ab:nth-child(
74 ob:nth-child(
99 cc:nth-child(
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/bovine/
H A Dc-by.el368 (nth 2 vals)
424 (nth 0 vals)
457 (nth 0 vals))
507 (nth 0 vals)
532 (nth 0 vals)
922 (nth
1258 (nth 3 vals)
1266 (nth 0 vals)
1283 (nth 3 vals)
1290 (nth 0 vals)
[all …]
/dports/textproc/libcss/libcss-0.9.1/test/data/parse/
H A Dnth.dat6 E:nth-child(odd) {}
9 | 1 E:nth-child(2n+1)
13 E:nth-child(even) {}
16 | 1 E:nth-child(2n+0)
22 E:nth-child(1) {}
25 | 1 E:nth-child(0n+1)
29 E:nth-child(-1) {}
38 E:nth-child(n) {}
45 E:nth-child(-n) {}
68 E:nth-child(2n) {}
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Selenium/Agent/Admin/
H A DAdminSystemConfigurationComplex.t34 … Select => '.Setting > .Array > .ArrayItem:nth-of-type(4) .ArrayItem:nth-of-type(1) input',
100 . ".Setting > .Array > .ArrayItem:nth-of-type(4) .ArrayItem:nth-of-type(1) "
106 . ".Setting > .Array > .ArrayItem:nth-of-type(4) .ArrayItem:nth-of-type(1) "
112 . ".Setting > .Array > .ArrayItem:nth-of-type(4) .ArrayItem:nth-of-type(1) "
131 . ".Setting > .Array > .ArrayItem:nth-of-type(3) .ArrayItem:nth-of-type(3) "
137 . ".Setting > .Array > .ArrayItem:nth-of-type(3) .ArrayItem:nth-of-type(3) "
143 . ".Setting > .Array > .ArrayItem:nth-of-type(3) .ArrayItem:nth-of-type(3) "
261 . '.Array > .ArrayItem:nth-of-type(4) .ArrayItem:nth-of-type(1) select',
511 . ".Setting > .Array > .ArrayItem:nth-of-type(4) .HashItem:nth-of-type(1) "
517 . ".Setting > .Array > .ArrayItem:nth-of-type(4) .HashItem:nth-of-type(1) "
[all …]
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/examples/
H A Dsophie_germain.pl84 my $nth = nth_prime_upper($count);
86 my $estimate = ($count < 5000) ? 150 + int( $nth * log($nth) * 1.2 )
87 : ($count < 19000) ? int( $nth * log($nth) * 1.135 )
88 : ($count < 45000) ? int( $nth * log($nth) * 1.10 )
89 : ($count < 100000) ? int( $nth * log($nth) * 1.08 )
90 : ($count < 165000) ? int( $nth * log($nth) * 1.06 )
91 : ($count < 360000) ? int( $nth * log($nth) * 1.05 )
92 : ($count < 750000) ? int( $nth * log($nth) * 1.04 )
93 : ($count <1700000) ? int( $nth * log($nth) * 1.03 )
94 : int( $nth * log($nth) * 1.02 );
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_synproxy_core.c496 nth->window = 0; in synproxy_send_client_synack()
497 nth->check = 0; in synproxy_send_client_synack()
498 nth->urg_ptr = 0; in synproxy_send_client_synack()
543 nth->check = 0; in synproxy_send_server_syn()
583 nth->check = 0; in synproxy_send_server_ack()
621 nth->check = 0; in synproxy_send_client_ack()
909 nth->window = 0; in synproxy_send_client_synack_ipv6()
910 nth->check = 0; in synproxy_send_client_synack_ipv6()
957 nth->check = 0; in synproxy_send_server_syn_ipv6()
997 nth->check = 0; in synproxy_send_server_ack_ipv6()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_synproxy_core.c496 nth->window = 0; in synproxy_send_client_synack()
497 nth->check = 0; in synproxy_send_client_synack()
498 nth->urg_ptr = 0; in synproxy_send_client_synack()
543 nth->check = 0; in synproxy_send_server_syn()
583 nth->check = 0; in synproxy_send_server_ack()
621 nth->check = 0; in synproxy_send_client_ack()
909 nth->window = 0; in synproxy_send_client_synack_ipv6()
910 nth->check = 0; in synproxy_send_client_synack_ipv6()
957 nth->check = 0; in synproxy_send_server_syn_ipv6()
997 nth->check = 0; in synproxy_send_server_ack_ipv6()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_synproxy_core.c496 nth->window = 0; in synproxy_send_client_synack()
497 nth->check = 0; in synproxy_send_client_synack()
498 nth->urg_ptr = 0; in synproxy_send_client_synack()
543 nth->check = 0; in synproxy_send_server_syn()
583 nth->check = 0; in synproxy_send_server_ack()
621 nth->check = 0; in synproxy_send_client_ack()
909 nth->window = 0; in synproxy_send_client_synack_ipv6()
910 nth->check = 0; in synproxy_send_client_synack_ipv6()
957 nth->check = 0; in synproxy_send_server_syn_ipv6()
997 nth->check = 0; in synproxy_send_server_ack_ipv6()
[all …]
/dports/games/trackballs/trackballs-1.3.3/share/levels/
H A Dboot.scm12 (define (nth n l)
13 (if (= 0 n) (car l) (nth (- n 1) (cdr l))))
20 (let ((p0 (nth 0 coords))
21 (p1 (nth 1 coords)))
23 (list (pipe (nth 0 p0) (nth 1 p0) (nth 2 p0) (nth 0 p1) (nth 1 p1) (nth 2 p1) radius))
24 (cons (pipe (nth 0 p0) (nth 1 p0) (nth 2 p0) (nth 0 p1) (nth 1 p1) (nth 2 p1) radius)
26 (cons (pipe-connector (nth 0 p1) (nth 1 p1) (nth 2 p1) radius)

12345678910>>...231