Home
last modified time | relevance | path

Searched refs:fwd3 (Results 1 – 11 of 11) sorted by relevance

/dports/mail/libsrs2/libsrs2-1.0.18/perl/t/
H A D06reverse.t29 my $fwd3 = $srs->forward($fwd2, 'userd@hostd.com');
30 print STDERR "fwd3 = $fwd3\n";
31 my $rev3 = $srs->reverse($fwd3);
/dports/mail/p5-Mail-Message/Mail-Message-3.011/t/
H A D405msg-forward.t221 my $fwd3 = $msg->forwardAttach(preamble => $preamble, To => 'us');
223 is(reproducable_text($fwd3->string."\n"), <<ATTACH);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/unit_test/mod_adder_test_cases/
H A Drw672e.mods1 fwd-pcr-primer-name fwd1,fwd2,fwd3
H A Drw672d.mods1 fwd-primer-name fwd1,fwd2,fwd3
H A Drw672e.asn42 name "fwd3"
H A Drw672d.asn51 name "fwd3"
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/res/demo/comp_delay/
H A Dcomp_delay_x2_stereo.cfg7 # VST identifier: fwd3
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dpixmap.c1101 int divX, int back4, int fwd4, int fwd3,
1108 int divX, int back4, int fwd4, int fwd3, in fz_subsample_pixmap_ARM() argument
1282 int dst_w, dst_h, w, h, fwd, fwd2, fwd3, back, back2, n, f; in fz_subsample_pixmap() local
1304 fwd3 = (f-1)*fwd + (int)tile->stride - w * n; in fz_subsample_pixmap()
1317 back2, fwd2, divX, back4, fwd4, fwd3, in fz_subsample_pixmap()
1366 s += fwd3; in fz_subsample_pixmap()
/dports/devel/py-pyparsing2/pyparsing-2.4.7/
H A DunitTests.py4888 fwd3 = pp.Forward()
4889 fwd3 << pp.Optional("A") + fwd3
4890 testValidation( fwd3, "fwd3", isValid=False )
/dports/devel/py-pyparsing/pyparsing-3.0.6/tests/
H A Dtest_unit.py8523 fwd3 = pp.Forward()
8524 fwd3 <<= pp.Optional("A") + fwd3
8525 testValidation(fwd3, "fwd3", isValid=False)
/dports/lang/racket/racket-8.3/share/pkgs/slatex/private/
H A Dslatex.rkt393 (define slatex::*in* 'fwd3)