Home
last modified time | relevance | path

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

123

/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp113 PROPSHEETHEADER sheet; in MyPropertySheet() local
114 sheet.dwSize = sizeof(sheet); in MyPropertySheet()
115 sheet.dwFlags = PSH_PROPSHEETPAGE; in MyPropertySheet()
116 sheet.hwndParent = hwndParent; in MyPropertySheet()
117 sheet.hInstance = g_hInstance; in MyPropertySheet()
119 sheet.pszCaption = titleA; in MyPropertySheet()
120 sheet.nPages = pagesInfo.Size(); in MyPropertySheet()
121 sheet.nStartPage = 0; in MyPropertySheet()
122 sheet.ppsp = &pagesA.Front(); in MyPropertySheet()
123 sheet.pfnCallback = NULL; in MyPropertySheet()
[all …]
/external/libvncserver/webclients/novnc/include/
Dwebutil.js221 WebUtil.selectStylesheet = function (sheet) { argument
223 if (typeof sheet === 'undefined') {
224 sheet = 'default';
230 if (link.title === sheet) {
231 Util.Debug("Using stylesheet " + sheet);
238 return sheet;
/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/jsr330/javadoc/
Dstylesheet.css1 /* Javadoc style sheet */
/external/owasp/sanitizer/distrib/javadoc/
Dstylesheet.css1 /* Javadoc style sheet */
/external/dexmaker/javadoc/
Dstylesheet.css1 /* Javadoc style sheet */
/external/shflags/doc/
Drst2html.css9 Default cascading style sheet for the HTML output of Docutils.
12 customize this style sheet.
/external/icu/icu4j/
Dstylesheet.css8 /* 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/llvm/docs/_static/
Dllvm.css2 * LLVM documentation style sheet
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddefault.css8 A modification of the default cascading style sheet (v.1.3) for the
/external/chromium-trace/catapult/third_party/Paste/docs/web/
Ddefault-site.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/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
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…
DHTMLImports.js825 } else if (elt.sheet) {
827 var csr = elt.sheet.cssRules;
/external/parameter-framework/upstream/doc/
DDoxyfile.in1097 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1098 # the HTML output. If left blank doxygen will generate a default style sheet.
1100 # sheet that doxygen normally uses.
1112 # standard style sheet and is therefore more robust against future updates.
1113 # Doxygen will copy the style sheet files to the output directory.
1114 # Note: The order of the extra style sheet files is of importance (e.g. the last
1115 # style sheet in the list overrules the setting of the previous ones in the
1132 # will adjust the colors in the style sheet and background images according to
1398 # sheet generated by doxygen has an example that shows how to put an image at
1677 # will copy the style sheet files to the output directory.
[all …]
/external/valgrind/docs/
DREADME48 CSS: the style-sheet used by the docs is the same as that used by the

123