Home
last modified time | relevance | path

Searched refs:qq (Results 126 – 150 of 13255) sorted by relevance

12345678910>>...531

/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DctUnlimitedRuns.m34 void ctAddOpenChar(ctQChar *qq)
40 switch([qq tokentype])
74 int isrepeat (ctQChar *qq)
82 void ctOpenRun(ctQChar *qq)
86 if(israw() && !isrepeat(qq))
99 [cr setName: [qq buff]];
100 [cr setBegin: [qq where]];
101 [cr setCoder: [qq coder]];
131 void ctCloseRun(ctQChar *qq)
146 [temp setComment: [qq extra]];
[all …]
/dports/math/primegen/primegen-0.97/
H A Dprimegen.c165 i = qq - (((uint32) base) % ((uint32) qq)); in squarefree1big()
167 i = qq - (base % qq); in squarefree1big()
185 uint32 qq; in squarefree1() local
194 qq = q * q; in squarefree1()
199 i = qq - (((uint32) base) % qq); in squarefree1()
201 i = qq - (base % qq); in squarefree1()
234 i = qq - (((uint32) base) % ((uint32) qq)); in squarefree49big()
236 i = qq - (base % qq); in squarefree49big()
254 uint32 qq; in squarefree49() local
267 i = qq - (((uint32) base) % qq); in squarefree49()
[all …]
/dports/textproc/p5-HTML-SBC/HTML-SBC-0.15/t/
H A Dbasic.t9 qq(<p>foo bar baz</p>\n),
14 qq(<p><em>foo</em></p>\n),
19 qq(<p><strong>foo</strong></p>\n),
29 qq(<p><a href="http://foo">bar</a></p>\n),
43 trans => [ qq(- foo\n- bar),
48 trans => [ qq(# foo\n# bar),
53 trans => [ qq([foo]),
54 qq(<div class="quote"><blockquote>\n)
55 . qq(<p>foo</p>\n</blockquote></div>\n),
59 trans => [ qq([foo]bar),
[all …]
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dezmlm-manage.c148 struct qmail qq; variable
179 copy(&qq,text,flagcd); in copy_act()
342 qmail_put(&qq,"T",1); in subto()
343 qmail_put(&qq,s,l); in subto()
344 qmail_put(&qq,"",1); in subto()
368 qmail_to(&qq,owner.s); in to_owner()
404 qmail_puts(&qq,"@"); in msg_headers()
817 qmail_to(&qq,mod.s); in do_list()
833 qmail_to(&qq,mod.s); in do_log()
917 qmail_to(&qq,mod.s); in do_edit()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/maple/
H A Dleg.maple22 qq := (n,m) -> factor(diff(simplify( sqrt(x**2+y**2+z**2)^n
42 # Max value of qq and ww
44 qqmax := (n,m) -> max( abs(subs(x=1,y=0,z=0,qq(n,m))) ,
45 abs(subs(x=1,y=1,z=0,qq(n,m))) ,
46 abs(subs(x=1,y=1,z=1,qq(n,m))) ,
47 abs(subs(x=0,y=1,z=1,qq(n,m))) ,
48 abs(subs(x=0,y=1,z=0,qq(n,m))) ,
49 abs(subs(x=1,y=0,z=1,qq(n,m))) ,
50 abs(subs(x=0,y=0,z=1,qq(n,m))) ,
65 abs(subs(x=0,y=1,z=0,qq(n,m))) ,
[all …]
/dports/math/p5-bignum/bignum-0.63/t/
H A Dbigrat.t29 is(1/3, '1/3', qq|1/3 = '1/3'|);
30 is(1/4+1/3, '7/12', qq|1/4+1/3 = '7/12'|);
31 is(5/7+3/7, '8/7', qq|5/7+3/7 = '8/7'|);
33 is(3/7+1, '10/7', qq|3/7+1 = '10/7'|);
34 is(3/7+1.1, '107/70', qq|3/7+1.1 = '107/70'|);
35 is(3/7+3/7, '6/7', qq|3/7+3/7 = '6/7'|);
37 is(3/7-1, '-4/7', qq|3/7-1 = '-4/7'|);
39 is(3/7-2/7, '1/7', qq|3/7-2/7 = '1/7'|);
42 # is(1+3/7, '10/7', qq|1+3/7 = '10/7'|);
45 is(3/7*5/7, '15/49', qq|3/7*5/7 = '15/49'|);
[all …]
/dports/www/p5-libapreq2/libapreq2-2.16/glue/perl/t/apreq/
H A Dcookie.t50 my $cookie = qq{$key=$value};
61 qq{"$value"},
97 my $cookie1 = qq{\$Version="1"; one="1"};
98 my $cookie2 = qq{\$Version="1"; two="2"};
101 my $value = qq{one="1"; Version=1};
116 my $cookie1 = qq{\$Version="1"; one="1"};
117 my $cookie2 = qq{\$Version="1"; two="2"};
139 my $value = qq{one two three two};
153 my $cookie = qq{\$Version="1"; one="1"};
154 my $value = qq{one="1"; Version=1};
[all …]
/dports/devel/gitlab-runner/google-cloud-go-storage-v1.12.0/bigquery/
H A Dquery.go206 qq := q.Query
210 Q: qq.Query,
216 UseLegacySQL: qq.UseLegacySql == nil || *qq.UseLegacySql,
225 if len(qq.TableDefinitions) > 0 {
235 if qq.DefaultDataset != nil {
239 if qq.MaximumBillingTier != nil {
242 if qq.UseQueryCache != nil && !*qq.UseQueryCache {
245 if qq.FlattenResults != nil && !*qq.FlattenResults {
248 if qq.DestinationTable != nil {
249 qc.Dst = bqToTable(qq.DestinationTable, c)
[all …]
/dports/www/libapreq2/libapreq2-2.13/glue/perl/t/apreq/
H A Dcookie.t50 my $cookie = qq{$key=$value};
61 qq{"$value"},
97 my $cookie1 = qq{\$Version="1"; one="1"};
98 my $cookie2 = qq{\$Version="1"; two="2"};
101 my $value = qq{one="1"; Version=1};
116 my $cookie1 = qq{\$Version="1"; one="1"};
117 my $cookie2 = qq{\$Version="1"; two="2"};
139 my $value = qq{one two three two};
153 my $cookie = qq{\$Version="1"; one="1"};
154 my $value = qq{one="1"; Version=1};
[all …]
/dports/sysutils/gomplate/google-cloud-go-storage-v1.12.0/bigquery/
H A Dquery.go206 qq := q.Query
210 Q: qq.Query,
216 UseLegacySQL: qq.UseLegacySql == nil || *qq.UseLegacySql,
225 if len(qq.TableDefinitions) > 0 {
235 if qq.DefaultDataset != nil {
239 if qq.MaximumBillingTier != nil {
242 if qq.UseQueryCache != nil && !*qq.UseQueryCache {
245 if qq.FlattenResults != nil && !*qq.FlattenResults {
248 if qq.DestinationTable != nil {
249 qc.Dst = bqToTable(qq.DestinationTable, c)
[all …]
/dports/devel/p5-Parse-Win32Registry/Parse-Win32Registry-1.1/t/
H A Dvalue.t133 as_regedit_export => qq{"sz3"=""\n},
142 as_regedit_export => qq{"sz4"=""\n},
160 as_regedit_export => qq{"binary2"=hex:\n},
178 as_regedit_export => qq{"dword2"=dword:\n},
187 as_regedit_export => qq{"dword3"=dword:\n},
516 as_regedit_export => qq{"sz3"=""\n},
525 as_regedit_export => qq{"sz4"=""\n},
534 as_regedit_export => qq{"sz5"="ab"\n},
543 as_regedit_export => qq{"sz6"="a"\n},
552 as_regedit_export => qq{"sz7"=""\n},
[all …]
/dports/math/p5-Math-BigInt/Math-BigInt-1.999827/xt/author/
H A Drelop-mbi-mbf.t52 note(qq|"$xscalar" $operator "$yscalar" = |,
70 $test .= qq|\$xval = \$x -> copy(); |;
73 $test .= qq|\$yval = \$y -> copy(); |;
120 $test .= qq|\$xval = \$x -> copy(); |;
123 $test .= qq|\$yval = \$y -> copy(); |;
168 . qq|\$y = "$yscalar"; |;
173 $test .= qq|\$yval = "$yscalar"; |;
218 . qq|\$y = "$yscalar"; |;
223 $test .= qq|\$yval = "$yscalar"; |;
267 my $test = qq|\$x = "$xscalar"; |
[all …]
/dports/math/p5-Math-BigInt-Pari/Math-BigInt-Pari-1.3008/xt/author/
H A Drelop-mbi-mbf.t52 note(qq|"$xscalar" $operator "$yscalar" = |,
70 $test .= qq|\$xval = \$x -> copy(); |;
73 $test .= qq|\$yval = \$y -> copy(); |;
120 $test .= qq|\$xval = \$x -> copy(); |;
123 $test .= qq|\$yval = \$y -> copy(); |;
168 . qq|\$y = "$yscalar"; |;
173 $test .= qq|\$yval = "$yscalar"; |;
218 . qq|\$y = "$yscalar"; |;
223 $test .= qq|\$yval = "$yscalar"; |;
267 my $test = qq|\$x = "$xscalar"; |
[all …]
/dports/games/openjk/OpenJK-07675e2/code/mp3code/
H A Dcdct.c122 int p, pp, qq; in fdct32_dual() local
126 qq = 2 * 31; in fdct32_dual()
147 int p, pp, qq; in fdct32_dual_mono() local
151 qq = 2 * 31; in fdct32_dual_mono()
155 t2 = 0.5F * (x[qq] + x[qq + 1]); in fdct32_dual_mono()
203 qq = 2 * 14; in fdct16_dual()
229 qq = 2 * 14; in fdct16_dual_mono()
233 t2 = 0.5F * (x[qq] + x[qq + 1]); in fdct16_dual_mono()
279 qq = 2 * 6; in fdct8_dual()
305 qq = 2 * 6; in fdct8_dual_mono()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/mp3code/
H A Dcdct.c122 int p, pp, qq; in fdct32_dual() local
126 qq = 2 * 31; in fdct32_dual()
147 int p, pp, qq; in fdct32_dual_mono() local
151 qq = 2 * 31; in fdct32_dual_mono()
155 t2 = 0.5F * (x[qq] + x[qq + 1]); in fdct32_dual_mono()
203 qq = 2 * 14; in fdct16_dual()
229 qq = 2 * 14; in fdct16_dual_mono()
233 t2 = 0.5F * (x[qq] + x[qq + 1]); in fdct16_dual_mono()
279 qq = 2 * 6; in fdct8_dual()
305 qq = 2 * 6; in fdct8_dual_mono()
[all …]
/dports/devel/p5-File-Util/File-Util-4.161950/t/
H A D004_portable.t43 ok !valid_filename(qq[?foo]), qq[?foo is NOT a valid filename];
44 ok !valid_filename(qq[>foo]), qq[>foo is NOT a valid filename];
45 ok !valid_filename(qq[<foo]), qq[<foo is NOT a valid filename];
46 ok !valid_filename(qq[<foo]), qq[<foo is NOT a valid filename];
47 ok !valid_filename(qq[<foo]), qq[<foo is NOT a valid filename];
48 ok !valid_filename(qq[<foo]), qq[<foo is NOT a valid filename];
49 ok !valid_filename(qq[:foo]), qq[:foo is NOT a valid filename];
50 ok !valid_filename(qq[*foo]), qq[*foo is NOT a valid filename];
51 ok !valid_filename(qq[/foo]), qq[/foo is NOT a valid filename];
52 ok !valid_filename(qq[\\foo]), qq[\\foo is NOT a valid filename];
[all …]
/dports/mail/qsheff/qsheff-II-2.1-r3/contrib/
H A Dqq-custom-error-patch.diff64 switch(qq->pid = vfork()) {
82 qq->fdm = pim[1]; close(pim[0]);
83 qq->fde = pie[1]; close(pie[0]);
85 substdio_fdbuf(&qq->ss,write,qq->fdm,qq->buf,sizeof(qq->buf));
86 qq->flagerr = 0;
97 qmail_put(qq,"",1);
98 if (!qq->flagerr) if (substdio_flush(&qq->ss) == -1) qq->flagerr = 1;
99 close(qq->fde);
100 + substdio_fdbuf(&qq->ss,read,qq->fderr,qq->buf,sizeof(qq->buf));
107 + close(qq->fderr);
[all …]
/dports/mail/simscan/simscan-1.4.0/contrib/
H A Dqmail-queue-custom-error.patch64 switch(qq->pid = vfork()) {
82 qq->fdm = pim[1]; close(pim[0]);
83 qq->fde = pie[1]; close(pie[0]);
85 substdio_fdbuf(&qq->ss,write,qq->fdm,qq->buf,sizeof(qq->buf));
86 qq->flagerr = 0;
97 qmail_put(qq,"",1);
98 if (!qq->flagerr) if (substdio_flush(&qq->ss) == -1) qq->flagerr = 1;
99 close(qq->fde);
100 + substdio_fdbuf(&qq->ss,read,qq->fderr,qq->buf,sizeof(qq->buf));
107 + close(qq->fderr);
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/bigquery/
H A Dquery.go220 qq := q.Query
224 Q: qq.Query,
230 UseLegacySQL: qq.UseLegacySql == nil || *qq.UseLegacySql,
240 if len(qq.TableDefinitions) > 0 {
250 if qq.DefaultDataset != nil {
254 if qq.MaximumBillingTier != nil {
257 if qq.UseQueryCache != nil && !*qq.UseQueryCache {
260 if qq.FlattenResults != nil && !*qq.FlattenResults {
263 if qq.DestinationTable != nil {
266 for _, qp := range qq.QueryParameters {
[all …]
/dports/www/tusd/google-cloud-go-storage-v1.18.2/bigquery/
H A Dquery.go220 qq := q.Query
224 Q: qq.Query,
230 UseLegacySQL: qq.UseLegacySql == nil || *qq.UseLegacySql,
240 if len(qq.TableDefinitions) > 0 {
250 if qq.DefaultDataset != nil {
254 if qq.MaximumBillingTier != nil {
257 if qq.UseQueryCache != nil && !*qq.UseQueryCache {
260 if qq.FlattenResults != nil && !*qq.FlattenResults {
263 if qq.DestinationTable != nil {
266 for _, qp := range qq.QueryParameters {
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/bigquery/
H A Dquery.go220 qq := q.Query
224 Q: qq.Query,
230 UseLegacySQL: qq.UseLegacySql == nil || *qq.UseLegacySql,
240 if len(qq.TableDefinitions) > 0 {
250 if qq.DefaultDataset != nil {
254 if qq.MaximumBillingTier != nil {
257 if qq.UseQueryCache != nil && !*qq.UseQueryCache {
260 if qq.FlattenResults != nil && !*qq.FlattenResults {
263 if qq.DestinationTable != nil {
266 for _, qp := range qq.QueryParameters {
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_stats.c269 qq = p ; in incbeta()
274 qq = q ; in incbeta()
355 qq = p ; in incbeta_inverse()
360 qq = q ; in incbeta_inverse()
371 r = qq+qq ; in incbeta_inverse()
382 xinbta = ONE-exp((log((ONE-a)*qq)+beta)/qq) ; goto lab6 ; in incbeta_inverse()
390 t = ONE/(qq+qq-ONE) ; in incbeta_inverse()
576 q = qq ; in chisq_p2t()
636 q = qq ; in beta_p2t()
692 q = qq ; in binomial_p2t()
[all …]
/dports/math/py-pygsl/pygsl-2.3.0/doc/api/sf/
H A Dsf__mathieu_doc.rst1 .. py:function:: sf_mathieu_Mc(kind, order, qq, zz [, ret])
9 :param double qq: positional argument 2
22 :param double qq: positional argument 1
37 :param double qq: positional argument 1
50 :param double qq: positional argument 1
65 :param double qq: positional argument 2
80 :param double qq: positional argument 1
93 :param double qq: positional argument 2
106 :param double qq: positional argument 1
118 :param double qq: positional argument 1
[all …]
/dports/math/R-cran-robustbase/robustbase/src/
H A DrowMedians_TYPE-template.h56 int ii, jj, kk, qq; in C_METHOD_NAME() local
69 qq = (int)(ncol/2) - 1; in C_METHOD_NAME()
72 qq = 0; in C_METHOD_NAME()
120 qq = (int)(kk/2) - 1; in C_METHOD_NAME()
125 PSORT(rowData, kk, qq+1); in C_METHOD_NAME()
126 value = rowData[qq+1]; in C_METHOD_NAME()
134 PSORT(rowData, qq+1, qq); in C_METHOD_NAME()
135 if (X_ISNAN(rowData[qq])) in C_METHOD_NAME()
157 PSORT(rowData, ncol, qq+1); in C_METHOD_NAME()
158 value = rowData[qq+1]; in C_METHOD_NAME()
[all …]
/dports/mail/ezmlm/ezmlm-0.53/
H A Dezmlm-warn.c50 struct qmail qq; variable
53 qmail_put(&qq,buf,len);
106 if (qmail_open(&qq) == -1)
112 qmail_puts(&qq,"\nDate: ");
117 qmail_puts(&qq,".");
121 qmail_puts(&qq,">\nFrom: ");
124 qmail_puts(&qq,"-help@");
126 qmail_puts(&qq,"\nTo: ");
170 qmail_from(&qq,line.s);
172 qmail_to(&qq,addr.s);
[all …]

12345678910>>...531