| /plugin/combo/ComboStrap/ |
| H A D | ConditionalLength.php | 74 } catch (ExceptionBadSyntax $e) { 93 } catch (ExceptionBadSyntax $e) { 96 } catch (ExceptionBadSyntax $e) { 254 * @throws ExceptionBadSyntax 265 throw new ExceptionBadSyntax("Length is not a number with optional unit"); 272 …throw new ExceptionBadSyntax("The number value ($localNumber) of the length value ($this->length) … 288 * @throws ExceptionBadSyntax 295 throw new ExceptionBadSyntax("Length is not a ratio"); 302 …throw new ExceptionBadSyntax("The number value ($numerator) of the length value ($this->length) is… 309 …throw new ExceptionBadSyntax("The number value ($denominator) of the length value ($this->length) …
|
| H A D | Html.php | 124 * @throws ExceptionBadSyntax - bad url 158 } catch (ExceptionBadSyntax $e) { 159 …throw new ExceptionBadSyntax("Bad Syntax on Src Set ($i). Error: {$e->getMessage()}. Expected: $ex… 168 * @throws ExceptionBadSyntax 175 } catch (ExceptionBadSyntax $e) { 176 …throw new ExceptionBadSyntax("The expected URL string ($expected) is not valid. Error: {$e->getMes… 180 } catch (ExceptionBadSyntax $e) { 181 …throw new ExceptionBadSyntax("The $actual URL string ($actual) is not valid. Error: {$e->getMessag…
|
| H A D | FetcherRaster.php | 43 * @throws ExceptionBadSyntax 55 * @throws ExceptionBadSyntax 140 * @throws ExceptionBadSyntax - if the path is not valid image format 164 …throw new ExceptionBadSyntax("We couldn't retrieve the type and dimensions of the image ($this). T… 168 …throw new ExceptionBadSyntax("We couldn't retrieve the width of the image ($this)", self::CANONICA… 172 …throw new ExceptionBadSyntax("We couldn't retrieve the height of the image ($this)", self::CANONIC… 285 * @throws ExceptionBadSyntax - if the image is badly encoded 300 * @throws ExceptionBadSyntax - if the file is badly encoded
|
| H A D | FetcherSvg.php | 167 * @throws ExceptionBadSyntax 178 * @throws ExceptionBadSyntax 240 * @throws ExceptionBadSyntax 432 } catch (ExceptionBadSyntax $e) { 448 } catch (ExceptionBadSyntax $e) { 458 * @throws ExceptionBadSyntax 480 * @throws ExceptionBadSyntax 562 * @throws ExceptionBadSyntax - the file is not a svg file 812 * @throws ExceptionBadSyntax 847 * @throws ExceptionBadSyntax [all …]
|
| H A D | CacheExpirationFrequency.php | 35 * @throws ExceptionBadSyntax - if the frequency has not the good syntax 53 } catch (ExceptionBadSyntax $e) { 54 …throw new ExceptionBadSyntax("The cache frequency expression ($value) is not a valid cron expressi…
|
| H A D | Json.php | 46 * @throws ExceptionBadSyntax 90 * @throws ExceptionBadSyntax 100 throw new ExceptionBadSyntax("The string is not a valid json. Value: ($jsonString)");
|
| H A D | Iso8601Date.php | 65 * @throws ExceptionBadSyntax if the format is not supported 130 throw new ExceptionBadSyntax($message, self::CANONICAL); 166 } catch (ExceptionBadSyntax $e) { 255 * @throws ExceptionBadSyntax 336 …throw new ExceptionBadSyntax("Unable to format the date with the pattern ($pattern) and locale ($l…
|
| H A D | Cron.php | 14 * @throws ExceptionBadSyntax 22 …throw new ExceptionBadSyntax("The cache frequency expression ($cronExpression) is not a valid cron…
|
| H A D | DateTag.php | 29 * @throws ExceptionBadSyntax 71 …throw new ExceptionBadSyntax("Unable to format the date ($date) with the format ($format) and lang… 106 } catch (ExceptionBadSyntax $e) {
|
| H A D | PageImageTag.php | 104 } catch (ExceptionNotExists|ExceptionBadArgument|ExceptionBadSyntax $e) { 117 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) { 143 } catch (ExceptionBadSyntax $e) { 175 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) { 214 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionCompile $e) {
|
| H A D | Dimension.php | 217 * @throws ExceptionBadSyntax 225 …throw new ExceptionBadSyntax("The width value ($width) of the ratio `$stringRatio` is not numeric"… 230 …throw new ExceptionBadSyntax("The width value ($height) of the ratio `$stringRatio` is not numeric… 233 …throw new ExceptionBadSyntax("The height value of the ratio `$stringRatio` should not be zero", Pa…
|
| H A D | PipelineUtility.php | 35 * @throws ExceptionBadSyntax - if there is any syntax error 269 * @throws ExceptionBadSyntax 280 } catch (ExceptionBadSyntax $e) { 281 …throw new ExceptionBadSyntax("The format method allows for now only date. The value ($value) is no…
|
| H A D | ConditionalValue.php | 34 * @throws ExceptionBadSyntax 71 * @throws ExceptionBadSyntax
|
| H A D | MediaMarkup.php | 124 * @throws ExceptionBadSyntax 143 * @throws ExceptionBadSyntax 166 * @throws ExceptionBadSyntax 373 * @throws ExceptionBadSyntax 429 * @throws ExceptionBadSyntax - if no ref was found 448 throw new ExceptionBadSyntax("No ref was found"); 769 * @throws ExceptionBadSyntax 780 * @throws ExceptionBadSyntax
|
| H A D | SvgImageLink.php | 48 * @throws ExceptionBadSyntax 60 * @throws ExceptionBadSyntax 255 …} catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadState|ExceptionBadSyntax|ExceptionComp…
|
| H A D | SnippetSystem.php | 282 * @throws ExceptionBadSyntax - bad url 310 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) { 322 * @throws ExceptionBadSyntax 353 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
|
| H A D | MarkupRef.php | 71 * @throws ExceptionBadSyntax 130 …throw new ExceptionBadSyntax("The scheme ({$this->url->getScheme()}) of the URL ({$this->url}) is … 168 } catch (ExceptionBadSyntax $e) { 169 …throw new ExceptionBadSyntax("The url string was not validated as an URL ($ref). Error: {$e->getMe… 351 * @throws ExceptionBadSyntax 361 * @throws ExceptionBadSyntax
|
| H A D | Bootstrap.php | 152 } catch (ExceptionNotFound|ExceptionBadSyntax $e) { 171 } catch (ExceptionBadSyntax|ExceptionNotFound $e) { 270 } catch (ExceptionBadSyntax|ExceptionNotFound $e) { 298 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
|
| H A D | HttpResponse.php | 72 } elseif ($e instanceof ExceptionBadSyntax) { 319 * @throws ExceptionBadSyntax 361 * @throws ExceptionBadSyntax 430 * @throws ExceptionBadSyntax
|
| /plugin/combo/ComboStrap/Xml/ |
| H A D | XmlDocument.php | 17 use ComboStrap\ExceptionBadSyntax; alias 77 * @throws ExceptionBadSyntax - if the document is not valid or the lib xml is not available 86 … throw new ExceptionBadSyntax("The xml text markup should not be empty.", self::CANONICAL); 92 …throw new ExceptionBadSyntax("The php `libxml` module was not found on your installation, the xml/… 213 throw new ExceptionBadSyntax($message, self::CANONICAL); 244 * @throws ExceptionBadSyntax - if the content is not valid 259 * @throws ExceptionBadSyntax 283 * @throws ExceptionBadSyntax 410 } catch (ExceptionBadSyntax $e) { 422 } catch (ExceptionBadSyntax $e) { [all …]
|
| H A D | XhtmlUtility.php | 6 use ComboStrap\ExceptionBadSyntax; alias 32 * @throws ExceptionBadSyntax 72 * @throws ExceptionBadSyntax
|
| H A D | XmlSystems.php | 8 use ComboStrap\ExceptionBadSyntax; alias 94 * @throws ExceptionBadSyntax 99 throw new ExceptionBadSyntax("The text should not be empty"); 196 } catch (ExceptionBadSyntax|ExceptionNotEquals $e) { 213 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) { 216 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) { 348 } catch (ExceptionBadSyntax $e) {
|
| H A D | XmlElement.php | 8 use ComboStrap\ExceptionBadSyntax; alias 100 * @throws ExceptionBadSyntax 151 * @throws ExceptionBadSyntax 221 * @throws ExceptionBadSyntax 399 * @throws ExceptionBadSyntax
|
| /plugin/combo/ComboStrap/Web/ |
| H A D | UrlEndpoint.php | 6 use ComboStrap\ExceptionBadSyntax; alias 72 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
|
| /plugin/combo/ComboStrap/TagAttribute/ |
| H A D | Animation.php | 16 use ComboStrap\ExceptionBadSyntax; alias 66 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
|