Home
last modified time | relevance | path

Searched refs:noanchors (Results 1 – 18 of 18) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/ext/B/t/
H A Doptree_check.t41 noanchors => 1, # unanchored match
48 noanchors => 1, # unanchored match
67 noanchors => 1, # unanchored match
122 noanchors => 1, # allow them to work
127 noanchors => 1,
134 noanchors => 1,
140 noanchors => 1,
H A Doptree_constants.t105 noanchors => 1,
141 noanchors => 1,
151 noanchors => 1,
175 noanchors => 1,
199 noanchors => 1,
409 noanchors => 1,
H A Doptree_concise.t270 noanchors => 1, # allow simple expectations to work
283 noanchors => 1, # allow simple expectations to work
H A DOptreeCheck.pm302 noanchors => 'dont anchor match rex',
688 unless $tc->{noanchors} or $tc->{rxnoorder};
690 my $qr = ($tc->{noanchors}) ? qr/$str/ms : qr/^$str$/ms ;
/dports/lang/perl5.32/perl-5.32.1/ext/B/t/
H A Doptree_check.t41 noanchors => 1, # unanchored match
48 noanchors => 1, # unanchored match
67 noanchors => 1, # unanchored match
122 noanchors => 1, # allow them to work
127 noanchors => 1,
134 noanchors => 1,
140 noanchors => 1,
H A Doptree_constants.t105 noanchors => 1,
141 noanchors => 1,
151 noanchors => 1,
175 noanchors => 1,
199 noanchors => 1,
409 noanchors => 1,
H A Doptree_concise.t270 noanchors => 1, # allow simple expectations to work
283 noanchors => 1, # allow simple expectations to work
H A DOptreeCheck.pm302 noanchors => 'dont anchor match rex',
702 unless $tc->{noanchors} or $tc->{rxnoorder};
704 my $qr = ($tc->{noanchors}) ? qr/$str/ms : qr/^$str$/ms ;
/dports/lang/perl5.30/perl-5.30.3/ext/B/t/
H A Doptree_check.t41 noanchors => 1, # unanchored match
48 noanchors => 1, # unanchored match
67 noanchors => 1, # unanchored match
122 noanchors => 1, # allow them to work
127 noanchors => 1,
134 noanchors => 1,
140 noanchors => 1,
H A Doptree_constants.t105 noanchors => 1,
141 noanchors => 1,
151 noanchors => 1,
175 noanchors => 1,
199 noanchors => 1,
409 noanchors => 1,
H A Doptree_concise.t270 noanchors => 1, # allow simple expectations to work
283 noanchors => 1, # allow simple expectations to work
H A DOptreeCheck.pm302 noanchors => 'dont anchor match rex',
702 unless $tc->{noanchors} or $tc->{rxnoorder};
704 my $qr = ($tc->{noanchors}) ? qr/$str/ms : qr/^$str$/ms ;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/B/t/
H A Doptree_check.t37 noanchors => 1, # unanchored match
44 noanchors => 1, # unanchored match
63 noanchors => 1, # unanchored match
118 noanchors => 1, # allow them to work
123 noanchors => 1,
130 noanchors => 1,
136 noanchors => 1,
H A Doptree_constants.t100 noanchors => 1,
136 noanchors => 1,
146 noanchors => 1,
170 noanchors => 1,
194 noanchors => 1,
404 noanchors => 1,
H A Doptree_concise.t265 noanchors => 1, # allow simple expectations to work
278 noanchors => 1, # allow simple expectations to work
H A DOptreeCheck.pm302 noanchors => 'dont anchor match rex',
688 unless $tc->{noanchors} or $tc->{rxnoorder};
690 my $qr = ($tc->{noanchors}) ? qr/$str/ms : qr/^$str$/ms ;
/dports/cad/electric/electric-7.00/src/cons/
H A Dconlin.c882 void cli_solvecell(NODEPROTO *np, BOOLEAN minimum, BOOLEAN noanchors) in cli_solvecell() argument
888 xnotsolved = cli_buildconstraints(np, &firstx, FALSE, noanchors); in cli_solvecell()
889 ynotsolved = cli_buildconstraints(np, &firsty, TRUE, noanchors); in cli_solvecell()
953 BOOLEAN cli_buildconstraints(NODEPROTO *np, CONNODE **first, BOOLEAN axis, BOOLEAN noanchors) in cli_buildconstraints() argument
1021 cli_addconstraint(ai, first, opf, vaf, opt, vat, noanchors); in cli_buildconstraints()
1096 cli_addconstraint(ai, first, CLEQUALS, 0, CLEQUALS, 0, noanchors); in cli_buildconstraints()
1104 cli_addconstraint(ai, first, CLEQUALS, 0, CLEQUALS, 0, noanchors); in cli_buildconstraints()
1127 INTBIG vat, BOOLEAN noanchors) in cli_addconstraint() argument
1158 if (!noanchors) in cli_addconstraint()
1183 if (!noanchors) in cli_addconstraint()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_Muscle_tool.py109 cmdline.noanchors = True