Lines Matching defs:hash
198 * @param string $id the hash link
843 * @param string $hash hash link identifier
848 public function locallink($hash, $name = null, $returnonly = false)
851 $name = $this->_getLinkTitle($name, $hash, $isImage);
852 $hash = $this->_headerToLink($hash);
855 $doc = '<a href="#' . $hash . '" title="' . $title . '" class="wikilink1">';
921 //keep hash anchor
922 [$id, $hash] = sexplode('#', $id, 2);
923 if (!empty($hash)) $hash = $this->_headerToLink($hash);
949 //keep hash
950 if ($hash) $link['url'] .= '#' . $hash;
1197 [$src, $hash] = sexplode('#', $src, 2);
1236 if (!empty($hash)) $link['url'] .= '#' . $hash;
1289 [$src, $hash] = sexplode('#', $src, 2);
1313 if ($hash) $link['url'] .= '#' . $hash;