/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"/> 5 </xsl:stylesheet>
|
D | stylesheet.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 10 </xsl:stylesheet>
|
/external/jemalloc_new/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"/> 5 </xsl:stylesheet>
|
D | stylesheet.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 10 </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/grpc-grpc/third_party/nanopb/docs/ |
D | Makefile | 8 rst2html --stylesheet=lsr.css --link-stylesheet $< $@
|
/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/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/wayland/doc/publican/ |
D | merge-mapcoords.xsl | 1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 64 </xsl:stylesheet>
|
/external/python/setuptools/docs/_theme/nature/ |
D | theme.conf | 3 stylesheet = nature.css
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/_themes/llvm-theme/ |
D | theme.conf | 3 stylesheet = llvm-theme.css
|
/external/llvm/docs/_themes/llvm-theme/ |
D | theme.conf | 3 stylesheet = llvm-theme.css
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/ |
D | style.test | 42 TOPLEVEL: <link rel='stylesheet' type='text/css' href='style.css'> 47 FILEVIEW: <link rel='stylesheet' type='text/css' href='..{{.*}}..{{.*}}style.css'>
|
/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() 1202 StylesheetRoot stylesheet = this.getStylesheet(); in transformNode() local 1203 int n = stylesheet.getGlobalImportCount(); in transformNode() 1207 StylesheetComposed imported = stylesheet.getGlobalImport(i); in transformNode()
|
/external/python/cpython3/Doc/tools/pydoctheme/ |
D | theme.conf | 3 stylesheet = pydoctheme.css
|