Home
last modified time | relevance | path

Searched refs:pages (Results 51 – 75 of 858) sorted by relevance

12345678910>>...35

/plugin/translation/
H A Dadmin.php49 $pages = $this->getAllPages();
50 foreach ($pages as $page) {
110 * Get all pages in the translation namespace
118 $pages = [];
119 search($pages, $dir, 'search_allpages', []);
120 return $pages;
/plugin/dokukiwix/
H A Dscript.js12 this.pages = null;
63 pl_dokukiwix.pages = null;
80 pl_dokukiwix.pages = data.split("\n");
81 pl_dokukiwix.count = pl_dokukiwix.pages.length;
82 plugin_dokukiwix_status(pl_dokukiwix.pages.length+" pages found");
83 plugin_dokukiwix_log('Found '+pl_dokukiwix.pages.length+' pages.');
84 pl_dokukiwix.page = pl_dokukiwix.pages.shift();
146 pl_dokukiwix.page = pl_dokukiwix.pages.shift();
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/pdftools/tpl/info/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/batchedit/
H A Dengine.php561 private $pages; variable in BatcheditSession
578 $this->pages = array();
622 list($warnings, $this->matches, $this->pages) = $matches;
636 $this->saveArray('matches', array($this->warnings, $this->matches, $this->pages));
651 $this->pages = array();
683 $this->pages[$page->getId()] = $page;
691 return $this->pages;
711 return count($this->pages);
783 protected $pages; variable in BatcheditMarkPolicy
788 public function __construct($pages) { argument
805 __construct($pages, $cache) global() argument
[all...]
/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,
/plugin/webcomponent/
H A Dcopy_visuals.cmd6 echo Backup of the dokuwiki pages that serves as visual into the directory %WEB_COMPO_VISUAL_BACKUP%
12 SET WEB_COMPO_VISUAL_PAGES=%DOKU_DATA%\pages\dokuwiki\webcomponent
13 SET WEB_COMPO_VISUAL_PAGES_DST=%WEB_COMPO_VISUAL_BACKUP%\pages
15 echo Copying the pages:
/plugin/minimap/
H A Dcopy_visuals.cmd8 echo Backup of the dokuwiki pages that serves as visual into the directory %VISUAL_BACKUP%
14 SET VISUAL_PAGES=%DOKU_DATA%\pages\%PLUGIN_NAME%
15 SET VISUAL_PAGES_DST=%VISUAL_BACKUP%\pages
17 echo Copying the pages:
/plugin/webcode/
H A Dcopy_visuals.cmd8 echo Backup of the dokuwiki pages that serves as visual into the directory %PATH_VISUAL_BACKUP%
14 SET PATH_VISUAL_PAGES=%DOKU_DATA%\pages\%NAME_COMPONENT%
15 SET PATH_VISUAL_PAGES_DST=%PATH_VISUAL_BACKUP%\pages
17 echo Copying the pages:
/plugin/tagfilter/
H A Dremote.php47 $pages = $Htagfilter->getPagesByTags($ns, $tags);
49 //$pages_cleaned = array_intersect_key($pages, array_flip('id','title'));
52 foreach ($pages as $page) {
79 $pages = $Htagfilter->getPagesByTags($ns, implode(' ', $tags_r));
81 //$pages_cleaned = array_intersect_key($pages, array_flip('id','title'));
84 foreach ($pages as $page) {
/plugin/combo/ComboStrap/
H A DSearch.php36 select id as "id" from pages where $sqlPredicate order by name
65 $pages = [];
71 $pages[] = MarkupPath::createMarkupFromId($row["id"]);
73 return $pages;
75 LogUtility::msg("Error while trying to retrieve a list of pages", LogUtility::LVL_MSG_ERROR, action_plugin_combo_linkwizard::CANONICAL);
76 return $pages;
H A DFetcherPageSearch.php46 * $pages = ft_pageLookup($query, true, $inTitle);
48 $pages = Search::getPages($requestedSearchTerms);
50 if (count($pages) > $maxElements) {
51 array_splice($pages, 0, $maxElements);
55 foreach ($pages as $page) {
/plugin/userpagecreate/
H A Daction.php92 $pages = array();
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
104 $pages[$res] = pageTemplate($res);
107 $pages[$res] = rawWiki($tpl);
111 if (count($pages) === 0) {
130 foreach ($pages as $name => &$content) {
/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/subpages/
H A Dsyntax.php16 var $pages = Array(); variable in syntax_plugin_subpages
230 array_push($this->pages, $data);
251 if (count($this->pages) == 0) {
258 sort($this->pages);
261 $count = count($this->pages);
268 if (count($this->pages) > 0) {
270 foreach ($this->pages as $page) {
/plugin/translationbuddy/
H A Dsyntax.php105 $pages = idx_get_indexer()->getPages();
108 foreach($pages as $id){
154 foreach ($item as $ns => $pages) {
163 $R->doc .= '<td class="rightalign">'.count($pages).'</td>';
167 … $R->doc .= '<td class="rightalign">'.round(100*count($pages)/count($items['en'][$ns])).'%</td>';
173 foreach ($pages as $id => $date) {
191 $extra_pages = array_keys(array_diff_key($pages,$items['en'][$ns]));
201 $pageTotal += count($pages);
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/pdftools/tpl/standard/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/pdftools/tpl/minimal/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/statdisplay/helper/
H A Dgraph.php68 $pages = array();
78 $pages[] = $data['page']['all']['count'] ?? 0;
95 array($hits, $pages, $media, $visitors)
112 $pages = array();
120 $pages[] = $data['page'][$by][$idx]['count'];
137 array($hits, $pages, $media, $visitors)
154 $pages = array();
159 $pages[] = $data['page'][$by][$idx]['bytes'] / 1024;
174 array($hits, $pages, $media)
/plugin/dw2pdf/tpl/default/
H A DREADME.txt12 footers on odd or even pages. Special headers/footers can be used on the
14 one will be tried. Eg. if You don't differ between even and odd pages,
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/nsexport/packer/
H A Dpacker.php4 public function start_packing($pages) { argument
6 if (!$this->init_packing($pages)) {
16 foreach($pages as $ID) {
25 public function init_packing($pages) { argument
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js117 this.ui.pages.splice(this.newIndex, 0, this.ui.pages.splice(this.oldIndex, 1)[0]);
255 this.ui.pages.splice(tmp, 1);
294 if (this.pages[i] == page)
311 if (this.pages != null)
315 if (this.pages[i].getId() == id)
317 return this.pages[i];
1006 this.selectPage(this.pages[mxUtils.mod(tmp + 1, this.pages.length)]);
1010 this.selectPage(this.pages[mxUtils.mod(tmp - 1, this.pages.length)]);
1083 var nr = this.pages.length;
1128 next = this.pages[tmp];
[all …]

12345678910>>...35