Lines Matching defs:link
10 * @link https://tools.ietf.org/html/rfc4180
11 * @link http://csvlint.io/
148 public function internallink($link, $title = null)
151 $title = $this->_simpleTitle($link);
156 public function externallink($link, $title = null)
159 $title = $link;
256 public function interwikilink($link, $title, $wikiName, $wikiUri)
259 $title = $wikiName . '>' . $link;
264 public function filelink($link, $title = null)
267 $title = $link;
272 public function windowssharelink($link, $title = null)
275 $title = $link;