HomeSort by relevance Sort by last modified time
    Searched defs:STYLE (Results 1 - 21 of 21) sorted by null

  /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");
  /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.
  /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/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/sdk/tools/lib/
common.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
jsilver-1.0.0.jar 
lint-checks.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /external/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 324 milliseconds