Lines Matching defs:space
449 // If this node is a span... add a space at the end of it so
1985 $space = array($this->copy_skip($this->token_blank), '', '');
1992 if ($name === '' && $this->char !== null && $space[0] === '') {
2008 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $space[0] . $name;
2034 $space[1] = $this->copy_skip($this->token_blank);
2042 $this->parse_attr($node, $name, $space); // get attribute value
2050 $node->_[HDOM_INFO_SPACE][] = $space;
2053 $space = array(
2064 $node->_[HDOM_INFO_ENDSPACE] = $space[0];
2089 protected function parse_attr($node, $name, &$space)
2094 $space[2] = $this->copy_skip($this->token_blank);
2126 // and trailing space since some people leave it in the multi class case.