Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 251 – 275 of 487) sorted by relevance

1...<<11121314151617181920

/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableSectionRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHeadingRenderer.php
H A DIndentedCodeRenderer.php
H A DParagraphRenderer.php
H A DBlockQuoteRenderer.php
H A DFencedCodeRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteBackrefRenderer.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisPubSubHandler.php43 throw new \InvalidArgumentException('Predis\Client or Redis instance required');
H A DSqsHandler.php49 …throw new \InvalidArgumentException('SqsHandler accepts only formatted records as a string' . Util…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php59 throw new \InvalidArgumentException(sprintf('Encountered unknown JSON error code: [%d]', $code));
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DMockHandler.php44 throw new \InvalidArgumentException(
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFootnoteContainerRenderer.php
H A DHeadingRenderer.php
H A DParagraphRenderer.php
H A DBlockQuoteRenderer.php
H A DTableCellRenderer.php
H A DFootnoteRenderer.php
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php47 throw new \InvalidArgumentException('requires a key to have been set');
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php21 throw new InvalidArgumentException("[{$this->baseUrl}] is not a valid URL");
89 throw new InvalidArgumentException($result->message);
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php26 use InvalidArgumentException; alias
206 throw new InvalidArgumentException(
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php43 * @throws \InvalidArgumentException if the $resource arg is not valid.
85 throw new \InvalidArgumentException('Invalid resource type: ' . $type);
100 * @throws \InvalidArgumentException if the stream is not a stream resource
105 throw new \InvalidArgumentException('Stream must be a resource');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php115 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
126 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
177 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNSimulator.php83 * @throws \InvalidArgumentException If the current instance does not
88 throw new \InvalidArgumentException('This ATN simulator does not support clearing the DFA.');
H A DATNDeserializer.php196 throw new \InvalidArgumentException(\sprintf(
209 throw new \InvalidArgumentException(\sprintf(
680 throw new \InvalidArgumentException('IllegalState');
725 throw new \InvalidArgumentException($message);
812 throw new \InvalidArgumentException(\sprintf(
886 throw new \InvalidArgumentException(\sprintf(
925 throw new \InvalidArgumentException(\sprintf(
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DHtmlInlineRenderer.php

1...<<11121314151617181920