Searched refs:addPage (Results 1 – 25 of 34) sorted by relevance
12
| /plugin/bookcreator/ |
| D | script.js | 30 Storage.prototype.addPage = function(pageid, position) { method in Storage 49 this.addPage(pageid, position); 204 this.selectedpages.addPage(JSINFO.id); 434 Bookcreator.selectedpages.addPage(pageid, position); 438 BookManager.deletedpages.addPage(pageid, position);
|
| /plugin/freechat/phpfreechat/misc/ |
| D | createwebinstaller.php | 16 $phpi->addPage('Pre-Install Check',file_get_contents($phpinstaller_path.'/createinstaller/data/prec…
|
| /plugin/solr/ |
| D | AddDocument.php | 32 public function addPage($fields){ function in Solr_AddDocument
|
| D | index_all.php | 106 $doc->addPage($info->getFields());
|
| D | action.php | 101 $doc->addPage($info->getFields());
|
| /plugin/searchindex/ |
| D | ajax.php | 105 $success = $Indexer->addPage($_POST['page'], false, $force);
|
| /plugin/editor/ |
| D | syntax.php | 85 $pagelist->addPage($page);
|
| /plugin/tag/ |
| D | action.php | 98 $pagelist->addPage($page);
|
| /plugin/tag/syntax/ |
| D | topic.php | 143 $pagelist->addPage($page);
|
| D | searchtags.php | 110 $pagelist->addPage($page);
|
| /plugin/pagelist/ |
| D | syntax.php | 125 $pagelist->addPage($page);
|
| D | helper.php | 438 public function addPage($page) function in helper_plugin_pagelist 510 * @param array $page see for details @see addPage()
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DiffSync.js | 113 var addPage = mxUtils.bind(this, function(page) 158 addPage(lookup[mov]); 179 addPage(newPage); 197 addPage(); 202 addPage(lookup[moved[id]]);
|
| /plugin/discussion/syntax/ |
| D | threads.php | 172 $pagelist->addPage($page);
|
| /plugin/blog/syntax/ |
| D | autoarchive.php | 86 $pagelist->addPage($entry);
|
| D | archive.php | 136 $pagelist->addPage($entry);
|
| /plugin/tagfilter/ |
| D | action.php | 184 $Hpagelist->addPage($page);
|
| /plugin/tagfilter/helper/ |
| D | syntax.php | 206 $Hpagelist->addPage($page);
|
| /plugin/authorstats/ |
| D | action.php | 63 $pagelist->addPage($page);
|
| /plugin/bookcreator/script/ |
| D | nspicker.js | 314 Bookcreator.selectedpages.addPage (name);
|
| /plugin/task/syntax/ |
| D | tasks.php | 129 $pagelist->addPage($page);
|
| /plugin/gitbacked/action/ |
| D | editcommit.php | 151 $success = $Indexer->addPage($page, false, false);
|
| /plugin/changes/ |
| D | syntax.php | 392 $pagelist->addPage($page);
|
| /plugin/batchedit/ |
| D | engine.php | 682 public function addPage($page) { function in BatcheditSession 1027 $this->session->addPage($page);
|
| /plugin/diagramsnet/lib/ |
| D | electron.js | 1174 pages.forEach(p => pdfDoc.addPage(p));
|
12