Home
last modified time | relevance | path

Searched +full:move +(+path:plugin +path:move) -(+path:plugin +path:move +path:lang) (Results 1 – 25 of 36) sorted by last modified time

12

/plugin/siteexport/action/
H A Dmove.php3 * Site Export Plugin page move support for the move plugin
21 * Register the handler for the move plugin.
28 * Handle rewrites for the move plugin. Currently only the link/toc syntax is handled.
/plugin/struct/action/
H A Dmove.php42 * @param bool $ispage is this a page move operation?
/plugin/approve/action/
H A Dmove.php23 * @param bool $ispage is this a page move operation?
39 //move revision history
/plugin/ireadit/action/
H A Dmove.php23 * @param bool $ispage is this a page move operation?
38 //move revision history
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DMove.php20 class Move extends \Google\Collection class
59 class_alias(Move::class, 'Google_Service_DriveActivity_Move');
/plugin/move/helper/
H A Dhandler.php3 * Move Plugin Rewriting Handler
13 * Handler class for move. It does the actual rewriting of the content.
38 * Initialize the move handler.
84 foreach($moves as $move) {
85 if($move[0] == $old) {
86 $old = $move[1];
H A Dop.php3 * Move Plugin Operation Execution
16 * @var string symbol to make move operations easily recognizable in change log
33 // Check we have rights to move this document
81 // Check we have rights to move this document
119 * Execute a page move/rename
134 // remember what this page was called before the move in meta data
171 // Move the Subscriptions & Indexes (new feature since Spring 2013 release)
207 // Move the old revisions
209 // it's too late to stop the move, so just display a message.
232 * Execute a media file move/renam
[all...]
H A Dplan.php3 * Move Plugin Operation Planner
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
[all...]
/plugin/move/
H A Dplugin.info.txt1 base move
5 name Move plugin
6 desc Move and rename pages and media files whilst maintaining the links.
7 url https://www.dokuwiki.org/plugin:move
H A Dscript.js2 * includes all needed JavaScript for the move plugin
H A Dstyle.less31 cursor: move;
H A DREADME1 move Plugin for DokuWiki
3 Move and rename pages and media files while maintaining the links.
6 http://www.dokuwiki.org/plugin:move
9 lib/plugins/move/ - if the folder is called different it
/plugin/move/_test/
H A DaffectedPagesNs.test.php5 * Test cases for the move plugin
12 protected $pluginsEnabled = array('move',);
H A Dnamespace_move.test.php7 * Test cases for namespace move functionality of the move plugin
15 $this->pluginsEnabled[] = 'move';
35 * This is an integration test, which checks the correct working of an entire namespace move.
71 * This is an integration test, which checks the correct working of an entire namespace move.
122 * This is an integration test, which checks the correct working of an entire namespace move.
182 $conf['plugin']['move']['autorewrite'] = 0;
193 $lockfile = $conf['lockdir'] . 'move.lock';
226 * This is an integration test, which checks the correct working of an entire namespace move.
271 * This is an integration test, which checks the correct working of an entire namespace move
[all...]
H A Dplan.test.php8 * Test cases for the move plugin
64 * Move a page out of a namespace and then move the namespace elsewhere
H A DstepThroughDocuments.test.php59 * Test cases for helper_plugin_move_plan::stepThroughDocuments function of the move plugin
224 $conf['plugin']['move']['autoskip'] = '1';
H A Dhandler.test.php8 * Test cases for the move plugin
16 $this->pluginsEnabled[] = 'move';
63 ':bang' => 'bang', // absolute link that did not move
64 'foo' => 'used:to:be:foo', // relative link that did not move
65 'this1' => 'used:to:be:that1', // relative link that did not move but is in move list
/plugin/move/script/
H A Dprogress.js59 alert(LANG.plugins.move.complete);
75 // move in progress, no more preview
88 // hide preview list on namespace move
H A Dtree.js149 .find('img.rename').attr('title', LANG.plugins.move.renameitem)
151 .find('img.add').attr('title', LANG.plugins.move.add);
154 var add_template = '<li class="type-d open created" data-name="%s" data-id="%s"><div class="li"><input type="checkbox"> <a href="%s" class="idx_dir">%s</a><img class="rename" src="' + DOKU_BASE + 'lib/plugins/move/images/rename.png"></div><ul class="tree_list"></ul></li>';
199 var newname = window.prompt(LANG.plugins.move.renameitem, $li.data('name'));
207 alert(LANG.plugins.move.duplicate.replace('%s', newname));
211 var newname = window.prompt(LANG.plugins.move.add);
220 alert(LANG.plugins.move.duplicate.replace('%s', newname));
H A Drename.js14 '<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/action/
H A Dprogress.php3 * Move Plugin AJAX handler to step through a move plan
H A Drename.php3 * Move Plugin Page Rename Functionality
92 array_splice($event->data['items'], -1, 0, array(new \dokuwiki\plugin\move\MenuItem()));
210 * Use this in your template to add a simple "move this page" link
213 * trigger the page move dialog.
H A Drewrite.php3 * Move Plugin Page Rewrite Functionality
38 // only rewrite if not in move already
H A Dtree.php3 * Move Plugin Tree Loading Functionality
/plugin/move/admin/
H A Dmain.php3 * Plugin : Move
14 * Admin component of the move plugin. Provides the user interface.
94 * Get input variables and create a move plan from them
160 * Display the simple move form
165 echo $this->locale_xhtml('move');
193 * Display the GUI while the move progresses
238 * Display a move workflow button
241 * abort - abort the whole move

12