Home
last modified time | relevance | path

Searched refs:rate (Results 26 – 50 of 50) sorted by path

12

/plugin/jplayer/components/jplayer/
H A Djplayer-built.js1282 var el, rate = 0.5;
1288 el.playbackRate = rate;
1289 return el.playbackRate === rate;
/plugin/jplayer/components/
H A Drequire-built.js3327 var el, rate = 0.5;
3333 el.playbackRate = rate;
3334 return el.playbackRate === rate;
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js1282 var el, rate = 0.5;
1288 el.playbackRate = rate;
1289 return el.playbackRate === rate;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js623 var rate = 0;
633 rate = header.samplerate * (N - 4 * pad_slot + 4) / 48 / 1000 | 0;
635 rate = header.samplerate * (N - pad_slot + 1) / slots_per_frame / 1000 | 0;
638 if (rate >= 8)
647 if (rate < 8 || (header.layer === 3 && rate > 640))
650 stream.freerate = rate * 1000;
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js1282 var el, rate = 0.5;
1288 el.playbackRate = rate;
1289 return el.playbackRate === rate;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt690 * Bugfix: Quicktime returned incorrect frame rate.
1200 Ogg Vorbis 1.0+ VBR files 44k/48k sample rate/stereo files only.
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md122 > I, at any rate, am convinced that He does not throw dice.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dwords.txt2855 rate
/plugin/rater/
H A DREADME15 {(rater>id=1|name=item1|type=rate)}
/plugin/rating/
H A Daction.php83 $rate = $INPUT->int('rating');
87 $hlp->rate($rate, $ID);
H A Dhelper.php133 * @param int $rate either -1 or +1
136 public function rate($rate, $page) { function in helper_plugin_rating
137 if($rate < -1) $rate = -1;
138 if($rate > 1) $rate = 1;
160 $sqlite->query($sql, $page, $this->userID(), $lang, $date, $rate);
H A Dscript.js7 var rate = jQuery(e.target).data('rating');
13 rating: rate,
/plugin/schedule/
H A Dschedule.class.php33 var $rate; // event rate variable in schedule
H A Dschedules.class.php680 if ($schedule->rate)
683 $schedule->rate.NL;
1541 …ass="rate" name="schd[rate]" type="text" value="'.$this->defaultSchedule->rate.'" placeholder="'.$…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js9140 var rate = 200 / 225;
9144 return value * rate;
/plugin/sketchcanvas/phplib/
H A Dimage.php55 $rate = $b / sqrt($ax * $ax + $ay * $ay);
56 $ax *= $rate;
57 $ay *= $rate;
76 $rate = $b / sqrt($ax * $ax + $ay * $ay);
77 $ax *= $rate;
78 $ay *= $rate;
/plugin/sketchcanvas/script/
H A Ddraw.js70 var rate = h / w;
72 ctx.scale(1.0, rate); // 縦変形
73 ctx.arc(x0+r, y0/rate+r, r, 0, 2 * Math.PI, false);
93 var rate = h / w;
95 ctx.scale(1.0, rate); // 縦変形
96 ctx.arc(x0+r, y0/rate+r, r, 0, 2 * Math.PI, false);
132 var rate = b / Math.sqrt(ax * ax + ay * ay);
133 ax *= rate;
134 ay *= rate;
151 var rate
[all...]
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1143 …ake them for herself, in order that we may not fall into contempt. At any rate, I have sent this k…
1540 …and they kept on multiplying and growing mightier at a very extraordinary rate, so that the land g…
1652 …n evil plight at the saying: "YOU must not deduct from YOUR bricks one bit of anyone's daily rate."
2131 If her father flatly refuses to give her to him, he is to pay over the money at the rate of purchas…
10201 …e silver at the order of Phar'aoh. According to each one's individual tax rate he exacted the silv…
23803 …e, they concluded they would receive more; but they also received pay at the rate of a de·nar'i·us.
25039 He said to them: "Do not demand anything more than the tax rate."
25694 at any rate, because of this widow's continually making me trouble, I will see that she gets justic…
29438 At any rate, to what extent we have made progress, let us go on walking orderly in this same routin…
/plugin/swiftmail/Swift/Plugin/
H A DThrottler.php51 if (null === $rate = $this->getBytesPerMinute()) return;
55 $bytes_per_sec = $rate / 60;
70 if (null === $rate = $this->getEmailsPerMinute()) return;
74 $emails_per_sec = $rate / 60;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1rate stemh stemv stress ' +\n 'table-layout text-align top text-decoration text-indent text-sha…
/plugin/tuxquote/
H A Dquotes.txt434 The rate at which a person can mature is directly proportional to the embarrassment he can tolerate…
2220 The things that I can't have I want,/And what I have seems second-rate,/The things I want to do I c…
2345 I'm from Indiana, the home of more first-rate second-class men than any other state in the union. <…
3558 …ical chaos neatly ignores the fact that it was he who, by peddling second-rate technology, led the…
/plugin/vbsso/
H A DREADME.md12 …is plugin is provided as is. Support and additional customizations are available at an hourly rate.
/plugin/vimeo/
H A Dsyntax.php177 … $errors[] = 'The remaining Vimeo rate-limit is very low. Please check back in 15min or later';
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2226 var rate=200/225;
2228 return value*rate

12