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 path

123456

/dokuwiki/conf/
H A Ddokuwiki.php16 $conf['title'] = 'DokuWiki'; //what to show in the title
140 $conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
H A Dlocal.php.dist12 //$conf['title'] = 'My Wiki'; //what to show in the title
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt159 Of course, you can add a title (displayed as a tooltip by most browsers), too.
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Action/
H A DExport.php64 $pre .= ' <title>' . $ID . '</title>' . DOKU_LF;
/dokuwiki/inc/
H A DAjax.php65 foreach ($data as $id => $title) {
67 $name = $title;
381 foreach ($pages as $pid => $title) {
387 $data[] = ['id' => $pid, 'title' => $title, 'type' => 'f'];
439 echo '<a href="' . $link . '" title="' . hsc($item['id']) . '" class="wikilink1">' . $name . '</a>';
441 if (!blank($item['title'])) {
442 echo '<span>' . hsc($item['title']) . '</span>';
H A DErrorHandler.php61 $title = hsc(get_class($e) . ': ' . $e->getMessage());
71 <head><title>$title</title></head>
75 <h1 style="font-size: 120%">$title</h1>
H A DJpegMeta.php161 }elseif($lower_field == 'simple.title'){
603 * Get the image's title, tries various fields
614 'Xmp.dc:title',
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...]
H A DManifest.php18 $manifest['name'] = $conf['title'];
22 $manifest['short_name'] = $conf['title'];
H A Dcommon.php425 // get page title
426 $title = p_get_first_heading($ID, METADATA_RENDER_USING_SIMPLE_CACHE);
427 if ($title) {
428 $name = $title;
1678 'title' => '',
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php211 * Revision Title for PageDiff table headline
290 . ' title="' . $lang['diff'] . '" alt="' . $lang['diff'] . '" />'
326 . ' title="' . $lang['diff'] . '" alt="' . $lang['diff'] . '" />'
358 . ' title="' . $lang['btn_revs'] . '" alt="' . $lang['btn_revs'] . '" />'
/dokuwiki/inc/Extension/
H A DPluginInterface.php135 * @param string $title
141 public function external_link($link, $title = '', $class = '', $target = '', $more = ''); argument
H A DPluginTrait.php249 return "<a href='mailto:$email' $class title='$email' $more>$name</a>";
255 public function external_link($link, $title = '', $class = '', $target = '', $more = '')
260 if (!$title) $title = $link;
268 return "<a href='$link'$class$target$more>$title</a>";
231 external_link($link, $title = '', $class = '', $target = '', $more = '') global() argument
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php47 /** @var string the tooltip title, defaults to $label */
48 protected $title = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
95 * Return this item's title
97 * This title should be used to display a tooltip (using the HTML title attribute). If
98 * a title property was not explicitly set, the label will be returned.
104 if ($this->title === '') return $this->getLabel();
105 return $this->title;
137 $attr = ['href' => $this->getLink(), 'title' => $this->getTitle()];
141 $attr['title']
[all...]
/dokuwiki/inc/Menu/
H A DMobileMenu.php72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
/dokuwiki/inc/Remote/
H A DApiCore.php92 * Returns the wiki title
94 * @link https://www.dokuwiki.org/config:title
100 return $conf['title'];
317 * Snippets are provided for the first 15 results only. The title is either the first heading
/dokuwiki/inc/Search/
H A DIndexer.php189 if (isset($key['title'])) {
190 $value = $key['title'];
194 $this->saveIndexKey('title', '', $pid, $value);
195 unset($key['title']);
435 $this->saveIndexKey('title', '', $pid, "");
463 @unlink($conf['indexdir'] . '/title.idx');
681 if ($key == 'title') {
682 $words = $this->getIndex('title', '');
729 if ($key == 'title') {
857 if ($key == 'title') {
[all...]
/dokuwiki/inc/Ui/
H A DIndex.php87 $html .= '<a href="' . $link . '" title="' . $item['id'] . '" class="idx_dir"' . $nofollow . '><strong>';
H A DMediaDiff.php244 // revision title
H A DPageDiff.php193 // revision title
449 'attrs' => ['title' => $rev]
525 'title' => $lang[$linktype]
H A DRecent.php191 . ' title="' . $lang['btn_newer'] . ' [N]" class="button show">'
199 . ' title="' . $lang['btn_older'] . ' [P]" class="button show">'
H A DSearch.php569 $lastMod .= '<time datetime="' . date_iso8601($mtime) . '" title="' . dformat($mtime) . '">' .
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php23 echo '<div title="' . $id . '" ' . $jump . '>';
32 'alt="' . $lang['mediaview'] . '" title="' . $lang['mediaview'] . '" class="btn" /></a>';
37 'alt="' . $lang['btn_media'] . '" title="' . $lang['btn_media'] . '" class="btn" /></a>';
43 echo ' <a href="' . $link . '" class="btn_media_delete" title="' . $id . '">' .
45 'title="' . $lang['btn_delete'] . '" class="btn" /></a>';
71 $t = $this->mediaFile->getMeta()->getField(['IPTC.Headline', 'xmp.dc:title']);
H A DDisplayTile.php35 echo '<dl title="' . $this->mediaFile->getDisplayName() . '"' . $jump . '>';

123456