Home
last modified time | relevance | path

Searched refs:msg_sent (Results 1 – 4 of 4) sorted by relevance

/plugin/mathtran/
H A Dsyntax.php34 var $msg_sent = false; variable in syntax_plugin_mathtran
121 if ($this->msg_sent) return;
124 $this->msg_sent = true;
/plugin/math2/
H A Dsyntax.php63 var $msg_sent = false; variable in syntax_plugin_math
201 if ($this->msg_sent) return;
204 $this->msg_sent = true;
/plugin/mathpublish/
H A Dsyntax.php28 protected $msg_sent = false; variable in syntax_plugin_mathpublish
213 if($this->msg_sent) return;
216 $this->msg_sent = true;
/plugin/math/
H A Dsyntax.php98 var $msg_sent = false; variable in syntax_plugin_mathmulti