Home | History | Annotate | Download | only in flot

Lines Matching refs:unquoted

3740 	// An unquoted value should be a CSS identifier (http://www.w3.org/TR/css3-selectors/#attribute-selectors)
4161 // Move the given value to match[3] whether quoted or unquoted
4203 var unquoted, excess;
4210 } else if ( (unquoted = match[4]) ) {
4212 if ( rpseudo.test(unquoted) &&
4214 (excess = tokenize( unquoted, true )) &&
4216 (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
4219 unquoted = unquoted.slice( 0, excess );
4222 match[2] = unquoted;