Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 2033) sorted by last modified time

12345678910>>...82

/plugin/pagelist/
H A Dstyle.css54 div.dokuwiki table.pagelist td.page,
55 div.dokuwiki table.ul td.page {
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 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...]
/plugin/pagequery/
H A DPageQuery.php62 * @param string $query user page query
94 * @param array $ids array of page ids to be sorted
114 // look for 'abc' by title instead of name ('abc' by page-id makes little sense)
140 // establish page name (without namespace)
146 // first column is the basic page id
161 // fourth column: cache the page abstract if needed; this saves a lot of time later
279 // if all else fails then use the page name (always available)
458 $pages = file($conf['indexdir'] . '/page.idx');
467 $page = $iValue;
468 if (!page_exists($page) || isHiddenPag
[all...]
H A Daction.php32 if (!isset($cache->page)) {
39 //Check if it is an pagequery page
63 //Check if a page is more recent than purgefile.
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
15 * Search for words in the page content as well--fulltext!
16 * Search by page name using //regular expressions//
19 * Display links based on the page's title instead of page name
20 * See a useful content preview tool-tip when you hover over each page link
21 * OR create a great blog-like start page, where links are followed by a neat snippet of the page content
25 Nothing worthwhile is built in isolation: pagequery has been built on the shoulders of giants — i.e. the DokuWiki core functions. Under the skin it makes shamefaced use of the excellent built-in page an
[all...]
/plugin/nspages/
H A DoptionParser.php108 foreach($found as $page) {
109 $excludedPages[] = $page[1];
110 $match = optionParser::_removeFromMatch($page[0], $match);
113 //--Looking if the current page has to be excluded
/plugin/nspages/fileHelper/
H A DpagePreparer.php17 * Boolean Whether the page being rendered should be exluded
59 function prepareFile(&$page){ argument
60 $page['nameToDisplay'] = $this->buildNameToDisplay($page);
61 $page['sort'] = $this->buildSortAttribute($page['nameToDisplay'], $page['id'], $page['mtime']);
67 * @param $metadata - The metadata object of a page. More details on https://www.dokuwiki.org/devel:metadata
92 * Get the page custo
117 buildNameToDisplay($page) global() argument
[all...]
/plugin/nspages/printers/
H A DprinterTree.php87 // 1. 'a:b:c:' if the ns has no main page
88 // 2. 'a:b:c:start' or 'a:b:c:c' (if this page exists)
89 // 3. 'a:b:c' (case where there is a page a:b:c and no page a:b:c:start, see bug #120)
93 // For a page at the root of the repo:
96 // 5. 'a' (case where the is a page 'a' and no page 'a:start', see bug #120)
117 // It $item is a page then:
118 // - its 'id' will look like 'a:b:page'
164 foreach($tree->pages as $page){
[all...]
/plugin/dbquery/syntax/
H A Dquery.php182 $page = cleanID($m[1]);
185 $R->internallink($page, $title);
/plugin/siteexport/lang/en/
H A Dintro.txt3 This page allows you to export your whole site into any format that you have a renderer for.
H A Dmanagerintro.txt5 When done, press the button at the end of the page and the options will be put into the page.
/plugin/siteexport/lang/fr/
H A Dintro.txt3 Cette page vous permet de réaliser un export de tout votre site dans les formats pour lesquels vou…
H A Dmanagerintro.txt5 Ceci fait, pressez le bouton à la fin de la page et les options seront insérées dans la page.
/plugin/siteexport/
H A DREADME.md18 This is about the Admin --> Configuration Manager page.
46 The namespace/page you actually want to export. This will be predefined with the page you currently…
58 * **This page only:**<br>
59 Attemps to only export this one page.
76 Adds the option for renderes to only export the inner body other than exporting the whole page.
147 * [[.:index|Index of the page]]
150 * [[.:sub:page|Page in the sub namespace]]
151 * [[.:another-page|Another page]]
165 pagebreak | inserts a pagebreak after each page defined by the namespace
170 Add a download button for the current page - or any other page
[all …]
H A Dhelper.php105 $page = null;
106 …($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $page));
H A Dscript.js232 var page = this.allPages.shift();
234 if (!page) {
250 if (!page) {
254 _.status('Adding "' + page + '" ' + this.pages(this.currentCount++));
255 _.addSite(page);
/plugin/siteexport/syntax/
H A Dtoc.php274 foreach ($this->savedToc as $page) {
275 $renderer->meta['relation']['references'][$page['id']] = $page['exists'];
/plugin/linkback/exe/
H A Dtrackback.php119 $page = $this->tools->getPage($linkback['url']);
120 if (!$page['success'] && ($page['status'] < 200 || $page['status'] >= 300)) {
121 $log[] = "\tLinked page cannot be reached, status " .$page['status'];
124 $this->_printTrackbackError('Linked page cannot be reached ('.$page['error'].').');
131 'page' => $page,
[all...]
H A Dpingback.php71 $page = $this->tools->getPage($sourceUri);
72 if (!$page['success'] && ($page['status'] < 200 || $page['status'] >= 300))
103 $linkback = $this->_getTrackbackData($sourceUri, $targetUri, $page);
112 'page' => $page,
123 $linkback['favicon'] = $this->tools->getFavicon($linkback['url'], $page['body']);
149 function _getTrackbackData($sourceUri, $targetUri, $page) { argument
170 if (!preg_match($regex, $page['bod
[all...]
/plugin/linkback/lang/en/
H A Dsubscribermail.txt3 A new linkback was added to the page @PAGE@ in the @TITLE@ wiki. This page
15 To unsubscribe from this page log into the wiki and then click this link:
/plugin/linkback/
H A DCHANGELOG16 link back to page
19 * URL of pinged page is now included in notification mail
H A Dtools.php16 * Retrieves a favicon for the given page.
18 function getFavicon($url, $page) { argument
22 if (preg_match($regex, $page, $match)) {
65 * @param string $ID id of the wiki page for which the
/plugin/linkback/action/
H A Dsend.php94 foreach ($pages as $page) {
95 if (!$data['sentpings'][$page]) {
97 $this->_ping_page($page, $linkback_info);
99 $sentpings[$page] = true;
140 // page not writable? Quit
211 * Pings a given page with the given info.
213 function _ping_page($page, $linkback_info) { argument
221 $data = $http_client->get($page, true);
227 if ($this->_ping_page_linkback(trim($type), $page, $http_client->resp_headers, $data, $linkback_info))
238 * @param string $page UR
243 _ping_page_linkback($type, $page, $headers, $body, $linkback_info) global() argument
318 _autodiscover_trackback($page, $data) global() argument
[all...]
H A Dantispam.php25 $page = $event->data['page'];
61 if ($this->getConf('antispam_link_enable') && !$this->_clean_link($target, $page, $linkback['type'])) {
62 $event->data['log'][] = "\tURL not contained in linking page, marked as spam";
69 $event->data['log'][] = "\tURL found in linking page, marked as ham";
107 * Check whether linking page contains link to us.
112 function _clean_link($targetUri, $page, $type) { argument
119 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match)) {
126 if (!preg_match($regex, $page['bod
[all...]

12345678910>>...82