Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 176 – 200 of 487) sorted by path

12345678910>>...20

/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DParagraphRenderer.php
H A DThematicBreakRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php22 use League\CommonMark\Exception\InvalidArgumentException;
67 throw new InvalidArgumentException(\sprintf('Delim processor for character "%s" already exists', $processor->getOpeningCharacter()));
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/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/Extension/Table/
H A DTableCellRenderer.php
H A DTableRenderer.php
H A DTableRowRenderer.php
H A DTableSectionRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DCodeRenderer.php
H A DEmphasisRenderer.php
H A DHtmlInlineRenderer.php
H A DImageRenderer.php
H A DLinkRenderer.php
H A DNewlineRenderer.php
H A DStrongRenderer.php
H A DTextRenderer.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');

12345678910>>...20