/plugin/pgn4web/pgn4web/live/ |
H A D | live-simulation.sh | 307 move=0 308 while [ $move -le $upto ] 311 move=$(($move + 1)) 319 move=0 323 move=$(($move + 1)) 337 move=0 338 while [ $move -le $upto ] 341 move=$(($move + 1)) 347 move=0 348 while [ $move -le $upto ] [all …]
|
/plugin/include/_test/ |
H A D | pagemove_support.test.php | 4 * Tests the move support for adapting the syntax of the include plugin 12 $this->pluginsEnabled[] = 'move'; 18 /** @var $move helper_plugin_move_op */ 19 $move = plugin_load('helper', 'move_op'); 20 if (!$move) { 21 $this->markTestSkipped('the move plugin is not installed'); 26 $this->assertTrue($move->movePage('editx', 'test:editx')); 31 /** @var $move helper_plugin_move_op */ 32 $move = plugin_load('helper', 'move_op'); 33 if (!$move) { [all...] |
/plugin/move/_test/ |
H A D | mediamove.test.php | 7 * Test cases for the move plugin 15 $this->pluginsEnabled[] = 'move'; 32 /** @var helper_plugin_move_op $move */ 33 $move = plugin_load('helper', 'move_op'); 34 $this->assertTrue($move->movePage($src, $dst)); 55 /** @var helper_plugin_move_op $move */ 56 $move = plugin_load('helper', 'move_op'); 57 $this->assertTrue($move->moveMedia($src, $dst)); 83 /** @var helper_plugin_move_op $move */ 84 $move [all...] |
H A D | pagemove.test.php | 7 * Test cases for the move plugin 26 $this->pluginsEnabled[] = 'move'; 530 * Ensure that absolute links stay absolute. See https://github.com/michitux/dokuwiki-plugin-move/pull/6#discussion_r15698440 542 /** @var helper_plugin_move_op $move */ 543 $move = plugin_load('helper', 'move_op'); 544 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start')); 559 /** @var helper_plugin_move_op $move */ 560 $move = plugin_load('helper', 'move_op'); 562 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo:bar:start')); 577 /** @var helper_plugin_move_op $move */ [all...] |
H A D | cache_handling.test.php | 7 * Test cases for the move plugin 16 $this->pluginsEnabled[] = 'move'; 38 /** @var helper_plugin_move_op $move */ 39 $move = plugin_load('helper', 'move_op'); 40 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
|
/plugin/move/script/ |
H A D | rename.js | 14 '<label>' + LANG.plugins.move.newname + '<br>' + 32 LANG.plugins.move.inprogress 62 title: LANG.plugins.move.rename + ' ' + JSINFO.id, 69 text: LANG.plugins.move.cancel, 75 text: LANG.plugins.move.rename,
|
/plugin/move/helper/ |
H A D | plan.php | 15 * This thing prepares and keeps progress info on complex move operations (eg. where more than a single 18 * Please note: this has not a complex move resolver. Move operations may not depend on each other (eg. you 19 * can not use a namespace as source that will only be created by a different move operation) instead all given 38 * @var array the options for this move plan 70 * initializes state (if any) for continuiation of a running move op 187 * Check if there is a move in progress currently 245 * Plans the move of a namespace or document 247 * @param string $src ID of the item to move 268 * Abort any move or plan in progress and reset the helper 282 * the plan is reordered an the needed move operation [all...] |
/plugin/siteexport/_test/ |
H A D | plugin_siteexport_move.test.php | 17 $move = plugin_load('helper', 'move_op'); 18 if (!$move) return; // disable the test when move is not installed 26 $this->assertTrue($move->movePage('pagetomove', 'test:movedpage'));
|
/plugin/pagemove/lang/en/ |
H A D | pagemove.txt | 3 This plugin allows you to move and/or rename the current document or move and/or rename the current… 5 * You cannot move the start page. 9 * You cannot move the document to a namespace where a document with the same name already exists.
|
/plugin/pgn4web/pgn4web/ |
H A D | template.css | 94 .move, 101 .move, 107 a.move, 113 .move, 118 a.move:hover, a.variation:hover { 122 .move {
|
H A D | live-compact.css | 123 .move, 130 .move, 136 a.move, 142 .move, 153 .move,
|
H A D | inputform.css | 119 .move, 125 a.move, 131 .move { 134 a.move {
|
/plugin/move/lang/en/ |
H A D | tree.txt | 5 In order to move many namespaces, pages or media files to the same destination, you can use the checkboxes as follows: 6 * check the namespaces, pages or media files you want to move; 7 * move one of the checked items to the desired destination, all selected items will be moved to this destination.
|
H A D | move.txt | 3 This plugin allows you to move and/or rename the current page or move and/or rename the current namespace within the following restrictions: 8 * You cannot move a page to a namespace where a page with the same name already exists.
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
H A D | ActionDetail.php | 118 public function setMove(Move $move) argument 120 $this->move = $move; 127 return $this->move;
|
/plugin/include/ |
H A D | requirements.txt | 2 https://github.com/michitux/dokuwiki-plugin-move.git lib/plugins/move
|
/plugin/siteexport/ |
H A D | req-travis.txt | 2 https://github.com/michitux/dokuwiki-plugin-move.git lib/plugins/move
|
/plugin/accscounter/lang/en/ |
H A D | movedirection.txt | 7 **Be careful, once you click one of following links, the system will __start to move or delete the … 10 * [[?do=accscounter_datatransfer&mode=move|Move the files to the new destination]] 12 * [[?do=accscounter_datatransfer&mode=delete|Don't move the files, just delete them]]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ObjectTreeTest.php | 68 $this->tree->move('file.txt','file2.txt'); 80 $this->tree->move('file.txt','subdir/file2.txt'); 92 $this->tree->move('subdir','subdir2');
|
/plugin/pgn4web/pgn4web/libs/garbochess/ |
H A D | garbochess.js | 77 var from = move & 0xFF; 131 MakeMove(move); 135 UnmakeMove(move); 145 function FormatMove(move) { argument 146 var result = FormatSquare(move & 0xFF) + FormatSquare((move >> 8) & 0xFF); 170 if (move == 0) { 176 MakeMove(move); 183 UnmakeMove(move); 469 function ScoreMove(move){ argument 2285 function See(move) { argument [all …]
|
/plugin/refnotes/ |
H A D | script.js | 34 // and display hidden tooltip so we can move it around 56 move(event, dx, dy) { method in preview 75 preview.move(event, 2, 2); 100 preview.move(event, 10, 12);
|
/plugin/move/ |
H A D | plugin.info.txt | 1 base move 7 url https://www.dokuwiki.org/plugin:move
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | SASPortalTesting.php | 181 ],'move' => [ 182 'path' => 'v1alpha1/{+name}:move', 329 ],'move' => [ 330 'path' => 'v1alpha1/{+name}:move', 435 ],'move' => [ 436 'path' => 'v1alpha1/{+name}:move', 645 ],'move' => [ 646 'path' => 'v1alpha1/{+name}:move', 779 ],'move' => [ 927 ],'move' => [ [all …]
|
H A D | Sasportal.php | 181 ],'move' => [ 182 'path' => 'v1alpha1/{+name}:move', 329 ],'move' => [ 330 'path' => 'v1alpha1/{+name}:move', 435 ],'move' => [ 436 'path' => 'v1alpha1/{+name}:move', 645 ],'move' => [ 646 'path' => 'v1alpha1/{+name}:move', 779 ],'move' => [ 927 ],'move' => [ [all …]
|
/plugin/combo/ |
H A D | requirements.txt | 3 https://github.com/michitux/dokuwiki-plugin-move lib/plugins/move
|