/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorStylesheetElement.java | 68 Stylesheet stylesheet; in startElement() local 74 stylesheet = getStylesheetRoot(handler); in startElement() 91 stylesheet = sc; in startElement() 95 stylesheet = new Stylesheet(parent); in startElement() 97 parent.setInclude(stylesheet); in startElement() 101 stylesheet.setDOMBackPointer(handler.getOriginatingNode()); in startElement() 102 stylesheet.setLocaterInfo(handler.getLocator()); in startElement() 104 stylesheet.setPrefixes(handler.getNamespaceSupport()); in startElement() 105 handler.pushStylesheet(stylesheet); in startElement() 122 StylesheetRoot stylesheet; in getStylesheetRoot() local [all …]
|
D | ProcessorLRE.java | 90 Stylesheet stylesheet; in startElement() local 93 stylesheet = getStylesheetRoot(handler); in startElement() 111 stylesheet.setLocaterInfo(slocator); in startElement() 112 stylesheet.setPrefixes(handler.getNamespaceSupport()); in startElement() 113 handler.pushStylesheet(stylesheet); in startElement() 155 stylesheetAttrs, stylesheet); in startElement() 166 if (stylesheet.getDeclaredPrefixes() == null || in startElement() 167 !declaredXSLNS(stylesheet)) in startElement() 176 handler.pushElemTemplateElement(stylesheet); in startElement() 184 XPath rootMatch = new XPath("/", stylesheet, stylesheet, XPath.MATCH, in startElement() [all …]
|
/external/jemalloc/doc/ |
D | manpages.xsl.in | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/> 4 </xsl:stylesheet>
|
D | html.xsl.in | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/> 4 </xsl:stylesheet>
|
D | stylesheet.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 7 </xsl:stylesheet>
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemUse.java | 121 TransformerImpl transformer, StylesheetRoot stylesheet) in applyAttrSets() argument 124 applyAttrSets(transformer, stylesheet, m_attributeSetsNames); in applyAttrSets() 141 TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[]) in applyAttrSets() argument 152 java.util.List attrSets = stylesheet.getAttributeSetComposed(qname); in applyAttrSets()
|
D | ElemExtensionCall.java | 111 private ElemExtensionDecl getElemExtensionDecl(StylesheetRoot stylesheet, in getElemExtensionDecl() argument 116 int n = stylesheet.getGlobalImportCount(); in getElemExtensionDecl() 120 Stylesheet imported = stylesheet.getGlobalImport(i); in getElemExtensionDecl()
|
D | StylesheetRoot.java | 399 protected void addImports(Stylesheet stylesheet, boolean addToList, Vector importList) in addImports() argument 404 int n = stylesheet.getImportCount(); in addImports() 410 Stylesheet imported = stylesheet.getImport(i); in addImports() 416 n = stylesheet.getIncludeCount(); in addImports() 422 Stylesheet included = stylesheet.getInclude(i); in addImports() 429 importList.addElement(stylesheet); in addImports()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSDefaultStyleSheets.cpp | 125 …RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(viewSourceCss, sizeof(viewSourceC… in defaultViewSourceStyle() local 126 m_defaultViewSourceStyle->addRulesFromSheet(stylesheet.release().leakRef(), screenEval()); in defaultViewSourceStyle() 136 …RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(navigationTransitionsCss, sizeof(… in defaultTransitionStyle() local 137 m_defaultTransitionStyle->addRulesFromSheet(stylesheet.release().leakRef(), screenEval()); in defaultTransitionStyle() 147 … RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(xhtmlmpCss, sizeof(xhtmlmpCss)); in defaultXHTMLMobileProfileStyle() local 148 … m_defaultXHTMLMobileProfileStyle->addRulesFromSheet(stylesheet.release().leakRef(), screenEval()); in defaultXHTMLMobileProfileStyle()
|
/external/nanopb-c/docs/ |
D | Makefile | 8 rst2html --stylesheet=lsr.css --link-stylesheet $< $@
|
/external/smali/ |
D | extract-property.xslt | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pom="http://maven.apache.org… 4 </xsl:stylesheet>
|
/external/chromium-trace/trace-viewer/src/base/ |
D | measuring_stick.js | 47 var stylesheet = stylesheets[i]; 50 link.href = stylesheet.href;
|
/external/oprofile/doc/xsl/ |
D | xhtml-common.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 55 </xsl:stylesheet>
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | output_text.properties | 28 # Xalan-specific output properties. These can be overridden in the stylesheet 30 # <xsl:stylesheet version="1.0"
|
D | output_unknown.properties | 35 # Xalan-specific output properties. These can be overridden in the stylesheet 37 # <xsl:stylesheet version="1.0"
|
D | output_xml.properties | 34 # Xalan-specific output properties. These can be overridden in the stylesheet 36 # <xsl:stylesheet version="1.0"
|
D | output_html.properties | 31 # Xalan-specific output properties. These can be overridden in the stylesheet 33 # <xsl:stylesheet version="1.0"
|
/external/llvm/docs/_themes/llvm-theme/ |
D | theme.conf | 3 stylesheet = llvm-theme.css
|
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/ |
D | NavigationTransitionDelegate.java | 35 public void addEnteringStylesheetToTransition(String stylesheet); in addEnteringStylesheetToTransition() argument
|
/external/chromium_org/extensions/renderer/resources/ |
D | extension_fonts.css | 6 * This stylesheet is used to apply Chrome system fonts to all extension pages.
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/ |
D | WebContentsImpl.java | 206 private void addEnteringStylesheetToTransition(String stylesheet) { in addEnteringStylesheetToTransition() argument 208 mNavigationTransitionDelegate.addEnteringStylesheetToTransition(stylesheet); in addEnteringStylesheetToTransition()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerImpl.java | 335 public TransformerImpl(StylesheetRoot stylesheet) in TransformerImpl() argument 338 m_optimizer = stylesheet.getOptimizer(); in TransformerImpl() 339 m_incremental = stylesheet.getIncremental(); in TransformerImpl() 340 m_source_location = stylesheet.getSource_location(); in TransformerImpl() 341 setStylesheet(stylesheet); in TransformerImpl() 348 if (stylesheet.isSecureProcessing()) in TransformerImpl() 352 getXPathContext().setNamespaceContext(stylesheet); in TransformerImpl() 1200 StylesheetRoot stylesheet = this.getStylesheet(); in transformNode() local 1201 int n = stylesheet.getGlobalImportCount(); in transformNode() 1205 StylesheetComposed imported = stylesheet.getGlobalImport(i); in transformNode()
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | screen_wrong_hwid.css | 5 * This is the stylesheet used by the wrong HWID screen.
|
D | enterprise_info.css | 5 * This is the stylesheet used for notifications in enterprise-enrolled devices.
|
/external/valgrind/main/docs/ |
D | README | 50 to check whether the website stylesheet has changed. 132 stylesheet: 134 /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl 138 /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
|