Lines Matching full:my
11 var $my = NULL; variable in syntax_plugin_task_task
34 if ($my =& plugin_load('helper', 'task')) {
35 $date = $my->_interpretDate($date);
47 $current = $my->readTask($ID);
49 $my->writeTask($ID, $task);
52 $my->writeTask($ID, $task);
72 $task = $this->my->readTask($ID);
149 $this->my =& plugin_load('helper', 'task');
150 if (!is_object($this->my)) return false;
151 $this->task = $this->my->readTask($ID);
163 $responsible = $this->my->_isResponsible($user);
177 if (!$ret && $this->my) $ret = $this->my->statusLabel($status);
179 return '<abbr class="status" title="'.$this->my->_vstatus($status).'">'. $ret .'</abbr>';
220 $dropDownOptions [$option.' '] = $this->my->statusLabel($option);
252 $ret .= '>'.$this->my->statusLabel($option).'</option>';
298 …return '<abbr class="due" title="'.$this->my->_vdate($date, true).'">' . strftime($onlydate, $date…