/plugin/bookcreator/ |
H A 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/ |
H A D | createwebinstaller.php | 16 $phpi->addPage('Pre-Install Check',file_get_contents($phpinstaller_path.'/createinstaller/data/prec…
|
/plugin/solr/ |
H A D | AddDocument.php | 32 public function addPage($fields){ function in Solr_AddDocument
|
H A D | index_all.php | 106 $doc->addPage($info->getFields());
|
H A D | action.php | 101 $doc->addPage($info->getFields());
|
/plugin/searchindex/ |
H A D | ajax.php | 105 $success = $Indexer->addPage($_POST['page'], false, $force);
|
/plugin/editor/ |
H A D | syntax.php | 85 $pagelist->addPage($page);
|
/plugin/tag/ |
H A D | action.php | 98 $pagelist->addPage($page);
|
/plugin/tag/syntax/ |
H A D | topic.php | 143 $pagelist->addPage($page);
|
H A D | searchtags.php | 110 $pagelist->addPage($page);
|
/plugin/pagelist/ |
H A D | syntax.php | 125 $pagelist->addPage($page);
|
H A D | helper.php | 35 * 'title', 'date', 'user', 'desc', 'summary', 'comments', 'tags', 'status' and 'priority', see addPage() for details 42 * see addPage() for details 45 * @deprecated 2022-08-17 still public, will change to protected, use addPage() instead 176 'name' => 'addPage', 191 * 1) extra entry to setHeader([]) or addPage([]) 438 public function addPage($page) 443 $this->meta = null; // do all metadata calls in addPage() 510 * @param array $page see for details @see addPage() 390 public function addPage($page) global() function in helper_plugin_pagelist
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A 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/ |
H A D | threads.php | 152 $pagelist->addPage($page);
|
/plugin/blog/syntax/ |
H A D | autoarchive.php | 86 $pagelist->addPage($entry);
|
H A D | archive.php | 136 $pagelist->addPage($entry);
|
/plugin/tagfilter/ |
H A D | action.php | 184 $Hpagelist->addPage($page);
|
/plugin/tagfilter/helper/ |
H A D | syntax.php | 206 $Hpagelist->addPage($page);
|
/plugin/authorstats/ |
H A D | action.php | 63 $pagelist->addPage($page);
|
/plugin/bookcreator/script/ |
H A D | nspicker.js | 314 Bookcreator.selectedpages.addPage (name);
|
/plugin/task/syntax/ |
H A D | tasks.php | 129 $pagelist->addPage($page);
|
/plugin/changes/ |
H A D | syntax.php | 392 $pagelist->addPage($page);
|
/plugin/batchedit/ |
H A D | engine.php | 682 public function addPage($page) { function in BatcheditSession 1027 $this->session->addPage($page);
|
/plugin/diagramsnet/lib/ |
H A D | electron.js | 1174 pages.forEach(p => pdfDoc.addPage(p));
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 2213 pdfKitDoc.addPage(pdfKitDoc.options); 15966 this.addPage(pageSize); 16142 this.addPage(getPageSize(this.getCurrentPage(), pageOrientation)); 16157 DocumentContext.prototype.addPage = function(pageSize) { 17096 this.addPage(); 17121 PDFDocument.prototype.addPage = function(options) { 32150 this.document.addPage();
|