Home
last modified time | relevance | path

Searched refs:rating (Results 1 – 25 of 26) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoRating.php25 public $rating; variable in Google\\Service\\YouTube\\VideoRating
34 public function setRating($rating) argument
36 $this->rating = $rating;
43 return $this->rating;
/plugin/rating/
H A Dplugin.info.txt1 base rating
5 name rating plugin
6 desc Allows rating a page
7 url https://www.dokuwiki.org/plugin:rating
H A DREADME1 rating Plugin for DokuWiki
3 Allows rating a page
6 https://www.dokuwiki.org/plugin:rating
9 lib/plugins/rating/ - if the folder is called different it
H A Dscript.js13 rating: rate,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DReview.php43 public $rating; variable in Google\\Service\\Books\\Review
132 public function setRating($rating) argument
134 $this->rating = $rating;
141 return $this->rating;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.php139 public function setRating(GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating $rating) argument
141 $this->rating = $rating;
148 return $this->rating;
/plugin/qc/
H A DOutput.php44 $rating = 'bad';
46 $rating = 'meh';
48 $rating = 'good';
52 $html .= '<span class="qc_icon qc_' . $rating . '">';
53 $html .= inlineSVG(__DIR__ . '/svg/' . $rating . '.svg');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DVolumesRecommended.php56 * @param string $rating Rating to be given to the volume.
65 public function rate($rating, $volumeId, $optParams = []) argument
67 $params = ['rating' => $rating, 'volumeId' => $volumeId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DVideos.php197 * @param string $rating
200 public function rate($id, $rating, $optParams = []) argument
202 $params = ['id' => $id, 'rating' => $rating];
/plugin/freechat/phpfreechat/style/
H A Dmenu.css57 div.menu div.rating {
60 div.menu div.rating table, div.menu div.rating table td {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php477 public function setRating(GoogleCloudRetailV2Rating $rating) argument
479 $this->rating = $rating;
486 return $this->rating;
/plugin/stars2/
H A DREADME.md6 <td>The Stars plugin let you add an rating easily</td>
26 <td>rating, stars, stars2, skull, embed</td>
38 * Added negative rating for ? stars
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add stars for rating, difficulty etc.
/plugin/dokutranslate/
H A Daction.php493 $rating = empty($value['reviews']) ? 0 : 4;
503 $rating = $tmp < $rating ? $tmp : $rating;
506 $total += $rating;
/plugin/stars/
H A Dreadme.txt2 Use for difficulty, rating, etc
/plugin/blogtng/entities/
H A DComment.php222 . '&rating=' . $conf['plugin']['blogtng']['comments_gravatar_rating']
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php925 * @param string $rating Specifies the rating to record.
930 public function rate($id, $rating, $optParams = array()) { argument
931 $params = array('id' => $id, 'rating' => $rating);
4751 public $rating; variable in Google_VideoRating
4753 public function setRating( $rating) { argument
4754 $this->rating = $rating;
4757 return $this->rating;
H A DGoogle_BooksService.php2500 public $rating; variable in Google_Review
2537 public function setRating( $rating) { argument
2538 $this->rating = $rating;
2541 return $this->rating;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2673 var rating;
2674 rating = this.stream.readUInt8();
2675 return this.metadata[field] = rating === 2 ? 'Clean' : rating !== 0 ? 'Explicit' : 'None';
H A Dmp3.js3933 rating: 'int8',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php1513 'rating' => [
H A DYouTube.php1996 'rating' => [
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt245 ['rating']=>string() //
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe16401 Ġfrust rating
31775 Ġinteg rating
37113 Ġconcent rating
41202 Ġpenet rating
43746 Ġillust rating
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt925 Federation) ratings. Similar tag names can be constructed for other rating

12