Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/css-tree/docs/ |
Upload File : |
# Tokenizer <!-- MarkdownTOC --> - [Static properties](#static-properties) - [CssSyntaxError](#csssyntaxerror) - [TYPE](#type) - [NAME](#name) - [SYMBOL_TYPE](#symboltype) - [PUNCTUATION](#punctuation) - [Static methods](#static-methods) - [firstCharOffset\(source\)](#firstcharoffsetsource) - [isHex\(code\)](#ishexcode) - [isNumber\(code\)](#isnumbercode) - [isNewline\(source, offset, code\)](#isnewlinesource-offset-code) - [cmpChar\(testStr, offset, referenceCode\)](#cmpcharteststr-offset-referencecode) - [cmpStr\(testStr, start, end, referenceStr\)](#cmpstrteststr-start-end-referencestr) - [endsWith\(testStr, referenceStr\)](#endswithteststr-referencestr) - [findLastNonSpaceLocation\(scanner\)](#findlastnonspacelocationscanner) - [findWhitespaceEnd\(source, offset\)](#findwhitespaceendsource-offset) - [findCommentEnd\(source, offset\)](#findcommentendsource-offset) - [findStringEnd\(source, offset, quote\)](#findstringendsource-offset-quote) - [findDecimalNumberEnd\(source, offset\)](#finddecimalnumberendsource-offset) - [findNumberEnd\(source, offset, allowFraction\)](#findnumberendsource-offset-allowfraction) - [findEscaseEnd\(source, offset\)](#findescaseendsource-offset) - [findIdentifierEnd\(source, offset\)](#findidentifierendsource-offset) - [Methods](#methods) - [setSource\(source, startOffset, startLine, startColumn\)](#setsourcesource-startoffset-startline-startcolumn) - [lookupType\(offset\)](#lookuptypeoffset) - [lookupNonWSType\(offset\)](#lookupnonwstypeoffset) - [lookupValue\(offset, referenceStr\)](#lookupvalueoffset-referencestr) - [getTokenValue\(\)](#gettokenvalue) - [substrToCursor\(start\)](#substrtocursorstart) - [skipWS\(\)](#skipws) - [skip\(tokenCount\)](#skiptokencount) - [next\(\)](#next) - [eat\(tokenType\)](#eattokentype) - [eatNonWS\(tokenType\)](#eatnonwstokentype) - [consume\(tokenType\)](#consumetokentype) - [consumeNonWS\(tokenType\)](#consumenonwstokentype) - [expectIdentifier\(name\)](#expectidentifiername) - [getLocation\(offset, filename\)](#getlocationoffset-filename) - [getLocationRange\(start, end, filename\)](#getlocationrangestart-end-filename) - [error\(message, offset\)](#errormessage-offset) - [getTypes\(\)](#gettypes) <!-- /MarkdownTOC --> ## Static properties ### CssSyntaxError ### TYPE ### NAME ### SYMBOL_TYPE ### PUNCTUATION ## Static methods ### firstCharOffset(source) ### isHex(code) ### isNumber(code) ### isNewline(source, offset, code) ### cmpChar(testStr, offset, referenceCode) ### cmpStr(testStr, start, end, referenceStr) ### endsWith(testStr, referenceStr) ### findLastNonSpaceLocation(scanner) ### findWhitespaceEnd(source, offset) ### findCommentEnd(source, offset) ### findStringEnd(source, offset, quote) ### findDecimalNumberEnd(source, offset) ### findNumberEnd(source, offset, allowFraction) ### findEscaseEnd(source, offset) ### findIdentifierEnd(source, offset) ## Methods ### setSource(source, startOffset, startLine, startColumn) ### lookupType(offset) ### lookupNonWSType(offset) ### lookupValue(offset, referenceStr) ### getTokenValue() ### substrToCursor(start) ### skipWS() ### skip(tokenCount) ### next() ### eat(tokenType) ### eatNonWS(tokenType) ### consume(tokenType) ### consumeNonWS(tokenType) ### expectIdentifier(name) ### getLocation(offset, filename) ### getLocationRange(start, end, filename) ### error(message, offset) ### getTypes()