Home
last modified time | relevance | path

Searched refs:tables (Results 151 – 175 of 254) sorted by path

1234567891011

/plugin/dokutexit/conf/
H A Dheader-page.tex28 \usepackage{supertabular} % very big tables
/plugin/dokutexit/help/
H A Dtexit.txt37 ^tablerowlength | This values is used to change tables layout | number | 100 |
38 ^tablemaxrows | This values is used to change tables layout | number | 30 |
39 ^biggesttableword | Obscur parameter that can change, sometimes, tables layout | number | 15 |
/plugin/dtable/
H A Dplugin.info.txt6 desc Edit wiki tables directly on the page, using contextmenu.
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md55 * Fixed regression in nested tables (#860, thanks, @machour)
249 - Support for OpenTypeLayout tables / features for complex scripts and Advances Typography.
375 (Adjusts line height to take account of superscript and subscript except in tables)
377 - tables - font size carrying over from one nested table to the next nested table
378 - tables - border set as attribute on `<TABLE>` overrides border set as CSS on `<TD>`
379 - tables - if table width set to 100% and one cell/column is empty with no padding/border, sizing incorrectly
417 - Index entries causing errors when repeat entries are used within page-break-inside:avoid, rotated tables etc.
532 - Text alignment on decimal mark inside tables
558 - text-outline, text-outline-width and text-outline-color supported everywhere except in tables (blur not supported)
559 - background-origin, background-size, background-clip are now supported everywhere except in tables
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php85 var $tables; variable in Mpdf\\OtlDump
188 $this->tables = [];
233 $this->tables = [];
240 $this->tables[$record['tag']] = $record;
249 // Check the checksums for all tables
250 foreach ($this->tables as $t) {
308 $offset = isset($this->tables[$tag]['offset']) ? $this->tables[$tag]['offset'] : null;
309 $length = isset($this->tables[$tag]['length']) ? $this->tables[
[all...]
H A DTTFontFile.php104 var $tables; variable in Mpdf\\TTFontFile
238 $this->tables = [];
304 $this->tables = [];
312 $this->tables[$record['tag']] = $record;
322 // Check the checksums for all tables
323 foreach ($this->tables as $t) {
386 if (!isset($this->tables[$tag])) {
389 $offset = $this->tables[$tag]['offset'];
390 $length = $this->tables[$tag]['length'];
570 $this->tables
[all...]
H A DTTFontFileAnalysis.php20 $this->tables = [];
222 if (isset($this->tables["OS/2"])) {
325 if (isset($this->tables['post'])) {
377 if (isset($this->tables['post'])) {
/plugin/edittable/
H A Dplugin.info.txt6 desc Provide a custom editor for tables
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md347 - [DOCS] Update version tables [[b824bb7]](http://github.com/elasticsearch/elasticsearch-php/commit/b824bb7)
/plugin/exttab1/
H A Dplugin.info.txt6 desc Allows extended (MediaWiki-style) tables inside DokuWiki
/plugin/exttab2/
H A DREADME.md6 Another MediaWiki style tables inside DokuWiki
H A Dplugin.info.txt6 desc Mediawiki style tables inside DokuWiki
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example44 * the module which tables to lock. If you use any aliases for table names
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt258 DokuWiki supports a simple syntax to create tables.
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt269 DokuWiki supports a simple syntax to create tables.
/plugin/fckg/
H A DChanges55 Added experimental handling of tables, attempting to solve problems in rendering complex tables tha…
59 has been saved; before the save, the user should check off the complex tables checkbox. The logori…
183 Automated insertion of ~~COMPLEX_TABLES~~ macro when complex tables checkbox is set to true,
303 Fixed corrupted tables with vertical spans in across from empty cells (on initial table creation)
/plugin/fckg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css31 /* For tables with the "border" attribute set to "0" */
41 /* For tables with no "border" attribute set */
/plugin/fckg/scripts/
H A Dvki_kb.js1319 var tables = container.getElementsByTagName('table');
1320 for (var x = tables.length - 1; x >= 0; x--) container.removeChild(tables[x]);
1431 …var tables = this.VKI_keyboard.tBodies[0].getElementsByTagName('div')[0].getElementsByTagName('tab…
1432 for (var x = 0; x < tables.length; x++) {
1433 var tds = tables[x].getElementsByTagName('td');
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst24 // Specify the location of the translation tables
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css176 /*____________ tables ____________*/
H A Dcontent.css67 /*____________ tables ____________*/
H A Dprint.css115 /* tables */
/plugin/guestbook/
H A Dbasic.class.php77 $tables = array();
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog46 * Fixed: page breaks were incorrectly positioned inside tables
85 * Fixed: page break issue in tables affecting tables with very
158 * Fixed: tables having constrained height smaller than overall row
316 * Fixed: checkboxes were incorrectly rendered inside tables
383 * Fixed: tables nested in other tables could overflow containing
521 * Fixed: absolute positioning was broken for tables
954 * Fixed: line-height is not inherited by tables
992 constrained tables were rendered incorrectly
1510 incorrect content alignment in nested tables
1546 inside the tables
[all …]
/plugin/html2pdf/snorriheim/
H A Ddesign.css512 /* inline tables */

1234567891011