| /dokuwiki/inc/Remote/Response/ |
| H A D | Page.php | 18 /** @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 D | PageHit.php | 28 * @param string $title 30 public function __construct($id, $snippet = '', $score = 0, $title = '') argument 32 parent::__construct($id, 0, 0, $title);
|
| /dokuwiki/inc/ |
| H A D | toolbar.php | 31 '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 D | title.test.php | 10 $content = $response->queryHTML('title'); 11 $this->assertTrue(strpos($content,$conf['title']) > 0); 13 $conf['title'] = 'Foo'; 16 $content = $response->queryHTML('title');
|
| H A D | CascadeProtectedTest.php | 18 $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 D | OPMLCreator.php | 29 $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 D | PIECreator01.php | 28 … $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 D | RSSCreator10.php | 34 $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 D | pageutils_sectionid.test.php | 12 // 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 D | FulltextPageLookupTest.php | 14 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 D | AbstractNode.php | 14 /** @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 D | WikiStartpage.php | 16 * @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 D | index.php | 4 <title>Filetype icons</title> 18 … echo '<img src="' . $img . '" alt="' . $img . '" width="32" height="32" title="' . $img . '" /> ';
|
| /dokuwiki/lib/images/smileys/ |
| H A D | index.php | 4 <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 D | index.php | 4 <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 D | feed.css | 23 channel title, feed title { 43 item title, entry title {
|
| H A D | index.html | 6 <title>nothing here...</title>
|
| /dokuwiki/lib/plugins/config/_test/ |
| H A D | LoaderExtraDefaultsTest.php | 27 $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 D | tpl_footer.php | 20 <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 D | xhtml.php | 55 * 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 D | metadata.php | 153 '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 D | index.html | 6 <title>nothing here...</title>
|
| /dokuwiki/lib/exe/ |
| H A D | index.html | 6 <title>nothing here...</title>
|
| /dokuwiki/lib/plugins/ |
| H A D | index.html | 6 <title>nothing here...</title>
|
| /dokuwiki/lib/images/ |
| H A D | index.html | 6 <title>nothing here...</title>
|