e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 41 through 50 of 159 (0.013000000000000001 seconds)
Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1080 case 'i': 1081 case 'I': 1082 switch(nextChar()) { 1083 case 'n': 1084 case 'N':

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1074 while (current != -1 && 1075 ScannerUtilities.isCSSNameCharacter((char)current)) { 1076 nextChar(); 1077 } 1078 return LexicalUnits.DIMENSION;

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1064 ScannerUtilities.isCSSNameCharacter((char)current)) { 1065 do { 1066 nextChar(); 1067 } while (current != -1 && 1068 ScannerUtilities.isCSSNameCharacter

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1060 case 'z': 1061 case 'Z': 1062 nextChar(); 1063 if (current != -1 && 1064 ScannerUtilities.isCSSNameCharacter((char)current)) {

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1056 case 'h': 1057 case 'H': 1058 nextChar(); 1059 switch(current) { 1060 case 'z':

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1050 while (current != -1 && 1051 ScannerUtilities.isCSSNameCharacter((char)current)) { 1052 nextChar(); 1053 } 1054 return LexicalUnits.DIMENSION;

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1038 ((char)current)) { 1039 do { 1040 nextChar(); 1041 } while (current != -1 && 1042 ScannerUtilities.isCSSNameCharacter

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1033 case 'd': 1034 case 'D': 1035 nextChar(); 1036 if (current != -1 && 1037 ScannerUtilities.isCSSNameCharacter

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1030 case 'a': 1031 case 'A': 1032 switch(nextChar()) { 1033 case 'd': 1034 case 'D':

Class: org.apache.batik.css.parser.Scanner  ©, Rating: 0% of 0, C3

1027 case 'r': 1028 case 'R': 1029 switch(nextChar()) { 1030 case 'a': 1031 case 'A':

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next