Lines Matching defs:space
452 // If this node is a span... add a space at the end of it so
1979 $space = array($this->copy_skip($this->token_blank), '', '');
1986 if ($name === '' && $this->char !== null && $space[0] === '') {
2002 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $space[0] . $name;
2028 $space[1] = $this->copy_skip($this->token_blank);
2036 $this->parse_attr($node, $name, $space); // get attribute value
2044 $node->_[HDOM_INFO_SPACE][] = $space;
2047 $space = array(
2058 $node->_[HDOM_INFO_ENDSPACE] = $space[0];
2083 protected function parse_attr($node, $name, &$space)
2088 $space[2] = $this->copy_skip($this->token_blank);
2120 // and trailing space since some people leave it in the multi class case.