Searched refs:c1 (Results 1 - 3 of 3) sorted by relevance

/httpd/docs/manual/style/scripts/
H A Dprettify.js281 var c1 = charsetPart.charAt(1);
282 cc0 = escapeCharToCodeUnit[c1];
285 } else if ('0' <= c1 && c1 <= '7') {
287 } else if (c1 === 'u' || c1 === 'x') {
H A Dprettify.min.js5 var c1=charsetPart.charAt(1);cc0=escapeCharToCodeUnit[c1];if(cc0){return cc0;}else if('0'<=c1&&c1<='7'){return parseInt(charsetPart.substring(1),8);}else if(c1==='u'||c1==='x'){return parseInt(charsetPart.substring(2),16);}else{return charsetPart.charCodeAt(1);}}
/httpd/modules/generators/
H A Dmod_autoindex.c1902 struct ent *c1; local
1924 * All of our comparisons will be of the c1 entry against the c2 one,
1928 c1 = *e1;
1932 c1 = *e2;
1936 switch (c1->key) {
1938 if (c1->lm > c2->lm) {
1941 else if (c1->lm < c2->lm) {
1946 if (c1->size > c2->size) {
1949 else if (c1->size < c2->size) {
1954 if (c1
[all...]

Completed in 1057 milliseconds