Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 25 of 858) sorted by path

12345678910>>...35

/plugin/404manager/
H A DCHANGES.md12 …age in another namespace and before all, namespace are here to categorize pages. The plugin is bas…
H A DREADME.md21 * A message is shown when the page name already exist in other pages.
68 …e 404 Manager Plugin. This page allow you to set up redirects to internal pages as external websit…
83 * the start pages of a namespace
84 * the pages with the same name
107 …n by best namepage](#Redirection by best namepage) but only for the start pages. If two start page…
/plugin/404manager/lang/en/
H A Dintro.txt3 Here you can set up redirects. You can redirect to internal pages as external
/plugin/404manager/lang/fr/
H A Dintro.txt3 Vous pouvez gérer les redirections ici. Vous pouvez rediriger vers des pages internes ou même vers …
/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)]]
H A Dnoitem.txt3 …* The access counter may not be put. If you want to put counters for all pages quickly, put a cou…
H A Dviewer.txt11 … function needs connection to api.stopforumspam.org. If you specify many pages for the spammer ch…
/plugin/aceeditor/
H A DNEWS82 * Fixed editor in locked pages
103 * Fixed: editor in locked pages
/plugin/acknowledge/
H A DREADME3 Let users acknowledge pages
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...]
H A Dplugin.info.txt6 desc Let users acknowledge pages
/plugin/acknowledge/admin/
H A Dreport.php61 $pages = $helper->getPagesMatchingPattern($pattern);
64 foreach ($pages as $pattern) {
/plugin/acknowledge/db/
H A Dupdate0001.sql1 CREATE TABLE pages table
9 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE,
17 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY,
H A Dupdate0002.sql5 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE,
17 page TEXT NOT NULL REFERENCES pages (page),
H A Dupdate0003.sql4 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY,
/plugin/acknowledge/lang/en/
H A Dassign.txt3 Here you can define patterns to automatically assign people and groups to acknowledge certain pages.
/plugin/acmenu/
H A Dplugin.info.txt6 desc An accordion menu for namespaces and relative pages.
H A Dstyle.css2 * AcMenu plugin: an accordion menu for namespaces and relative pages.
/plugin/acronym/
H A DREADME23 2010-12-10: 2 hours: allowed {{included pages}} as in mediawiki style
/plugin/actickets/
H A DREADME4 A DokuWiki plugin to easily crossreference ActiveCollab tickets within pages.
/plugin/addnewpage/
H A DREADME.md7 The plugin lets users put *add new page* forms within pages, with optional namespace selection.
/plugin/addressbook/
H A Dsyntax.php818 $pages = ceil($amount/$entriesperpage);
864 $pages = ceil($amount/$entriesperpage);
869 for ($p=0;$p<$pages;$p++) {
/plugin/adhoctags/
H A DREADME.md94 If you previously used `<html>` tags to embed HTML code into your DokuWiki site, you need to replace them with the format used by this plugin. The best way to get started is to make a run a couple of search-replace operations on the `data/pages/` directory in your DokuWiki installation.
/plugin/adultcontent/
H A DREADME.md26 I just have a few pages which has medical information about sexually transmitted disease, but Googl…
/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 …]

12345678910>>...35