/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ |
H A D | tables.md | 31 Simple | Table 36 | Simple | Table | 53 | Simple | Table | 59 Mixed | Table 64 | Mixed | Table 69 Mixed | Table 98 | Table | Indentation | 102 | Table | Indentation | 106 | Table | Indentation | 110 | Table | Indentation | [all …]
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | tables.md | 31 Simple | Table 36 | Simple | Table | 53 | Simple | Table | 59 Mixed | Table 64 | Mixed | Table 69 Mixed | Table 98 | Table | Indentation | 102 | Table | Indentation | 106 | Table | Indentation | 110 | Table | Indentation | [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/ |
H A D | Tables.php | 23 use Google\Service\Bigquery\Table; alias 65 * @return Table 71 return $this->call('get', [$params], Table::class); 95 * @param Table $postBody 97 * @return Table 103 return $this->call('insert', [$params], Table::class); 133 * @param Table $postBody 138 * @return Table 144 return $this->call('patch', [$params], Table::class); 192 * @param Table $postBody [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | RateGroup.php | 29 protected $mainTableType = Table::class; 37 protected $subtablesType = Table::class; 69 * @param Table 71 public function setMainTable(Table $mainTable) 76 * @return Table 111 * @param Table[] 118 * @return Table[]
|
H A D | Table.php | 20 class Table extends \Google\Collection class 93 class_alias(Table::class, 'Google_Service_ShoppingContent_Table');
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/ |
H A D | TableExtension.php | 13 * - Commonmark Table extension (c) Martin Hasoň <martin.hason@gmail.com>, Webuni s.r.o. <info@webuni.cz>, Colin O'Dell <colinodell@gmail.com> 23 use League\CommonMark\Extension\Table\TableStartParser; 24 use League\CommonMark\Extension\Table\Table; alias 25 use League\CommonMark\Extension\Table\TableCell; 26 use League\CommonMark\Extension\Table\TableRow; 27 use League\CommonMark\Extension\Table\TableSection; 40 ->addRenderer(Table::class, new TableRenderer())
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 43.43.js.map | 1 …Table.AddColumn',\n 'Table.AddIndexColumn',\n 'Table.AddJoinColumn',\n 'Table…
|
/plugin/exttab3/ |
H A D | example.txt | 1 ====== Examples for the Extended Table ====== 4 * http://meta.wikimedia.org/wiki/Help:Table 10 {| title="Extended Table Example" 11 |+//Extended Table Example// 41 {| title="Extended Table Example" 42 |+//Extended Table Example// 73 ===== Sections in Table ===== 77 {| title="Example : Using Section markup in Table" 90 {| title="Example : Using Section markup in Table"
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/ |
H A D | CreateTableRequest.php | 25 protected $tableType = Table::class; 47 * @param Table 49 public function setTable(Table $table) 54 * @return Table
|
H A D | ListTablesResponse.php | 27 protected $tablesType = Table::class; 45 * @param Table[] 52 * @return Table[]
|
H A D | Table.php | 20 class Table extends \Google\Model class 110 class_alias(Table::class, 'Google_Service_BigtableAdmin_Table');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | StructuralElement.php | 34 protected $tableType = Table::class; 96 * @param Table 98 public function setTable(Table $table) 103 * @return Table
|
H A D | Table.php | 20 class Table extends \Google\Collection class 131 class_alias(Table::class, 'Google_Service_Docs_Table');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/ |
H A D | ListTablesResponse.php | 27 protected $tablesType = Table::class; 45 * @param Table[] 52 * @return Table[]
|
H A D | Workspace.php | 35 protected $tablesType = Table::class; 85 * @param Table[] 92 * @return Table[]
|
H A D | Table.php | 20 class Table extends \Google\Collection class 149 class_alias(Table::class, 'Google_Service_Area120Tables_Table');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/Resource/ |
H A D | ProjectsInstancesTables.php | 34 use Google\Service\BigtableAdmin\Table; alias 76 * @return Table 82 return $this->call('create', [$params], Table::class); 145 * @return Table 151 return $this->call('get', [$params], Table::class); 209 * @return Table 215 return $this->call('modifyColumnFamilies', [$params], Table::class);
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | TableRenderer.php | 13 * - 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\Table; alias 30 Table::assertInstanceOf($node);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/Resource/ |
H A D | Tables.php | 21 use Google\Service\Area120Tables\Table; alias 39 * @return Table 45 return $this->call('get', [$params], Table::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | PageElement.php | 42 protected $tableType = Table::class; 168 * @param Table 170 public function setTable(Table $table) 175 * @return Table
|
H A D | Table.php | 20 class Table extends \Google\Collection class 127 class_alias(Table::class, 'Google_Service_Slides_Table');
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableExtension.php | 16 namespace League\CommonMark\Extension\Table; 57 ->addRenderer(Table::class, $tableRenderer)
|
H A D | TableRenderer.php | 16 namespace League\CommonMark\Extension\Table; 27 * @param Table $node 35 Table::assertInstanceOf($node);
|
H A D | Table.php | 16 namespace League\CommonMark\Extension\Table; 20 final class Table extends AbstractBlock 24 final class Table extends AbstractStringContainerBlock implements InlineContainerInterface global() class
|
/plugin/creole/syntax/ |
H A D | table.php | 9 use dokuwiki\Parsing\Handler\Table; alias 49 $ReWriter = new Table($handler->getCallWriter());
|