Searched refs:ratings (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Enclosure.php | 183 public $ratings; variable in SimplePie\\Enclosure 229 …= null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrict… argument 249 $this->ratings = $ratings; 652 $ratings = $this->get_ratings(); 653 if (isset($ratings[$key])) { 654 return $ratings[$key]; 667 if ($this->ratings !== null) { 668 return $this->ratings;
|
H A D | Item.php | 2123 … $ratings[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]); 2125 if (is_array($ratings)) { 2126 $ratings = array_values(array_unique($ratings)); 2129 $ratings = $ratings_parent; 2177 …sion, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $…
|