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.php89 public $hashes; variable in SimplePie\\Enclosure
193 * @param string[]|null $hashes
214 ?array $hashes = null, argument
237 $this->hashes = $hashes;
503 $hashes = $this->get_hashes();
504 if (isset($hashes[$key])) {
505 return $hashes[$key];
518 if ($this->hashes !== null) {
519 return $this->hashes;
H A DItem.php2068 $hashes[] = $algo.':'.$value;
2070 if (is_array($hashes)) {
2071 $hashes = array_values(array_unique($hashes));
2074 $hashes = $hashes_parent;
2170 …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('=');