Home
last modified time | relevance | path

Searched full:title (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/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;
/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');
/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/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."\"";
/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");
/dokuwiki/inc/TreeBuilder/Node/
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/inc/lang/de-informal/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/de/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/fa/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/lv/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/ca/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/fr/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/en/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/zh/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/eu/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/ja/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/cs/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/fi/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/hu/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/el/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/cy/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/zh-tw/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/pl/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/sv/
H A Dmailwrap.html3 <title>@TITLE@</title>
/dokuwiki/inc/lang/it/
H A Dmailwrap.html3 <title>@TITLE@</title>

12345678910>>...22