Home
last modified time | relevance | path

Searched refs:tables (Results 76 – 100 of 254) sorted by relevance

1234567891011

/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dnon-tables.md1 Non-tables
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md14 - #69 Improve ABSY for tables, make column and row information directly available in absy (@NathanB…
22 - Improved table rendering, allow single column tables.
79 - #10 GithubMarkdown is now fully supported including tables
103 - GFM without tables
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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'])) {
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...]
/plugin/exttab2/
H A DREADME.md6 Another MediaWiki style tables inside DokuWiki
/plugin/docimporter/
H A D.action.php.swp16tables[1] as $match) {� preg_match_all("/\{\|(.*)\|\}/sU", $myWikiContent, $tables);� …
/plugin/aceeditor/
H A DNEWS2 * Fixed formatting of tables with fullwidth characters
15 * Fixed highñighting of tables with multiline cells
55 * Fixed syntax highlighting of content inside tables
/plugin/bahnde/
H A Dstyle.css7 .tables {margin-top:19px;}
/plugin/mediasyntax/
H A DREADME31 2012-07-23: 2 hours: also convert tables with no headers
37 2012-03-18: 1 hour: testcase for converting dokuwiki style tables to mediawiki
38 2012-03-17: 1 hour: allow converting dokuwiki style tables to mediawiki
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigtableAdmin.php594 'tables',
608 'path' => 'v2/{+parent}/tables',
672 'path' => 'v2/{+parent}/tables',
704 'path' => 'v2/{+parent}/tables:restore',
/plugin/authdrupal8/
H A DREADME.md40 * MySQL database holding your drupal tables
41 * The database prefix used for your drupal tables (including the underscore e.g. ```myprefix_```)
/plugin/struct/action/
H A Dinline.php131 $tables = $assignments->getPageAssignments($this->pid, true);
132 if (!in_array($this->schemadata->getSchema()->getTable(), $tables)) {
/plugin/tableedit/
H A DREADME.md4 A DokuWiki plugin for easier manipulation with tables
/plugin/struct/meta/
H A DSchema.php176 $tables = $db->queryAll("SELECT DISTINCT tbl FROM schemas ORDER BY tbl");
179 foreach ($tables as $row) {
/plugin/wrapadd/
H A DREADME.md51 Function: Another box variant for formal purposes, especially when used with tables.
/plugin/mobiletable/
H A DREADME.md6 This improves the mobile experience for wide tables as it prevents horizontal scrolling.
61 To activate mobile tables, wrap it in `<mobiletable>...</mobiletable>` syntax:
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp156 tables
/plugin/vertical/
H A DREADME.md2 Simple plugin to configure vertical-align in tables
/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/dirtylittlehelper/mermaid/editor/docs/
H A D51.51.js1 …alBlocks"],[/(::)\s*$/,"keyword","@blankLineOfLiteralBlocks"],{include:"@tables"},{include:"@expli… property in AnonymousFunction5a558e070100.t.tokenizer
/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/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php473 public $tables; variable in Google_BigqueryService
489 …$this->tables = new Google_TablesServiceResource($this, $this->serviceName, 'tables', json_decode(…
1895 public $tables; variable in Google_TableList
1915 public function setTables(/* array(Google_TableListTables) */ $tables) { argument
1916 $this->assertIsArray($tables, 'Google_TableListTables', __METHOD__);
1917 $this->tables = $tables;
1920 return $this->tables;
/plugin/txt2tags/
H A Dconfig.t2t24 % center tables
/plugin/imagereference/
H A DREADME3 Creates references to images/tables in your text, like the LaTeX figure references.

1234567891011