Home
last modified time | relevance | path

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

/plugin/move/script/
H A 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);
/plugin/move/helper/
H A Dop.php155 … // give plugins the option to add their own meta files to the list of files that need to be moved
157 // and to add other pages to the affected pages
207 // Add meta data to all affected pages, so links get updated later
257 … // give plugins the option to add their own meta files to the list of files that need to be moved
259 // and to add other pages to the affected pages
296 // Add meta data to all affected pages, so links get updated later
H A 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
244 // Add the Handler
249 //add modes to parser
H A 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
/plugin/move/action/
H A Drename.php62 * Add 'rename' button to page tools, new SVG based mechanism
135 * Use this in your template to add a simple "move this page" link
/plugin/move/admin/
H A Dtree.php165 … else $ret .= '<img class="add" src="' . DOKU_BASE . 'lib/plugins/move/images/folder_add.png" />';