Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DSettlementTransactionAmountCommission.php29 public $rate; variable in Google\\Service\\ShoppingContent\\SettlementTransactionAmountCommission
48 public function setRate($rate) argument
50 $this->rate = $rate;
57 return $this->rate;
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/
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/
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);
Daction.php83 $rate = $INPUT->int('rating');
87 $hlp->rate($rate, $ID);
Dscript.js7 var rate = jQuery(e.target).data('rating');
13 rating: rate,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DRateDetails.php66 public function setRate(Money $rate) argument
68 $this->rate = $rate;
75 return $this->rate;
/plugin/sketchcanvas/script/
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 = b / Math.sqrt(ax * ax + ay * ay);
[all …]
/plugin/swiftmail/Swift/Plugin/
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/
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/
DVolumesRecommended.php65 public function rate($rating, $volumeId, $optParams = []) function in Google\\Service\\Books\\Resource\\VolumesRecommended
/plugin/schedule/
Dschedule.class.php33 var $rate; // event rate variable in schedule
/plugin/upgrade/lang/es/
Dfinal.txt3 Si encuentras algún problema, asegúrate de que todos tus complementos estén actualizados y sean com…
/plugin/improg/
DREADME17 {(improg>id=1|name=item1|type=rate)}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
DVideos.php200 public function rate($id, $rating, $optParams = []) function in Google\\Service\\YouTube\\Resource\\Videos
/plugin/rater/
DREADME15 {(rater>id=1|name=item1|type=rate)}
/plugin/vimeo/
Dsyntax.php177 … $errors[] = 'The remaining Vimeo rate-limit is very low. Please check back in 15min or later';
/plugin/vbsso/
DREADME.md12 …is plugin is provided as is. Support and additional customizations are available at an hourly rate.
/plugin/calendar/
DREADME.md127 - **`classes/RateLimiter.php`** - AJAX rate limiting for security (60 req/min read, 30 req/min writ…
/plugin/html5video2/
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/bookmark2wiki/
H A DREADME.md69 …idation, HTML escaping). Further security enhancements are planned (e.g., rate limiting, stricter …
/plugin/eventline/example/
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/
Dgithub-sample.md122 > I, at any rate, am convinced that He does not throw dice.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBooks.php1509 ],'rate' => [
1510 'path' => 'books/v1/volumes/recommended/rate',
DYouTube.php1987 ],'rate' => [
1988 'path' => 'youtube/v3/videos/rate',

123