Searched refs:duplicatePage (Results 1 – 3 of 3) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | DatabasePageRow.php | 648 $duplicatePage = $databasePage->getMarkupPath(); 649 if ($duplicatePage->getPathObject()->toUriString() === $this->markupPath->toUriString()) { 652 $message = "The page ($this->markupPath) cannot be replicated to the database because it has the same page id abbreviation ($pageIdAbbr) than the page ($duplicatePage)"; 990 $duplicatePage = MarkupPath::createMarkupFromId($id); 991 if (!$duplicatePage->exists()) { 993 $this->deleteIfExistsAndAddRedirectAlias($duplicatePage); 1004 $duplicatePage->unsetMetadata($canoncialName); 1069 $duplicatePage = MarkupPath::createMarkupFromId($attributeValue); 1070 if (!$duplicatePage->exists()) { 1071 $this->addRedirectAliasWhileBuildingRow($duplicatePage); [all...] |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1159 EditorUi.prototype.duplicatePage = function(page, name) method in EditorUi 1563 this.duplicatePage(page, mxResources.get('copyOf', [page.getName()])); 1808 this.duplicatePage(page, mxResources.get('copyOf', [page.getName()]));
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11973 EditorUi.prototype.duplicatePage=function(b,e){var d=null;try{var c=this.editor.graph;if(c.isEnable… 11987 …sources.get("duplicateIt",[d]),null,mxUtils.bind(this,function(){this.duplicatePage(e,mxResources.… 11997 …m(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(b,mxResources.…
|