Home
last modified time | relevance | path

Searched refs:table_section (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/libdom/libdom-0.4.1/include/dom/html/
H A Dhtml_tablesection_element.h24 dom_html_table_section_element *table_section, dom_string **align);
27 dom_html_table_section_element *table_section, dom_string *align);
30 dom_html_table_section_element *table_section, dom_string **ch);
33 dom_html_table_section_element *table_section, dom_string *ch);
36 dom_html_table_section_element *table_section, dom_string **ch_off);
39 dom_html_table_section_element *table_section, dom_string *ch_off);
42 dom_html_table_section_element *table_section, dom_string **v_align);
45 dom_html_table_section_element *table_section, dom_string *v_align);
48 dom_html_table_section_element *table_section, dom_html_collection **rows);
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Daudit.py246 table_section = self.doc.tables
247 fix_table_head(table_section.viewports)
248 fix_table_head(table_section.linetypes)
249 fix_table_head(table_section.layers)
250 fix_table_head(table_section.styles)
251 fix_table_head(table_section.views)
252 fix_table_head(table_section.ucs)
253 fix_table_head(table_section.appids)
254 fix_table_head(table_section.dimstyles)
255 fix_table_head(table_section.block_records)
/dports/devel/libewf/libewf-20140812/libewf/
H A Dlibewf_chunk_table.c899 libewf_section_t *table_section, in libewf_chunk_table_fill() argument
940 if( table_section == NULL ) in libewf_chunk_table_fill()
1235 if( last_chunk_offset < table_section->start_offset ) in libewf_chunk_table_fill()
1239 else if( last_chunk_offset < table_section->end_offset ) in libewf_chunk_table_fill()
1241 last_chunk_size = table_section->end_offset - last_chunk_offset; in libewf_chunk_table_fill()
1415 libewf_section_t *table_section, in libewf_chunk_table_correct() argument
1458 if( table_section == NULL ) in libewf_chunk_table_correct()
1828 if( last_chunk_offset < table_section->start_offset ) in libewf_chunk_table_correct()
1832 else if( last_chunk_offset < table_section->end_offset ) in libewf_chunk_table_correct()
1834 last_chunk_size = table_section->end_offset - last_chunk_offset; in libewf_chunk_table_correct()
[all …]
H A Dlibewf_chunk_table.h112 libewf_section_t *table_section,
124 libewf_section_t *table_section,
/dports/finance/frontaccounting/frontaccounting/admin/
H A Dforms_setup.php44 table_section(1);
53 table_section(2);
H A Ddisplay_prefs.php70 table_section(1);
103 table_section(2);
/dports/www/firefox/firefox-99.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs40 pub use self::table_section::*;
62 mod table_section; module
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs40 pub use self::table_section::*;
62 mod table_section; module
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs40 pub use self::table_section::*;
62 mod table_section; module
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasmparser-0.77.0/src/readers/
H A Dmod.rs40 pub use self::table_section::*;
62 mod table_section; module
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_layout_object.cc2224 if (!table_section) in ColumnCount()
2245 if (!table_section) in RowCount()
2248 while (table_section) { in RowCount()
2249 row_count += table_section->NumRows(); in RowCount()
2250 table_section = in RowCount()
2373 if (!table_section) { in CellForColumnAndRow()
2379 while (table_section) { in CellForColumnAndRow()
2406 table_section = in CellForColumnAndRow()
2424 if (!table_section) in FindAllTableCellsWithRole()
2427 while (table_section) { in FindAllTableCellsWithRole()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/examples/
H A Dinfo.rs36 Section::Table(ref table_section) => { in main()
37 println!(" Tables: {}", table_section.entries().len()); in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/examples/
H A Dinfo.rs36 Section::Table(ref table_section) => { in main()
37 println!(" Tables: {}", table_section.entries().len()); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/examples/
H A Dinfo.rs36 Section::Table(ref table_section) => { in main()
37 println!(" Tables: {}", table_section.entries().len()); in main()
/dports/finance/frontaccounting/frontaccounting/purchasing/includes/ui/
H A Dgrn_ui.inc51 table_section(1);
61 table_section(2);
76 table_section(3);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/readers/
H A Dmod.rs50 pub use self::table_section::TableSectionReader;
97 mod table_section; module
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_layout_object.cc2615 if (!table_section) in ColumnCount()
2636 if (!table_section) in RowCount()
2639 while (table_section) { in RowCount()
2640 row_count += table_section->NumRows(); in RowCount()
2641 table_section = in RowCount()
2763 if (!table_section) { in CellForColumnAndRow()
2769 while (table_section) { in CellForColumnAndRow()
2796 table_section = in CellForColumnAndRow()
2814 if (!table_section) in FindAllTableCellsWithRole()
2817 while (table_section) { in FindAllTableCellsWithRole()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/readers/
H A Dmod.rs51 pub use self::table_section::TableSectionReader;
99 mod table_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/readers/
H A Dmod.rs51 pub use self::table_section::TableSectionReader;
99 mod table_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/readers/
H A Dmod.rs51 pub use self::table_section::TableSectionReader;
99 mod table_section; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs51 pub use self::table_section::TableSectionReader;
99 mod table_section; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/readers/
H A Dmod.rs51 pub use self::table_section::TableSectionReader;
99 mod table_section; module
/dports/finance/frontaccounting/frontaccounting/purchasing/
H A Dsupplier_payment.php273 table_section(1);
294 table_section(2);
300 table_section(3);
/dports/finance/frontaccounting/frontaccounting/gl/includes/ui/
H A Dgl_journal_ui.inc26 table_section(1, $qes ? "20%" : "");
30 table_section(2, $qes ? "20%" : "50%");
34 table_section(3, "20%");
42 table_section(3, "40%");
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/test/
H A Dparser_test.y164 table_body ::= table_body table_section.
165 table_section ::= all_rows LINE_EMPTY.
166 table_section ::= all_rows.
213 table_body ::= table_section.

1234