Searched refs:createPage (Results 1 – 11 of 11) sorted by relevance
/plugin/struct/meta/ |
H A D | CSVSerialImporter.php | 8 protected $createPage = []; variable in dokuwiki\\plugin\\struct\\meta\\CSVSerialImporter 29 if ($this->createPage[$pid]) { 30 $this->createPage($pid, $values); 43 protected function createPage($pid, $line) function in dokuwiki\\plugin\\struct\\meta\\CSVSerialImporter 73 if ($col->getLabel() !== 'pid' || !$INPUT->bool('createPage')) { 79 $this->createPage[$pid] = true;
|
H A D | CSVPageImporter.php | 10 protected $createPage = []; variable in dokuwiki\\plugin\\struct\\meta\\CSVPageImporter 31 if (isset($this->createPage[$pid])) { 32 $this->createPage($pid, $values); 52 protected function createPage($pid, $line) function in dokuwiki\\plugin\\struct\\meta\\CSVPageImporter 141 if ($INPUT->bool('createPage')) { 142 $this->createPage[$pid] = true;
|
/plugin/diagramsnet/lib/plugins/ |
H A D | page.js | 93 var page = ui.createPage("Page " + k);
|
/plugin/glossary/ |
H A D | glossary.class.php | 765 function createPage (&$request) { function in glossary 889 $this->createPage ($request);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1027 page = (page != null) ? page : this.createPage(null, this.createPageId()); 1056 EditorUi.prototype.createPage = function(name, id) method in EditorUi
|
H A D | DrawioFile.js | 745 this.ui.pages.push(this.ui.createPage());
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 3392 var page = this.createPage(pageEle); 3467 mxVsdxModel.prototype.createPage = function (pageEle) {
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1204 …s.pages={};for(var b={},c=a.length,g=0;g<c;g++){var n=a.item(g),n=this.createPage(n);n.isBackgroun… 1207 …ster=function(b){var a=this.masters;return a[b]?a[b]:null};d.prototype.createPage=function(b){retu… method in d
|
H A D | app.min.js | 9996 …this.isModified());0==this.ui.pages.length&&this.ui.pages.push(this.ui.createPage());0>mxUtils.ind… 11970 ….graph.isEditing()&&this.editor.graph.stopEditing(!1);b=null!=b?b:this.createPage(null,this.create… 11971 EditorUi.prototype.createPage=function(b,e){var d=new DiagramPage(this.fileNode.ownerDocument.creat…
|
H A D | viewer.min.js | 3036 …this.isModified());0==this.ui.pages.length&&this.ui.pages.push(this.ui.createPage());0>mxUtils.ind…
|
H A D | viewer-static.min.js | 3036 …this.isModified());0==this.ui.pages.length&&this.ui.pages.push(this.ui.createPage());0>mxUtils.ind…
|