Searched refs:restore_noise (Results 1 – 2 of 2) sorted by relevance
354 … if (isset($this->_[HDOM_INFO_TEXT])) return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);388 … if (isset($this->_[HDOM_INFO_TEXT])) return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);428 case HDOM_TYPE_TEXT: return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);469 … if (isset($this->_[HDOM_INFO_TEXT])) return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);496 $ret = $this->dom->restore_noise($ret);1436 $name = $this->restore_noise($name);1497 $node->attr[$name] = $this->restore_noise($this->copy_until_char_escape('"'));1503 $node->attr[$name] = $this->restore_noise($this->copy_until_char_escape('\''));1508 $node->attr[$name] = $this->restore_noise($this->copy_until($this->token_attr));1640 function restore_noise($text) function in simple_html_dom
333 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);374 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);408 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);459 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);500 $ret = $this->dom->restore_noise($ret);2045 $name = $this->restore_noise($name); // might be a noisy name2126 $value = $this->restore_noise($value);2241 function restore_noise($text) { function in imapmarkers\\simple_html_dom