Home
last modified time | relevance | path

Searched refs:pages (Results 126 – 150 of 858) sorted by last modified time

12345678910>>...35

/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
484 DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
/plugin/farmer/lang/fr/
H A Dtab_delete.txt1 Vous pouvez détruire les animaux existant ici. Cela détruit **toutes les données, y compris les pages et médias** des animaux sélectionnés. **Ceci est irréversible** !
H A Dtab_new_help.txt26 nouvel animal. Toute la configuration, toutes les pages et fichiers
28 animal. L'historique des pages et médias ne sera pas copié.
/plugin/farmer/
H A Dadmin.php19 /** @var array The available pages for the current user in the current wiki */
20 protected $pages;
42 // set available pages depending on user and animal
45 $this->pages = ['info'];
47 $this->pages = ['setup'];
49 $this->pages = ['info', 'config', 'new', 'plugins', 'delete'];
54 if (!in_array($this->page, $this->pages)) {
55 $this->page = $this->pages[0];
82 foreach ($this->pages as $page) {
18 protected $pages; global() variable in admin_plugin_farmer
/plugin/farmer/lang/en/
H A Dtab_delete.txt1 You can delete existing animals here. This deletes **all data, including pages and media files** of the selected animal. **This is irreversible!**
/plugin/const/
H A Dplugin.info.txt6 desc work on wiki pages with constants, self defined variables and make calculations
/plugin/sql2wiki/action/
H A Dsqlite.php57 // update pages after all saving and metadata updating has happened
77 // update other pages in queue and redirect
87 $filter_ids = []; // don't update specific pages
93 $pages = array_unique(array_merge(...array_values($dbs_pages)));
94 foreach ($pages as $page) {
/plugin/approve/lang/en/
H A Dassignments_intro.txt3 Here you can define pages/namespaces where approve is used and specify their approvers.
/plugin/approve/syntax/
H A Dtable.php142 $pages = $approveMetadata->getPages($params['approver'], $params['states'], $params['namespace'], $params['filter']);
158 foreach($pages as $page) {
/plugin/approve/action/
H A Dmigration.php104 $pages = $helper->getPages();
105 foreach ($pages as $page) {
220 * Get the number of approved pages
/plugin/approve/
H A Dhelper.php22 $pages = $sqlite->res2arr($res);
23 foreach ($pages as $page) {
275 * Get the array of all pages ids in wiki
286 $pages = [];
296 $pages[] = $id;
299 return $pages;
/plugin/ireadit/action/
H A Dnotification.php37 $pages = $helper->get_list($user);
39 foreach ($pages as $page => $row) {
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/ireadit/
H A Dhelper.php156 $pages = [];
160 $pages[$page] = [
176 if (isset($pages[$page])) {
177 $pages[$page]['last_read_rev'] = $rev;
178 $pages[$page]['timestamp'] = $timestamp;
187 unset($pages[$page]);
210 $pages[$page] = [
219 foreach ($pages as &$page) {
228 return $pages;
/plugin/ireadit/syntax/
H A Dlist.php145 $pages = $helper->get_list($user);
148 $pages = array_filter($pages, function ($k) use ($params) {
151 $pages = array_filter($pages, function ($k) use ($params) {
157 foreach ($pages as $page => $row) {
/plugin/odt/
H A DREADME.txt3 This plugin lets you export wiki pages to ODT, the OpenDocument Text format as
/plugin/odt/renderer/
H A Dbook.php133 $pages = $this->actioninstance->getExportedPages();
134 if ( in_array($id, $pages) ) {
/plugin/extranet/
H A Dplugin.info.txt6 desc Hide some pages and disable actions from extranet ip
/plugin/deeplautotranslate/
H A Dplugin.info.txt6 desc This plugin automatically translates wiki pages using the DeepL API
/plugin/blogtng/
H A Dadmin.php386 $pages[] = 1; // first always
387 $pages[] = $lastpage; // last page always
388 $pages[] = $currentpage; // current page always
391 $pages[] = 2; // second and ..
392 $pages[] = $lastpage-1; // one before last
396 if($currentpage-1 > 0) $pages[] = $currentpage-1;
397 if($currentpage-2 > 0) $pages[] = $currentpage-2;
398 if($currentpage-3 > 0) $pages[] = $currentpage-3;
403 $pages = array_unique($pages);
404 sort($pages);
[all …]
/plugin/blogtng/helper/
H A Dentry.php314 $pages = array();
320 $pages[] = 1; // first page always
321 $pages[] = $lastpage; // last page always
322 $pages[] = $currentpage; // current always
325 $pages[] = 2; // second and ..
330 if($currentpage-1 > 0) $pages[] = $currentpage-1;
331 if($currentpage-2 > 0) $pages[] = $currentpage-2;
332 if($currentpage-3 > 0) $pages[] = $currentpage-3;
337 sort($pages);
338 $pages = array_unique($pages);
[all …]
/plugin/navi/_test/
H A DExternalLinksTest.php70 ], $actualPages, 'the correct pages in the correct order');
74 … ], $actualLiOpen, 'the pages which have have children and are open should have the "open" class');
77 …], $actualLiClose, 'the pages which have have children, but are closed should have the "close" cla…
/plugin/orphanmedia2/
H A DREADME15 * Missing (the media file does not exist, but there are link(s) to it elsewhere on the pages)
21 * Different media links extracted from pages
H A Ddokuwiki-plugin-page.md38 …Missing Media, the media file does not exist, but there are link(s) to it elsewhere on the pages |
/plugin/acmenu/
H A Dplugin.info.txt6 desc An accordion menu for namespaces and relative pages.

12345678910>>...35