Home
last modified time | relevance | path

Searched refs:mml (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/dports/science/cdk/cdk-cdk-2.3/doc/dict/xsl/
H A Dctop.xsl36 <mml:mo>+</mml:mo>
46 <mml:mo>/</mml:mo>
146 <mml:mrow><mml:mo>(</mml:mo><mml:mn>-1</mml:mn><mml:mo>)</mml:mo></mml:mrow>
212 <mml:mo>{</mml:mo>
217 <mml:mtd><mml:mtext>&#160; if &#160;</mml:mtext></mml:mtd>
671 …<mml:mrow><mml:msup><mml:mo>d</mml:mo><xsl:apply-templates mode="c2p" select="mml:bvar/mml:degree/…
690 <mml:msub><mml:mo>D</mml:mo><mml:mrow>
702 <mml:mrow><mml:msup><mml:mo>&#8706;<!-- partial --></mml:mo>
714 <mml:mo>+</mml:mo><mml:mn><xsl:value-of select="count(mml:bvar[not(mml:degree)])"/></mml:mn>
718 <mml:mn><xsl:value-of select="sum(mml:bvar/mml:degree)+count(mml:bvar[not(mml:degree)])"/></mml:mn>
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/printing/
H A Dtest_mathml.py76 mml = mp._print(m)
120 mml = mp._print(b)
331 del mml
340 del mml
349 del mml
358 del mml
369 del mml
380 del mml
397 del mml
414 del mml
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/printing/tests/
H A Dtest_mathml.py348 del mml
357 del mml
366 del mml
375 del mml
386 del mml
397 del mml
414 del mml
431 del mml
448 del mml
951 del mml
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/math/
H A Dsampler.tex21 The \mml{semantics}, \mml{annotation}, and \mml{annotation-xml} elements
30 Token elements \mml{mi}, \mml{mo} and \mml{mn}, with various
100 Not used: \mml{mglyph}, \mml{ms}.
125 Roots \mml{msqrt} and \mml{mroot}, as well as enclosures \mml{menclose}:
154 Not used: \mml{mfenced}, \mml{mphantom};
158 A variety of sub- and super-scripts (\mml{msub}, \mml{msup}, \mml{msubsup}),
159 under- and over-scripts (\mml{munder}, \mml{mover}, \mml{munderover}),
201 Some basic tabular math (\mml{mtable}, \mml{mtr}, \mml{mtd});
219 Not used: \mml{mlabeledtr}, \mml{maligngroup}, \mml{malignmark}.
225 \mml{mstack}, \mml{mlongdiv}, \mml{msgroup}, \mml{msrow},
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A D7173.md41 <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
42 <mml:mrow>
43 <mml:mrow><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>2</mml:mn>
44 </mml:mrow>
45 </mml:mrow>
46 </mml:math>
124 <mml:math>
125 <mml:mrow>
126 <mml:mrow><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>2</mml:mn>
128 </mml:mrow>
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Densmarker.c1179 if (!mml) in ensMarkermaplocationNewCpy()
1266 if (!mml) in ensMarkermaplocationNewRef()
1389 return (mml) ? mml->Chromosomename : NULL; in ensMarkermaplocationGetChromosomename()
1410 return (mml) ? mml->Lodscore : 0.0F; in ensMarkermaplocationGetLodscore()
1431 return (mml) ? mml->Mapname : NULL; in ensMarkermaplocationGetMapname()
1453 return (mml) ? mml->Markersynonym : NULL; in ensMarkermaplocationGetMarkersynonym()
1474 return (mml) ? mml->Position : NULL; in ensMarkermaplocationGetPosition()
1525 if (!mml) in ensMarkermaplocationSetChromosomename()
1555 if (!mml) in ensMarkermaplocationSetLodscore()
1583 if (!mml) in ensMarkermaplocationSetMapname()
[all …]
H A Densmarker.h333 const EnsPMarkermaplocation mml);
347 float ensMarkermaplocationGetLodscore(const EnsPMarkermaplocation mml);
349 AjPStr ensMarkermaplocationGetMapname(const EnsPMarkermaplocation mml);
352 const EnsPMarkermaplocation mml);
356 AjBool ensMarkermaplocationSetChromosomename(EnsPMarkermaplocation mml,
359 AjBool ensMarkermaplocationSetLodscore(EnsPMarkermaplocation mml,
362 AjBool ensMarkermaplocationSetMapname(EnsPMarkermaplocation mml,
365 AjBool ensMarkermaplocationSetMarkersynonym(EnsPMarkermaplocation mml,
368 AjBool ensMarkermaplocationSetPosition(EnsPMarkermaplocation mml,
371 AjBool ensMarkermaplocationTrace(const EnsPMarkermaplocation mml,
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/utilities/mathml/
H A D__init__.py22 def apply_xsl(mml, xsl): argument
39 doc = etree.XML(mml)
46 def c2p(mml, simple=False): argument
58 if not mml.startswith('<math'):
59 mml = add_mathml_headers(mml)
62 return apply_xsl(mml, 'mathml/data/simple_mmlctop.xsl')
64 return apply_xsl(mml, 'mathml/data/mmlctop.xsl')
/dports/devel/p5-IO-Util/IO-Util-1.5/lib/IO/
H A DUtil.pm178 { my $mml = shift
180 ; if ( $$opt{optional} && not ref $mml )
181 { return unless -f $mml
185 ; if ( $$opt{cache} && not ref $mml )
190 ; my $content = ref $mml eq 'SCALAR' ? $mml : slurp $mml
200 ; $$opt{cache} &&! ref($mml)
206 { my ($id, $mml, $opt) = @_
243 ; $$mml =~ s/\\(.)/$1/g # unescape
248 ? do{ local $_ = $$mml
250 ; &{$filter_sub}($id, $mml, $opt)
[all …]
/dports/textproc/yelp-xsl/yelp-xsl-40.2/doc/yelp-xsl/ducks/
H A Ddb2html-math.duck10 The matched templates for the $sys(mml:math) element automatically set the $sys(display)
49 * $code(equation/mml:math | informalequation/mml:math | db:equation/mml:math |…
52 * $code(inlineequation/mml:math | db:inlineequation/mml:math)
55 * $code(db:imagedata[@format='mathml']/mml:math)
58 * $code(mml:*)
H A Dmal2html-math.duck11 matched templates for the $sys(mml:math) element automatically set the
53 * $code(mml:math)
56 * $code(mml:math)
59 * $code(mml:*)
/dports/devel/py-minidump/minidump-0.0.20/minidump/streams/
H A DMemory64ListStream.py28 mml = MINIDUMP_MEMORY64_LIST()
29 mml.NumberOfMemoryRanges = int.from_bytes(buff.read(8), byteorder = 'little', signed = False)
30 mml.BaseRva = int.from_bytes(buff.read(8), byteorder = 'little', signed = False)
31 for _ in range(mml.NumberOfMemoryRanges):
32 mml.MemoryRanges.append(MINIDUMP_MEMORY_DESCRIPTOR64.parse(buff))
34 return mml
89 mml = MinidumpMemory64List()
97 mml.memory_segments.append(ms)
99 return mml
H A DMemoryListStream.py23 mml = MINIDUMP_MEMORY_LIST()
24 mml.NumberOfMemoryRanges = int.from_bytes(buff.read(4), byteorder = 'little', signed = False)
25 for _ in range(mml.NumberOfMemoryRanges):
26 mml.MemoryRanges.append(MINIDUMP_MEMORY_DESCRIPTOR.parse(buff))
28 return mml
/dports/games/alephone/alephone-release-20190331/data/icons/
H A DMakefile.am12 16x16/text-x-alephone-mml.png \
21 22x22/text-x-alephone-mml.png \
30 24x24/text-x-alephone-mml.png \
39 256x256/text-x-alephone-mml.png \
48 32x32/text-x-alephone-mml.png \
57 48x48/text-x-alephone-mml.png \
66 64x64/text-x-alephone-mml.png \
75 96x96/text-x-alephone-mml.png \
84 128x128/text-x-alephone-mml.png
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/
H A DBUGS7 …le:///home/luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/TokenElements/ms/msAquotes3.mml
8 …ome/luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/GeneralLayout/mfrac/mfracAkeyword9.mml
9 …me/luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/GeneralLayout/menclose/rec-enclose3.mml
10 …luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/TablesAndMatrices/mtable/mtableAwidth1.mml
11 …luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/TablesAndMatrices/mtable/mtableAwidth3.mml
12 …luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/TablesAndMatrices/mtable/mtableAwidth4.mml
13 …e/luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/TablesAndMatrices/mtable/mtableBgap1.mml
14 …luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/TablesAndMatrices/nested/nestedAwidth1.mml
15 …ca/Projects/edit-gtkmathview/T1/testsuite/Presentation/DynamicExpressions/maction/mactionBhigh1.mml
23 …:///home/luca/Projects/edit-gtkmathview/T1/testsuite/Presentation/TokenElements/mo/moAlargeop12.mml
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dmodes.go656 func (mml modeMemoryLimited) Type() InitModeType {
660 func (mml modeMemoryLimited) RekeyWorkers() int {
664 func (mml modeMemoryLimited) RekeyQueueSize() int {
668 func (mml modeMemoryLimited) ConflictResolutionEnabled() bool {
672 func (mml modeMemoryLimited) QuotaReclamationEnabled() bool {
676 func (mml modeMemoryLimited) UnmergedTLFsEnabled() bool {
680 func (mml modeMemoryLimited) SendEditNotificationsEnabled() bool {
684 func (mml modeMemoryLimited) LocalHTTPServerEnabled() bool {
688 func (mml modeMemoryLimited) MaxCleanBlockCacheCapacity() uint64 {
692 func (mml modeMemoryLimited) TLFEditHistoryEnabled() bool {
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/splazers/tests/
H A Drun_tests.py70 for mml in range(16,26):
78 … redir_stdout=ph.outFile('se-adeno-reads%d_1_mml%d_ep%d_es%d.stdout' % (rl, mml, ep, es)),
79 args=['-sm', str(mml), '-ep', str(ep), '-es', str(es),
82 … '-o', ph.outFile('se-adeno-reads%d_1_mml%d_ep%d_es%d.out' % (rl, mml, ep, es))],
83 … to_diff=[(ph.inFile('se-adeno-reads%d_1_mml%d_ep%d_es%d.out' % (rl, mml, ep, es)),
84 … ph.outFile('se-adeno-reads%d_1_mml%d_ep%d_es%d.out' % (rl, mml, ep, es))),
85 … (ph.inFile('se-adeno-reads%d_1_mml%d_ep%d_es%d.stdout' % (rl, mml, ep, es)),
86 … ph.outFile('se-adeno-reads%d_1_mml%d_ep%d_es%d.stdout' % (rl, mml, ep, es)))])
H A Dgenerate_outputs.sh16 for mml in 16 17 18 19 20 21 22 23 24 25 ; do
21 …sm $mml -ep $ep -es $es adeno-genome.fa adeno-reads${rl}_1.fa -o se-adeno-reads${rl}_1_mml${mml}_e…
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/rowcolumn/
H A Dtest59.c32 Dimension mmt, mmb, mml, mmr, mmw, mmh, st, ht; in main() local
53 XmNmarginLeft, &mml, XmNmarginRight, &mmr, in main()
58 mmt, mmb, mml, mmr, mmw, mmh, st, ht, XtWidth(option), XtHeight(option)); in main()
64 XmNmarginLeft, &mml, XmNmarginRight, &mmr, in main()
69 mmt, mmb, mml, mmr, mmw, mmh, st, ht, XtWidth(option), XtHeight(option)); in main()
/dports/graphics/libimg/Img-1.4.12/
H A Dtkv.tcl14 proc mml string { procedure
67 $menu add cascade -label [mmc $text] -menu $name -underline [mml $text]
101 $w add command -label [mmc $text] -command [list load_image $window] -underline [mml $text]
103 $w add command -label [mmc $text] -command [list save_image $window] -underline [mml $text]
106 $w add command -label [mmc $text] -command [list destroy $window] -underline [mml $text]
108 $w add command -label [mmc $text] -command [list destroy .] -underline [mml $text]
114 $w add command -label [mmc $text] -command About -underline [mml $text]
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/polyfills/
H A DMathJax_README.md64 .//jax/element/mml
65 .//jax/element/mml/jax.js
66 .//jax/element/mml/optable
68 .//jax/element/mml/optable/Latin1Supplement.js
69 .//jax/element/mml/optable/MathOperators.js
70 .//jax/element/mml/optable/GeometricShapes.js
72 .//jax/element/mml/optable/Dingbats.js
73 .//jax/element/mml/optable/BasicLatin.js
76 .//jax/element/mml/optable/Arrows.js
79 .//jax/element/mml/optable/GreekAndCoptic.js
[all …]
/dports/games/alephone/alephone-release-20190331/data/
H A DMakefile.am6 mml_DATA = Interface_Rects.mml Transparent_Liquids.mml \
7 Transparent_Sprites.mml
23 text-x-alephone-mml.png
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-mml-to-itex.c32 go_mathml_to_itex (char const *mml, char **buf, int *length, gboolean *compact, GOCmdContext *gcc) in go_mathml_to_itex() argument
39 if (mml == NULL || *mml == 0) in go_mathml_to_itex()
53 doc = xmlParseDoc((xmlChar const *) mml); in go_mathml_to_itex()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Post/MathML/
H A DLinebreaker.pm110 …if ((nodeName($mml) eq 'm:mrow') && (scalar(@n = nodeChildren($mml)) == 2) && isSeparator($n[1])) {
116 my $layouts = layout($mml, $width, 0, 1);
127 $mml = ['m:mrow', {}, $mml, $LaTeXML::Post::MathML::Linebreaker::PUNCT]; }
130 return $mml; }
141 …if ((nodeName($mml) eq 'm:mrow') && (scalar(@n = nodeChildren($mml)) == 2) && isSeparator($n[1])) {
142 $mml = $n[0]; }
146 my @layouts = @{ layout($mml, $width, 0, 1) };
188 my ($self, $mml, $layout) = @_;
192 …if ((nodeName($mml) eq 'm:mrow') && (scalar(@n = nodeChildren($mml)) == 2) && isSeparator($n[1])) {
200 $mml = ['m:mrow', {}, $mml, $LaTeXML::Post::MathML::Linebreaker::PUNCT]; }
[all …]
/dports/textproc/lasem/lasem-0.5.1/
H A DNEWS72 * mml: support for element prefixed by 'math:'
73 * mml: fix update of itex element on style change
79 * mml: fix weight of operators
80 * mml: support of semantics elements (used by libreoffice formulas)
81 * mml: fix the form of script elements of underover and script
99 * mml: return equation baseline.
133 * mml: contribution of Jorn Baayen needed for his lasem python bindings
135 * mml: migration of the attribute handling to lsm_attribute_manager

12345678910>>...44