Lines Matching defs:reference
914 * @param string $reference fragment that refers the content
915 * @param null|bool $exists reference which returns if an internal page exists
918 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null)
933 $hash = strrchr($reference, '#');
935 $reference = substr($reference, 0, -strlen($hash));
942 $url = str_replace('{URL}', rawurlencode($reference), $url);
946 ($url[0] === ':') ? $reference : preg_replace_callback(
949 $reference
953 $parsed = parse_url($reference);
969 $url .= rawurlencode($reference);