Searched refs:style (Results 1 - 9 of 9) sorted by relevance
/httpd/docs/manual/style/css/ |
H A D | manual-print.css | 46 font-style: italic; 124 border-style: none none solid none; 284 border-style: none; 307 border-style: none solid; 319 border-style: none; 381 list-style-type: disc; 385 list-style-type: square; 389 list-style-type: circle; 406 list-style-type: upper-alpha; 419 list-style [all...] |
H A D | manual.css | 46 font-style: italic; 323 border-style: none; 339 border-style: none; 400 border-style: none; 455 border-style: none solid; 467 border-style: none; 530 list-style-type: disc; 534 list-style-type: square; 538 list-style-type: circle; 555 list-style [all...] |
H A D | prettify.css | 25 .com { color: #600; font-style: italic } 46 li.L8 { list-style-type: none } 56 /* Highlighting style for Apache configuration files */ 71 /* Highlighting style for C source code */ 90 /* Highlighting style for Lua source code */ 108 /* Highlighting style for Perl source code */
|
H A D | manual-loose-100pc.css | 117 list-style-type: none;
|
/httpd/modules/metadata/ |
H A D | mod_usertrack.c | 84 cookie_type_e style; member in struct:__anon273 116 if ((dcfg->style == CT_UNSET) || (dcfg->style == CT_NETSCAPE)) { 141 (dcfg->style == CT_COOKIE2 148 (dcfg->style == CT_COOKIE2 ? "Set-Cookie2" : "Set-Cookie"), 271 dcfg->style = CT_UNSET; 405 * Make a note of the cookie style we should use. 415 dcfg->style = CT_NETSCAPE; 419 dcfg->style = CT_COOKIE; 423 dcfg->style [all...] |
/httpd/docs/manual/style/scripts/ |
H A D | prettify.js | 32 * <li> define style rules. See the example page for examples. 142 // token style names. correspond to css classes 144 * token style for a string literal 149 * token style for a keyword 154 * token style for a comment 159 * token style for a type 164 * token style for a literal value. e.g. 1, null, true. 169 * token style for a punctuation string. 174 * token style for plain text. 180 * token style fo [all...] |
H A D | prettify.min.js | 53 allRegexs.push(/[\0-\uffff]/);tokenizer=combinePrefixPatterns(allRegexs);})();var nPatterns=fallthroughStylePatterns.length;var decorate=function(job){var sourceCode=job.sourceCode,basePos=job.basePos;var decorations=[basePos,PR_PLAIN];var pos=0;var tokens=sourceCode.match(tokenizer)||[];var styleCache={};for(var ti=0,nTokens=tokens.length;ti<nTokens;++ti){var token=tokens[ti];var style=styleCache[token];var match=void 0;var isEmbedded;if(typeof style==='string'){isEmbedded=false;}else{var patternParts=shortcuts[token.charAt(0)];if(patternParts){match=token.match(patternParts[1]);style=patternParts[0];}else{for(var i=0;i<nPatterns;++i){patternParts=fallthroughStylePatterns[i];match=token.match(patternParts[1]);if(match){style=patternParts[0];break;}} 54 if(!match){style=PR_PLAIN;}} 55 isEmbedded=style.length>=5&&'lang-'===style.substring(0,5);if(isEmbedded&&!(match&&typeof match[1]==='string')){isEmbedded=false;style=PR_SOURCE;} 56 if(!isEmbedded){styleCache[token]=style;}} 57 var tokenStart=pos;pos+=token.length;if(!isEmbedded){decorations.push(basePos+tokenStart,style);}els [all...] |
/httpd/modules/dav/fs/ |
H A D | repos.c | 296 static void dav_format_time(int style, apr_time_t sec, char *buf, apr_size_t buflen) argument 303 if (style == DAV_STYLE_ISO8601) {
|
/httpd/support/win32/ |
H A D | ApacheMonitor.c | 1516 wcex.style = CS_HREDRAW | CS_VREDRAW;
|
Completed in 1202 milliseconds