Home
last modified time | relevance | path

Searched refs:Table (Results 51 – 75 of 274) sorted by last modified time

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTable.php20 class Table extends \Google\Collection class
131 class_alias(Table::class, 'Google_Service_Docs_Table');
H A DStructuralElement.php34 protected $tableType = Table::class;
96 * @param Table
98 public function setTable(Table $table)
103 * @return Table
/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/Area120Tables/
H A DListTablesResponse.php27 protected $tablesType = Table::class;
45 * @param Table[]
52 * @return Table[]
H A DTable.php20 class Table extends \Google\Collection class
149 class_alias(Table::class, 'Google_Service_Area120Tables_Table');
H A DWorkspace.php35 protected $tablesType = Table::class;
85 * @param Table[]
92 * @return Table[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
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/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/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
/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 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);
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/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/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableCell.php16 namespace League\CommonMark\Extension\Table;
H A DTableRowRenderer.php16 namespace League\CommonMark\Extension\Table;
H A DTableSection.php16 namespace League\CommonMark\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 DTableSectionRenderer.php16 namespace League\CommonMark\Extension\Table;
H A DTableRenderer.php16 namespace League\CommonMark\Extension\Table;
27 * @param Table $node
35 Table::assertInstanceOf($node);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md235 - Fixed Table of Contents not respecting Heading Permalink prefixes (#690)
366 - **Table of Contents items are no longer wrapped with `<p>` tags** (#613)
/plugin/commonmark/vendor/league/commonmark/src/Extension/
H A DGithubFlavoredMarkdownExtension.php20 use League\CommonMark\Extension\Table\TableExtension;

1234567891011