Home
last modified time | relevance | path

Searched refs:_offset (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php35 private $_offset = 0; variable in PhpCss\\Scanner
57 $this->_offset = $offset;
62 return $this->_offset;
67 $this->_offset = $this->_delegate($target, $newStatus);
70 if ($this->_offset < strlen($this->_buffer)) {
76 $this->_offset,
80 return $this->_offset;
89 if (($token = $this->_status->getToken($this->_buffer, $this->_offset)) &&
91 $this->_offset += $token->length;
108 return $scanner->scan($target, $this->_buffer, $this->_offset);
/template/strap/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php26 private $_offset; variable in PhpCss\\Exception\\InvalidCharacterException
39 $this->_offset = $offset;
46 $this->_offset,
58 if (preg_match('(.)suS', $this->_buffer, $match, 0, $this->_offset)) {
65 return $this->_offset;