Searched refs:self_close (Results 1 – 2 of 2) sorted by relevance
/plugin/openid/Auth/Yadis/ |
H A D | ParseHTML.php | 98 * @param mixed $self_close false/0 = no, true/1 = yes, other = maybe 102 function tagPattern($tag_names, $close, $self_close) argument 112 if ($self_close) { 113 $self_close = '(?:\/\s*)' . (($self_close == 1)? '' : '?'); 115 $self_close = ''; 117 $expr = sprintf($this->_tag_expr, $close, $tag_names, $self_close);
|
/plugin/fedauth/Auth/Yadis/ |
H A D | ParseHTML.php | 122 * @param mixed $self_close false/0 = no, true/1 = yes, other = maybe 126 function tagPattern($tag_names, $close, $self_close) argument 136 if ($self_close) { 137 $self_close = '(?:\/\s*)' . (($self_close == 1)? '' : '?'); 139 $self_close = ''; 141 $expr = sprintf($this->_tag_expr, $close, $tag_names, $self_close);
|