Home
last modified time | relevance | path

Searched refs:sheet (Results 1 – 25 of 58) sorted by relevance

123

/external/libvncserver/webclients/novnc/include/
Dwebutil.js132 WebUtil.selectStylesheet = function(sheet) { argument
134 if (typeof sheet === 'undefined') {
135 sheet = 'default';
139 if (link.title === sheet) {
140 Util.Debug("Using stylesheet " + sheet);
147 return sheet;
Dui.js23 var html = '', i, sheet, sheets, llevels;
26 sheet = WebUtil.selectStylesheet();
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-undefined.txt6 # Instructions notionally in the add/sub (extended register) sheet, but with
15 # Instructions notionally in the add/sub (immediate) sheet, but with
26 # Instructions notionally in the load/store (unsigned immediate) sheet.
40 # Instructions notionally in the logical (shifted register) sheet, but with out
45 # Instructions notionally in the move wide (immediate) sheet, but with out
Darm64-basic-a64-undefined.txt7 # Instructions notionally in the add/sub (extended register) sheet, but with
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplate.java138 public void setStylesheet(Stylesheet sheet) in setStylesheet() argument
140 m_stylesheet = sheet; in setStylesheet()
DStylesheet.java1318 Stylesheet sheet = this; in getStylesheetComposed() local
1320 while (!sheet.isAggregatedType()) in getStylesheetComposed()
1322 sheet = sheet.getStylesheetParent(); in getStylesheetComposed()
1325 return (StylesheetComposed) sheet; in getStylesheetComposed()
DStylesheetRoot.java469 public int getImportNumber(StylesheetComposed sheet) in getImportNumber() argument
472 if (this == sheet) in getImportNumber()
479 if (sheet == getGlobalImport(i)) in getImportNumber()
DElemTemplateElement.java727 Stylesheet sheet=getStylesheet(); in getSystemId() local
728 return (sheet==null) ? null : sheet.getHref(); in getSystemId()
/external/iproute2/doc/
Dpreamble.tex10 % To print it in compact form: both sides on one sheet (psnup -2)
/external/jsr305/javadoc/
Dstylesheet.css1 /* Javadoc style sheet */
/external/dexmaker/javadoc/
Dstylesheet.css1 /* Javadoc style sheet */
/external/owasp/sanitizer/distrib/javadoc/
Dstylesheet.css1 /* Javadoc style sheet */
/external/eclipse-windowbuilder/propertysheet/
DREADME.txt82 property sheet view in ADT. This code was also modified in a couple of
118 should be checked to see whether they apply to our property sheet page
/external/icu/icu4j/
Dstylesheet.css8 /* Javadoc style sheet */
/external/llvm/docs/_static/
Dllvm.css2 * LLVM documentation style sheet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DHTMLImports.js513 } else if (elt.sheet) {
515 var csr = elt.sheet.cssRules;
DHTMLImports.min.js11 … o=!1;if(-1==e.textContent.indexOf("@import"))o=!0;else if(e.sheet){o=!0;for(var i,a=e.sheet.cssRu…
Dwebcomponents.js4579 if (style.sheet) {
4581 rules = style.sheet.cssRules;
4617 rules = Array.prototype.slice.call(style.sheet.cssRules, 0);
4645 var sheet; variable
4647 if (!sheet) {
4648 sheet = document.createElement("style");
4649 sheet.setAttribute(SHIMMED_ATTRIBUTE, "");
4650 sheet[SHIMMED_ATTRIBUTE] = true;
4652 return sheet;
5189 } else if (elt.sheet) {
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/docs/web/
Ddefault-site.css8 A modification of the default cascading style sheet (v.1.3) for the
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Ddefault.css8 A modification of the default cascading style sheet (v.1.3) for the
/external/libvncserver/
DREADME17 - example, a shared scribble sheet
26 You should see a sheet with a gradient and "Hello World!" written on it. Try
38 sheet change. Just press Escape in the viewer. Note that the server still
/external/icu/icu4c/
Dicu4c.css2 * Default CSS style sheet for the ICU4C Open Source readme
/external/valgrind/docs/
DREADME48 CSS: the style-sheet used by the docs is the same as that used by the
/external/guava/
Djavadoc-stylesheet.css1 /* Javadoc style sheet */

123