Searched refs:_show_message (Results 1 – 5 of 5) sorted by relevance
/plugin/contact/ |
H A D | syntax.php | 110 $this->_show_message("Name has invalid input"); 114 $this->_show_message("Email address has invalid input"); 118 $this->_show_message("Subject has invalid input"); 122 $this->_show_message("Destination address has invalid input"); 126 $this->_show_message("Comment has invalid input"); 134 $this->_show_message ("Mail sent successfully"); 137 $this->_show_message ("Mail not sent. Please contact the administrator"); 145 function _show_message($string){ function in syntax_plugin_contact
|
/plugin/contactmodern/ |
H A D | syntax.php | 266 $ret .= $this->_show_message(); 302 protected function _show_message() { function in syntax_plugin_moderncontact
|
/plugin/redirect2/ |
H A D | action.php | 87 $this->_show_message('redirect_halt', $ID, $page); 95 $this->_show_message('redirected_from', $ID, $dest, $status); 319 protected function _show_message($format, $orig=NULL, $dest=NULL, $status=302) 313 protected function _show_message($format, $orig=NULL, $dest=NULL, $status=302) { global() function in action_plugin_redirect2
|
/plugin/dokumicrobugtracker/ |
H A D | syntax.php | 399 function _show_message($string){ function in syntax_plugin_dokumicrobugtracker
|
/plugin/issuetracker/ |
H A D | syntax.php | 1482 function _show_message($string){ function in syntax_plugin_issuetracker
|