Home
last modified time | relevance | path

Searched refs:isCommited (Results 1 – 5 of 5) sorted by relevance

/plugin/move/admin/
Dmain.php31 if($this->plan->isCommited()) $label .= ' '.$this->getLang('inprogress');
64 if($this->plan->isCommited()) {
85 if($this->plan->isCommited()) {
102 if($this->plan->isCommited()) return false;
Dtree.php45 if ($plan->isCommited()) {
/plugin/move/action/
Dprogress.php52 if(!$plan->isCommited()) {
Drename.php129 if($plan->isCommited()) {
/plugin/move/helper/
Dplan.php200 public function isCommited() { function in helper_plugin_move_plan