HomeSort by relevance Sort by last modified time
    Searched refs:STYLE (Results 1 - 25 of 50) sorted by null

1 2

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 37 * <li>{@code CSS} for Cascading Style-Sheets templates.
63 * {@code STYLE} is for the "style" attribute.
73 STYLE
142 * <li>Inside a STYLE tag.
143 * <li>Inside a STYLE attribute.
HtmlParserFactory.java 226 case STYLE:
288 // Chosing the "style" attribute as it is the only option
289 parserInStyleAttr.parse("<xparsertag style=");
290 parserInStyleAttrQ.parse("<xparsertag style=\"");
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 41 STYLE(R.string.style, TYPE_DROP_DOWN, CATEGORY_STYLE,
119 if (this == STYLE)
137 STYLE.setValue(STYLE_NONE);
147 STYLE.setValue(STYLE_INBOX);
157 STYLE.setValue(STYLE_BIG_PICTURE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 26 public static final Tag STYLE = new TagImpl ("STYLE");
HTMLDocument.java 120 final IElement style = IElement.Factory.create (Tag.STYLE); local
121 style.getAttributes ().set (Attribute.TYPE, "text/css");
126 style.setText (css, false);
131 m_head.add (style);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ThemeAttributeDescriptor.java 29 * Describes a Theme/Style XML attribute displayed by a {@link UiResourceAttributeNode}
55 return new UiResourceAttributeNode(ResourceType.STYLE, this, uiParent);
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 200 // <style>START HERE
248 // <input style="START HERE
249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null);
252 // <input style=START HERE
253 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, false, null);
347 if (state.equals(HtmlParser.STATE_CSS_FILE) || tag.equals("style")) {
349 return AutoEscapeState.STYLE;
438 case STYLE:
439 // <input style="border:<?cs var: FancyBorder ?>"> :
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 35 import static com.android.notificationstudio.model.EditableItem.STYLE;
82 if (STYLE.hasValue())
90 Integer styleValue = STYLE.getValueInt();
NotificationGenerator.java 35 import static com.android.notificationstudio.model.EditableItem.STYLE;
86 if (STYLE.hasValue())
96 Integer styleValue = STYLE.getValueInt();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceHTMLTokenizer.js 75 STYLE: 32
95 var match = /<\/style/i.exec(line);
196 // Re-set line to force </style> detection first.
393 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
394 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
510 if (this._condition.parseCondition & this._parseConditions.STYLE) {
511 // Do not tokenize style tag contents, keep lexer state, even though processing "<".
517 this._condition.parseCondition = this._parseConditions.STYLE;
682 if (this._condition.parseCondition === this._parseConditions.SCRIPT || this._condition.parseCondition === this._parseConditions.STYLE) {
739 if (this._condition.parseCondition & this._parseConditions.STYLE) {
    [all...]
SourceHTMLTokenizer.re2js 74 STYLE: 32
94 var match = /<\/style/i.exec(line);
195 // Re-set line to force </style> detection first.
287 if (this._condition.parseCondition & this._parseConditions.STYLE) {
288 // Do not tokenize style tag contents, keep lexer state, even though processing "<".
294 this._condition.parseCondition = this._parseConditions.STYLE;
309 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
310 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
330 if (this._condition.parseCondition & this._parseConditions.STYLE) {
332 // Do not tokenize style tag contents
    [all...]
  /external/libvorbis/lib/
lookups.pl 7 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 299 #define EMIT_ATTR( ATTR, STYLE, S4, SZ ) \
302 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
i830_vtbl.c 51 #define EMIT_ATTR( ATTR, STYLE, V0 ) \
54 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.c 96 #define EMIT_ATTR( ATTR, STYLE, MEMBER ) \
99 map[e].format = (STYLE); \
263 * Populate a swrast SWvertex from an attrib-style vertex.
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 299 #define EMIT_ATTR( ATTR, STYLE, S4, SZ ) \
302 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 96 #define EMIT_ATTR( ATTR, STYLE, MEMBER ) \
99 map[e].format = (STYLE); \
263 * Populate a swrast SWvertex from an attrib-style vertex.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 52 * @param style the style to format with
58 XmlFormatStyle style,
60 super(prefs, style, lineSeparator == null ? getDefaultLineSeparator() : lineSeparator);
69 * @param style the style to format with
79 @NonNull XmlFormatStyle style,
83 EclipseXmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style,
119 * @param style the formatting style to us
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 221 * <li>Inside a STYLE tag.
222 * <li>Inside a STYLE attribute.
232 && (getAttributeType() == ATTR_TYPE.STYLE))
233 || ("style".equals(getTag())));
249 return ATTR_TYPE.STYLE;
605 } else if ("style".equals(tagName)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 200 * left side of the insertion point). In the example above it would be "@style/my_".
205 * <li> If a resource type as been typed so far (e.g. "@style/"), then limit the values to
214 * This works for both "@android:style/foo" and "@style/android:foo" conventions even though
333 || resTypes.contains(ResourceType.STYLE)) {
365 // We have a style name and a repository. Find all resources that match this
391 ResourceType.STYLE)) {
411 * For example, if you are editing a style attribute, it's likely that among the
412 * resource values you would rather see @style or @android than @string.
490 type = "style"; //$NON-NLS-1
    [all...]
  /external/chromium_org/tools/grit/grit/format/
rc_unittest.py 3 # Use of this source code is governed by a BSD-style license that can be
110 STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
330 STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 62 #define EMIT_ATTR( ATTR, STYLE, F0 ) \
65 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].format = (STYLE); \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 67 #define EMIT_ATTR( ATTR, STYLE, F0 ) \
70 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].format = (STYLE); \

Completed in 434 milliseconds

1 2