OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSS
(Results
1 - 25
of
178
) sorted by null
1
2
3
4
5
6
7
8
/external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java
37
* <li>{@code
CSS
} for Cascading Style-Sheets templates.
54
CSS
,
86
* {@code STATE_CSS_FILE} the parser is inside
CSS
code.
140
* a
CSS
context. A
CSS
context is one of the below:
144
* <li>Inside a
CSS
file when the parser was reset in the
CSS
mode.
147
* @return {@code true} if and only if the parser is inside
CSS
/external/libmicrohttpd/src/testspdy/
test_misc.c
34
<link href=\"main.
css
\" rel=\"stylesheet\" type=\"text/
css
\" />\
37
#define
CSS
"body{font-size:15px}"
106
if(strcmp(cls,"/main.
css
"))
177
if(strcmp(path,"/main.
css
")==0)
181
response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,
CSS
,strlen(
CSS
));
/prebuilts/go/darwin-x86/src/html/template/
context.go
119
// stateCSSDqStr occurs inside a
CSS
double quoted string.
121
// stateCSSSqStr occurs inside a
CSS
single quoted string.
123
// stateCSSDqURL occurs inside a
CSS
double quoted url("...").
125
// stateCSSSqURL occurs inside a
CSS
single quoted url('...').
127
// stateCSSURL occurs inside a
CSS
unquoted url(...).
129
// stateCSSBlockCmt occurs inside a
CSS
/* block comment */.
131
// stateCSSLineCmt occurs inside a
CSS
// line comment.
134
// HTML/
CSS
/JS construct.
321
// attrStyle corresponds to the style attribute whose value is
CSS
.
css.go
29
// Many
CSS
keywords, such as "!important" can have characters encoded,
37
// isCSSNmchar reports whether rune is allowed anywhere in a
CSS
identifier.
147
// isCSSSpace reports whether b is a
CSS
space char as defined in wc.
156
// cssEscaper escapes HTML and
CSS
special characters using \<hex>+ escapes.
212
// cssValueFilter allows innocuous
CSS
values in the output including
CSS
content.go
14
//
CSS
encapsulates known safe content that matches any of:
21
CSS
string
118
case
CSS
:
doc.go
29
actions can appear within JavaScript,
CSS
, and URI contexts.
60
This package understands HTML,
CSS
, JavaScript, and URIs. It adds sanitizing
179
such as attribute boundaries and JS and
CSS
string boundaries."
187
"A developer (or code reviewer) familiar with HTML,
CSS
, and JavaScript, who
transition.go
367
// Line comments are not part of any published
CSS
standard but
391
// tCSS is the context transition function for the
CSS
state.
393
//
CSS
quoted strings are almost never used except for:
464
// tCSSStr is the context transition function for the
CSS
string and URL states.
492
err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in
CSS
string: %q", s),
url.go
64
// quoted attributes and unquoted
CSS
url(...) constructs.
/prebuilts/go/linux-x86/src/html/template/
context.go
119
// stateCSSDqStr occurs inside a
CSS
double quoted string.
121
// stateCSSSqStr occurs inside a
CSS
single quoted string.
123
// stateCSSDqURL occurs inside a
CSS
double quoted url("...").
125
// stateCSSSqURL occurs inside a
CSS
single quoted url('...').
127
// stateCSSURL occurs inside a
CSS
unquoted url(...).
129
// stateCSSBlockCmt occurs inside a
CSS
/* block comment */.
131
// stateCSSLineCmt occurs inside a
CSS
// line comment.
134
// HTML/
CSS
/JS construct.
321
// attrStyle corresponds to the style attribute whose value is
CSS
.
css.go
29
// Many
CSS
keywords, such as "!important" can have characters encoded,
37
// isCSSNmchar reports whether rune is allowed anywhere in a
CSS
identifier.
147
// isCSSSpace reports whether b is a
CSS
space char as defined in wc.
156
// cssEscaper escapes HTML and
CSS
special characters using \<hex>+ escapes.
212
// cssValueFilter allows innocuous
CSS
values in the output including
CSS
content.go
14
//
CSS
encapsulates known safe content that matches any of:
21
CSS
string
118
case
CSS
:
doc.go
29
actions can appear within JavaScript,
CSS
, and URI contexts.
60
This package understands HTML,
CSS
, JavaScript, and URIs. It adds sanitizing
179
such as attribute boundaries and JS and
CSS
string boundaries."
187
"A developer (or code reviewer) familiar with HTML,
CSS
, and JavaScript, who
transition.go
367
// Line comments are not part of any published
CSS
standard but
391
// tCSS is the context transition function for the
CSS
state.
393
//
CSS
quoted strings are almost never used except for:
464
// tCSSStr is the context transition function for the
CSS
string and URL states.
492
err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in
CSS
string: %q", s),
url.go
64
// quoted attributes and unquoted
CSS
url(...) constructs.
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
gesture_common.js
21
// This computation doesn't account for more complex
CSS
transforms on the
/external/chromium-trace/catapult/third_party/flot/
FAQ.md
62
weird with the DOM or with the
CSS
that is interfering with Flot.
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/resources/
interpolation-test.js
216
window.
CSS
&& assert_true(
CSS
.supports(params.property, expectation));
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java
74
* <td>text/
css
</td>
75
* <td>HtmlParser.Mode.
CSS
</td>
107
CONTENT_TYPE_LIST.put("text/
css
", HtmlParser.Mode.
CSS
);
201
return HtmlParserFactory.createParserInMode(HtmlParser.Mode.
CSS
, null);
346
// Currently we do not do any escaping inside
CSS
blocks, so ignore them.
455
* resource cannot be determined from its contents - for example, a
CSS
stylesheet or a javascript
478
HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("
css
", ESCAPE_AUTO_STYLE), JS_UNQUOTED(
486
ESCAPE_AUTO_UNQUOTED_ATTR_UNQUOTED_JS), ATTR_CSS("
css
", ESCAPE_AUTO_ATTR_CSS), UNQUOTED_ATTR_CSS(
/prebuilts/go/darwin-x86/src/cmd/cover/
html.go
166
// colors generates the
CSS
rules for coverage colors.
167
func colors() template.
CSS
{
172
return template.
CSS
(buf.String())
profile.go
154
b.Norm = 0.8 // Profile is in"set" mode; we want a heat map. Use cov8 in the
CSS
.
/prebuilts/go/linux-x86/src/cmd/cover/
html.go
166
// colors generates the
CSS
rules for coverage colors.
167
func colors() template.
CSS
{
172
return template.
CSS
(buf.String())
profile.go
154
b.Norm = 0.8 // Profile is in"set" mode; we want a heat map. Use cov8 in the
CSS
.
/external/clang/tools/scan-build/bin/
scan-build
475
my $
CSS
= Cwd::realpath("$RealBin/../share/scan-build/scanview.
css
");
477
DieDiag("Cannot find 'scanview.
css
'.\n")
478
if (! -r $
CSS
);
480
copy($
CSS
, "$Dir");
482
DieDiag("Could not copy 'scanview.
css
' to '$Dir'.\n")
483
if (! -r $
CSS
);
611
<link type="text/
css
" rel="stylesheet" href="scanview.
css
"/>
[
all
...]
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build
450
my $
CSS
= Cwd::realpath("$RealBin/scanview.
css
");
452
DieDiag("Cannot find 'scanview.
css
'.\n")
453
if (! -r $
CSS
);
455
copy($
CSS
, "$Dir");
457
DieDiag("Could not copy 'scanview.
css
' to '$Dir'.\n")
458
if (! -r $
CSS
);
586
<link type="text/
css
" rel="stylesheet" href="scanview.
css
"/>
[
all
...]
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build
450
my $
CSS
= Cwd::realpath("$RealBin/scanview.
css
");
452
DieDiag("Cannot find 'scanview.
css
'.\n")
453
if (! -r $
CSS
);
455
copy($
CSS
, "$Dir");
457
DieDiag("Could not copy 'scanview.
css
' to '$Dir'.\n")
458
if (! -r $
CSS
);
586
<link type="text/
css
" rel="stylesheet" href="scanview.
css
"/>
[
all
...]
Completed in 201 milliseconds
1
2
3
4
5
6
7
8