Lines Matching defs:return

65      * @return string  A marker class for the starting HTML element
90 return 'sectionedit' . $data['secid'];
103 return;
107 return;
120 * @return string always 'xhtml'
124 return 'xhtml';
218 * @param bool $returnonly whether to return html or write to doc attribute
219 * @return void|string writes to doc attribute or returns html depends on $returnonly
225 if (blank($text)) return; //skip empty headlines
264 return $header;
826 * @param bool $returnonly whether to return html or write to doc attribute
827 * @return void|string writes to doc attribute or returns html depends on $returnonly
834 return $this->internallink($link, $link, null, true);
845 * @param bool $returnonly whether to return html or write to doc attribute
846 * @return void|string writes to doc attribute or returns html depends on $returnonly
860 return $doc;
875 * @param bool $returnonly whether to return html or write to doc attribute
877 * @return void|string writes to doc attribute or returns html depends on $returnonly
954 return $this->_formatLink($link);
965 * @param bool $returnonly whether to return html or write to doc attribute
966 * @return void|string writes to doc attribute or returns html depends on $returnonly
983 return $name;
987 return;
1015 return $this->_formatLink($link);
1030 * @param bool $returnonly whether to return html or write to doc attribute
1031 * @return void|string writes to doc attribute or returns html depends on $returnonly
1075 if ($url == '') return $link['name'];
1076 return $this->_formatLink($link);
1087 * @param bool $returnonly whether to return html or write to doc attribute
1088 * @return void|string writes to doc attribute or returns html depends on $returnonly
1115 return $this->_formatLink($link);
1128 * @param bool $returnonly whether to return html or write to doc attribute
1129 * @return void|string writes to doc attribute or returns html depends on $returnonly
1166 return $this->_formatLink($link);
1182 * @param bool $return return HTML instead of adding to $doc
1183 * @return void|string writes to doc attribute or returns html depends on $return
1193 $return = false
1244 if ($return) {
1246 return $link['name'];
1248 return $this->_formatLink($link);
1267 * @param bool $return return HTML instead of adding to $doc
1268 * @return void|string writes to doc attribute or returns html depends on $return
1278 $return = false
1316 if ($return) {
1317 if ($linking == 'nolink' || $noLink) return $link['name'];
1318 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);