Home
last modified time | relevance | path

Searched refs:Mustache_Exception_InvalidArgumentException (Results 1 – 8 of 8) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php68 * @throws Mustache_Exception_InvalidArgumentException if the logging level is unknown
75 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected logging level: %s', $lev…
94 * @throws Mustache_Exception_InvalidArgumentException if the logging level is unknown
103 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected logging level: %s', $lev…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php138 * @throws Mustache_Exception_InvalidArgumentException If `escape` option is not callable
146 …throw new Mustache_Exception_InvalidArgumentException('Mustache Constructor "template_class_prefix…
185 …throw new Mustache_Exception_InvalidArgumentException('Mustache Constructor "escape" option must b…
214 … throw new Mustache_Exception_InvalidArgumentException(sprintf('Unknown pragma: "%s".', $pragma));
360 … * @throws Mustache_Exception_InvalidArgumentException if $helpers is not an array or Traversable
367 … throw new Mustache_Exception_InvalidArgumentException('setHelpers expects an array of helpers');
449 …* @throws Mustache_Exception_InvalidArgumentException If logger is not an instance of Mustache_Log…
456 …throw new Mustache_Exception_InvalidArgumentException('Expected an instance of Mustache_Logger or …
H A DHelperCollection.php24 …* @throws Mustache_Exception_InvalidArgumentException if the $helpers argument isn't an array or T…
35 …throw new Mustache_Exception_InvalidArgumentException('HelperCollection constructor expects an arr…
H A DContext.php153 * @throws Mustache_Exception_InvalidArgumentException if given an invalid anchored dot $id
164 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected id for findAnchoredDot: …
H A DTokenizer.php88 * @throws Mustache_Exception_InvalidArgumentException when $delimiters string is invalid
284 } catch (Mustache_Exception_InvalidArgumentException $e) {
296 * @throws Mustache_Exception_InvalidArgumentException when delimiter string is invalid
303 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Invalid delimiters: %s', $delimiter…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php76 … throw new Mustache_Exception_InvalidArgumentException('InlineLoader expects a valid filename.');
80 …throw new Mustache_Exception_InvalidArgumentException('InlineLoader expects a valid file offset.');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DInvalidArgumentException.php15 class Mustache_Exception_InvalidArgumentException extends InvalidArgumentException implements Musta… class
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DAbstractCache.php41 …throw new Mustache_Exception_InvalidArgumentException('Expected an instance of Mustache_Logger or …