Home
last modified time | relevance | path

Searched refs:daft (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Barcode/
H A DRm4Scc.php12 * @param int[] $daft
15 public function __construct($code, $xDim, $gapWidth, $daft, $kix = false) argument
17 $this->init($code, $gapWidth, $daft, $kix);
29 * @param int[] $daft
32 private function init($code, $gapWidth, $daft, $kix) argument
156 $h = $daft['A'];
161 $h = $daft['F'];
165 $p = ($daft['F'] - $daft['T']) / 2;
166 $h = $daft['T'];
170 $p = $daft['F'] - $daft['D'];
[all …]
H A DImb.php41 * @param int[] $daft
43 public function __construct($code, $xDim, $gapWidth, $daft) argument
49 $this->init($code, $gapWidth, $daft);
64 * @param int[] $daft
66 private function init($code, $gapWidth, $daft) argument
188 $h = $daft['F'];
192 $h = $daft['A'];
195 $p = $daft['F'] - $daft['D'];
196 $h = $daft['D'];
199 $p = ($daft['F'] - $daft['T']) / 2;
[all …]
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_fx.h346 float wet, float delay, float feedb, float daft)
351 if (daft > 0.001f) {
352 delay *= (1.0f - daft);
563 float rate, float feedb, float depth, float daft)
568 if (daft > 0.001f && daft < 1.0f) {
569 rate *= (1.0f - 0.5f * daft);
571 depth *= (1.0f - daft);
H A Dpadthv1.cpp538 padthv1_port daft;
550 padthv1_port daft;
1392 case padthv1::FLA1_DAFT: pParamPort = &m_fla.daft; break;
1397 case padthv1::PHA1_DAFT: pParamPort = &m_pha.daft; break;
2214 *m_fla.delay, *m_fla.feedb, *m_fla.daft * float(k));
2217 *m_pha.rate, *m_pha.feedb, *m_pha.depth, *m_pha.daft * float(k));
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_fx.h346 float wet, float delay, float feedb, float daft) in process() argument
351 if (daft > 0.001f) { in process()
352 delay *= (1.0f - daft); in process()
563 float rate, float feedb, float depth, float daft) in process() argument
568 if (daft > 0.001f && daft < 1.0f) { in process()
569 rate *= (1.0f - 0.5f * daft); in process()
571 depth *= (1.0f - daft); in process()
H A Dsamplv1.cpp752 samplv1_port daft; member
764 samplv1_port daft; member
1612 case samplv1::FLA1_DAFT: pParamPort = &m_fla.daft; break; in paramPort()
1617 case samplv1::PHA1_DAFT: pParamPort = &m_pha.daft; break; in paramPort()
2417 *m_fla.delay, *m_fla.feedb, *m_fla.daft * float(k)); in process()
2420 *m_pha.rate, *m_pha.feedb, *m_pha.depth, *m_pha.daft * float(k)); in process()
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_fx.h346 float wet, float delay, float feedb, float daft) in process() argument
351 if (daft > 0.001f) { in process()
352 delay *= (1.0f - daft); in process()
563 float rate, float feedb, float depth, float daft) in process() argument
568 if (daft > 0.001f && daft < 1.0f) { in process()
569 rate *= (1.0f - 0.5f * daft); in process()
571 depth *= (1.0f - daft); in process()
H A Dsynthv1.cpp527 synthv1_port daft;
539 synthv1_port daft;
1491 case synthv1::FLA1_DAFT: pParamPort = &m_fla.daft; break;
1496 case synthv1::PHA1_DAFT: pParamPort = &m_pha.daft; break;
2712 *m_fla.delay, *m_fla.feedb, *m_fla.daft * float(k));
2715 *m_pha.rate, *m_pha.feedb, *m_pha.depth, *m_pha.daft * float(k));
/dports/devel/p5-Class-Tom/Class-Tom-3.02/
H A DREADME20 perl5-agents@daft.com
23 perl5-agents-request@daft.com, with the words:
/dports/x11-fonts/font-manager/font-manager-0.8.7/lib/orthographies/
H A DBasicLatin7 "How quickly daft jumping zebras vex.",
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/scsi/
H A Dsd-parameters.rst17 write back, no read (daft) 1 1 on off
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/scsi/
H A Dsd-parameters.rst17 write back, no read (daft) 1 1 on off
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/scsi/
H A Dsd-parameters.rst17 write back, no read (daft) 1 1 on off
/dports/devel/p5-Agent/Agent-3.20/
H A DMakefile.PL43 Please report any bugs to perl5-agents\@daft.com
H A DREADME106 The Mailing List: perl5-agents@daft.com
/dports/graphics/zint/zint-2.10.0-src/extras/
H A DREADME8 daft.c
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/forum/
H A DHow_can_I_invert_the_banned__95__user_check__63__.mdwn6 in my config but it doesn't work. I'm sure I must be doing something daft?
/dports/devel/patch/debian/
H A Dcopyright8 Darren Stalder <torin@daft.com>, Adrian Bunk <bunk@fs.tum.de>,
H A Dchangelog468 -- Darren Stalder <torin@daft.com> Sat, 14 Mar 1998 19:11:46 -0800
478 -- Darren Stalder <torin@daft.com> Fri, 19 Sep 1997 23:41:38 +0000
489 -- Darren Stalder <torin@daft.com> Fri, 19 Sep 1997 23:23:32 +0000
498 -- Darren Stalder <torin@daft.com> Mon, 10 Feb 1997 03:18:58 -0800
511 -- Darren Stalder <torin@daft.com> Sat, 1 Feb 1997 17:08:10 -0800
/dports/security/distcache/distcache-1.5.1/
H A DBUGS21 trivially selectable if anyone's daft enough to try. Ie. if you add a FIFO
/dports/dns/knot-resolver/knot-resolver-5.4.3/doc/
H A Dmodules-daf.rst17 -- Let's write some daft rules!
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/daf/
H A DREADME.rst17 -- Let's write some daft rules!
/dports/lang/python27/Python-2.7.18/Doc/howto/
H A Dlogging-cookbook.rst238 logger1.debug('Quick zephyrs blow, vexing daft Jim.')
239 logger1.info('How quickly daft jumping zebras vex.')
246 myapp.area1 : INFO How quickly daft jumping zebras vex.
253 10-22 22:19 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim.
254 10-22 22:19 myapp.area1 INFO How quickly daft jumping zebras vex.
349 logger1.debug('Quick zephyrs blow, vexing daft Jim.')
350 logger1.info('How quickly daft jumping zebras vex.')
447 59 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim.
448 69 myapp.area1 INFO How quickly daft jumping zebras vex.
/dports/lang/python-legacy/Python-2.7.18/Doc/howto/
H A Dlogging-cookbook.rst238 logger1.debug('Quick zephyrs blow, vexing daft Jim.')
239 logger1.info('How quickly daft jumping zebras vex.')
246 myapp.area1 : INFO How quickly daft jumping zebras vex.
253 10-22 22:19 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim.
254 10-22 22:19 myapp.area1 INFO How quickly daft jumping zebras vex.
349 logger1.debug('Quick zephyrs blow, vexing daft Jim.')
350 logger1.info('How quickly daft jumping zebras vex.')
447 59 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim.
448 69 myapp.area1 INFO How quickly daft jumping zebras vex.
/dports/games/zoom/zoom-1.1.5/bonus/
H A Dzmark.inf2 ! ZMark - some fairly daft tests of your interpreter's speed

12345678910>>...12