Home
last modified time | relevance | path

Searched refs:hashes_parent (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php944 $hashes_parent = null;
1178 $hashes_parent[] = $algo.':'.$value;
1192 $hashes_parent[] = $algo.':'.$value;
1195 if (is_array($hashes_parent)) {
1196 $hashes_parent = array_values(array_unique($hashes_parent));
1721 $hashes = $hashes_parent;
2083 $hashes = $hashes_parent;
2215 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title, $width]);
2246 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent,
[all...]