Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/plugin/pgn4web/pgn4web/live/
H A Dlive-simulation.sh307 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 Dpagemove_support.test.php4 * 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 Dmediamove.test.php33 $move = plugin_load('helper', 'move_op');
34 $this->assertTrue($move->movePage($src, $dst));
56 $move = plugin_load('helper', 'move_op');
57 $this->assertTrue($move->moveMedia($src, $dst));
84 $move = plugin_load('helper', 'move_op');
85 $this->assertTrue($move->moveMedia($src, $dst));
91 $this->assertTrue($move->moveMedia($dst, 'logo_2.png'));
117 $move = plugin_load('helper', 'move_op');
118 $this->assertTrue($move->moveMedia($src, $dst));
H A Dpagemove.test.php542 $move = plugin_load('helper', 'move_op');
543 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
559 $move = plugin_load('helper', 'move_op');
561 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo:bar:start'));
577 $move = plugin_load('helper', 'move_op');
579 $this->assertTrue($move->movePage('bar:start', 'wiki:foo:start'));
606 $move = plugin_load('helper', 'move_op');
608 $this->assertTrue($move->movePage('bugs:start', 'bugs'));
611 $this->assertTrue($move->movePage('bugs', 'start'));
622 $move = plugin_load('helper', 'move_op');
[all …]
H A Dcache_handling.test.php39 $move = plugin_load('helper', 'move_op');
40 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
/plugin/move/script/
H A Drename.js20 LANG.plugins.move.inprogress
49 '<label>' + LANG.plugins.move.newname + '<br>' +
60 title: LANG.plugins.move.rename+' '+JSINFO.id,
67 text: LANG.plugins.move.cancel,
73 text: LANG.plugins.move.rename,
/plugin/move/helper/
H A Dplan.php299 foreach($this->plan as $move) {
300 if($move['class'] == self::CLASS_DOC) {
302 $this->addToDocumentList($move['src'], $move['dst'], $move['type']);
308 if($move['type'] == self::TYPE_PAGES) {
315 if($move['src'] !== '') {
316 $strip = strlen($move['src']) + 1;
320 if($move['dst']) $move['dst'] .= ':';
330 if($move['type'] == self::TYPE_PAGES) {
334 $this->addToDocumentList($move['src'], $move['dst'], self::CLASS_NS);
336 $this->findMissingDocuments($move['src'] . ':', $move['dst'],$move['type']);
[all …]
/plugin/siteexport/_test/
H A Dplugin_siteexport_move.test.php17 $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 Dpagemove.txt3 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 Dtemplate.css94 .move,
101 .move,
107 a.move,
113 .move,
118 a.move:hover, a.variation:hover {
122 .move {
H A Dlive-compact.css123 .move,
130 .move,
136 a.move,
142 .move,
153 .move,
H A Dinputform.css119 .move,
125 a.move,
131 .move {
134 a.move {
/plugin/move/lang/en/
H A Dtree.txt5 In order to move many namespaces, pages or media files to the same destination, you can use the che…
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 th…
H A Dmove.txt3 This plugin allows you to move and/or rename the current page or move and/or rename the current nam…
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 DActionDetail.php118 public function setMove(Move $move) argument
120 $this->move = $move;
127 return $this->move;
/plugin/include/
H A Drequirements.txt2 https://github.com/michitux/dokuwiki-plugin-move.git lib/plugins/move
/plugin/siteexport/
H A Dreq-travis.txt2 https://github.com/michitux/dokuwiki-plugin-move.git lib/plugins/move
/plugin/accscounter/lang/en/
H A Dmovedirection.txt7 **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 DObjectTreeTest.php68 $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 Dgarbochess.js77 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 Dscript.js34 // 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 Dplugin.info.txt1 base move
7 url http://www.dokuwiki.org/plugin:move
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSASPortalTesting.php181 ],'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 DSasportal.php181 ],'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 Drequirements.txt3 https://github.com/michitux/dokuwiki-plugin-move lib/plugins/move

12345678910>>...18