Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 25 of 50) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSettlementTransactionAmountCommission.php29 public $rate; variable in Google\\Service\\ShoppingContent\\SettlementTransactionAmountCommission
48 public function setRate($rate) argument
50 $this->rate = $rate;
57 return $this->rate;
H A DProductTax.php34 public $rate; variable in Google\\Service\\ShoppingContent\\ProductTax
86 public function setRate($rate) argument
88 $this->rate = $rate;
92 return $this->rate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DCPUTime.php22 public $rate; variable in Google\\Service\\Dataflow\\CPUTime
32 public function setRate($rate) argument
34 $this->rate = $rate;
38 return $this->rate;
/plugin/rating/
H A Dhelper.php133 * @param int $rate either -1 or +1
136 public function rate($rate, $page) { argument
137 if($rate < -1) $rate = -1;
138 if($rate > 1) $rate = 1;
160 $sqlite->query($sql, $page, $this->userID(), $lang, $date, $rate);
H A Daction.php83 $rate = $INPUT->int('rating');
87 $hlp->rate($rate, $ID);
H A Dscript.js7 var rate = jQuery(e.target).data('rating');
13 rating: rate,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DRateDetails.php66 public function setRate(Money $rate) argument
68 $this->rate = $rate;
75 return $this->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/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/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/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DVolumesRecommended.php65 public function rate($rating, $volumeId, $optParams = []) function in Google\\Service\\Books\\Resource\\VolumesRecommended
/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/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DVideos.php200 public function rate($id, $rating, $optParams = []) function in Google\\Service\\YouTube\\Resource\\Videos
/plugin/rater/
H A DREADME15 {(rater>id=1|name=item1|type=rate)}
/plugin/vimeo/
H A Dsyntax.php177 … $errors[] = 'The remaining Vimeo rate-limit is very low. Please check back in 15min or later';
/plugin/vbsso/
H A DREADME.md12 …is plugin is provided as is. Support and additional customizations are available at an hourly rate.
/plugin/html5video2/
H A Dstyle.css1387 .vjs-playback-rate > .vjs-menu-button,
1388 .vjs-playback-rate .vjs-playback-rate-value {
1396 .vjs-playback-rate .vjs-playback-rate-value {
1403 .vjs-playback-rate .vjs-menu {
1576 .video-js.vjs-layout-small .vjs-playback-rate,
1586 .video-js.vjs-layout-x-small .vjs-playback-rate,
1596 .video-js.vjs-layout-tiny .vjs-playback-rate,
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt25 …year of its existence, over 20,000 encyclopedia entries were created at a rate of over 1,500 artic…
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php1509 ],'rate' => [
1510 'path' => 'books/v1/volumes/recommended/rate',
H A DYouTube.php1987 ],'rate' => [
1988 'path' => 'youtube/v3/videos/rate',
/plugin/chat/
H A Dreadme.txt135 * Limited sending rate so it is not possible to send more than 1 message per second
/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12