Home
last modified time | relevance | path

Searched refs:NUMBER (Results 1 – 9 of 9) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php35 Scanner\Token::NUMBER => Scanner\Patterns::NUMBER,
/template/strap/vendor/carica/phpcss/src/PhpCss/Parser/
H A DAttribute.php49 Scanner\Token::NUMBER,
56 case Scanner\Token::NUMBER :
H A DPseudoClass.php53 Scanner\Token::NUMBER,
71 $parameter = $this->read(Scanner\Token::NUMBER);
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php44 Scanner\Token::NUMBER => Scanner\Patterns::NUMBER
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php29 public const NUMBER = 2; define in PhpCss\\Scanner\\Token
65 self::NUMBER => 'NUMBER',
H A DPatterns.php16 public const NUMBER = '(-?[\d]+)S'; define in PhpCss\\Scanner\\Patterns
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js958 NUMBER: 128,
977 …return this.tokenType & Type.LENGTH || ( this.tokenType & Type.NUMBER && this.tokenValue === '0' );
1090 return newToken( Type.NUMBER, val );
1110 return tok && tok.tokenType & Type.NUMBER;
1113 return tok && ( tok.tokenType & ( Type.NUMBER | Type.PERCENT ) );
1916 NUMBER = Type.NUMBER,
1933 return !( tok.tokenType & ( NUMBER | PERCENT ) );
1964 if( type & ( NUMBER | PERCENT ) && !slices ) {
2021 … return PIE.getLength( ( tok.tokenType & NUMBER ) ? tok.tokenValue + 'px' : tok.tokenValue );
/template/cutopillar/css/monopillar/
Dspeech.css992 == NUMBER
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1NUMBER = 'number';\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== NUMB…