Home
last modified time | relevance | path

Searched refs:MATHML_NS (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DOfficeNamespaces.java41 public static final String MATHML_NS = "http://www.w3.org/1998/Math/MathML"; field in OfficeNamespaces
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DOfficeNamespaces.java41 public static final String MATHML_NS = "http://www.w3.org/1998/Math/MathML"; field in OfficeNamespaces
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/src/java/org/scilab/modules/helptools/
H A DCopyConvert.java66 private static final String MATHML_NS = field in CopyConvert
284 embeddedGraphicsIsMathML = MATHML_NS.equals(uri) ? 1 : 0; in startElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/output/
H A DStylesWriter.java352 rootAttributes.addNamespaceDeclaration("math", OfficeNamespaces.MATHML_NS); in performWriteRootTag()
H A DOfficeDocumentReportTarget.java372 rootAttributes.addNamespaceDeclaration("math", OfficeNamespaces.MATHML_NS); in startReport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/output/
H A DStylesWriter.java352 rootAttributes.addNamespaceDeclaration("math", OfficeNamespaces.MATHML_NS); in performWriteRootTag()
H A DOfficeDocumentReportTarget.java375 rootAttributes.addNamespaceDeclaration("math", OfficeNamespaces.MATHML_NS); in startReport()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/
H A Dbase.py47 MATHML_NS = 'http://www.w3.org/1998/Math/MathML' variable
53 'mathml': MATHML_NS, 'mbp': MBP_NS, 'calibre': CALIBRE_NS,