Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableSection.php22 public const TYPE_HEAD = 'head';
57 return $this->type === self::TYPE_HEAD;
26 const TYPE_HEAD = 'thead'; global() define in League\\CommonMark\\Extension\\Table\\TableSection
H A DTableParser.php105 $head = new TableSection(TableSection::TYPE_HEAD);
H A DTableCell.php26 const TYPE_HEAD = 'th'; global() define in League\\CommonMark\\Extension\\Table\\TableCell
H A DTable.php