Searched refs:renamePage (Results 1 – 6 of 6) sorted by relevance
| /plugin/move/ |
| D | remote.php | 19 public function renamePage(string $fromId, string $toId) function in remote_plugin_move
|
| /plugin/tagging/action/ |
| H A D | main.php | 307 $hlp->renamePage($src, $dst);
|
| /plugin/move/helper/ |
| D | op.php | 173 if(($idx_msg = $Indexer->renamePage($src, $dst)) !== true
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Pages.js | 1210 EditorUi.prototype.renamePage = function(page) method in EditorUi 1556 this.renamePage(page, page.getName()); 1653 this.renamePage(page) 1761 this.renamePage(page, label);
|
| /plugin/tagging/ |
| H A D | helper.php | 632 public function renamePage($oldName, $newName) function in helper_plugin_tagging
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 11974 …),[d.root])}}catch(f){this.handleError(f)}return d};EditorUi.prototype.renamePage=function(b){if(t… 11987 …mxResources.get("renameIt",[d]),null,mxUtils.bind(this,function(){this.renamePage(e,e.getName())})… 11991 …ph;mxEvent.addListener(e,"dblclick",mxUtils.bind(this,function(c){this.renamePage(b);mxEvent.consu… 11995 …dItem(mxResources.get("rename"),null,mxUtils.bind(this,function(){this.renamePage(b,e)}),c);null!=…
|