Home
last modified time | relevance | path

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

/plugin/openid/Auth/Yadis/
H A DParseHTML.php33 public $_removed_re = '<!--.*?-->|<!\[CDATA\[.*?\]\]>|<script\b(?!:)[^>]*>.*?<\/script>'; variable in Auth_Yadis_ParseHTML
51 $this->_removed_re = sprintf("/%s/%s",
52 $this->_removed_re,
135 $html_string = preg_replace($this->_removed_re,
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php33 var $_removed_re = variable in Auth_Yadis_ParseHTML
52 $this->_removed_re = sprintf("/%s/%s",
53 $this->_removed_re,
159 $html_string = preg_replace($this->_removed_re,
/plugin/fedauth/Auth/OpenID/
H A DParse.php97 var $_removed_re = variable in Auth_OpenID_Parse
127 $this->_removed_re = sprintf("/%s/%s",
128 $this->_removed_re,
249 $stripped = preg_replace($this->_removed_re,
/plugin/openid/Auth/OpenID/
H A DParse.php97 public $_removed_re = variable in Auth_OpenID_Parse
127 $this->_removed_re = sprintf("/%s/%s",
128 $this->_removed_re,
246 $stripped = preg_replace($this->_removed_re,