/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/libvpx/libvpx/examples/includes/geshi/contrib/ |
D | cssgen.php | 367 $stylesheet = "/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */"; variable 371 $stylesheet .= "\n$overall_selector {{$overall_styles}}"; 376 $stylesheet .= "\n$default_selector {{$default_styles}}"; 384 $stylesheet .= "\n$keyword_selector_1 {{$keywords_1}}"; 391 $stylesheet .= "\n$keyword_selector_2 {{$keywords_2}}"; 398 $stylesheet .= "\n$keyword_selector_3 {{$keywords_3}}"; 405 $stylesheet .= "\n$keyword_selector_4 {{$keywords_4}}"; 413 $stylesheet .= "\n$comment_selector {{$comments}}"; 420 $stylesheet .= "\n$esc_selector {{$esc}}"; 427 $stylesheet .= "\n$brk_selector {{$brackets}}"; [all …]
|
/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()
|
D | ElemLiteralResult.java | 337 StylesheetRoot stylesheet = getStylesheetRoot(); in resolvePrefixTables() local 341 NamespaceAlias nsa = stylesheet.getNamespaceAliasComposed(m_namespace); in resolvePrefixTables() 371 stylesheet.getNamespaceAliasComposed(m_namespace); // %REVIEW% ns? in resolvePrefixTables()
|
/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/libvpx/libvpx/examples/includes/geshi/ |
D | geshi.php | 4231 $stylesheet = "/**\n". 4241 $stylesheet = "/**\n". 4253 $stylesheet .= "$selector.de1, $selector.de2 {{$this->code_style}}\n"; 4259 $stylesheet .= "$selector {{$this->overall_style}}\n"; 4270 $stylesheet .= "{$selector}a:link {{$style}}\n"; 4273 $stylesheet .= "{$selector}a:hover {{$style}}\n"; 4276 $stylesheet .= "{$selector}a:active {{$style}}\n"; 4279 $stylesheet .= "{$selector}a:visited {{$style}}\n"; 4288 $stylesheet .= "$selector.head {{$this->header_content_style}}\n"; 4291 $stylesheet .= "$selector.foot {{$this->footer_content_style}}\n"; [all …]
|
/external/chromium-trace/trace-viewer/src/base/ |
D | measuring_stick.js | 47 var stylesheet = stylesheets[i]; 50 link.href = stylesheet.href;
|
/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/oprofile/doc/xsl/ |
D | xhtml-common.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 55 </xsl:stylesheet>
|
/external/llvm/docs/_themes/llvm-theme/ |
D | theme.conf | 3 stylesheet = llvm-theme.css
|
/external/ceres-solver/docs/source/_themes/armstrong/ |
D | rtd-themes.conf | 3 stylesheet = rtd.css
|
D | theme.conf | 3 stylesheet = rtd.css
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | enterprise_info.css | 5 * This is the stylesheet used for notifications in enterprise-enrolled devices.
|
D | screen_wrong_hwid.css | 5 * This is the stylesheet used by the wrong HWID screen.
|
/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/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
|
/external/oprofile/m4/ |
D | docbook.m4 | 7 for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | networkLogView.css | 197 .network-log-grid.data-grid .network-type-stylesheet .icon { 201 .network-log-grid.data-grid.small .network-type-stylesheet .icon { 373 .network-type-stylesheet .network-graph-bar { 377 .network-type-stylesheet.resource-cached .network-graph-bar {
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 112 …tyle of the output on the fly, use CSS classes or not, use an external stylesheet or not, use line… 113 …ever, you want speed? Turn off any features you don't like, pre-make a stylesheet and use CSS clas… 366 … code to be bold, you'd make sure that font-weight: normal; was in the stylesheet rule you passed … 394 …more you can use one stylesheet for several different highlights on the same page. In fact, you ca… 404 …d for the code. This is a good feature that allows you to use the same stylesheet for many differe… 408 …e name of the language being used. This means you can use just the one stylesheet for all sources … 410 … highlighted in a different way (see the section below on gettting the stylesheet for your code fo… 411 3.3.3: Getting the stylesheet for your code 414 …of using CSS classes is getting the stylesheet for use with the classes. GeSHi makes it very easy … 418 // a stylesheet. For example: [all …]
|