Searched refs:add_error (Results 1 – 3 of 3) sorted by relevance
/plugin/projects/lib/ |
H A D | layout.php | 34 $this->add_error($renderer, htmlspecialchars('<' . PROJECTS_TAG . '>') . 46 $this->add_error($renderer, "Do not know how to generate the file"); 51 $this->add_error($renderer, 63 $this->add_error($renderer, 71 $this->add_error($renderer, "Circular dependency:" . $msg); 133 public function add_error(&$renderer, $error) { function in ProjectFileLayout
|
H A D | maker.php | 44 add_error($errors, $this->name, array('loop' => $loop)); 65 add_error($errors, $link->name(), 138 $this->add_error($name, "undefined"); 158 $this->add_error($name, array('dependency' => $dep)); 292 $this->add_error($name, array("failure" => $result)); 318 private function add_error($name, $error) { function in Maker 319 add_error($this->errors, $name, $error); 331 function add_error(&$errors, $name, $error) { function
|
/plugin/bez/action/ |
H A D | default.php | 46 private function add_error($value, $header=NULL) { function in action_plugin_bez_default 233 $this->add_error(
|