Home
last modified time | relevance | path

Searched refs:tokenString (Results 26 – 41 of 41) sorted by path

12

/plugin/codemirror/dist/modes/
H A Dshell.min.js.map1tokenString","tokenize","eat","skipToEnd","tokenDollar","eatWhile","test","eol","peek","cur","curr…
H A Dsieve.min.js.map1tokenString","_indent","push","pop","test","eatWhile","cur","current","tokenMultiLineString","prop…
H A Dsolr.min.js.map1tokenString","quote","stream","state","escaped","next","tokenize","tokenBase","tokenOperator","ope…
H A Dstylus.min.js.map1tokenString","eatWhile","current","tokenParenthesized","backUp","wordIsTag","test","maybeEnd","quo…
H A Dswift.min.js.map1tokenString","bind","ident","current","hasOwnProperty","tokenUntilClosingParen","depth","inner","b…
H A Dtcl.min.js.map1tokenString","test","eatWhile","eat","tokenComment","match","tokenUnparsed","skipToEnd","skipTo","…
H A Dttcn-cfg.min.js.map1tokenString","test","skipToEnd","eatWhile","cur","current","propertyIsEnumerable","quote","escaped…
H A Dttcn.min.js.map1tokenString","test","skipToEnd","eatWhile","eat","tokenComment","match","cur","current","propertyI…
H A Dvelocity.min.js.map1tokenString","test","eatWhile","eat","tokenComment","match","tokenUnparsed","skipToEnd","propertyI…
H A Dverilog.min.js.map1tokenString","eat","tokenComment","skipToEnd","backUp","match","cur","current","quote","escaped","…
H A Dvhdl.min.js.map1tokenString","test","eat","skipToEnd","cur","current","propertyIsEnumerable","toLowerCase","quote"…
H A Dxquery.min.js.map1tokenString","tokenVariable","known","propertyIsEnumerable","eatWhile","foundColon","word","curren…
H A Dyacas.min.js.map1tokenString","eat","tokenComment","skipToEnd","backUp","m","match","hasOwnProperty","scopes","push…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php66 $tokenString = $this->matchPattern(
69 if (!empty($tokenString)) {
71 $type, $tokenString, $offset
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php31 $tokenString = substr($buffer, $offset, 2);
32 if ('\\"' === $tokenString || '\\\\' === $tokenString) {
34 Scanner\Token::STRING_ESCAPED_CHARACTER, $tokenString, $offset
37 $tokenString = $this->matchPattern(
40 if (!empty($tokenString)) {
42 Scanner\Token::STRING_CHARACTERS, $tokenString, $offset
H A DSingle.php31 $tokenString = substr($buffer, $offset, 2);
32 if ("\\'" === $tokenString || '\\\\' === $tokenString) {
34 Scanner\Token::STRING_ESCAPED_CHARACTER, $tokenString, $offset
37 $tokenString = $this->matchPattern(
40 if (!empty($tokenString)) {
42 Scanner\Token::STRING_CHARACTERS, $tokenString, $offset

12