Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 326 – 350 of 487) sorted by relevance

1...<<11121314151617181920

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php46 …throw new \InvalidArgumentException(sprintf('The source "%s" is not in the root directory "%s"', $…
H A DHttpAsset.php42 throw new \InvalidArgumentException(sprintf('"%s" is not a valid URL.', $sourceUrl));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php41 …throw new \InvalidArgumentException(sprintf('All variable values must be strings, but got %s for v…
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DImageRenderer.php
H A DFootnoteRefRenderer.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 DFootnoteRenderer.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php84 … throw new \InvalidArgumentException('ElasticaHandler is only compatible with ElasticaFormatter');
H A DRedisHandler.php48 throw new \InvalidArgumentException('Predis\Client or Redis instance required');
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php39 throw new \InvalidArgumentException('No body expected for "GET" request.');
/plugin/combo/vendor/symfony/process/
H A DProcess.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
1019 * @throws InvalidArgumentException if the timeout is negative
1036 * @throws InvalidArgumentException if the timeout is negative
1402 * @throws InvalidArgumentException if the given timeout is a negative number
1411 throw new InvalidArgumentException('The timeout value must be a valid positive integer or float number.');
1638 throw new InvalidArgumentException(sprintf('Command line is missing a value for parameter "%s": ', $matches[1]).$commandline);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DQuery.php88 throw new \InvalidArgumentException('Invalid type');
H A DStreamWrapper.php41 throw new \InvalidArgumentException('The stream must be readable, '
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php68 throw new \InvalidArgumentException(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php46 throw new \InvalidArgumentException('Unknown value passed in $children');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php25 * @throws \InvalidArgumentException
39 throw new \InvalidArgumentException('No body expected for "GET" request.');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php16 use FreeDSx\Ldap\Exception\InvalidArgumentException;
154 * @throws InvalidArgumentException
160 throw new InvalidArgumentException(sprintf(
284 * @throws InvalidArgumentException
15 use FreeDSx\Ldap\Exception\InvalidArgumentException; global() alias
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php12 use InvalidArgumentException; alias
124 * @throws InvalidArgumentException
133 throw new InvalidArgumentException(
138 throw new InvalidArgumentException(
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php236 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php59 …throw new \InvalidArgumentException('The ' . $r . ' field is required when creating a subscription…
/plugin/webdav/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…

1...<<11121314151617181920