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

0964 case 'e': 0965 case 'E': 0966 switch(nextChar()) { 0967 case 'g': 0968 case 'G':

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

0961 case 'd': 0962 case 'D': 0963 switch(nextChar()) { 0964 case 'e': 0965 case 'E':

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

0955 while (current != -1 && 0956 ScannerUtilities.isCSSNameCharacter((char)current)) { 0957 nextChar(); 0958 } 0959 return LexicalUnits.DIMENSION;

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

0945 ScannerUtilities.isCSSNameCharacter((char)current)) { 0946 do { 0947 nextChar(); 0948 } while (current != -1 && 0949 ScannerUtilities.isCSSNameCharacter

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

0941 case 'm': 0942 case 'M': 0943 nextChar(); 0944 if (current != -1 && 0945 ScannerUtilities.isCSSNameCharacter((char)current)) {

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

0938 case 'c': 0939 case 'C': 0940 switch(nextChar()) { 0941 case 'm': 0942 case 'M':

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

0934 switch (current) { 0935 case '%': 0936 nextChar(); 0937 return LexicalUnits.PERCENTAGE; 0938 case 'c':

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

0918 protected int dotNumber() throws IOException { 0919 loop: for (;;) { 0920 switch (nextChar()) { 0921 default: 0922 break loop;

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

0896 switch (nextChar()) { 0897 case '.': 0898 switch (nextChar()) { 0899 case '0': case '1': case '2': case '3': case '4': 0900 case '5': case '6': case '7': case '8': case '9':

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

0894 protected int number() throws IOException { 0895 loop: for (;;) { 0896 switch (nextChar()) { 0897 case '.': 0898 switch (nextChar()) {

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