Home
last modified time | relevance | path

Searched refs:TableCell (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DTableRow.php23 protected $fType = TableCell::class;
27 * @param TableCell[]
34 * @return TableCell[]
DTableCell.php20 class TableCell extends \Google\Model class
44 class_alias(TableCell::class, 'Google_Service_Bigquery_TableCell');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DTableRow.php25 protected $tableCellsType = TableCell::class;
45 * @param TableCell[]
52 * @return TableCell[]
DTableCell.php20 class TableCell extends \Google\Model class
110 class_alias(TableCell::class, 'Google_Service_Slides_TableCell');
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
DTableCellRenderer.php24 use League\CommonMark\Extension\Table\TableCell; alias
30 TableCell::assertInstanceOf($node);
33 $separator = $node->getType() === TableCell::TYPE_HEADER ? '^' : '|';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DTableRow.php41 protected $tableCellsType = TableCell::class;
117 * @param TableCell[]
124 * @return TableCell[]
DTableCell.php20 class TableCell extends \Google\Collection class
147 class_alias(TableCell::class, 'Google_Service_Docs_TableCell');
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
DTableExtension.php25 use League\CommonMark\Extension\Table\TableCell; alias
43 ->addRenderer(TableCell::class, new TableCellRenderer())
/plugin/wordimport/docx/
DTable.php24 $cell = new TableCell($this->docx, $cell);
DTableCell.php10 class TableCell extends AbstractParagraph class