Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 3 of 3) sorted by path

/dokuwiki/lib/scripts/
H A Dmedia.js651 var hashes = str.split('&');
652 for (var i = 0; i < hashes.length; i++) {
653 hash = hashes[i].split('=');
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php130 public $hashes; 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
242 $this->hashes = $hashes;
506 $hashes = $this->get_hashes();
507 if (isset($hashes[$key])) {
508 return $hashes[$key];
521 if ($this->hashes !== null) {
522 return $this->hashes;
H A DItem.php1411 $hashes = null;
1447 $hashes = null;
1698 $hashes[] = $algo.':'.$value;
1700 if (is_array($hashes)) {
1701 $hashes = array_values(array_unique($hashes));
1715 $hashes[] = $algo.':'.$value;
1717 if (is_array($hashes)) {
1718 $hashes = array_values(array_unique($hashes));
[all...]