Lines Matching refs:_

133 	public $_ = array();  variable in imapmarkers\\simple_html_dom_node
188 if (count($this->_) > 0) {
190 foreach ($this->_ as $k => $v) {
210 if (isset($node->_[HDOM_INFO_INNER])) {
211 $string .= "'" . $node->_[HDOM_INFO_INNER] . "'";
328 if (isset($this->_[HDOM_INFO_INNER])) {
329 return $this->_[HDOM_INFO_INNER];
332 if (isset($this->_[HDOM_INFO_TEXT])) {
333 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
369 if (isset($this->_[HDOM_INFO_OUTER])) {
370 return $this->_[HDOM_INFO_OUTER];
373 if (isset($this->_[HDOM_INFO_TEXT])) {
374 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
379 if ($this->dom && $this->dom->nodes[$this->_[HDOM_INFO_BEGIN]]) {
380 $ret = $this->dom->nodes[$this->_[HDOM_INFO_BEGIN]]->makeup();
383 if (isset($this->_[HDOM_INFO_INNER])) {
386 $ret .= $this->_[HDOM_INFO_INNER];
394 if (isset($this->_[HDOM_INFO_END]) && $this->_[HDOM_INFO_END] != 0) {
402 if (isset($this->_[HDOM_INFO_INNER])) {
403 return $this->_[HDOM_INFO_INNER];
408 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
458 if (isset($this->_[HDOM_INFO_TEXT])) {
459 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
473 $ret .= $this->_[HDOM_INFO_SPACE][$i][0];
479 switch ($this->_[HDOM_INFO_QUOTE][$i]) {
491 . $this->_[HDOM_INFO_SPACE][$i][1]
493 . $this->_[HDOM_INFO_SPACE][$i][2]
501 return $ret . $this->_[HDOM_INFO_ENDSPACE] . '>';
519 if (!isset($this->_[HDOM_INFO_BEGIN])) {
523 $head = array($this->_[HDOM_INFO_BEGIN] => 1);
576 $end = (!empty($this->_[HDOM_INFO_END])) ? $this->_[HDOM_INFO_END] : 0;
579 while (!isset($parent->_[HDOM_INFO_END]) && $parent !== null) {
583 $end += $parent->_[HDOM_INFO_END];
587 $nodes_start = $this->_[HDOM_INFO_BEGIN] + 1;
785 $ret[$node->_[HDOM_INFO_BEGIN]] = 1;
1016 return $this->_[HDOM_INFO_OUTER] = $value;
1018 if (isset($this->_[HDOM_INFO_TEXT])) {
1019 return $this->_[HDOM_INFO_TEXT] = $value;
1021 return $this->_[HDOM_INFO_INNER] = $value;
1025 $this->_[HDOM_INFO_SPACE][] = array(' ', '', '');
1026 $this->_[HDOM_INFO_QUOTE][] = HDOM_QUOTE_DOUBLE;
1561 $this->root->_[HDOM_INFO_END] = $this->cursor;
1652 $this->root->_[HDOM_INFO_BEGIN] = -1;
1675 $node->_[HDOM_INFO_TEXT] = $s;
1820 $this->root->_[HDOM_INFO_END] = $this->cursor;
1851 $this->parent->_[HDOM_INFO_END] = 0;
1870 $this->parent->_[HDOM_INFO_END] = $this->cursor;
1878 $this->parent->_[HDOM_INFO_END] = 0; // No end tag
1892 $this->parent->_[HDOM_INFO_END] = $this->cursor;
1898 $this->parent->_[HDOM_INFO_END] = 0;
1906 $this->parent->_[HDOM_INFO_END] = $this->cursor;
1918 $node->_[HDOM_INFO_BEGIN] = $this->cursor;
1928 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');
1939 $node->_[HDOM_INFO_TEXT] .= '>';
1951 $node->_[HDOM_INFO_TEXT] = $tag;
1959 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');
1969 $node->_[HDOM_INFO_TEXT] .= '>';
1985 $this->parent->_[HDOM_INFO_END] = 0;
2016 $node->_[HDOM_INFO_END] = 0;
2017 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $space[0] . $name;
2029 $node->_[HDOM_INFO_END] = 0;
2030 $node->_[HDOM_INFO_TEXT] = substr(
2056 $node->_[HDOM_INFO_QUOTE][] = HDOM_QUOTE_NO;
2063 $node->_[HDOM_INFO_SPACE][] = $space;
2077 $node->_[HDOM_INFO_ENDSPACE] = $space[0];
2081 $node->_[HDOM_INFO_ENDSPACE] .= '/';
2082 $node->_[HDOM_INFO_END] = 0;
2096 $node->_[HDOM_INFO_INNER] = $this->default_br_text;
2140 $node->_[HDOM_INFO_QUOTE][] = $quote_type;
2156 $node->_[HDOM_INFO_TEXT] = '</' . $tag . '>';