Searched refs:stylesheet (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/docs/_themes/llvm-theme/
H A Dtheme.conf3 stylesheet = llvm-theme.css
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorStylesheetElement.java33 * TransformerFactory for xsl:stylesheet or xsl:transform markup.
35 * @see <a href="http://www.w3.org/TR/xslt#stylesheet-element">stylesheet-element in XSLT Specification</a>
68 Stylesheet stylesheet;
74 stylesheet = getStylesheetRoot(handler);
91 stylesheet = sc;
95 stylesheet = new Stylesheet(parent);
97 parent.setInclude(stylesheet);
101 stylesheet.setDOMBackPointer(handler.getOriginatingNode());
102 stylesheet
[all...]
H A DProcessorLRE.java82 // Literal Result Template as stylesheet.
85 handler.getProcessorFor(Constants.S_XSLNAMESPACEURL, "stylesheet",
86 "xsl:stylesheet");
90 Stylesheet stylesheet;
93 stylesheet = getStylesheetRoot(handler);
100 // stylesheet.setDOMBackPointer(handler.getOriginatingNode());
111 stylesheet.setLocaterInfo(slocator);
112 stylesheet.setPrefixes(handler.getNamespaceSupport());
113 handler.pushStylesheet(stylesheet);
152 // allowed on a stylesheet
356 declaredXSLNS(Stylesheet stylesheet) argument
[all...]
/external/nanopb-c/docs/
H A DMakefile8 rst2html --stylesheet=lsr.css --link-stylesheet $< $@
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
H A Dtheme.conf3 stylesheet = webapp2.css
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemUse.java116 * @param stylesheet The owning root stylesheet
121 TransformerImpl transformer, StylesheetRoot stylesheet)
124 applyAttrSets(transformer, stylesheet, m_attributeSetsNames);
135 * @param stylesheet The owning root stylesheet
141 TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[])
152 java.util.List attrSets = stylesheet.getAttributeSetComposed(qname);
120 applyAttrSets( TransformerImpl transformer, StylesheetRoot stylesheet) argument
140 applyAttrSets( TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[]) argument
H A DElemExtensionCall.java106 * @param stylesheet Stylesheet root associated with this extension element
111 private ElemExtensionDecl getElemExtensionDecl(StylesheetRoot stylesheet, argument
116 int n = stylesheet.getGlobalImportCount();
120 Stylesheet imported = stylesheet.getGlobalImport(i);
H A DStylesheetRoot.java50 * This class represents the root object of the stylesheet tree.
79 * Uses an XSL stylesheet document.
111 * @param schema The schema used to create this stylesheet
122 * Tell if this is the root of the stylesheet tree.
124 * @return True since this is the root of the stylesheet tree.
162 * (i.e., if the stylesheet contains extension functions and/or elements).
174 * namespaces encountered during composition of a stylesheet.
264 // Build the global include list for this stylesheet.
373 * The combined list of imports. The stylesheet with the highest
387 * <p>stylesheet
399 addImports(Stylesheet stylesheet, boolean addToList, Vector importList) argument
[all...]
H A DElemLiteralResult.java60 * that is also the stylesheet element.
68 * that is also the stylesheet element.
72 * represents a root element that is also the stylesheet element.
81 * that is also the stylesheet element.
85 * represents a root element that is also the stylesheet element.
117 * that were present on the element node in the stylesheet tree,
311 // stylesheet compile time.
337 StylesheetRoot stylesheet = getStylesheetRoot();
341 NamespaceAlias nsa = stylesheet.getNamespaceAliasComposed(m_namespace);
371 stylesheet
[all...]
H A DElemTemplateElement.java140 * Get the owning "composed" stylesheet. This looks up the
143 * aggregated stylesheet, or that stylesheet if it is aggregated.
145 * @return the owning "composed" stylesheet.
153 * Get the owning stylesheet. This looks up the
157 * @return the owning stylesheet
165 * Get the owning root stylesheet. This looks up the
168 * to the root stylesheet.
170 * @return the owning root stylesheet
578 * Get the stylesheet owne
[all...]
H A DRedundentExprEliminator.java96 * Method to be called after the all global expressions within a stylesheet
103 public void eleminateRedundentGlobals(StylesheetRoot stylesheet) argument
105 eleminateRedundent(stylesheet, m_absPaths);
398 * @param elem An representation of an element in an XSLT stylesheet.
585 * it into the stylesheet, and replace the occurance with a reference to
808 * shared redundent XPath, and add it to the stylesheet.
978 * the search when a xsl:for-each, xsl:template, or xsl:stylesheet is
1004 * xsl:for-each, xsl:template, or xsl:stylesheet.
1008 * xsl:template, or xsl:stylesheet.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .apache.tools.ant.types.Resource stylesheet private org.apache.tools.ant.taskdefs ...
H A Dant-junit.jar ... .tools.ant.types.resources.URLResource stylesheet java.net.URL stylesheetURL String xslname org. ...
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.c244 trace_dump_writes("<?xml-stylesheet type='text/xsl' href='trace.xsl'?>\n");
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DResourceHandler.java219 * @return Returns the stylesheet as a Resource.
247 * @param stylesheet The location of the stylesheet to be used as a String.
249 public void setStylesheet(String stylesheet) argument
253 _stylesheet = Resource.newResource(stylesheet);
256 LOG.warn("unable to find custom stylesheet: " + stylesheet);
264 throw new IllegalArgumentException(stylesheet.toString());
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java333 * @param stylesheet The root of the stylesheet tree.
335 public TransformerImpl(StylesheetRoot stylesheet) argument
338 m_optimizer = stylesheet.getOptimizer();
339 m_incremental = stylesheet.getIncremental();
340 m_source_location = stylesheet.getSource_location();
341 setStylesheet(stylesheet);
348 if (stylesheet.isSecureProcessing())
352 getXPathContext().setNamespaceContext(stylesheet);
373 * If the stylesheet contain
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A DPySourceColor.py947 """ Convert code strings into ([stylesheet or None], colorized string) """
1075 tagend='</PY>'.lower(), stylesheet='pystyle.css'):
1079 link = '<link rel="stylesheet" href="%s" type="text/css"/></head>'
1080 css = link%stylesheet
1105 stylesheet='pystyle', show=1, returnstr=0):
1115 tagstart=tagstart, tagend=tagend, stylesheet=stylesheet)
1130 out,'tmp','%s.css'%stylesheet))
1929 self.out.write('<link rel="stylesheet" \
2066 self.out.write('<link rel="stylesheet" \
[all...]
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/components/webcomponentsjs/
H A DHTMLImports.js389 importsSelectors: [ IMPORT_SELECTOR, "link[rel=stylesheet]", "style", "script:not([type])", 'script[type="text/javascript"]' ].join(","),
H A Dwebcomponents-lite.js731 importsSelectors: [ IMPORT_SELECTOR, "link[rel=stylesheet]", "style", "script:not([type])", 'script[type="text/javascript"]' ].join(","),
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
H A Dtestharness.js1393 var stylesheet = output_document.createElementNS(xhtml_ns, "link");
1394 stylesheet.setAttribute("rel", "stylesheet");
1395 stylesheet.setAttribute("href", script_prefix + "testharness.css");
1398 heads[0].appendChild(stylesheet);
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DHTMLImports.js389 importsSelectors: [ IMPORT_SELECTOR, "link[rel=stylesheet]", "style", "script:not([type])", 'script[type="text/javascript"]' ].join(","),
H A Dwebcomponents-lite.js731 importsSelectors: [ IMPORT_SELECTOR, "link[rel=stylesheet]", "style", "script:not([type])", 'script[type="text/javascript"]' ].join(","),
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
H A DHTMLImports.js389 importsSelectors: [ IMPORT_SELECTOR, "link[rel=stylesheet]", "style", "script:not([type])", 'script[type="text/javascript"]' ].join(","),
/external/libxml2/doc/
H A Dsearch.php60 <a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>

Completed in 673 milliseconds

12