Home
last modified time | relevance | path

Searched refs:tokenString (Results 1 – 25 of 41) sorted by relevance

12

/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
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerificationToken.php25 public $tokenString; variable in Google\\Service\\MyBusinessVerifications\\VerificationToken
30 public function setTokenString($tokenString) argument
32 $this->tokenString = $tokenString;
39 return $this->tokenString;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php66 $tokenString = $this->matchPattern(
69 if (!empty($tokenString)) {
71 $type, $tokenString, $offset
/plugin/codemirror/dist/modes/
H A Dcmake.min.js.map1tokenString","stream","state","current","prev","found_var","eol","next","pending","backUp","contin…
H A Dshell.min.js.map1tokenString","tokenize","eat","skipToEnd","tokenDollar","eatWhile","test","eol","peek","cur","curr…
H A Dsolr.min.js.map1tokenString","quote","stream","state","escaped","next","tokenize","tokenBase","tokenOperator","ope…
H A Ddart.min.js.map1tokenString","\"","r","peek","next","}","_stream","/","eat","tokenNestedComment","token","_","styl…
H A Dpascal.min.js.map1tokenString","eat","tokenComment","tokenCommentBraces","test","eatWhile","cur","current","property…
H A Dvelocity.min.js.map1tokenString","test","eatWhile","eat","tokenComment","match","tokenUnparsed","skipToEnd","propertyI…
H A Dpuppet.min.js.map1tokenString","stream","state","current","prev","found_var","eol","next","pending","backUp","contin…
H A Dtcl.min.js.map1tokenString","test","eatWhile","eat","tokenComment","match","tokenUnparsed","skipToEnd","skipTo","…
H A Dsieve.min.js.map1tokenString","_indent","push","pop","test","eatWhile","cur","current","tokenMultiLineString","prop…
H A Dpython.min.js.map1tokenString","eol","eatWhile","singleLineStringErrors","isString","pop","push","align","pushBracke…
H A Dyacas.min.js.map1tokenString","eat","tokenComment","skipToEnd","backUp","m","match","hasOwnProperty","scopes","push…
H A Dpig.min.js.map1tokenString","quote","escaped","end","test","eatWhile","eat","skipToEnd","propertyIsEnumerable","c…
H A Ddtd.min.js.map1tokenString","sc","current","substr","length","backUp","dashes","quote","escaped","terminator","eo…
H A Dmathematica.min.js.map1tokenString","eat","commentLevel","tokenComment","backUp","match","end","escaped","prev","startSta…
H A Dnginx.min.js.map1tokenString","skipToEnd","match","test","maybeEnd","dashes","quote","escaped","startState","base",…
H A Dttcn-cfg.min.js.map1tokenString","test","skipToEnd","eatWhile","cur","current","propertyIsEnumerable","quote","escaped…
H A Dfortran.min.js.map1tokenString","test","eatWhile","word","current","toLowerCase","hasOwnProperty","quote","escaped","…
H A Doz.min.js.map1tokenString","test","peek","skipToEnd","eat","tokenComment","eatWhile","hasPassedFirstStage","mayb…
H A Ddylan.min.js.map1tokenString","eat","tokenComment","skipToEnd","backUp","test","match","eatWhile","indexOf","name",…
H A Dmodelica.min.js.map1tokenString","escaped","sol","tokenIdent","eatWhile","eat","cur","current","level","propertyIsEnum…
H A Dasn.1.min.js.map1tokenString","test","eat","skipToEnd","eatWhile","cur","current","propertyIsEnumerable","quote","e…

12