Home
last modified time | relevance | path

Searched +full:title -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 132) sorted by last modified time

123456

/dokuwiki/lib/images/fileicons/svg/
H A Dindex.php4 <title>Filetype icons</title>
18 echo '<img src="' . $img . '" alt="' . $img . '" width="32" height="32" title="' . $img . '" /> ';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dasymptote.php1093 'title',
H A Dcuesheet.php54 'POSTGAP','PREGAP','REM','SONGWRITER','TITLE','TRACK'
H A Dklonecpp.php154 'table', 'tbody', 'td', 'textarea', 'text', 'tfoot', 'thead', 'th', 'title', 'tr', 'tt',
176 'tabindex', 'target', 'text', 'title', 'type',
H A Dlatex.php82 'textnormal','textsuperscript','texttt','textwidth','thanks','title',
/dokuwiki/lib/plugins/config/
H A Dadmin.php137 'alt="' . $setting->caution() . '" title="' . $this->getLang($setting->caution()) . '" />'
240 $title = $this->getLang('_configuration_manager');
241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1);
/dokuwiki/lib/plugins/
H A Dindex.html6 <title>nothing here...</title>
/dokuwiki/inc/
H A Dpageutils.php241 * Creates a XHTML valid linkid from a given headline title
243 * @param string $title The headline title
245 * @return string the title argument
249 function sectionID($title, &$check)
251 $title = str_replace([':', '.'], '', cleanID($title));
252 $new = ltrim($title, '0123456789_-');
254 $title = 'section' . preg_replace('/[^0-9]+/', '', $title); //kee
[all...]
H A Dparserutils.php37 * metadata values like the page title and avoids rendering a lot of pages in
41 * the include plugin (this is very likely the case for the page title, but
772 return p_get_metadata(cleanID($id), 'title', $render);
H A Dsearch.php580 if (!empty($opts['firsthead'])) $item['title'] = p_get_first_heading($item['id'], METADATA_DONT_RENDER);
H A Dtemplate.php256 'title' => $conf['title']
265 'title' => $lang['btn_index']
291 'title' => $lang['btn_recent'],
297 'title' => $lang['currentns'],
304 'title' => $lang['btn_edit'],
313 'title' => $lang['searchresult'],
322 'title' => $lang['plainhtml'],
331 'title' => $lang['wikimarkup'],
628 'title
[all...]
H A Dtoolbar.php31 'title' => $lang['qb_bold'],
40 'title' => $lang['qb_italic'],
49 'title' => $lang['qb_underl'],
58 'title' => $lang['qb_code'],
67 'title' => $lang['qb_strike'],
76 'title' => $lang['qb_hequal'],
85 'title' => $lang['qb_hminus'],
94 'title' => $lang['qb_hplus'],
103 'title' => $lang['qb_hs'],
109 'title'
[all...]
H A DMailer.class.php65 $this->setHeader('X-DokuWiki-Title', $conf['title']);
68 $this->setHeader('List-Id', $conf['title'] . ' <' . $listid . '>');
578 if (PhpString::strlen($conf['title']) < 20) {
579 $prefix = '[' . $conf['title'] . ']';
581 $prefix = '[' . PhpString::substr($conf['title'], 0, 20) . '...]';
670 'TITLE' => $conf['title'],
689 'TITLE' => hsc($conf['title']),
[all...]
/dokuwiki/lib/images/smileys/
H A Dindex.php4 <title>Smileys</title>
34 $smi_list .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
39 $smi_list .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
/dokuwiki/inc/parser/
H A Dxhtml.php54 * Key 'name': the section name/title
678 ) . '" title="' . $lang['download'] . '" class="' . $class . '">';
719 $title = $this->_xmlEntities($this->acronyms[$acronym]);
721 $this->doc .= '<abbr title="' . $title
852 $title = $ID . ' ↵';
854 $doc = '<a href="#' . $hash . '" title="' . $title . '" class="wikilink1">';
936 $link['title'] = $id;
1008 $link['title']
1118 internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) global() argument
1191 externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) global() argument
1569 _media($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $render = true) global() argument
1704 _getLinkTitle($title, $default, & $isImage, $id = null, $linktype = 'content') global() argument
1764 _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) global() argument
[all...]
H A Dxhtmlsummary.php12 * use as the title of the page.
/dokuwiki/lib/images/fileicons/
H A Dindex.php4 <title>Filetype icons</title>
35 $fi_list .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
38 $fi_list32 .= '<img src="' . $img . '" alt="' . $img . '" title="' . $img . '" /> ';
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
H A Dmediamanager.php17 <title>
19 [<?php echo strip_tags($conf['title'])?>]
20 </title>
H A Dtpl_header.php30 // display logo and wiki title in a link to the home page
34 '<span>' . $conf['title'] . '</span>',
35 'accesskey="h" title="' . tpl_getLang('home') . ' [h]"'
/dokuwiki/lib/styles/
H A Dfeed.css23 channel title, feed title {
43 item title, entry title {
H A Dindex.html6 <title>nothing here...</title>
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php59 $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars((string) $this->title), 100)."</title>\n";
72 $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->image->title), 100)."</title>\n";
132 $feed .= " <title>".FeedCreator::iTrunc(
133 htmlspecialchars(strip_tags((string) $this->items[$i]->title)),
135 )."</title>\n";
H A DRSSCreator10.php34 $feed .= " <title>".htmlspecialchars((string) $this->title)."</title>\n";
52 $feed .= " <title>".$this->image->title."</title>\n";
79 $feed .= " <title>".htmlspecialchars(
80 strip_tags(strtr((string) $this->items[$i]->title, "\n\r", " "))
81 )."</title>\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php14 public $title, $description, $link;

123456