Home
last modified time | relevance | path

Searched refs:addPage (Results 1 – 25 of 34) sorted by relevance

12

/plugin/bookcreator/
Dscript.js30 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/
Dcreatewebinstaller.php16 $phpi->addPage('Pre-Install Check',file_get_contents($phpinstaller_path.'/createinstaller/data/prec…
/plugin/solr/
DAddDocument.php32 public function addPage($fields){ function in Solr_AddDocument
Dindex_all.php106 $doc->addPage($info->getFields());
Daction.php101 $doc->addPage($info->getFields());
/plugin/searchindex/
Dajax.php105 $success = $Indexer->addPage($_POST['page'], false, $force);
/plugin/editor/
Dsyntax.php85 $pagelist->addPage($page);
/plugin/tag/
Daction.php98 $pagelist->addPage($page);
/plugin/tag/syntax/
Dtopic.php143 $pagelist->addPage($page);
Dsearchtags.php110 $pagelist->addPage($page);
/plugin/pagelist/
Dsyntax.php125 $pagelist->addPage($page);
Dhelper.php438 public function addPage($page) function in helper_plugin_pagelist
510 * @param array $page see for details @see addPage()
/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js113 var addPage = mxUtils.bind(this, function(page)
158 addPage(lookup[mov]);
179 addPage(newPage);
197 addPage();
202 addPage(lookup[moved[id]]);
/plugin/discussion/syntax/
Dthreads.php172 $pagelist->addPage($page);
/plugin/blog/syntax/
Dautoarchive.php86 $pagelist->addPage($entry);
Darchive.php136 $pagelist->addPage($entry);
/plugin/tagfilter/
Daction.php184 $Hpagelist->addPage($page);
/plugin/tagfilter/helper/
Dsyntax.php206 $Hpagelist->addPage($page);
/plugin/authorstats/
Daction.php63 $pagelist->addPage($page);
/plugin/bookcreator/script/
Dnspicker.js314 Bookcreator.selectedpages.addPage (name);
/plugin/task/syntax/
Dtasks.php129 $pagelist->addPage($page);
/plugin/gitbacked/action/
Deditcommit.php151 $success = $Indexer->addPage($page, false, false);
/plugin/changes/
Dsyntax.php392 $pagelist->addPage($page);
/plugin/batchedit/
Dengine.php682 public function addPage($page) { function in BatcheditSession
1027 $this->session->addPage($page);
/plugin/diagramsnet/lib/
Delectron.js1174 pages.forEach(p => pdfDoc.addPage(p));

12