/plugin/include/_test/ |
H A D | pagemove_support.test.php | 26 $this->assertTrue($move->movePage('editx', 'test:editx')); 42 $this->assertTrue($move->movePage('editx', 'test:edit')); 71 $this->assertTrue($move->movePage('old:namespace:main', 'new:namespace:main')); 72 $this->assertTrue($move->movePage('old:namespace:1:page_1', 'new:namespace:1:page_1')); 73 $this->assertTrue($move->movePage('old:namespace:1:page_2', 'new:namespace:1:page_2'));
|
/plugin/move/_test/ |
H A D | pagemove.test.php | 189 $result = $MoveOp->movePage($ID, $this->movedToId); 305 $result = $MoveOp->movePage($ID, $newId); 422 $result = $MoveOp->movePage($ID, $newId); //parent_ns:current_ns:test_page -> parent_ns:new_page 544 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start')); 562 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo:bar:start')); 580 $this->assertTrue($move->movePage('bar:start', 'wiki:foo:start')); 609 $this->assertTrue($move->movePage('bugs:start', 'bugs')); 612 $this->assertTrue($move->movePage('bugs', 'start')); 625 $this->assertTrue($move->movePage('some_space:start', 'spaceless:start'));
|
H A D | cache_handling.test.php | 40 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
|
H A D | mediamove.test.php | 34 $this->assertTrue($move->movePage($src, $dst));
|
H A D | stepThroughDocuments.test.php | 42 public function movePage($src, $dst) { function in helper_plugin_move_op_mock
|
/plugin/siteexport/_test/ |
H A D | plugin_siteexport_move.test.php | 26 $this->assertTrue($move->movePage('pagetomove', 'test:movedpage'));
|
/plugin/diagramsnet/lib/plugins/ |
H A D | page.js | 40 ui.movePage(k, l); 120 ui.movePage(k, l);
|
/plugin/bookcreator/ |
H A D | script.js | 46 Storage.prototype.movePage = function(pageid, position) { method in Storage 445 movePage: function() { method in BookManager 511 Bookcreator.selectedpages.movePage(pageid, endindex); 513 BookManager.deletedpages.movePage(pageid, endindex); 754 .on('click', 'a.action', BookManager.movePage);
|
/plugin/move/action/ |
H A D | rename.php | 116 if($this->renameOkay($src) && $MoveOperator->movePage($src, $dst)) {
|
/plugin/move/helper/ |
H A D | op.php | 125 public function movePage($src, $dst) { 119 public function movePage($src, $dst) { global() function in helper_plugin_move_op
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1233 EditorUi.prototype.movePage = function(oldIndex, newIndex) method in EditorUi 1339 this.movePage(startIndex, index);
|
H A D | EditorUi.js | 824 ui.movePage(idx, idx - 1); 834 ui.movePage(idx, 0); 844 ui.movePage(idx, idx + 1); 854 ui.movePage(idx, ui.pages.length - 1);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3375 …{if(37==b.keyCode)return function(){0<d&&m.movePage(d,d-1)};if(38==b.keyCode)return function(){0<d… 3376 …n function(){d<m.pages.length-1&&m.movePage(d,d+1)};if(40==b.keyCode)return function(){d<m.pages.l…
|
H A D | app.min.js | 10707 …{if(37==b.keyCode)return function(){0<c&&g.movePage(c,c-1)};if(38==b.keyCode)return function(){0<c… 10708 …n function(){c<g.pages.length-1&&g.movePage(c,c+1)};if(40==b.keyCode)return function(){c<g.pages.l… 11975 EditorUi.prototype.movePage=function(b,e){this.editor.graph.model.execute(new MovePage(this,b,e))};… 11978 ….addListener(d,"drop",mxUtils.bind(this,function(b){null!=g&&c!=g&&this.movePage(g,c);b.stopPropag…
|
H A D | viewer-static.min.js | 3375 …{if(37==b.keyCode)return function(){0<d&&m.movePage(d,d-1)};if(38==b.keyCode)return function(){0<d… 3376 …n function(){d<m.pages.length-1&&m.movePage(d,d+1)};if(40==b.keyCode)return function(){d<m.pages.l…
|