Searched refs:TableRow (Results 1 – 16 of 16) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | TableDataList.php | 35 protected $rowsType = TableRow::class; 85 * @param TableRow[] 92 * @return TableRow[]
|
H A D | TableRow.php | 20 class TableRow extends \Google\Collection class 43 class_alias(TableRow::class, 'Google_Service_Bigquery_TableRow');
|
H A D | GetQueryResultsResponse.php | 51 protected $rowsType = TableRow::class; 177 * @param TableRow[] 184 * @return TableRow[]
|
H A D | QueryResponse.php | 49 protected $rowsType = TableRow::class; 177 * @param TableRow[] 184 * @return TableRow[]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | Table.php | 39 protected $tableRowsType = TableRow::class; 101 * @param TableRow[] 108 * @return TableRow[]
|
H A D | TableRow.php | 20 class TableRow extends \Google\Collection class 147 class_alias(TableRow::class, 'Google_Service_Docs_TableRow');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | Table.php | 35 protected $tableRowsType = TableRow::class; 97 * @param TableRow[] 104 * @return TableRow[]
|
H A D | TableRow.php | 20 class TableRow extends \Google\Collection class 75 class_alias(TableRow::class, 'Google_Service_Slides_TableRow');
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | TableRowRenderer.php | 24 use League\CommonMark\Extension\Table\TableRow; alias 30 if (!$block instanceof TableRow) {
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/ |
H A D | TableExtension.php | 26 use League\CommonMark\Extension\Table\TableRow; alias 42 ->addBlockRenderer(TableRow::class, new TableRowRenderer())
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableParser.php | 108 * @return TableRow|null 110 …ate function parseRow(string $line, array $columns, string $type = TableCell::TYPE_BODY): ?TableRow 124 $row = new TableRow();
|
H A D | TableExtension.php | 30 ->addBlockRenderer(TableRow::class, new TableRowRenderer())
|
H A D | TableRow.php | 22 final class TableRow extends AbstractBlock class
|
H A D | TableRowRenderer.php | 27 if (!$block instanceof TableRow) {
|
H A D | TableSection.php | 50 return $block instanceof TableRow;
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 43.43.js.map | 1 …\n 'Type.TableColumn',\n 'Type.TableKeys',\n 'Type.TableRow',\n 'Type.…
|