Home
last modified time | relevance | path

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

/plugin/move/script/
H A Dprogress.js4 // initialize the progress bar
5 var $progressbar = $this.find('.progress');
8 value: $progressbar.data('progress')
50 $progressbar.progressbar('option', 'value', data.progress);
75 // move in progress, no more preview
/plugin/move/admin/
H A Dmain.php198 echo $this->locale_xhtml('progress');
200 $progress = $this->plan->getProgress();
213 echo '<div class="progress" data-progress="' . $progress . '">' . $progress . '%</div>';
/plugin/move/action/
H A Dprogress.php46 'progress' => 0
57 $return['progress'] = $plan->getProgress();
/plugin/move/
H A Dscript.js10 /* DOKUWIKI:include script/progress.js */
H A Dstyle.less60 * The progress page
/plugin/move/helper/
H A Dplan.php15 …* This thing prepares and keeps progress info on complex move operations (eg. where more than a si…
164 * Returns the progress of this plan in percent
187 * Check if there is a move in progress currently
268 * Abort any move or plan in progress and reset the helper