Lines Matching defs:link
32 /** @var array the list of headers used to create unique link ids */
140 * @param string $id the hash link
436 * Render a CamelCase link
438 * @param string $link The link name
441 public function camelcaselink($link)
443 $this->internallink($link, $link);
447 * Render a page local link
449 * @param string $hash hash link identifier
450 * @param string $name name for the link
465 * @param string $id page ID to link to. eg. 'wiki:syntax'
466 * @param string|array|null $name name for the link, array for media file
496 // add link title to summary
504 * Render an external link
507 * @param string|array|null $name name for the link, array for media file
524 * Render an interwiki link
528 * @param string $match original link - probably not much use
529 * @param string|array $name name for the link, array for media file
531 * @param string $wikiUri the fragment parsed from the original link
552 * @param string $url the link
553 * @param string|array $name name for the link, array for media file
579 * @param string|array $name name for the link, array for media file