Lines Matching refs:hash
244 * @param bool $hash Whether to include a MD5 hash of the page content
248 public function listPages($namespace = '', $depth = 1, $hash = false) argument
256 return $this->getAllPages($hash);
269 $opts['hash'] = $hash;
291 protected function getAllPages($hash = false) argument
304 if ($hash) $page->calculateHash();
448 * @param bool $hash whether to include the MD5 hash of the page content
453 public function getPageInfo($page, $rev = 0, $author = false, $hash = false) argument
459 if ($hash) $result->calculateHash();
750 * @param bool $hash Whether to include a MD5 hash of the media content
754 public function listMedia($namespace = '', $pattern = '', $depth = 1, $hash = false) argument
763 'hash' => $hash,
862 * @param bool $hash whether to include the MD5 hash of the media content
868 public function getMediaInfo($media, $rev = 0, $author = false, $hash = false) argument
885 if ($hash) $info->calculateHash();