Lines Matching defs:string

37     /** @var string temporary $doc store */
64 * @return string A marker class for the starting HTML element
74 hsc((string)$data)
119 * @return string always 'xhtml'
197 * @param string $id the hash link
198 * @param string $text the text to display
214 * @param string $text the text to display
218 * @return void|string writes to doc attribute or returns html depends on $returnonly
501 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
524 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
585 * @param string $text
611 * @param string $text
621 * @param string $text text to show
622 * @param string $language programming language to use for syntax highlighting
623 * @param string $filename file path label
634 * @param string $text text to show
635 * @param string $language programming language to use for syntax highlighting
636 * @param string $filename file path label
647 * @param string $type code|file
648 * @param string $text text to show
649 * @param string $language programming language to use for syntax highlighting
650 * @param string $filename file path label
690 if (empty($language)) { // empty is faster than is_null and can prevent '' string
713 * @param string $acronym
733 * @param string $smiley
752 * @param string $entity
768 * @param string|int $x first value
769 * @param string|int $y second value
824 * @param string $link The link name
826 * @return void|string writes to doc attribute or returns html depends on $returnonly
842 * @param string $hash hash link identifier
843 * @param string $name name for the link
845 * @return void|string writes to doc attribute or returns html depends on $returnonly
871 * @param string $id pageid
872 * @param string|null $name link name
873 * @param string|null $search adds search url param
875 * @param string $linktype type to set use of headings
876 * @return void|string writes to doc attribute or returns html depends on $returnonly
937 //add search string
962 * @param string $url full URL with scheme
963 * @param string|array $name name for the link, array for media file
965 * @return void|string writes to doc attribute or returns html depends on $returnonly
1025 * @param string $match original link - probably not much use
1026 * @param string|array $name name for the link, array for media file
1027 * @param string $wikiName indentifier (shortcut) for the remote wiki
1028 * @param string $wikiUri the fragment parsed from the original link
1030 * @return void|string writes to doc attribute or returns html depends on $returnonly
1084 * @param string $url the link
1085 * @param string|array $name name for the link, array for media file
1087 * @return void|string writes to doc attribute or returns html depends on $returnonly
1125 * @param string $address Email-Address
1126 * @param string|array $name name for the link, array for media file
1128 * @return void|string writes to doc attribute or returns html depends on $returnonly
1174 * @param string $src media ID
1175 * @param string $title descriptive text
1176 * @param string $align left|center|right
1179 * @param string $cache cache|recache|nocache
1180 * @param string $linking linkonly|detail|nolink
1182 * @return void|string writes to doc attribute or returns html depends on $return
1259 * @param string $src full media URL
1260 * @param string $title descriptive text
1261 * @param string $align left|center|right
1264 * @param string $cache cache|recache|nocache
1265 * @param string $linking linkonly|detail|nolink
1267 * @return void|string writes to doc attribute or returns html depends on $return
1326 * @param string $url URL of the feed
1419 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1506 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1532 * @param string $align left|center|right
1534 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1570 * @param string $align left|center|right
1572 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1623 * @return string
1661 * @param string $src media ID
1662 * @param string $title descriptive text
1663 * @param string $align left|center|right
1666 * @param string $cache cache|recache|nocache
1668 * @return string
1794 * Escape string for output
1796 * @param $string
1797 * @return string
1799 public function _xmlEntities($string)
1801 return hsc($string);
1808 * @param string|array $title either string title or media array
1809 * @param string $default default title if nothing else is found
1811 * @param null|string $id linked page id (used to extract title from first heading)
1812 * @param string $linktype content|navigation
1813 * @return string HTML of the title, might be full image tag or just escaped text
1839 * @return string HTML img tag or similar
1868 * @param string $src media ID
1869 * @param string $title descriptive text
1870 * @param string $align left|center|right
1873 * @param string $cache cache|recache|nocache
1899 * @param string $src - ID of video to embed
1903 * @return string
1988 * @param string $src - ID of audio to embed
1990 * @return string
2049 * @param string $media_id
2051 * @return string revision ('' for current)