Home
last modified time | relevance | path

Searched refs:pages (Results 176 – 200 of 858) sorted by relevance

12345678910>>...35

/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/nsexport/action/
H A Dajax.php88 $pages = $INPUT->arr('pages');
104 $packer->start_packing($pages);
/plugin/loadskin/lang/en/
H A Dintro.txt3 This page allows you to specify different templates for different pages/namespaces in your wiki. Pl…
5 …s, if you specify a different template for a wiki page ''wiki'' all other pages inside the ''wiki:…
/plugin/nosidebar/
H A DREADME3 Disables DokuWikis internal sidebar for individual pages
4 by adding the string ~~NOSIDEBAR~~ to the pages.
/plugin/publistf/bibtex/
H A Dsample.bib9 pages = "389--404",
18 pages = "443--457",
42 pages = "159--183",
/plugin/sphinxsearch/
H A Dchangelog2 …* Fixed excluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configura…
31 * Fixed bug with navigations by pages
37 * Fixed bug with parsing dokuwiki pages
/plugin/publistx/bibtex/
H A Dsample.bib9 pages = "389--404",
18 pages = "443--457",
42 pages = "159--183",
/plugin/publist/bibtex/
H A Dsample.bib9 pages = "389--404",
18 pages = "443--457",
42 pages = "159--183",
/plugin/include/syntax/
H A Dinclude.php89 // static stack that records all ancestors of the child pages
104 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
116 if (!isset($renderer->meta['plugin_include']['pages']))
117 $renderer->meta['plugin_include']['pages'] = array(); // add an array for array_merge
118 $renderer->meta['plugin_include']['pages'] = array_merge($renderer->meta['plugin_include']['pages'], $pages);
127 foreach ($pages as $page) {
167 // in order to allow the rendering of other pages
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php49 public $pages; variable in Google\\Service\\Blogger
389 'pages',
393 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
408 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
427 'path' => 'v3/blogs/{blogId}/pages',
441 'path' => 'v3/blogs/{blogId}/pages',
472 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
495 'path' => 'v3/blogs/{blogId}/pages/{pageId}/publish',
510 'path' => 'v3/blogs/{blogId}/pages/{pageId}/revert',
525 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
/plugin/move/lang/pl/
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.
/plugin/move/lang/sl/
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.
/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/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js290 var pages = this.ui.getPagesForNode(
294 if (pages != null && pages.length > 0)
296 this.shadowPages = pages;
301 this.ui.pages) : null;
417 if (pages != null)
419 for (var i = 0; i < pages.length; i++)
430 if (pages[i].viewState)
567 this.ui.pages), 25000);
738 this.ui.pages = this.ui.patchPages(this.ui.pages,
743 if (this.ui.pages.length == 0)
[all …]
/plugin/pglist/
H A DREADME.md4 DokuWiki plugin, list the pages inside namespace
6 List a pages or directories inside the current namespace or selected namespace, but exclude the cur…
/plugin/pwaoffline/
H A Daction.php57 search($pages, $conf['datadir'], 'search_allpages', ['skipacl' => false]);
60 foreach ($pages as $pageData) {
/plugin/miniblog/helper/
H A Dentry.php20 search($pages, $conf['datadir'], 'search_pagename', array('query'=>'.txt'), $ns);
24 foreach ((array)$pages as $page) {
/plugin/superacl/lang/en/
H A Dhelp.txt4 pages in your wiki.
6 The left pane displays all available namespaces and pages.
/plugin/move/_test/
H A Dplan.test.php19 $pages = array(
33 foreach($pages as $page) {
/plugin/authorstats/
H A Dhelper.php62 public function saveUserJSON($loginname, $pages) argument
65 $json = json_encode($pages, true);
/plugin/ireadit/action/
H A Dnotification.php37 $pages = $helper->get_list($user);
39 foreach ($pages as $page => $row) {
/plugin/fontawesome/
H A DREADME3 Embed Font Awesome icons to your pages.
8 First, make FontAwesome available on your pages.
13 To embed FontAwesome icons in your pages use the following syntax:
/plugin/freesync/
H A Dadmin.php71 function _dosync($pages, $files, $summary) { argument
78 if(!is_array($pages))
79 $pages = array();
83 $this->_sync_list_pages = array_filter($pages, "needmerge");
/plugin/ebookexport/
H A Daction.php57 $pages = $Renderer->doc;
70 $pages = preg_replace('/href="\//',"href=\"$url",$pages);
72 file_put_contents($tempdir . "/pages.xhtml",$pages);
/plugin/tag/syntax/
H A Dsearchtags.php96 $pages = $helper->getTopic($this->getNS(), '', $tags);
99 // Display a message when no pages were found
100 if (!isset($pages) || !$pages) {
109 foreach ($pages as $page) {
161 // load the tag list - only tags that actually have pages assigned that the current user can access are listed

12345678910>>...35