/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableCell.php | 21 use League\CommonMark\ContextInterface; alias 63 public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void
|
H A D | TableSection.php | 21 use League\CommonMark\ContextInterface; alias 63 public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void
|
H A D | TableParser.php | 22 use League\CommonMark\ContextInterface; alias 34 public function parse(ContextInterface $context, Cursor $cursor): bool
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG.md | 483 - Removed `getEncoding()` from `ContextInterface`
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | ListBlock.php | 17 use League\CommonMark\ContextInterface; alias 84 public function finalize(ContextInterface $context, int $endLineNumber)
|
H A D | StringContainerInterface.php | 17 use League\CommonMark\ContextInterface; alias 38 * @param ContextInterface $context 43 public function handleRemainingContents(ContextInterface $context, Cursor $cursor);
|
H A D | FencedCode.php | 17 use League\CommonMark\ContextInterface; alias 159 public function finalize(ContextInterface $context, int $endLineNumber) 178 public function handleRemainingContents(ContextInterface $context, Cursor $cursor)
|
H A D | Heading.php | 17 use League\CommonMark\ContextInterface; alias 54 public function finalize(ContextInterface $context, int $endLineNumber) 76 public function handleRemainingContents(ContextInterface $context, Cursor $cursor)
|
H A D | HtmlBlock.php | 17 use League\CommonMark\ContextInterface; alias 84 public function finalize(ContextInterface $context, int $endLineNumber) 91 public function handleRemainingContents(ContextInterface $context, Cursor $cursor)
|
H A D | IndentedCode.php | 17 use League\CommonMark\ContextInterface; alias 45 public function finalize(ContextInterface $context, int $endLineNumber) 66 public function handleRemainingContents(ContextInterface $context, Cursor $cursor)
|
H A D | Paragraph.php | 17 use League\CommonMark\ContextInterface; alias 43 public function finalize(ContextInterface $context, int $endLineNumber) 66 * @param ContextInterface $context 71 protected function parseReferences(ContextInterface $context, Cursor $cursor) 82 public function handleRemainingContents(ContextInterface $context, Cursor $cursor)
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/ |
H A D | ATXHeadingParser.php | 18 use League\CommonMark\ContextInterface; alias 24 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | FencedCodeParser.php | 18 use League\CommonMark\ContextInterface; alias 23 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | HtmlBlockParser.php | 19 use League\CommonMark\ContextInterface; alias 25 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | IndentedCodeParser.php | 19 use League\CommonMark\ContextInterface; alias 24 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | LazyParagraphParser.php | 17 use League\CommonMark\ContextInterface; alias 22 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | ListParser.php | 21 use League\CommonMark\ContextInterface; alias 40 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | SetExtHeadingParser.php | 19 use League\CommonMark\ContextInterface; alias 26 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | ThematicBreakParser.php | 18 use League\CommonMark\ContextInterface; alias 24 public function parse(ContextInterface $context, Cursor $cursor): bool
|
H A D | BlockParserInterface.php | 17 use League\CommonMark\ContextInterface; alias 23 * @param ContextInterface $context 28 public function parse(ContextInterface $context, Cursor $cursor): bool;
|
H A D | BlockQuoteParser.php | 18 use League\CommonMark\ContextInterface; alias 23 public function parse(ContextInterface $context, Cursor $cursor): bool
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | UnmatchedBlockCloser.php | 25 * @var ContextInterface 40 * @param ContextInterface $context 42 public function __construct(ContextInterface $context)
|
H A D | DocParser.php | 95 private function incorporateLine(ContextInterface $context): void 132 private function processInlines(ContextInterface $context): void 151 * @param ContextInterface $context 154 private function resetContainer(ContextInterface $context, Cursor $cursor): void 180 * @param ContextInterface $context 183 private function parseBlocks(ContextInterface $context, Cursor $cursor): void 201 … private function handleLazyParagraphContinuation(ContextInterface $context, Cursor $cursor): bool 219 private function setAndPropagateLastLineBlank(ContextInterface $context, Cursor $cursor): void
|
H A D | Context.php | 24 class Context implements ContextInterface
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/ |
H A D | FootnoteParser.php | 18 use League\CommonMark\ContextInterface; alias 26 public function parse(ContextInterface $context, Cursor $cursor): bool
|