Home
last modified time | relevance | path

Searched +full:page +(+path:plugin +path:pagelist) -(+path:plugin +path:pagelist +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/pagelist/
H A Dhelper.php18 /** @var bool whether first headline/title is shown in the page column */
41 * data of the current processed page row
47 public $page = null;
77 /** @var null|mixed data retrieved from metadata array for the current processed page */
122 'page' => true,
173 'desc' => '(required) prepares the table header for the page list',
177 'desc' => '(required) adds a page to the list',
178 'params' => ["page attributes, 'id' required, others optional" => 'array'],
243 * for dis/enabling header: '(no)header', and show titel for page column with '(no)firsthl',
318 if (isset($this->column[$flag]) && $flag !== 'page') {
39 public $page = null; global() variable in helper_plugin_pagelist
390 addPage($page) global() argument
[all...]
H A Dsyntax.php74 // page has an image title
113 foreach ($pages as $i => $page) {
114 $pages[$i]['exists'] = page_exists($page['id']);
124 foreach ($pages as $page) {
125 $pagelist->addPage($page);
133 foreach ($pages as $page) {
134 $renderer->meta['relation']['references'][$page['id']] = $page['exists'];
H A Dstyle.css54 div.dokuwiki table.pagelist td.page,
55 div.dokuwiki table.ul td.page {
/plugin/pageimage/_test/
H A Dpagelist.test.php16 saveWikiText('pageimage:page','~~PAGEIMAGE:pageimage:png~~','Test setup');
18 $image = $this->helper->td('pageimage:page');
23 saveWikiText('pageimage:page','~~PAGEIMAGE:wiki:dokuwiki-128.png~~','Test setup');
25 $image = $this->helper->td('pageimage:page');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPageList.php27 protected $itemsType = Page::class;
53 * @param Page[]
60 * @return Page[]