Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 276 – 300 of 487) sorted by last modified time

1...<<11121314151617181920

/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DStaggeredDelimiterProcessor.php20 use League\CommonMark\Exception\InvalidArgumentException;
70 * @throws InvalidArgumentException if attempting to add another processors for the same character and minimum length
77 throw new InvalidArgumentException(\sprintf('Cannot add two delimiter processors for char "%s" and minimum length %d', $this->delimiterChar, $len));
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableSectionRenderer.php
H A DTableRenderer.php
H A DTableCellRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DEmphasisRenderer.php
H A DHtmlInlineRenderer.php
H A DImageRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DBlockQuoteRenderer.php
H A DDocumentRenderer.php
H A DFencedCodeRenderer.php
H A DHeadingRenderer.php
H A DHtmlBlockRenderer.php
H A DIndentedCodeRenderer.php
H A DListBlockRenderer.php
H A DParagraphRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php19 use League\CommonMark\Exception\InvalidArgumentException;
171 * @throws InvalidArgumentException if an invalid type is given
193 throw new InvalidArgumentException('Invalid HTML block type');
208 * @throws InvalidArgumentException if an invalid type is given
226 throw new InvalidArgumentException('Invalid HTML block type');
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php
H A DFootnoteContainerRenderer.php
H A DFootnoteRefRenderer.php
H A DFootnoteRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php

1...<<11121314151617181920