Home
last modified time | relevance | path

Searched refs:ratings (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php184 public $ratings; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
250 $this->ratings = $ratings;
653 $ratings = $this->get_ratings();
654 if (isset($ratings[$key])) {
655 return $ratings[$key];
662 * Get all ratings
668 if ($this->ratings !== null) {
669 return $this->ratings;
[all...]
H A DItem.php1249 if ($ratings = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'rating')) {
1250 foreach ($ratings as $rating) {
1263 } elseif ($ratings = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'explicit')) {
1264 foreach ($ratings as $rating) {
1272 } elseif ($ratings = $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'rating')) {
1273 foreach ($ratings as $rating) {
1286 } elseif ($ratings = $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'explicit')) {
1287 foreach ($ratings as $rating) {
1414 $ratings = null;
1450 $ratings
[all...]