Home
last modified time | relevance | path

Searched +full:add +(+path:plugin +path:move) -(+path:plugin +path:move +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/move/script/
Dtree.js19 var $all = $li.add($li.find('li.moved'));
115 $dropped = $dropped.add(
148 // add title to rename icon
151 .find('img.add').attr('title', LANG.plugins.move.add);
211 var newname = window.prompt(LANG.plugins.move.add);
DMoveMediaManager.js19 * Observer callback to add the move button in the detail panel of the media manager
43 moveButton.classList.add('move-btn');
163 err.classList.add('error');
/plugin/move/helper/
Dop.php161 … // give plugins the option to add their own meta files to the list of files that need to be moved
163 // and to add other pages to the affected pages
213 // Add meta data to all affected pages, so links get updated later
263 … // give plugins the option to add their own meta files to the list of files that need to be moved
265 // and to add other pages to the affected pages
302 // Add meta data to all affected pages, so links get updated later
Dplan.php205 * Add a single page to be moved to the plan
215 * Add a single media file to be moved to the plan
225 * Add a page namespace to be moved to the plan
235 * Add a media namespace to be moved to the plan
322 // now add all the found documents to our lists
560 * This simply adds the moved missing pages to all affected pages meta data. This will add
615 * @todo maybe add an event so plugins can move more stuff?
704 * Add the list of pages to the list of affected pages whose links need adjustment
Drewrite.php84 * Add info about a moved document to the metadata of an affected page
97 * Add info about several moved documents to the metadata of an affected page
253 //add modes to parser
/plugin/move/
DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/move/action/
Drename.php76 * Add 'rename' button to page tools, new SVG based mechanism
208 * Use this in your template to add a simple "move this page" link
/plugin/move/admin/
Dtree.php165 … else $ret .= '<img class="add" src="' . DOKU_BASE . 'lib/plugins/move/images/folder_add.png" />';