Search Results
OK to copy?
Examples 51 through 60 of
159 (0.0020 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
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
1018 while (current != -1 &&
1019 ScannerUtilities.isCSSNameCharacter((char)current)) {
1020 nextChar();
1021 }
1022 return LexicalUnits.DIMENSION;
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
1008 ScannerUtilities.isCSSNameCharacter((char)current)) {
1009 do {
1010 nextChar();
1011 } while (current != -1 &&
1012 ScannerUtilities.isCSSNameCharacter
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
1004 case 'x':
1005 case 'X':
1006 nextChar();
1007 if (current != -1 &&
1008 ScannerUtilities.isCSSNameCharacter((char)current)) {
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
0995 ScannerUtilities.isCSSNameCharacter((char)current)) {
0996 do {
0997 nextChar();
0998 } while (current != -1 &&
0999 ScannerUtilities.isCSSNameCharacter
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
0991 case 'm':
0992 case 'M':
0993 nextChar();
0994 if (current != -1 &&
0995 ScannerUtilities.isCSSNameCharacter((char)current)) {
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
0982 while (current != -1 &&
0983 ScannerUtilities.isCSSNameCharacter((char)current)) {
0984 nextChar();
0985 }
0986 return LexicalUnits.DIMENSION;
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
0971 ScannerUtilities.isCSSNameCharacter((char)current)) {
0972 do {
0973 nextChar();
0974 } while (current != -1 &&
0975 ScannerUtilities.isCSSNameCharacter
Class: org.apache.batik.css.parser.Scanner ©, Rating: 0% of 0, C3
0967 case 'g':
0968 case 'G':
0969 nextChar();
0970 if (current != -1 &&
0971 ScannerUtilities.isCSSNameCharacter((char)current)) {