Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php129 public $hashes; variable in SimplePie\\Enclosure
229 …iption = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = … argument
241 $this->hashes = $hashes;
505 $hashes = $this->get_hashes();
506 if (isset($hashes[$key])) {
507 return $hashes[$key];
520 if ($this->hashes !== null) {
521 return $this->hashes;
H A DItem.php2076 $hashes[] = $algo.':'.$value;
2078 if (is_array($hashes)) {
2079 $hashes = array_values(array_unique($hashes));
2082 $hashes = $hashes_parent;
2177 …copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keyword…
/dokuwiki/_test/tests/inc/
H A Dauth_password.test.php12 public function hashes() { function in auth_password_test
/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('=');