Lines Matching defs:title
591 * @param string|array $title name for the link, array for media file
593 public function internallink($link, $title = null)
601 * @param string|array $title name for the link, array for media file
603 public function externallink($link, $title = null)
623 * @param string|array $title name for the link, array for media file
627 public function interwikilink($link, $title, $wikiName, $wikiUri)
635 * @param string|array $title name for the link, array for media file
637 public function filelink($link, $title = null)
645 * @param string|array $title name for the link, array for media file
647 public function windowssharelink($link, $title = null)
667 * @param string $title descriptive text
676 $title = null,
689 * @param string $title descriptive text
698 $title = null,
711 * @param string $title descriptive text
719 $title = null,
731 * @param string $title descriptive text
739 $title = null,
866 * @param string $title The headline title
871 public function _headerToLink($title, $create = false)
874 return sectionID($title, $this->headers);
877 return sectionID($title, $check);