Home
last modified time | relevance | path

Searched refs:IN_TABLE (Results 1 – 25 of 78) sorted by relevance

1234

/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DInColumnGroup.php39 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
71 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
89 $dispatcher->switchMode( Dispatcher::IN_TABLE );
109 $dispatcher->switchMode( Dispatcher::IN_TABLE )
H A DInCaption.php36 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
65 $dispatcher->switchMode( Dispatcher::IN_TABLE );
80 $dispatcher->switchMode( Dispatcher::IN_TABLE )
H A DDispatcher.php31 public const IN_TABLE = 9; define in RemexHtml\\TreeBuilder\\Dispatcher
62 self::IN_TABLE => InTable::class,
213 self::IN_TABLE => true,
286 return self::IN_TABLE;
338 $this->inTable = $this->dispatchTable[self::IN_TABLE];
H A DInTableBody.php62 $dispatcher->switchMode( Dispatcher::IN_TABLE )
87 $dispatcher->switchMode( Dispatcher::IN_TABLE );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DInColumnGroup.php39 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
71 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
89 $dispatcher->switchMode( Dispatcher::IN_TABLE );
109 $dispatcher->switchMode( Dispatcher::IN_TABLE )
H A DInCaption.php36 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
65 $dispatcher->switchMode( Dispatcher::IN_TABLE );
80 $dispatcher->switchMode( Dispatcher::IN_TABLE )
H A DDispatcher.php31 public const IN_TABLE = 9; define in RemexHtml\\TreeBuilder\\Dispatcher
62 self::IN_TABLE => InTable::class,
213 self::IN_TABLE => true,
286 return self::IN_TABLE;
338 $this->inTable = $this->dispatchTable[self::IN_TABLE];
H A DInTableBody.php62 $dispatcher->switchMode( Dispatcher::IN_TABLE )
87 $dispatcher->switchMode( Dispatcher::IN_TABLE );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/TreeBuilder/
H A DInColumnGroup.php39 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
71 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
89 $dispatcher->switchMode( Dispatcher::IN_TABLE );
109 $dispatcher->switchMode( Dispatcher::IN_TABLE )
H A DInCaption.php36 $this->dispatcher->switchMode( Dispatcher::IN_TABLE )
65 $dispatcher->switchMode( Dispatcher::IN_TABLE );
80 $dispatcher->switchMode( Dispatcher::IN_TABLE )
H A DDispatcher.php31 public const IN_TABLE = 9; define in Wikimedia\\RemexHtml\\TreeBuilder\\Dispatcher
62 self::IN_TABLE => InTable::class,
213 self::IN_TABLE => true,
286 return self::IN_TABLE;
338 $this->inTable = $this->dispatchTable[self::IN_TABLE];
H A DInTableBody.php62 $dispatcher->switchMode( Dispatcher::IN_TABLE )
87 $dispatcher->switchMode( Dispatcher::IN_TABLE );
/dports/textproc/p5-RTF-Parser/RTF-Parser-1.12/lib/RTF/
H A DControl.pm157 my $IN_TABLE = 0;
1520 unless ($IN_TABLE) {
1524 $IN_TABLE = 1;
1555 unless ($IN_TABLE) {
1558 $IN_TABLE = 1;
1671 if ( $IN_TABLE and not $par_props{'intbl'} ) { # End of Table
1673 $IN_TABLE = 0;
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/text/
H A DRtfPhrase.java87 public static final byte[] IN_TABLE = DocWriter.getISOBytes("\\intbl"); field in RtfPhrase
156 result.write(IN_TABLE); in writeContent()
/dports/www/libhubbub/libhubbub-0.3.7/src/treebuilder/
H A Din_table_body.c71 treebuilder->context.mode = IN_TABLE; in table_sub_start_or_table_end()
160 treebuilder->context.mode = IN_TABLE; in handle_in_table_body()
/dports/math/algae/algae-4.3.6/src/
H A Difft.c68 dim = !IN_TABLE (d, ifft_options[IFFT_OPT_ROW]);
70 if (IN_TABLE (d, ifft_options[IFFT_OPT_FORGET]))
74 if (IN_TABLE (d, ifft_options[IFFT_OPT_MEASURE]))
76 if (IN_TABLE (d, ifft_options[IFFT_OPT_PATIENT]))
78 if (IN_TABLE (d, ifft_options[IFFT_OPT_EXHAUSTIVE]))
393 dim = !IN_TABLE (d, ifft_options[IFFT_OPT_ROW]);
H A Dsolve.c369 if (IN_TABLE (a, "LU")) /* Came from _GETRF */
466 else if (IN_TABLE (a, "L")) /* Came from _POTRF */
534 else if (IN_TABLE (a, "LD") || IN_TABLE (a, "LDH"))
538 SYMMETRY sym = IN_TABLE (a, "LD") ? symmetric : hermitian;
640 else if (IN_TABLE (a, "HOLD")) /* Came from BCSLIB */
H A Dfft.c69 dim = !IN_TABLE (d, fft_options[FFT_OPT_ROW]);
71 if (IN_TABLE (d, fft_options[FFT_OPT_FORGET]))
75 if (IN_TABLE (d, fft_options[FFT_OPT_MEASURE]))
77 if (IN_TABLE (d, fft_options[FFT_OPT_PATIENT]))
79 if (IN_TABLE (d, fft_options[FFT_OPT_EXHAUSTIVE]))
567 dim = !IN_TABLE (d, fft_options[FFT_OPT_ROW]);
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5TreeBuilder.cpp307 case IN_TABLE: in characters()
356 case IN_TABLE: in characters()
457 case IN_TABLE: in characters()
588 case IN_TABLE: in eof()
777 mode = IN_TABLE; in startTag()
905 case IN_TABLE: { in startTag()
1040 mode = IN_TABLE; in startTag()
1692 mode = IN_TABLE; in startTag()
2453 mode = IN_TABLE; in endTag()
2482 case IN_TABLE: { in endTag()
[all …]
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5TreeBuilder.cpp306 case IN_TABLE: in characters()
355 case IN_TABLE: in characters()
456 case IN_TABLE: in characters()
591 case IN_TABLE: in eof()
780 mode = IN_TABLE; in startTag()
908 case IN_TABLE: { in startTag()
1043 mode = IN_TABLE; in startTag()
1695 mode = IN_TABLE; in startTag()
2456 mode = IN_TABLE; in endTag()
2485 case IN_TABLE: { in endTag()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5TreeBuilder.cpp307 case IN_TABLE: in characters()
356 case IN_TABLE: in characters()
457 case IN_TABLE: in characters()
588 case IN_TABLE: in eof()
777 mode = IN_TABLE; in startTag()
905 case IN_TABLE: { in startTag()
1040 mode = IN_TABLE; in startTag()
1692 mode = IN_TABLE; in startTag()
2453 mode = IN_TABLE; in endTag()
2482 case IN_TABLE: { in endTag()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5TreeBuilder.cpp310 case IN_TABLE: in characters()
359 case IN_TABLE: in characters()
460 case IN_TABLE: in characters()
591 case IN_TABLE: in eof()
777 mode = IN_TABLE; in startTag()
905 case IN_TABLE: { in startTag()
1039 mode = IN_TABLE; in startTag()
1691 mode = IN_TABLE; in startTag()
2439 mode = IN_TABLE; in endTag()
2468 case IN_TABLE: { in endTag()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5TreeBuilder.cpp309 case IN_TABLE: in characters()
358 case IN_TABLE: in characters()
459 case IN_TABLE: in characters()
590 case IN_TABLE: in eof()
779 mode = IN_TABLE; in startTag()
907 case IN_TABLE: { in startTag()
1041 mode = IN_TABLE; in startTag()
1693 mode = IN_TABLE; in startTag()
2454 mode = IN_TABLE; in endTag()
2483 case IN_TABLE: { in endTag()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/parser/html/javasrc/
H A DTreeBuilder.java211 private static final int IN_TABLE = 2; field in TreeBuilder
877 case IN_TABLE: in characters()
1313 case IN_TABLE: in eof()
1557 mode = IN_TABLE; in startTag()
1679 case IN_TABLE: in startTag()
1817 mode = IN_TABLE; in startTag()
2450 mode = IN_TABLE; in startTag()
3203 mode = IN_TABLE; in endTag()
3214 mode = IN_TABLE; in endTag()
3229 case IN_TABLE: in endTag()
[all …]
/dports/www/firefox/firefox-99.0/parser/html/javasrc/
H A DTreeBuilder.java211 private static final int IN_TABLE = 2; field in TreeBuilder
877 case IN_TABLE: in characters()
1320 case IN_TABLE: in eof()
1564 mode = IN_TABLE; in startTag()
1686 case IN_TABLE: in startTag()
1824 mode = IN_TABLE; in startTag()
2457 mode = IN_TABLE; in startTag()
3210 mode = IN_TABLE; in endTag()
3221 mode = IN_TABLE; in endTag()
3236 case IN_TABLE: in endTag()
[all …]

1234