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 51 – 75 of 132) sorted by relevance

123456

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php210 * MD5 hash based on the permalink, title and content.
247 * Get the title of the item
249 * Uses `<atom:title>`, `<title>` or `<dc:title>`
256 if (!isset($this->data['title'])) {
257 if ($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'title')) {
258 $this->data['title'] = $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_type', [$return[0]['attribs']]), $this->get_base($return[0]));
259 } elseif ($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_03, 'title')) {
260 $this->data['title']
[all...]
H A DSource.php106 if ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'title')) {
108 } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_03, 'title')) {
110 } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_RSS_10, 'title')) {
112 } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_RSS_090, 'title')) {
114 } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_RSS_20, 'title')) {
116 } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_DC_11, 'title')) {
118 } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_DC_10, 'title')) {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php14 public $title, $description, $link;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php73 $from = $this->title;
86 $feed .= "Subject: ".MBOXCreator::qp_enc(FeedCreator::iTrunc($this->items[$i]->title, 100))."\n";
/dokuwiki/inc/Extension/
H A DPluginInterface.php135 * @param string $title
141 public function external_link($link, $title = '', $class = '', $target = '', $more = ''); argument
/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/inc/
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 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 Dfulltext.php257 * @param bool $in_title search in title?
313 foreach ($Indexer->lookupKey('title', $id, '_ft_pageLookupTitleCompare') as $p_id) {
383 * Tiny helper function for comparing the searched title with the title
387 * @param string $search searched title
388 * @param string $title title from index
391 function _ft_pageLookupTitleCompare($search, $title)
394 $pos = stripos($title, $search);
397 PhpString::strtolower($title),
369 _ft_pageLookupTitleCompare($search, $title) global() argument
[all...]
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php35 echo '<dl title="' . $this->mediaFile->getDisplayName() . '"' . $jump . '>';
/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/lib/plugins/info/
H A Dsyntax.php187 $title = '$' . $p . '->' . $method['name'] . '()';
188 $hid = $this->addToToc($title, 3, $renderer);
189 $doc .= '<h3><a name="' . $hid . '" id="' . $hid . '">' . hsc($title) . '</a></h3>';
334 'title' => $text,
/dokuwiki/lib/scripts/
H A Dtoolbar.js41 $btn = jQuery(createToolButton(val.icon, val.title, val.key, val.id,
80 var sample = props.sample || props.title;
102 var sample = props.sample || props.title,
H A Dtree.js84 bind(show_sublist, '<li aria-busy="true"><img src="' + DOKU_BASE + 'lib/images/throbber.gif" alt="loading..." title="loading..." /></li>'), dw_tree.throbber_delay);
/dokuwiki/lib/exe/
H A Dopensearch.php32 echo ' <ShortName>' . hsc($conf['title']) . '</ShortName>' . NL;
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php12 * use as the title of the page.
/dokuwiki/lib/plugins/revert/
H A Dadmin.php154 $p['title'] = $lang['diff'];
165 $p['title'] = $lang['btn_revs'];
/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/vendor/geshi/geshi/src/geshi/
H A Dprogress.php314 'HTML-HEADER-END','HTML-TITLE-BEGIN','HTML-TITLE-END','HWND',
376 'SMALL-ICON','SMALL-TITLE','SOAP-FAULT-ACTOR','SOAP-FAULT-CODE',
386 'TIC-MARKS','TIME-SOURCE','TITLE','TITLE-BGCOLOR','FIELD',
387 'TITLE-DCOLOR','TITLE-FGCOLOR','TITLE-FONT','TOOLTIP',
H A Dhtml4strict.php77 'table', 'tbody', 'td', 'textarea', 'text', 'tfoot', 'thead', 'th', 'title', 'tr', 'tt',
97 'tabindex', 'target', 'text', 'title', 'type',
H A Dhtml5.php95 'table', 'tbody', 'td', 'textarea', 'text', 'tfoot', 'thead', 'th', 'title', 'tr', 'time',
119 'tabindex', 'target', 'text', 'title', 'type',
/dokuwiki/inc/Menu/
H A DMobileMenu.php72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
/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
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php115 ->attrs(['type' => 'submit', 'title' => $this->getLang('search')]);
176 ->attrs(['type' => 'submit', 'title' => $this->getLang('btn_install')]);
/dokuwiki/inc/Ui/
H A DRecent.php191 . ' title="' . $lang['btn_newer'] . ' [N]" class="button show">'
199 . ' title="' . $lang['btn_older'] . ' [P]" class="button show">'

123456