Lines Matching refs:return

64      * @return string  A marker class for the starting HTML element
89 return 'sectionedit' . $data['secid'];
102 return;
106 return;
119 * @return string always 'xhtml'
123 return 'xhtml';
217 * @param bool $returnonly whether to return html or write to doc attribute
218 * @return void|string writes to doc attribute or returns html depends on $returnonly
224 if (blank($text)) return; //skip empty headlines
263 return $header;
825 * @param bool $returnonly whether to return html or write to doc attribute
826 * @return void|string writes to doc attribute or returns html depends on $returnonly
833 return $this->internallink($link, $link, null, true);
844 * @param bool $returnonly whether to return html or write to doc attribute
845 * @return void|string writes to doc attribute or returns html depends on $returnonly
859 return $doc;
874 * @param bool $returnonly whether to return html or write to doc attribute
876 * @return void|string writes to doc attribute or returns html depends on $returnonly
953 return $this->_formatLink($link);
964 * @param bool $returnonly whether to return html or write to doc attribute
965 * @return void|string writes to doc attribute or returns html depends on $returnonly
982 return $name;
986 return;
1014 return $this->_formatLink($link);
1029 * @param bool $returnonly whether to return html or write to doc attribute
1030 * @return void|string writes to doc attribute or returns html depends on $returnonly
1074 if ($url == '') return $link['name'];
1075 return $this->_formatLink($link);
1086 * @param bool $returnonly whether to return html or write to doc attribute
1087 * @return void|string writes to doc attribute or returns html depends on $returnonly
1114 return $this->_formatLink($link);
1127 * @param bool $returnonly whether to return html or write to doc attribute
1128 * @return void|string writes to doc attribute or returns html depends on $returnonly
1165 return $this->_formatLink($link);
1181 * @param bool $return return HTML instead of adding to $doc
1182 * @return void|string writes to doc attribute or returns html depends on $return
1192 $return = false
1243 if ($return) {
1245 return $link['name'];
1247 return $this->_formatLink($link);
1266 * @param bool $return return HTML instead of adding to $doc
1267 * @return void|string writes to doc attribute or returns html depends on $return
1277 $return = false
1315 if ($return) {
1316 if ($linking == 'nolink' || $noLink) return $link['name'];
1317 else return $this->_formatLink($link);
1608 * @return int The current header level
1612 return $this->lastlevel;
1623 * @return string
1655 return $ret;
1668 * @return string
1699 // return the title of the picture
1704 return $title;
1740 // return the title of the file (just the sourcename if there is no title)
1741 return $this->_xmlEntities($title ?: PhpString::basename(noNS($src)));
1761 // return the title of the flash
1766 return $this->_xmlEntities($title);
1790 return $ret;
1797 * @return string
1801 return hsc($string);
1813 * @return string HTML of the title, might be full image tag or just escaped text
1821 return $this->_imageTitle($title);
1826 return $this->_xmlEntities($heading);
1829 return $this->_xmlEntities($default);
1831 return $this->_xmlEntities($title);
1839 * @return string HTML img tag or similar
1853 return $this->_media(
1864 * helperfunction to return a basic link to a media
1875 * @return array associative array with link config
1893 return $link;
1903 * @return string
1967 $return = true
1982 return $out;
1990 * @return string
2035 $return = true
2042 return $out;
2051 * @return string revision ('' for current)
2056 if (!$this->date_at || media_isexternal($media_id)) return '';
2058 return $changelog->getLastRevisionAt($this->date_at);