Home
last modified time | relevance | path

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

/dports/mail/horde-ingo/ingo-3.2.16/lib/Form/
H A DSpam.php63 public function validate($vars = null, $canAutoFill = false) argument
71 return parent::validate($vars, $canAutoFill);
H A DVacation.php86 public function validate($vars = null, $canAutoFill = false) argument
89 if (!parent::validate($vars, $canAutoFill)) {
/dports/devel/horde-whups/whups-3.0.12/lib/Form/
H A DAddComment.php50 public function validate(&$vars, $canAutoFill = false) argument
54 if (!parent::validate($vars, $canAutoFill)) {
/dports/devel/horde-whups/whups-3.0.12/lib/Form/Ticket/
H A DCreateStepThree.php100 public function validate(&$vars, $canAutoFill = false) argument
104 if (!parent::validate($vars, $canAutoFill)) {
/dports/www/pear-Horde_Form/Horde_Form-2.0.20/lib/Horde/
H A DForm.php597 function validate($vars = null, $canAutoFill = false) argument
604 if ($this->isSubmitted() || $canAutoFill) {
610 if (!$this->isSubmitted() && !$canAutoFill) {