Lines Matching refs:title
721 $title = $this->_xmlEntities($this->acronyms[$acronym]);
723 $this->doc .= '<abbr title="' . $title
854 $title = $ID . ' ↵';
856 $doc = '<a href="#' . $hash . '" title="' . $title . '" class="wikilink1">';
1152 $title = $display;
1160 $link['title'] = $title;
1174 * @param string $title descriptive text
1185 $title = null, argument
1202 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1259 * @param string $title descriptive text
1270 $title = null, argument
1282 if ($src == '' && empty($title)) {
1284 $title = $reference;
1294 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1369 $title = html_entity_decode($item->get_title(), ENT_QUOTES, 'UTF-8');
1373 $this->externallink($item->get_permalink(), $title);
1660 * @param string $title descriptive text
1671 $title = null, argument
1684 if (!is_null($title)) {
1685 $title = $this->_xmlEntities($title);
1692 $title = $this->_xmlEntities($cap);
1698 if ($title === null || $title === "") {
1700 $title = $this->_xmlEntities(PhpString::basename(noNS($src)));
1702 return $title;
1717 if ($title) {
1718 $ret .= ' title="' . $title . '"';
1719 $ret .= ' alt="' . $title . '"';
1735 $title ??= false;
1739 return $this->_xmlEntities($title ?: PhpString::basename(noNS($src)));
1744 if ($title) {
1745 $att['title'] = $title;
1760 if (!$title) {
1762 $title = PhpString::basename(noNS($src));
1764 return $this->_xmlEntities($title);
1778 $this->_xmlEntities($title)
1780 } elseif ($title) {
1782 $ret .= $this->_xmlEntities($title);
1806 * @param string|array $title either string title or media array
1814 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') argument
1817 if (is_array($title)) {
1819 return $this->_imageTitle($title);
1820 } elseif (is_null($title) || trim($title) == '') {
1829 return $this->_xmlEntities($title);
1867 * @param string $title descriptive text
1876 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) argument
1889 $link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);
1951 $title = empty($atts['title'])
1959 $title,
2021 $title = $atts['title'] ?: $this->_xmlEntities(PhpString::basename(noNS($file)));
2027 $title,