Lines Matching refs:title

720             $title = $this->_xmlEntities($this->acronyms[$acronym]);
722 $this->doc .= '<abbr title="' . $title
853 $title = $ID . ' ↵';
855 $doc = '<a href="#' . $hash . '" title="' . $title . '" class="wikilink1">';
1152 $title = $address;
1162 $link['title'] = $title;
1176 * @param string $title descriptive text
1187 $title = null, argument
1204 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1261 * @param string $title descriptive text
1272 $title = null, argument
1284 if ($src == '' && empty($title)) {
1286 $title = $reference;
1296 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1371 $title = html_entity_decode($item->get_title(), ENT_QUOTES, 'UTF-8');
1375 $this->externallink($item->get_permalink(), $title);
1662 * @param string $title descriptive text
1673 $title = null, argument
1686 if (!is_null($title)) {
1687 $title = $this->_xmlEntities($title);
1694 $title = $this->_xmlEntities($cap);
1700 if ($title === null || $title === "") {
1702 $title = $this->_xmlEntities(PhpString::basename(noNS($src)));
1704 return $title;
1719 if ($title) {
1720 $ret .= ' title="' . $title . '"';
1721 $ret .= ' alt="' . $title . '"';
1737 $title ??= false;
1741 return $this->_xmlEntities($title ?: PhpString::basename(noNS($src)));
1746 if ($title) {
1747 $att['title'] = $title;
1762 if (!$title) {
1764 $title = PhpString::basename(noNS($src));
1766 return $this->_xmlEntities($title);
1780 $this->_xmlEntities($title)
1782 } elseif ($title) {
1784 $ret .= $this->_xmlEntities($title);
1808 * @param string|array $title either string title or media array
1816 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') argument
1819 if (is_array($title)) {
1821 return $this->_imageTitle($title);
1822 } elseif (is_null($title) || trim($title) == '') {
1831 return $this->_xmlEntities($title);
1869 * @param string $title descriptive text
1878 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) argument
1891 $link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);
1953 $title = empty($atts['title'])
1961 $title,
2023 $title = $atts['title'] ?: $this->_xmlEntities(PhpString::basename(noNS($file)));
2029 $title,