Searched full:title (Results 1 – 25 of 547) sorted by relevance
12345678910>>...22
| /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;
|
| /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');
|
| /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/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."\"";
|
| /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");
|
| /dokuwiki/inc/TreeBuilder/Node/ |
| 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/inc/lang/de-informal/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/de/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/fa/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/lv/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/ca/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/fr/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/en/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/zh/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/eu/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/ja/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/cs/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/fi/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/hu/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/el/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/cy/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/zh-tw/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/pl/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/sv/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
| /dokuwiki/inc/lang/it/ |
| H A D | mailwrap.html | 3 <title>@TITLE@</title>
|
12345678910>>...22