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 169) sorted by relevance

1234567

/dokuwiki/inc/Remote/Response/
H A DPage.php18 /** @var string The page title */
19 public $title; variable in dokuwiki\\Remote\\Response\\Page
36 * @param string $title The page title
46 $title = '', argument
59 $this->title = $title ?: $this->retrieveTitle();
63 * Get the title for the page
74 $title = p_get_first_heading($this->id);
75 if ($title) {
76 return $title;
H A DPageHit.php28 * @param string $title
30 public function __construct($id, $snippet = '', $score = 0, $title = '') argument
32 parent::__construct($id, 0, 0, $title);
/dokuwiki/inc/
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' => $lang['qb_h1'],
[all …]
/dokuwiki/_test/tests/conf/
H A Dtitle.test.php10 $content = $response->queryHTML('title');
11 $this->assertTrue(strpos($content,$conf['title']) > 0);
13 $conf['title'] = 'Foo';
16 $content = $response->queryHTML('title');
H A DCascadeProtectedTest.php18 $out .= "\$conf['title'] = 'Protected Title';\n";
32 … $this->assertEquals('Protected Title', $conf['title'], 'protected local value, overrides local');
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DOPMLCreator.php29 $feed .= " <title>".htmlspecialchars($this->title)."</title>\n";
48 $title = htmlspecialchars(strip_tags(strtr($this->items[$i]->title, "\n\r", " ")));
49 $feed .= " title=\"".$title."\"";
50 $feed .= " text=\"".$title."\"";
H A DPIECreator01.php28 … $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</title>\n";
33 $feed .= " <title>".FeedCreator::iTrunc(
34 htmlspecialchars(strip_tags($this->items[$i]->title)),
36 )."</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/_test/tests/inc/
H A Dpageutils_sectionid.test.php12 // Each test case represents a sequence of sections title
27 foreach($titles as $title){
28 $newId = sectionID($title, $check);
29 …readyGeneratedIds, "id $newId has been generated twice. The 2nd time it was for the title $title");
H A DFulltextPageLookupTest.php14 saveWikiText('ns:utf8', '====== Title with ÄöÜ ======', 'Test initialization');
21 $this->assertEquals(['ns:utf8' => 'Title with ÄöÜ'], ft_pageLookup('title', false, true));
22 $this->assertEquals(['ns:utf8' => 'Title with ÄöÜ'], ft_pageLookup('äöü', false, true));
/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php14 /** @var string|null title of the node, may be null */
15 protected ?string $title = null; variable in dokuwiki\\TreeBuilder\\Node\\AbstractNode
26 * @param string|null $title The title as given in the link
28 public function __construct(string $id, ?string $title) argument
31 $this->title = $title;
57 return $this->title;
61 * @param string|null $title
63 public function setTitle(?string $title): void argument
65 $this->title = $title;
H A DWikiStartpage.php16 * @param string|null $title The title as given in the link
19 public function __construct(string $id, ?string $title, string $originalNamespace) argument
22 parent::__construct($id, $title);
/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/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/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/styles/
H A Dfeed.css23 channel title, feed title {
43 item title, entry title {
H A Dindex.html6 <title>nothing here...</title>
/dokuwiki/lib/plugins/config/_test/
H A DLoaderExtraDefaultsTest.php27 $out .= "\$conf['title'] = 'New default Title';\n";
55 $this->assertArrayHasKey('title', $conf);
56 $this->assertEquals('New default Title', $conf['title']);
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_footer.php20 <a href="https://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img
22 <a href="https://php.net" title="Powered by PHP" <?php echo $target?>><img
24 <a href="//validator.w3.org/check/referer" title="Valid HTML5" <?php echo $target?>><img
26 …<a href="//jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $t…
28 <a href="https://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
/dokuwiki/inc/parser/
H A Dxhtml.php55 * Key 'name': the section name/title
679 ) . '" title="' . $lang['download'] . '" class="' . $class . '">';
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">';
937 $link['title'] = $id;
1009 $link['title'] = $this->_xmlEntities($url);
1071 $link['title'] = $this->_xmlEntities($link['url']);
1108 $link['title'] = $this->_xmlEntities($url);
[all …]
H A Dmetadata.php153 'title' => $text,
169 if (!isset($this->meta['title'])) {
170 $this->meta['title'] = $text;
496 // add link title to summary
603 * @param string $title descriptive text
612 $title = null, argument
619 if ($this->capture && $title) {
620 $this->doc .= '[' . $title . ']';
630 * @param string $title descriptive text
639 $title = null, argument
[all …]
/dokuwiki/lib/
H A Dindex.html6 <title>nothing here...</title>
/dokuwiki/lib/exe/
H A Dindex.html6 <title>nothing here...</title>
/dokuwiki/lib/plugins/
H A Dindex.html6 <title>nothing here...</title>
/dokuwiki/lib/images/
H A Dindex.html6 <title>nothing here...</title>

1234567