Home
last modified time | relevance | path

Searched refs:Table (Results 26 – 50 of 274) sorted by relevance

1234567891011

/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css25 /* Added `!important` rule as a fix for overriding the cursor by the Table Resize plugin.
26 …The `!important` rule is used because the Table Resize plugin creates a `<div>` which changes the …
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css25 /* Added `!important` rule as a fix for overriding the cursor by the Table Resize plugin.
26 …The `!important` rule is used because the Table Resize plugin creates a `<div>` which changes the …
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php16 namespace League\CommonMark\Extension\Table;
29 private Table $block;
67 $this->block = new Table();
78 public function getBlock(): Table
H A DTableRow.php16 namespace League\CommonMark\Extension\Table;
H A DTableRowRenderer.php16 namespace League\CommonMark\Extension\Table;
H A DTableCellRenderer.php16 namespace League\CommonMark\Extension\Table;
H A DTableSectionRenderer.php16 namespace League\CommonMark\Extension\Table;
/plugin/randomtables/table-roller/src/Table/
H A DTableInterface.php3 namespace TableRoller\Table;
H A DDokuwikiJsonTable.php3 namespace TableRoller\Table;
/plugin/tablecalc/
H A Dplugin.info.txt6 desc Table Calculation
/plugin/tablefilterjs/
H A Dplugin.info.txt5 name Table Filter JavaScript
/plugin/exttab2/
H A Dplugin.info.txt5 name Extended Table Syntax 2 Plugin
H A DREADME.md1 Extended Table Syntax2 Plugin
/plugin/tablewidth/
H A Dplugin.info.txt5 name Table Width Plugin
/plugin/exttab3/
H A Dplugin.info.txt5 name Extended Table Syntax 3
/plugin/vertical/
H A Dplugin.info.txt5 name Table Vertical Align
/plugin/btable2/
H A Dplugin.info.txt5 name btable2: Boolean Table 2 (modified Doodle Plugin)
/plugin/struct/lang/en/
H A Deditor_intro.txt5 Pick an existing schema from the Table of Contents or a create a new one.
/plugin/database/
H A Ddatabase.php379 $tab = new Table($ptr);
894 class Table { class
911 function Table ($p_idOrName) { function in Table
1323 $this->Table($id);
2282 $tab=new Table ($tableId);
2306 $tab=new Table ($tableId);
2351 $tab=new Table ($tableId);
2375 $tab=new Table ($tableId);
2444 $tab=new Table ($tableId);
2449 $tab=new Table ($tableId);
[all …]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableRowRenderer.php13 * - Commonmark Table extension (c) Martin Hasoň <martin.hason@gmail.com>, Webuni s.r.o. <info@webuni.cz>, Colin O'Dell <colinodell@gmail.com>
24 use League\CommonMark\Extension\Table\TableRow;
H A DTableSectionRenderer.php13 * - Commonmark Table extension (c) Martin Hasoň <martin.hason@gmail.com>, Webuni s.r.o. <info@webuni.cz>, Colin O'Dell <colinodell@gmail.com>
24 use League\CommonMark\Extension\Table\TableSection;
H A DTableCellRenderer.php13 * - Commonmark Table extension (c) Martin Hasoň <martin.hason@gmail.com>, Webuni s.r.o. <info@webuni.cz>, Colin O'Dell <colinodell@gmail.com>
24 use League\CommonMark\Extension\Table\TableCell;
/plugin/aceeditor/
H A DNEWS60 * Table shortcuts now use prefix Ctrl-Space instead of Alt
61 * Table commands now support column span
79 * Table editing commands
/plugin/pdftools/
H A DREADME.md53 Table ist set to 100% width = same as tablewidth-option
58 Table without borders
63 Table with border only on the bottom of the lines
/plugin/commonmark/vendor/league/commonmark/src/Extension/
H A DGithubFlavoredMarkdownExtension.php20 use League\CommonMark\Extension\Table\TableExtension;

1234567891011