Search Results
OK to copy?
Examples 1 through 2 of
2 (0.0010 seconds)
Class:
org.apache.batik.css.parser.Scanner
©,
Rating:
0% of 0,
C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
0899 case '0': case '1': case '2': case '3': case '4':
0900 case '5': case '6': case '7': case '8': case '9':
0901 return dotNumber();
0902 }
0903 throw new ParseException("character",
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
0591 case '0': case '1': case '2': case '3': case '4':
0592 case '5': case '6': case '7': case '8': case '9':
0593 type = dotNumber();
0594 return;
0595 default:
Result Page:
1