Searched refs:hashes (Results 1 – 4 of 4) sorted by relevance
89 public $hashes; variable in SimplePie\\Enclosure193 * @param string[]|null $hashes214 ?array $hashes = null, argument237 $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;
2068 $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…
12 public function hashes() { function in auth_password_test
651 var hashes = str.split('&');652 for (var i = 0; i < hashes.length; i++) {653 hash = hashes[i].split('=');