Home
last modified time | relevance | path

Searched defs:stylesheet (Results 1 – 25 of 1553) sorted by relevance

12345678910>>...63

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/implementations/
H A Dstylesheet.hpp45 struct stylesheet struct
213 void garbage_collect() in garbage_collect()
503 void clear() in clear()
535 workbook *parent;
557 bool known_fonts_enabled = false;
565 std::vector<alignment> alignments;
566 std::vector<border> borders;
567 std::vector<fill> fills;
568 std::vector<font> fonts;
570 std::vector<protection> protections;
[all …]
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/mycss/
H A Dstylesheet.c28 mystatus_t mycss_stylesheet_init(mycss_stylesheet_t* stylesheet, mycss_entry_t* entry) in mycss_stylesheet_init()
39 mystatus_t mycss_stylesheet_clean_all(mycss_stylesheet_t* stylesheet) in mycss_stylesheet_clean_all()
50 mycss_stylesheet_t * mycss_stylesheet_destroy(mycss_stylesheet_t* stylesheet, bool self_destroy) in mycss_stylesheet_destroy()
63 void mycss_stylesheet_serialization(mycss_stylesheet_t* stylesheet, mycore_callback_serialize_f cal… in mycss_stylesheet_serialization()
/dports/www/luakit/luakit-2.3/clib/
H A Dstylesheet.c25 LUA_OBJECT_FUNCS(stylesheet_class, lstylesheet_t, stylesheet) in LUA_OBJECT_FUNCS() argument
38 lstylesheet_t *stylesheet = luaH_checkstylesheet(L, 1); in luaH_stylesheet_gc() local
61 regenerate_stylesheet(lstylesheet_t *stylesheet) in regenerate_stylesheet()
82 luaH_stylesheet_set_source(lua_State *L, lstylesheet_t *stylesheet) in luaH_stylesheet_set_source()
94 luaH_stylesheet_get_source(lua_State *L, lstylesheet_t *stylesheet) in luaH_stylesheet_get_source()
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/clib/
H A Dstylesheet.c25 LUA_OBJECT_FUNCS(stylesheet_class, lstylesheet_t, stylesheet) in LUA_OBJECT_FUNCS() argument
38 lstylesheet_t *stylesheet = luaH_checkstylesheet(L, 1); in luaH_stylesheet_gc() local
61 regenerate_stylesheet(lstylesheet_t *stylesheet) in regenerate_stylesheet()
82 luaH_stylesheet_set_source(lua_State *L, lstylesheet_t *stylesheet) in luaH_stylesheet_set_source()
94 luaH_stylesheet_get_source(lua_State *L, lstylesheet_t *stylesheet) in luaH_stylesheet_get_source()
/dports/textproc/xom/XOM/src/nu/xom/tests/
H A DXSLTransformTest.java117 File stylesheet = new File(inputDir, "identity.xsl"); in testIdentityTransform() local
140 File stylesheet = new File(inputDir, "identity.xsl"); in testPrefixMappingIssues() local
221 File stylesheet = new File(inputDir, "fragment.xsl"); in testCreateDocumentFragment() local
242 File stylesheet = new File(inputDir, "8-8.xsl"); in testTransform() local
260 File stylesheet = new File(inputDir, "paramtest.xsl"); in testSetParameter() local
332 File stylesheet = new File(inputDir, "8-8.xsl"); in testTransformWithCFilter() local
361 File stylesheet = new File(inputDir, "fragment.xsl"); in testCreateDocumentFragmentWithCommentFilter() local
392 File stylesheet = new File(inputDir, "fragment.xsl"); in testCreateDocumentFragmentWithProcessingInstructionFilter() local
445 File stylesheet = new File(inputDir, "8-12.xsl"); in testTransform2() local
497 String stylesheet = "data/xslt/input/8-12.xsl"; in testTransformFromSystemID() local
[all …]
/dports/java/jdom/jdom/src/java/org/jdom/transform/
H A DXSLTransformer.java131 private XSLTransformer(Source stylesheet) throws XSLTransformException { in XSLTransformer()
162 public XSLTransformer(InputStream stylesheet) throws XSLTransformException { in XSLTransformer()
177 public XSLTransformer(Reader stylesheet) throws XSLTransformException { in XSLTransformer()
192 public XSLTransformer(File stylesheet) throws XSLTransformException { in XSLTransformer()
207 public XSLTransformer(Document stylesheet) throws XSLTransformException { in XSLTransformer()
/dports/textproc/nux/nux/src/nux/xom/pool/
H A DXSLTransformFactory.java162 public XSLTransform createTransform(Document stylesheet) throws XSLException { in createTransform()
179 …public XSLTransform createTransform(File stylesheet) throws XSLException, ParsingException, IOExce… in createTransform()
199 …public XSLTransform createTransform(InputStream stylesheet, URI baseURI) throws XSLException, Pars… in createTransform()
219 …protected XSLTransform newTransform(Document stylesheet, TransformerFactory transformerFactory) th… in newTransform()
/dports/www/luakit/luakit-2.3/widgets/webview/
H A Dstylesheets.c24 webview_stylesheets_regenerate_stylesheet(widget_t *w, lstylesheet_t *stylesheet) { in webview_stylesheets_regenerate_stylesheet()
48 lstylesheet_t *stylesheet = l->data; in webview_stylesheets_regenerate() local
58 webview_stylesheet_set_enabled(widget_t *w, lstylesheet_t *stylesheet, gboolean enable) in webview_stylesheet_set_enabled()
85 lstylesheet_t *stylesheet = luaH_checkstylesheet(L, 2); in luaH_webview_stylesheets_index() local
97 lstylesheet_t *stylesheet = luaH_checkstylesheet(L, 2); in luaH_webview_stylesheets_newindex() local
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/widgets/webview/
H A Dstylesheets.c24 webview_stylesheets_regenerate_stylesheet(widget_t *w, lstylesheet_t *stylesheet) { in webview_stylesheets_regenerate_stylesheet()
48 lstylesheet_t *stylesheet = l->data; in webview_stylesheets_regenerate() local
58 webview_stylesheet_set_enabled(widget_t *w, lstylesheet_t *stylesheet, gboolean enable) in webview_stylesheet_set_enabled()
85 lstylesheet_t *stylesheet = luaH_checkstylesheet(L, 2); in luaH_webview_stylesheets_index() local
97 lstylesheet_t *stylesheet = luaH_checkstylesheet(L, 2); in luaH_webview_stylesheets_newindex() local
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/transform/
H A DTemplatesImpl.java55 final Stylesheet stylesheet; field in TemplatesImpl
58 TemplatesImpl(TransformerFactoryImpl factory, Stylesheet stylesheet) in TemplatesImpl()
68 Stylesheet stylesheet = (Stylesheet) this.stylesheet.clone(); in newTransformer() local
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/transform/
H A DTemplatesImpl.java57 final Stylesheet stylesheet; field in TemplatesImpl
60 TemplatesImpl(TransformerFactoryImpl factory, Stylesheet stylesheet) in TemplatesImpl()
70 Stylesheet stylesheet = (Stylesheet) this.stylesheet.clone(); in newTransformer() local
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/transform/
H A DTemplatesImpl.java57 final Stylesheet stylesheet; field in TemplatesImpl
60 TemplatesImpl(TransformerFactoryImpl factory, Stylesheet stylesheet) in TemplatesImpl()
70 Stylesheet stylesheet = (Stylesheet) this.stylesheet.clone(); in newTransformer() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/transform/
H A DTemplatesImpl.java57 final Stylesheet stylesheet; field in TemplatesImpl
60 TemplatesImpl(TransformerFactoryImpl factory, Stylesheet stylesheet) in TemplatesImpl()
70 Stylesheet stylesheet = (Stylesheet) this.stylesheet.clone(); in newTransformer() local
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/transform/
H A DTemplatesImpl.java57 final Stylesheet stylesheet; field in TemplatesImpl
60 TemplatesImpl(TransformerFactoryImpl factory, Stylesheet stylesheet) in TemplatesImpl()
70 Stylesheet stylesheet = (Stylesheet) this.stylesheet.clone(); in newTransformer() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/transform/
H A DTemplatesImpl.java57 final Stylesheet stylesheet; field in TemplatesImpl
60 TemplatesImpl(TransformerFactoryImpl factory, Stylesheet stylesheet) in TemplatesImpl()
70 Stylesheet stylesheet = (Stylesheet) this.stylesheet.clone(); in newTransformer() local
/dports/deskutils/egroupware/egroupware/pixelegg/
H A Dstylesheet2svg.php26 $stylesheet = 'pixelegg/less/svg.css'; variable
29 $stylesheet = $args[1]; variable
66 function rel_path($stylesheet, $image)
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/skins/shinra/
H A Derror_wrapped.template.php11 …lobals["language"] == "he" || $net2ftp_globals["language"] == "ar") { $stylesheet = "style.rtl.css… variable
12 else { $stylesheet = "style.ltr.css"; } variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java53 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
63 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java53 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
63 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java53 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
63 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()
/dports/security/xml-security/xml-security-1_5_5/src/main/java/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java49 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
59 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java53 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
63 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java53 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
63 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java53 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
63 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/spec/
H A DXSLTTransformParameterSpec.java53 private XMLStructure stylesheet; field in XSLTTransformParameterSpec
63 public XSLTTransformParameterSpec(XMLStructure stylesheet) { in XSLTTransformParameterSpec()

12345678910>>...63