Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 274) sorted by relevance

1234567891011

/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md31 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 Dtables.md31 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 DTables.php23 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 DRateGroup.php29 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 DTable.php20 class Table extends \Google\Collection class
93 class_alias(Table::class, 'Google_Service_ShoppingContent_Table');
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DTableExtension.php13 * - 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 D43.43.js.map1Table.AddColumn',\n 'Table.AddIndexColumn',\n 'Table.AddJoinColumn',\n 'Table
/plugin/exttab3/
H A Dexample.txt1 ====== 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 DCreateTableRequest.php25 protected $tableType = Table::class;
47 * @param Table
49 public function setTable(Table $table)
54 * @return Table
H A DListTablesResponse.php27 protected $tablesType = Table::class;
45 * @param Table[]
52 * @return Table[]
H A DTable.php20 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 DStructuralElement.php34 protected $tableType = Table::class;
96 * @param Table
98 public function setTable(Table $table)
103 * @return Table
H A DTable.php20 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 DListTablesResponse.php27 protected $tablesType = Table::class;
45 * @param Table[]
52 * @return Table[]
H A DWorkspace.php35 protected $tablesType = Table::class;
85 * @param Table[]
92 * @return Table[]
H A DTable.php20 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 DProjectsInstancesTables.php34 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 DTableRenderer.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\Table; alias
30 Table::assertInstanceOf($node);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/Resource/
H A DTables.php21 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 DPageElement.php42 protected $tableType = Table::class;
168 * @param Table
170 public function setTable(Table $table)
175 * @return Table
H A DTable.php20 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 DTableExtension.php16 namespace League\CommonMark\Extension\Table;
57 ->addRenderer(Table::class, $tableRenderer)
H A DTableRenderer.php16 namespace League\CommonMark\Extension\Table;
27 * @param Table $node
35 Table::assertInstanceOf($node);
H A DTable.php16 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 Dtable.php9 use dokuwiki\Parsing\Handler\Table; alias
49 $ReWriter = new Table($handler->getCallWriter());

1234567891011