Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 326 – 350 of 487) sorted by last modified time

1...<<11121314151617181920

/plugin/webdav/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php60 … throw new \InvalidArgumentException('The objectData argument must contain an \'uri\' property');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DSchedulingObject.php53 … throw new \InvalidArgumentException('The objectData argument must contain an \'uri\' property');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php47 …throw new \InvalidArgumentException('The value must either be specified as "transparent" or "opaqu…
/plugin/mdpage/vendor/composer/
H A DClassLoader.php175 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
226 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
93 * @throws InvalidArgumentException When an input iterator yields a non supported value
110 …throw new InvalidArgumentException(sprintf('"%s" yielded a value of type "%s", but only scalars an…
/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));
H A DAssetCollection.php92 throw new \InvalidArgumentException('Leaf not found.');
115 throw new \InvalidArgumentException('Leaf not found.');
H A DBaseAsset.php169 …throw new \InvalidArgumentException(sprintf('The asset with source path "%s" has no variable named…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownHelperException.php15 class Mustache_Exception_UnknownHelperException extends InvalidArgumentException implements Mustach…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php39 * @throws InvalidArgumentException if the logging level is unknown
142 * @throws InvalidArgumentException if the logging level is unknown
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetManager.php37 throw new \InvalidArgumentException(sprintf('There is no "%s" asset.', $name));
66 throw new \InvalidArgumentException(sprintf('The name "%s" is invalid.', $name));
H A DAssetWriter.php41 …throw new \InvalidArgumentException(sprintf('All variable values must be strings, but got %s for v…
H A DFilterManager.php35 throw new \InvalidArgumentException(sprintf('There is no "%s" filter.', $alias));
61 throw new \InvalidArgumentException(sprintf('The name "%s" is invalid.', $name));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php193 …throw new \InvalidArgumentException('The body must be a Twig_Node. Custom implementations of Twig_…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php41 …throw new \InvalidArgumentException(sprintf('The template "%s" contains the variable "%s", but was…
/plugin/jplayer/vendor/symfony/process/Exception/
H A DInvalidArgumentException.php19 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface class
H A DProcessFailedException.php28 …throw new InvalidArgumentException('Expected a failed process, but the given process was successfu…
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
983 * @throws InvalidArgumentException if the timeout is negative
1002 * @throws InvalidArgumentException if the timeout is negative
1486 * @throws InvalidArgumentException if the given timeout is a negative number
1495 …throw new InvalidArgumentException('The timeout value must be a valid positive integer or float nu…
H A DProcessBuilder.php16 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
174 * @throws InvalidArgumentException In case the argument is invalid
192 * @throws InvalidArgumentException
205 …throw new InvalidArgumentException('The timeout value must be a valid positive integer or float nu…
H A DProcessUtils.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
89 * @throws InvalidArgumentException In case the input is not valid
113 …throw new InvalidArgumentException(sprintf('"%s" only accepts strings, Traversable objects or stre…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php124 throw new \InvalidArgumentException(sprintf('There is no "%s" formula.', $name));
/plugin/jplayer/vendor/composer/
H A DClassLoader.php175 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
226 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…

1...<<11121314151617181920