Home
last modified time | relevance | path

Searched +full:title +(+path:plugin +path:data) -(+path:plugin +path:data +path:lang) (Results 1 – 25 of 39) sorted by relevance

12

/plugin/data/
H A Dhelper.php200 // for pages, resolve title
205 if ($type == 'title' || ($type == 'page' && useHeading('content'))) {
207 if ($type == 'title') {
255 case 'title':
256 [$id, $title] = array_pad(explode('|', $val, 2), 2, null);
259 $outs[] = $R->internallink($id, $title, null, true);
262 [$id, $title] = array_pad(explode('|', $val, 2), 2, null);
265 if ($title == null) {
266 $title = $id;
276 $outs[] = $R->internallink($id, $title, nul
[all...]
H A Daction.php180 foreach ($pages as $page => $title) {
192 stripos($title, (string) $search) === false
194 // Search string is not in id part or title
198 if ($title === '') {
199 $title = PhpString::ucwords(str_replace('_', ' ', $id));
201 $result[hsc($id)] = hsc($title);
H A Dstyle.css125 th.title {
151 td.title {
/plugin/data/syntax/
H A Dentry.php157 $this->saveData($data, $ID, $renderer->meta['title'] ?? '');
198 hsc($data['cols'][$key]['title']) .
228 public function saveData($data, $id, $title)
233 if (!$title) {
234 $title = $id;
243 "INSERT OR IGNORE INTO pages (page,title,class) VALUES (?,?,?)",
245 $title,
249 // Update title if insert failed (record already saved before)
252 "UPDATE pages SET title = ?, class = ?, lastmod = ? WHERE page = ?",
253 $title,
209 _saveData($data, $id, $title) global() argument
[all...]
H A Drelated.php51 $renderer->doc .= '<dt>' . htmlspecialchars($data['title']) . '</dt>';
112 } elseif ($col == '%title%') {
113 $order = ', pages.title ' . $data['sort'][1];
141 } elseif ($col == '%title%') {
143 . $filter['logic'] . " pages.title "
163 $sql = "SELECT pages.pid, pages.page as page, pages.title as title, COUNT(*) as rel
H A Dtable.php128 case 'title':
129 $data['title'] = $line[1];
225 $data['headers'][] = $columnprops['title'];
436 '" title="' . $this->getLang('sort') . '">' . hsc($head) . '</a>';
543 '" title="' . $this->getLang('prev') .
560 '" title="' . $this->getLang('next') .
600 } elseif ($key == '%title%') {
601 $select[] = "pages.page || '|' || pages.title";
634 } elseif ($col == '%title%') {
635 $order = 'ORDER BY pages.title '
[all...]
H A Dcloud.php88 $fields = ['pageid' => 'page', 'class' => 'class', 'title' => 'title'];
193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
/plugin/webcomponent/_test/data/pages/
H A Dcard_column.txt25 === Teaser Title ===
26 …onents/card/#example|the bootstrap quick example]] on how to build a card title in order to make u…
33 <cite>Someone famous in [[dokuwiki:webcomponent:start|Source Title]]</cite>
44 === Teaser Title ===
45 …onents/card/#example|the bootstrap quick example]] on how to build a card title in order to make u…
52 <cite>Someone famous in [[dokuwiki:webcomponent:start|Source Title]]</cite>
H A Dcard.txt26 === Teaser Title ===
27 …onents/card/#example|the bootstrap quick example]] on how to build a card title in order to make u…
39 === Teaser Title ===
40 …onents/card/#example|the bootstrap quick example]] on how to build a card title in order to make u…
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
H A Dhelper.test.php
H A Dsyntax_plugin_data_table.test.php
H A Ddb.test.php
H A Daction_handle.test.php
/plugin/data/db/
H A Dupdate0001.sql13 title
3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); global() field
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js268 a2.title = a2.alt;
298 * This function change the window title in order to catch the attention
304 document.title = document.title.replace(rx,'$1');
305 document.title = '['+this.windownotifynb+']'+document.title;
323 document.title = document.title.replace(rx,'$1');
419 img.setAttribute('title', s_symbol);
H A Dpfcclient.js985 // notify the window (change the title)
1762 clock_icon.title = clock_icon.alt;
1770 clock_icon.title = clock_icon.alt;
1798 snd_icon.title = snd_icon.alt;
1804 snd_icon.title = snd_icon.alt;
1864 btn.title = btn.alt;
1871 btn.title = btn.alt;
2068 btn.title = btn.alt;
2077 btn.title = btn.alt;
2121 btn.title = btn.alt;
[all …]
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_syntax.meta1title";s:31:"Backlinks to what Bob Ross says";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{…
H A Dbacklinks_exclude_syntax.meta1title";s:61:"Backlinks to what Bob Ross says (excluding exclude namespace)";s:11:"description";a:2…
H A Dlink.meta1 …;s:5:"title";s:18:"A link to Bob Ross";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4…
H A Dbacklink_test_pages.meta1title";s:31:"All backlinks plugin test pages";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{…
H A Dbacklinks_include_syntax.meta1title";s:48:"Backlinks to what Bob Ross says (including only)";s:11:"description";a:2:{s:15:"table…
H A Dbob_ross_says.meta1 …:0:"";s:5:"title";s:13:"Bob Ross says";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4…
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css63 span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside <a> */
76 span.mpdf_toc_t_level_1 { /* Title level 1 */
90 span.mpdf_toc_t_level_2 { /* Title level 2 */
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.html.tpl.php2 <h2 id="pfc_title"><?php echo $title; ?></h2>
59 alt="" title=""
66 alt="" title=""
73 alt="" title=""
80 alt="" title=""
88 alt="" title=""
97 alt="" title=""
110 title="<?php echo _pfc("Bold"); ?>"
134 title="<?php echo _pfc("Delete"); ?>"
143 title="<?php echo _pfc("Mail"); ?>"
[all …]

12