Home
last modified time | relevance | path

Searched refs:pages (Results 101 – 125 of 858) sorted by relevance

12345678910>>...35

/plugin/publish/action/
H A Dapprove.php32 $pages = $this->helper->getPagesFromNamespace($namespace);
33 $pages = $this->helper->removeSubnamespacePages($pages, $namespace);
37 foreach ($pages as $page) {
/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];
/plugin/publistx/template/
H A Ddokuwiki_kmh.tpl4 …e@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?insti…
/plugin/publistf/template/
H A Ddokuwiki_kmh.tpl4 …e@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?insti…
/plugin/move/lang/en/
H A Dtree.txt3 This interface allows you to rearrange your wiki's namespaces, pages and media files via Drag'n'Dro…
5 In order to move many namespaces, pages or media files to the same destination, you can use the che…
6 * check the namespaces, pages or media files you want to move;
H A Dmove.txt5 * You must have edit permission for the current page/all pages in the current namespace.
6 * The pages that are moved must not be locked for editing.
10 All links to and from the pages that are moved will be updated to reflect the new location and/or n…
/plugin/pagequery/
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.
9 On the surface it may appear to fill a similar role to the really excellent [[plugin:indexmenu|IndexMenu]], however pagequery's aspirations are not as lofty or elaborate. IndexMenu focuses on displaying namespaces, and the pages within. allowing you to sort the namespaces and files by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displaying lists of pages__: yes, you can sort by namespace if you wish, however the main goal is to search for and list pages in any order, and then neatly display them in groups (A-Z, by year, by month, etc...) and in addition in columns — to make best use of space. If you try both of them you'll quickly see that they //"scratch different itches."//
12 * Create all sorts of indexes for your wiki: A-Z, recent, created by, authored by, start pages
13 * Search all the pages in your wiki
28 * Listing all the pages in your wiki in a nice A-Z index, or a By Year/Month index
29 * A recently modified list of pages
30 * Listing pages that discuss a particular subject (via full-text search)
31 * Listing all pages created by a certain user
33 Here's an example of all the pages i
[all...]
/plugin/acknowledge/
H A Dhelper.php71 * Fills the page index with all unknown pages from the fulltext index
76 $pages = idx_getIndex('page', '');
77 $sql = "INSERT OR IGNORE INTO pages (page, lastmod) VALUES (?,?)";
80 foreach ($pages as $page) {
170 $sql = "DELETE FROM pages WHERE page = ?";
190 $sql = "REPLACE INTO pages (page, lastmod) VALUES (?,?)";
280 JOIN pages B
361 // insert new patterns and gather affected pages
362 $pages = [];
371 // patterns may overlap, so we need to gather all affected pages firs
[all...]
/plugin/pagetitle/
H A Daction.php95 $pages = idx_get_indexer()->getPages('plugin_pagetitle');
96 $pageTitled = in_array($ID, $pages);
141 $pages = idx_get_indexer()->getPages('plugin_pagetitle');
142 $pageTitled = in_array($cache->page, $pages);
/plugin/accscounter/lang/en/
H A Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|Show the log of existing pages]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|Show the log of non-existing pages]]
18 …min&page=accscounter&action=mng&mode=all|Show the log of all pages (including non-existing pages)]]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta2Document.php145 public function setPages($pages) argument
147 $this->pages = $pages;
154 return $this->pages;
/plugin/mikioplugin/syntax/
H A Dcarousel.php65 $pages = array();
66 search($pages, $conf['datadir'] . '/' . $path, 'search_allpages', array('depth' => 1, 'skipacl' => true));
67 for ($i = 0; $i < count($pages); $i++) {
68 $page = $pages[$i];
/plugin/directions/syntax/
H A Dcommon.php103 $pages = explode("->", $key);
104 $page1 = str_replace('/',':',$pages[0]);$page1 = trim($page1);
105 $page2 = str_replace('/',':',$pages[1]);$page2 = trim($page2);
155 $pages = explode("->", $key);
156 $page1 = str_replace('/',':',$pages[0]);
157 $page2 = str_replace('/',':',$pages[1]);
H A Dgraph.php98 $pages = explode("->", $key);
99 $page1 = str_replace('/',':',$pages[0]);
100 $page2 = str_replace('/',':',$pages[1]);
/plugin/cleanoldips/
H A Dcli.php44 $pages = array_column($pagedata, 'id');
45 $this->log('info', count($pages) . ' pages found.');
49 foreach ($pages as $pageid) {
/plugin/snippets/lang/fr/
H A Dinfo.txt1 Cet outil devrait réconcilier les différences entre les métafichiers, les pages et la base de donné…
2 …s dans leur métafichier, et ensuite met à jour les métafichiers pour refléter le contenu des pages.
5 - fragments et les pages dans lesquelles ils sont inclus.
/plugin/nspages/printers/
H A DprinterTree.php3 * Plugin nspages : Displays nicely a list of the pages of a namespace
31 // We only need to sort "children". We don't need to sort "pages" because with the current
33 // build the tree preserves the order of the pages.
34 // An optimization could be to disable the preliminary sort and to instead sort pages here.
37 // - a regression test which assert on the order of the pages when a flag is passed to
39 // the DW search API returned sorted results based on the id of the pages
122 // Special case of the pages at the root of the wiki: for them "ns" is set to boolean FALSE
143 $tree->pages []= $item;
164 foreach($tree->pages as $page){
179 $hasInnerData = !empty($tree->children) || !empty($tree->pages);
203 public $pages = array(); global() variable in NspagesTreeNsNode
[all...]
/plugin/data-au/lang/fr/
H A Dintro_clean.txt3 …e les pages qui contiennent des données sont détruites, leurs méta données sont également supprimé…
5 Cet outil supprime les données des pages qui n'existent plus.
/plugin/data/lang/fr/
H A Dintro_clean.txt3 Lorsque les pages qui contiennent des données sont détruites, leurs méta données sont également supprimées. Cependant, cela n'est vrai que pour les pages supprimées par une édition normale du wiki. Pour celles supprimées par d'autres moyens (par exemple, par suppression du fichier dans l'arborescence), les méta données restent dans la base de données.
5 Cet outil supprime les données des pages qui n'existent plus
/plugin/quickstats/
H A Daction.php30 private $pages; variable in action_plugin_quickstats
316 $this->pages = unserialize(io_readFile($this->page_file,false));
317 if(!$this->pages) $this->pages = array();
328 io_saveFile($this->page_file,serialize($this->pages));
329 $this->totals[$this->year_month] = $this->pages['site_total'] ;
431 if(!$this->pages) {
432 $this->pages['site_total'] = 1;
433 $this->pages['page'][$ID] = 1;
437 $this->pages['site_total'] += 1;
449 $this->pages['date'][md5($ID)] = time();
[all …]
/plugin/epub/lang/en/
H A Dremove.txt1 You can re-create this book, by editing its pages or changing the page list or the order of the pag…
2 …e finished with this book, however, you should remove its id from the list of book creator pages.
/plugin/ireadit/action/
H A Dmigration.php160 $pages = [];
168 $pages[] = str_replace('/', ':', $page);
173 foreach ($pages as $page) {
206 $pages = [];
214 $pages[] = str_replace('/', ':', $page);
218 foreach ($pages as $page) {
/plugin/combo/
H A Dcli.php91 * Replicate all pages into the database
117 $options->registerCommand(self::SYNC, "Delete the non-existing pages in the database");
120 "The start path (a page or a directory). For all pages, type the root directory '/'",
264 $pages = FsWikiUtility::getPages($namespaces, $depth);
267 $totalNumberOfPages = sizeof($pages);
268 while ($pageArray = array_shift($pages)) {
321 $pages = FsWikiUtility::getPages($namespaces, $depth);
346 $totalNumberOfPages = sizeof($pages);
347 while ($pageArray = array_shift($pages)) {
420 ->setQuery("select id as \"id\" from pages");
[all...]
/plugin/farmsync/meta/
H A DPageUpdates.php65 $pages = array();
67 $pages = array_merge($pages, $this->getDocumentsFromLine($this->source, $line));
69 array_unique($pages);
70 return $pages;
/plugin/tagfilter/
H A Daction.php117 //lookup the pages from the taglist
125 // root namespace is specified, discard all pages who lay outside the root namespace
152 //no matching pages
160 $pages = [];
163 $pages[$title ?: $page] = [
169 krsort($pages, SORT_STRING | SORT_FLAG_CASE);
171 ksort($pages, SORT_STRING | SORT_FLAG_CASE);
183 foreach ($pages as $page) {
215 * show only pages different to _template and the have to exist

12345678910>>...35