Home
last modified time | relevance | path

Searched refs:TYPE_BODY (Results 1 – 4 of 4) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableSection.php23 public const TYPE_BODY = 'body';
38 public function __construct(string $type = self::TYPE_BODY)
62 return $this->type === self::TYPE_BODY;
27 const TYPE_BODY = 'tbody'; global() define in League\\CommonMark\\Extension\\Table\\TableSection
H A DTableCell.php27 const TYPE_BODY = 'td'; global() define in League\\CommonMark\\Extension\\Table\\TableCell
H A DTable.php
H A DTableParser.php