Lines Matching refs:hash
844 * @param string $hash hash link identifier
849 public function locallink($hash, $name = null, $returnonly = false) argument
852 $name = $this->_getLinkTitle($name, $hash, $isImage);
853 $hash = $this->_headerToLink($hash);
856 $doc = '<a href="#' . $hash . '" title="' . $title . '" class="wikilink1">';
923 [$id, $hash] = sexplode('#', $id, 2);
924 if (!empty($hash)) $hash = $this->_headerToLink($hash);
951 if ($hash) $link['url'] .= '#' . $hash;
1195 [$src, $hash] = sexplode('#', $src, 2);
1234 if (!empty($hash)) $link['url'] .= '#' . $hash;
1287 [$src, $hash] = sexplode('#', $src, 2);
1311 if ($hash) $link['url'] .= '#' . $hash;