Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 25 of 31) sorted by relevance

12

/dokuwiki/lib/plugins/revert/lang/fr/
H A Dintro.txt3pages après une attaque de spam. Pour trouver la liste des pages vandalisées, entrez un motif de r…
/dokuwiki/lib/plugins/revert/lang/en/
H A Dintro.txt3 … attack. To find a list of spammy pages first enter a search string (eg. a spam URL), then confirm…
/dokuwiki/inc/
H A Dfulltext.php100 $pages = $stack ? end($stack) : [];
102 foreach (array_keys($pages) as $id) {
134 $pages = array_splice($stack, -2);
135 if ($pages === []) {
138 $stack[] = ft_resultCombine($pages);
141 $pages = array_splice($stack, -2);
142 if ($pages === []) {
145 $stack[] = ft_resultUnite($pages);
148 $pages = array_pop($stack);
149 $stack[] = ft_resultComplement([$pages_all, $pages]);
[all …]
H A DAjax.php367 $pages = ft_pageLookup($id, true);
372 $pages = array_merge($pages, ft_pageLookup($q, true, true));
373 asort($pages, SORT_STRING);
381 foreach ($pages as $pid => $title) {
389 unset($pages[$pid]);
/dokuwiki/inc/lang/en/
H A Drecent.txt3 The following pages were changed recently:
H A Dindex.txt3 This is a sitemap over all available pages ordered by [[doku>namespaces|namespaces]].
H A Dbacklinks.txt3 This is a list of pages that seem to link back to the current page.
H A Dsubscr_list.txt4 Here are the changed pages:
/dokuwiki/bin/
H A Dwantedpages.php141 $pages = [];
148 $pages = array_merge($pages, $this->getPages($dir . '/' . $entry));
151 $pages[] = $page;
155 return $pages;
/dokuwiki/inc/lang/fr/
H A Drecent.txt3 Voici la liste des pages modifiées récemment :
H A Dbacklinks.txt3 Ceci est la liste des pages qui semblent pointer sur la page actuelle.
H A Dindex.txt3 Voici un plan du site de toutes les pages disponibles, triées par [[doku>fr:namespaces|catégories]].
H A Dsubscr_list.txt3 Des pages de la catégorie « @PAGE@ » du wiki « @TITLE@ » ont
/dokuwiki/inc/Remote/
H A DApiCore.php294 $pages = idx_get_indexer()->getPages();
295 Sort::ksort($pages);
297 foreach (array_keys($pages) as $idx) {
298 $perm = auth_quickaclcheck($pages[$idx]);
299 if ($perm < AUTH_READ || isHiddenPage($pages[$idx]) || !page_exists($pages[$idx])) {
303 $page = new Page($pages[$idx], 0, 0, '', null, $perm);
329 $pages = [];
341 $pages[] = new PageHit(
348 return $pages;
594 * @param string[] $pages A list of pages to lock
[all …]
H A DLegacyApiCore.php178 $pages = $this->listPages('', 0);
181 foreach ($pages as $page) {
221 $pages = [];
224 $pages[] = [
235 return $pages;
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and pages in your wiki.
4 * The left pane displays all available namespaces and pages.
/dokuwiki/inc/Sitemap/
H A DMapper.php59 $pages = idx_get_indexer()->getPages();
60 Logger::debug('Sitemapper::generate(): creating sitemap using ' . count($pages) . ' pages');
64 foreach ($pages as $id) {
/dokuwiki/lib/plugins/acl/lang/fr/
H A Dhelp.txt3 Cette page vous permet d'ajouter ou de supprimer des autorisations pour les catégories et les pages
5 * Le panneau de gauche liste toutes les catégories et les pages disponibles.
/dokuwiki/inc/Search/
H A DIndexer.php278 $pages = $this->getPages();
280 $id = array_search($oldpage, $pages, true);
286 $new_id = array_search($newpage, $pages, true);
293 $pages[$new_id] = 'deleted:' . time() . random_int(0, 9999);
296 $pages[$id] = $newpage;
299 if (!$this->saveIndex('page', '', $pages)) {
743 $pages = array_keys($this->parseTuples($page_idx, $lines[$value_id]));
745 $result[$val] = [...$result[$val], ...$pages];
865 $pages = [];
868 $pages = array_merge($pages, $this->parseTuples($page_idx, $line));
[all …]
/dokuwiki/
H A D.gitignore42 /data/pages/*
43 !data/pages/wiki/
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt8 ===== Create your first pages =====
20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this…
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 Data collected contains information like your DokuWiki version, the number and size of your pages a…
/dokuwiki/lib/plugins/popularity/lang/fr/
H A Dintro.txt7 …tions telles que votre version de DokuWiki, le nombre et la taille de vos pages et fichiers, les e…
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css5 /*____________ links to wiki pages ____________*/
H A D_recent.css8 /* select type of revisions (media/pages) */

12