Searched refs:page_title (Results 1 – 7 of 7) sorted by relevance
/plugin/pagetitle/ |
H A D | helper.php | 178 $page_title = $lang['btn_admin']; 184 $page_title = $plugin_title ? $plugin_title : $plugin->getPluginName(); 193 $page_title = $lang['btn_'.$ACT]; 199 $page_title = $lang['btn_'.$ACT]; 204 $page_title = "✎ ".$title; 208 $page_title = $title . ' - ' . $lang['btn_revs']; 214 $page_title = $title . ' - ' . $lang['btn_'.$ACT]; 218 $page_title = $title; 220 return hsc($page_title);
|
/plugin/structtasks/_test/ |
H A D | CliTest.php | 89 $page_title = 'Some Title'; 90 $content = "====== ${page_title} ======\nInitial content"; 109 $this->equalTo($page_title), 138 $page_title = []; 143 $page_title[] = 'Some Title'; 144 $content[] = "====== {$page_title[0]} ======\nInitial content"; 158 $page_title[] = 'Another Title'; 159 $content[] = "====== {$page_title[1]} ======\nDifferent content"; 177 $this->equalTo($page_title[1]), 183 $this->equalTo($page_title[0]),
|
H A D | ActionTest.php | 58 $page_title = 'Some Title'; 59 $old_content = "====== ${page_title} ======\nInitial content"; 60 $new_content = "====== ${page_title} ======\nNew content"; 88 $this->equalTo($page_title),
|
H A D | NotifiersTest.php | 49 const page_title = 'Task Title'; define in dokuwiki\\plugin\\structtasks\\test\\notifiers_plugin_structtasks_test 315 'TITLE' => $this::page_title, 316 'TITLELINK' => '"' . $this::page_title . "\" <${url}>", 327 'TITLELINK' => "“<a href=\"${url}\">" . $this::page_title . '</a>”', 353 $this::page_title,
|
/plugin/structtasks/meta/ |
H A D | AbstractNotifier.php | 140 public function sendMessage($page_id, $page_title, $editor, $editor_email, $new_data, argument 147 if ($page_title == '') $page_title = $page_id; 150 'TITLE' => $page_title, 151 'TITLELINK' => "\"${page_title}\" <${url}>", 162 'TITLELINK' => "“<a href=\"${url}\">${page_title}</a>”",
|
/plugin/advanced/admin/ |
H A D | export.php | 193 $page_title = p_get_first_heading($page_id); 209 $page_id, $page_title,
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | extends.rst | 140 {{ page_title|title }} 145 {% block title page_title|title %}
|