Searched refs:thumbnails (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Enclosure.php | 201 public $thumbnails; variable in SimplePie\\Enclosure 229 … = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title =… argument 252 $this->thumbnails = $thumbnails; 741 $thumbnails = $this->get_thumbnails(); 742 if (isset($thumbnails[$key])) { 743 return $thumbnails[$key]; 756 if ($this->thumbnails !== null) { 757 return $this->thumbnails;
|
H A D | Item.php | 2160 …$thumbnails[] = $this->sanitize($thumbnail['attribs']['']['url'], \SimplePie\SimplePie::CONSTRUCT_… 2163 if (is_array($thumbnails)) { 2164 $thumbnails = array_values(array_unique($thumbnails)); 2167 $thumbnails = $thumbnails_parent; 2177 …rds, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]…
|
/dokuwiki/lib/plugins/extension/ |
H A D | style.less | 61 …humbwidth: 125px; // width of the thumbnail column, can be increased once we have larger thumbnails
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | CHANGELOG.md | 277 * Added support for media thumbnails through `SimplePie_Item->get_thumbnail()`. [#348](https://gith…
|