Searched refs:newToken (Results 1 – 1 of 1) sorted by relevance
| /template/scanlines/htc/PIE-1.0beta5/ |
| D | PIE_uncompressed.js | 1016 function newToken( type, value ) { function 1049 return newToken( Type.COLOR, match[0] ); 1057 return newToken( Type.STRING, match[2] || match[3] || '' ); 1064 return newToken( Type.OPERATOR, firstChar ); 1069 return newToken( Type.URL, match[2] || match[3] || match[4] || '' ); 1081 return newToken( Type.PERCENT, val + '%' ); 1086 return newToken( this.unitTypes[ match[0].toLowerCase() ] || Type.DIMEN, val ); 1090 return newToken( Type.NUMBER, val ); 1100 return newToken( Type.COLOR, val ); 1132 return newToken( Type.COLOR, this.css.substring( ch, this.ch ) ); [all …]
|