Home
last modified time | relevance | path

Searched refs:pages (Results 151 – 175 of 858) sorted by last modified time

12345678910>>...35

/plugin/acmenu/
H A Dstyle.css2 * AcMenu plugin: an accordion menu for namespaces and relative pages.
/plugin/clearhistory/lang/en/
H A Dintro.txt7 When this option is selected, only the pages contained in the list of the most
12 This option will check all pages within (and below) the given namespace.
/plugin/clearhistory/
H A Dadmin.php18 protected $pages = array(); variable in admin_plugin_clearhistory
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki44 … for regulatory adherence. For that purpose, we need paper copies of wiki pages. We use the [[odt]…
71 … 4 characters. Since that's rather short, it's possible that two distinct pages share the same sho…
/plugin/fastwiki/
H A Daction.php128 * Don't output headers while proxying preload pages.
219 * Preload pages based on URL parameters, and return them.
225 $pages = explode(',', $INPUT->str('fastwiki_preload_pages'));
226 $count = min($maxpages, count($pages));
232 $newid = cleanID($pages[$x]);
237 $pages = $filtered;
238 $count = count($pages);
242 $newid = $pages[$x];
313 $newid = $pages[$x];
H A Dpagecache.js2 * The CPageCache class allows you to store pages in memory.
4 * @param {int} maxSize - The maximum number of pages to store in memory.
10 var m_p1Queue = []; // Priority 1 queue. These can only be bumped by other p1 pages.
82 // Split pages into at least 4 batches if possible.
98 var pages = data.split(JSINFO.fastwiki.preload_head);
99 for (var p=0; p<pages.length; p++) {
100 var line1End = pages[p].indexOf('\n');
101 var id = pages[p].substr(0, line1End);
102 pages[p] = pages[
[all...]
H A DREADME.md6 * (experimental) Switch pages without reloading.
/plugin/docnavigation/
H A DREADME.md5 Add navigation elements to next and previous pages for documentation
/plugin/blog/
H A Dhelper.php27 'return' => array('pages' => 'array'),
47 // add pages in given namespace
51 $pages = array();
55 search($pages, $conf['datadir'], 'search_pagename', array('query' => '.txt'), $dir);
57 foreach ($pages as $page) {
62 if (isHiddenPage($id)) continue; // skip excluded pages
/plugin/pubmed2020/classes/
H A Dpubmed2020.php847 function _normalizePages($pages) { argument
849 if (strpos($pages, "-") === false) {
850 return $pages;
853 $p = mb_split("-", $pages);
855 return $pages;
859 return $pages;
869 return $pages;
/plugin/pubmed2020/
H A Dstyle.css26 .pubmed span.pages,
/plugin/grouphome/
H A Daction.php40 $pages = $this->getConf('grouppages');
43 $page = cleanID(sprintf($pages,$grp));
/plugin/tplinc/
H A Dhelper.php88 $pages = array();
98 $pages[] = $page;
101 return array_unique($pages);
113 $pages = $this->getIncludes($location, $id);
115 foreach ($pages as $page) {
/plugin/tplinc/lang/en/
H A Dhelp.txt11 By default only pages that the current user has read access for are included. You can use the **Ski…
12 always include pages.
H A Dintro.txt4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
/plugin/statdisplay/helper/
H A Dgraph.php68 $pages = array();
78 $pages[] = $data['page']['all']['count'] ?? 0;
95 array($hits, $pages, $media, $visitors)
112 $pages = array();
120 $pages[] = $data['page'][$by][$idx]['count'];
137 array($hits, $pages, $media, $visitors)
154 $pages = array();
159 $pages[] = $data['page'][$by][$idx]['bytes'] / 1024;
174 array($hits, $pages, $media)
/plugin/advanced/admin/
H A Dexport.php147 $pages = array();
151 search($pages, $conf['datadir'], 'search_allpages', $options, $namespace);
153 return $pages;
164 $pages = array();
173 … $pages = $this->getPagesFromNamespace($INPUT->str('ns'), ($INPUT->str('include-sub-ns') ? 1 : 0));
190 foreach ($pages as $page) {
235 $pages = array();
242 $pages[] = $page['id'];
248 $pages = array_keys($INPUT->arr('pages'));
253 if (!count($pages)) {
[all …]
/plugin/advanced/lang/en/config/
H A Dacl.txt16 | none | 0 | pages, namespaces | no permission---complete lock out | AUTH_NONE |
17 | read | 1 | pages, namespaces | read permission | AUTH_READ |
18 | edit | 2 | pages, namespaces | existing pages may be edited | AUTH_EDIT |
19 | create | 4 | namespaces | new pages can be created | AUTH_CREATE |
H A Duserstyle.txt11 * **screen**: This is used when displaying pages in the web browser
12 * **print**: Definitions here will be used for printing pages
/plugin/advanced/lang/en/
H A Dexport.txt3 Use this page to backup your DokuWiki pages or for import (or deploy) into another DokuWiki install…
H A Dimport.txt3 Use this page to import (or deploy) DokuWiki pages exported with [[this>?do=admin&page=advanced_exp…
/plugin/advanced/lang/fr/config/
H A Dhooks.txt3 Les attaches vous permettent d'ajouter des pages HTML ou PHP statiques au modèle sans modifier aucu…
/plugin/archivegenerator/lang/en/
H A Dintro.txt2 This archive will not include old revisions of pages and media files, changelogs or cache data.
/plugin/elasticsearch/action/
H A Dsearch.php475 $pages = ceil($all / $this->getConf('perpage'));
478 if($pages < 2) return;
480 // which pages to show
481 $toshow = [1, 2, $cur, $pages, $pages - 1];
483 if($cur + 1 < $pages) $toshow[] = $cur + 1;
488 if($cur + 2 < $pages && count($toshow) < 7) $toshow[] = $cur + 2;
489 if($cur + 3 < $pages && count($toshow) < 7) $toshow[] = $cur + 3;
490 if($cur + 4 < $pages && count($toshow) < 7) $toshow[] = $cur + 4;
526 if($cur < $pages) {
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc38 $pages = new SearchResponseIterator($client, $search_params);
41 foreach($pages as $page) {
75 $pages = new SearchResponseIterator($client, $search_params);
76 $hits = new SearchHitIterator($pages);

12345678910>>...35