Lines Matching refs:hash
247 * @param bool $hash Whether to include a MD5 hash of the page content
251 public function listPages($namespace = '', $depth = 1, $hash = false) argument
259 return $this->getAllPages($hash);
272 $opts['hash'] = $hash;
294 protected function getAllPages($hash = false) argument
307 if ($hash) $page->calculateHash();
452 * @param bool $hash whether to include the MD5 hash of the page content
457 public function getPageInfo($page, $rev = 0, $author = false, $hash = false) argument
463 if ($hash) $result->calculateHash();
757 * @param bool $hash Whether to include a MD5 hash of the media content
761 public function listMedia($namespace = '', $pattern = '', $depth = 1, $hash = false) argument
770 'hash' => $hash,
869 * @param bool $hash whether to include the MD5 hash of the media content
875 public function getMediaInfo($media, $rev = 0, $author = false, $hash = false) argument
892 if ($hash) $info->calculateHash();