Home
last modified time | relevance | path

Searched refs:ExceptionBadArgument (Results 1 – 25 of 105) sorted by relevance

12345

/plugin/combo/ComboStrap/
H A DConditionalLength.php57 * @throws ExceptionBadArgument
105 * @throws ExceptionBadArgument
118 * @throws ExceptionBadArgument
142 * @throws ExceptionBadArgument
149 throw new ExceptionBadArgument("The length ratio ($ratio) is greater than 1. It should be less than 1 to get a col class.");
162 * @throws ExceptionBadArgument
175 throw new ExceptionBadArgument("A row col class can be calculated only from a number ({$this}) or from the `auto` value");
181 throw new ExceptionBadArgument("A row col class can be calculated only from a number below $totalColumns ({$this}");
211 * @throws ExceptionBadArgument
270 } catch (ExceptionBadArgument
[all...]
H A DDataType.php72 * @throws ExceptionBadArgument
84 * @throws ExceptionBadArgument
96 throw new ExceptionBadArgument("The value passed is not a numeric/nor a string. We can not translate it to an integer. Value: $varExport");
111 throw new ExceptionBadArgument("The value ($targetValue) can not be cast to an integer.");
117 * @throws ExceptionBadArgument
133 * @throws ExceptionBadArgument - if the value is not a numeric
142 throw new ExceptionBadArgument("The value ($value) is not a numeric");
H A DFetcherVignette.php56 * @throws ExceptionBadArgument - if the mime is not supported or the path of the page is not a wiki path
72 * @throws ExceptionBadArgument
128 throw new ExceptionBadArgument("Error while getting the muted color. Error: {$e->getMessage()}", self::CANONICAL);
323 * @throws ExceptionBadArgument
331 throw new ExceptionBadArgument("The vignette query property is mandatory when the vignette was created without page.");
345 throw new ExceptionBadArgument("The vignette mime is unknown. Error: {$e->getMessage()}");
362 * @throws ExceptionBadArgument - if the markup path is not
372 throw new ExceptionBadArgument("The path of the markup file is not a wiki path and could not be transformed.");
381 * @throws ExceptionBadArgument
391 throw new ExceptionBadArgument("Th
[all...]
H A DIFetcherLocalImage.php16 * @throws ExceptionBadArgument - if the path is not an image
26 throw new ExceptionBadArgument("The file ($path) has an unknown mime, we can't verify if we support it", FetcherImage::CANONICAL);
30 throw new ExceptionBadArgument("The file ($path) has not been detected as being an image, media returned", FetcherImage::CANONICAL);
52 * @throws ExceptionBadArgument - if the path is not an image
H A DFetcherSystem.php17 * @throws ExceptionBadArgument
48 } catch (ExceptionBadArgument $e) {
72 * @throws ExceptionBadArgument - if the fetcher is not set
80 throw new ExceptionBadArgument("No fetcher name found");
H A DLocalPath.php34 * @throws ExceptionBadArgument
39 throw new ExceptionBadArgument("$uri is not a local path uri");
46 * @throws ExceptionBadArgument
57 throw new ExceptionBadArgument("The path is not a local path nor a wiki path, we can't transform it");
99 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
235 * @throws ExceptionBadArgument - if the path is not inside a drive
251 * @throws ExceptionBadArgument - if the path cannot be relativized
296 throw new ExceptionBadArgument("The path ($localPath) is not a parent path of the actual path ($actualPath)");
445 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
H A DIFetcherAbs.php92 * @throws ExceptionBadArgument
108 * @throws ExceptionBadArgument
136 * @throws ExceptionBadArgument
152 throw new ExceptionBadArgument("The cache value ($requestedCache) is unknown");
H A DPageImageTag.php104 } catch (ExceptionNotExists|ExceptionBadArgument|ExceptionBadSyntax $e) {
117 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
151 } catch (ExceptionBadArgument $e) {
159 } catch (ExceptionBadArgument $e) {
175 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
182 } catch (ExceptionNotFound|ExceptionBadArgument $e) {
214 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionCompile $e) {
H A DFetcherRailBar.php60 * @throws ExceptionBadArgument
78 } catch (ExceptionBadArgument $e) {
79 throw new ExceptionBadArgument("The viewport width is not a valid integer. Error:{$e->getMessage()}", self::CANONICAL);
89 } catch (ExceptionBadArgument $e) {
90 throw new ExceptionBadArgument("The layout is not a valid. Error:{$e->getMessage()}", self::CANONICAL);
374 * @throws ExceptionBadArgument
379 throw new ExceptionBadArgument("The layout ($layout) is not valid. The known-layout are : ".ArrayUtility::formatAsString(self::KNOWN_LAYOUT));
H A DGridTag.php182 } catch (ExceptionBadArgument $e) {
240 } catch (ExceptionBadArgument $e) {
314 } catch (ExceptionBadArgument $e) {
327 } catch (ExceptionBadArgument $e) {
358 } catch (ExceptionBadArgument $e) {
387 } catch (ExceptionBadArgument $e) {
404 } catch (ExceptionBadArgument $e) {
415 } catch (ExceptionBadArgument $e) {
H A DFetcherImage.php131 * @throws ExceptionBadArgument
143 } catch (ExceptionBadArgument $e) {
144 throw new ExceptionBadArgument("The width value ($requestedWidth) is not a valid integer", FetcherImage::CANONICAL, 0, $e);
156 } catch (ExceptionBadArgument $e) {
157 throw new ExceptionBadArgument("The height value ($requestedHeight) is not a valid integer", FetcherImage::CANONICAL, 0, $e);
167 throw new ExceptionBadArgument("The requested ratio ($requestedRatio) is not a valid value ({$e->getMessage()})", FetcherImage::CANONICAL, 0, $e);
H A DFetcherPageBundler.php40 * @throws ExceptionBadArgument
88 } catch (ExceptionBadArgument $e) {
99 } catch (ExceptionBadArgument $e) {
114 } catch (ExceptionBadSyntax|ExceptionNotFound|ExceptionBadArgument $e) {
155 * @throws ExceptionBadArgument - if the path is not a {@link WikiPath web path}
H A DSvgImageLink.php49 * @throws ExceptionBadArgument
59 * @throws ExceptionBadArgument
200 * @throws ExceptionBadArgument
255 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadState|ExceptionBadSyntax|ExceptionCompile $e) {
H A DSnippet.php176 * @throws ExceptionBadArgument
184 * @throws ExceptionBadArgument
254 * @throws ExceptionBadArgument
345 * @throws ExceptionBadArgument
372 * @throws ExceptionBadArgument - if the url does not have a file name
381 throw new ExceptionBadArgument($messageFormat);
391 throw new ExceptionBadArgument($messageFormat);
400 * @throws ExceptionBadArgument
710 } catch (ExceptionBadArgument $e) {
916 * @throws ExceptionBadArgument
[all...]
H A DIcon.php17 * @throws ExceptionBadArgument
33 * @throws ExceptionBadArgument
63 throw new ExceptionBadArgument("The extension of the icon ($name) is not `svg`", Icon::ICON_CANONICAL_NAME);
H A DFetcherRaster.php42 * @throws ExceptionBadArgument
54 * @throws ExceptionBadArgument
71 * @throws ExceptionBadArgument
284 * @throws ExceptionBadArgument - if the path is not an image
H A DFetcherPdf.php22 } catch (ExceptionBadArgument $e) {
23 throw new ExceptionBadArgument("The pdf page number anchor seems to not be a number. Error: {$e->getMessage()}");
H A DDimension.php257 } catch (ExceptionBadArgument $e) {
296 } catch (ExceptionBadArgument $e) {
313 } catch (ExceptionBadArgument $e) {
322 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php8 use ComboStrap\ExceptionBadArgument; alias
44 } catch (ExceptionBadArgument $e) {
86 } catch (ExceptionBadArgument $e) {
113 * @throws ExceptionBadArgument - if this is not a string
121 throw new ExceptionBadArgument("This is not a string value");
140 * @throws ExceptionBadArgument - if the value is not valid
145 throw new ExceptionBadArgument("The passed value is null");
148 throw new ExceptionBadArgument("This is not a date time");
H A DMetadataMultiple.php8 use ComboStrap\ExceptionBadArgument; alias
117 * @throws ExceptionBadArgument
129 throw new ExceptionBadArgument("The value ($value) for ($this) is not a possible value (" . implode(",", $possibleValues) . ")", $this->getCanonical());
138 * @throws ExceptionBadArgument
160 throw new ExceptionBadArgument("The value for $this is not an array, nor a string (value: $value)", get_class($this));
H A DMetadataText.php7 use ComboStrap\ExceptionBadArgument; alias
49 * @throws ExceptionBadArgument
54 throw new ExceptionBadArgument("The value of the metadata ($this) is not a string", $this->getCanonical());
68 throw new ExceptionBadArgument("The value ($value) for the metadata ({$this->getName()}) is not one of the possible following values: " . implode(", ", $possibleValues) . ".");
H A DMetadataStore.php6 use ComboStrap\ExceptionBadArgument; alias
31 * @throws ExceptionBadArgument
/plugin/combo/ComboStrap/TagAttribute/
H A DHero.php5 use ComboStrap\ExceptionBadArgument; alias
46 throw new ExceptionBadArgument("The hero value ($hero) is unknown and was not applied");
55 } catch (ExceptionBadArgument $e) {
H A DTextAlign.php8 use ComboStrap\ExceptionBadArgument; alias
35 } catch (ExceptionBadArgument $e) {
42 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php7 use ComboStrap\ExceptionBadArgument; alias
196 * @throws ExceptionBadArgument - if the text is not a valid text xml expression
222 * @throws ExceptionBadArgument
345 * @throws ExceptionBadArgument
369 throw new ExceptionBadArgument("The position ($position) is unknown");
400 * @throws ExceptionBadArgument

12345