| /plugin/combo/ComboStrap/ |
| H A D | Dictionary.php | 11 * @throws ExceptionCompile 17 throw new ExceptionCompile("The dictionary file ($path) does not exist"); 22 } catch (ExceptionCompile $e) { 23 …throw new ExceptionCompile("The dictionary ($path) is not a valid json. Error: {$e->getMessage()}"… 26 throw new ExceptionCompile("The returned dictionary of the file ($path) is empty");
|
| H A D | ColorRgb.php | 285 } catch (ExceptionCompile $e) { 307 * @throws ExceptionCompile 317 * @throws ExceptionCompile 340 } catch (ExceptionCompile $e) { 361 * @throws ExceptionCompile 367 …throw new ExceptionCompile("This color ($this) does not have any channel known, we can't transform… 428 * @throws ExceptionCompile 445 * @throws ExceptionCompile 456 …throw new ExceptionCompile("This is not possible, the red value ({$color2->getBlue()}) with the pe… 460 …throw new ExceptionCompile("This is not possible, the green value ({$color2->getGreen()}) with the… [all …]
|
| H A D | PageRules.php | 35 } catch (ExceptionCompile $e) { 62 } catch (ExceptionCompile $e) { 90 } catch (ExceptionCompile $e) { 142 } catch (ExceptionCompile $e) { 175 } catch (ExceptionCompile $e) { 197 } catch (ExceptionCompile $e) { 221 } catch (ExceptionCompile $e) { 246 } catch (ExceptionCompile $e) { 264 } catch (ExceptionCompile $e) {
|
| H A D | ColorHsl.php | 61 * @throws ExceptionCompile 66 throw new ExceptionCompile("Lightness should be between 0 and 100"); 78 * @throws ExceptionCompile 130 } catch (ExceptionCompile $e) { 134 throw new ExceptionCompile($message, self::CANONICAL, 0, $e); 140 * @throws ExceptionCompile 145 throw new ExceptionCompile("Saturation should be between 0 and 100"); 173 * @throws ExceptionCompile
|
| H A D | Event.php | 92 } catch (ExceptionCompile $e) { 122 } catch (ExceptionCompile $e) { 141 } catch (ExceptionCompile $e) { 162 } catch (ExceptionCompile $e) { 218 } catch (ExceptionCompile $e) { 270 } catch (ExceptionCompile $e) { 280 * @throws ExceptionCompile 286 throw new ExceptionCompile("Sqlite is not available"); 299 } catch (ExceptionCompile $e) { 300 …throw new ExceptionCompile("Unable to count the number of event in the queue. Error:" . $e->getMes… [all …]
|
| H A D | CacheLog.php | 50 } catch (ExceptionCompile $e) { 73 } catch (ExceptionCompile $e) { 80 * @throws ExceptionCompile 108 * @throws ExceptionCompile 114 throw new ExceptionCompile("Sqlite is not available"); 129 } catch (ExceptionCompile $e) { 130 …throw new ExceptionCompile("Unable to get the cache log. Error:" . $e->getMessage(), self::CANONIC…
|
| H A D | PageId.php | 78 * @throws ExceptionCompile 137 } catch (ExceptionCompile $e) { 268 * @throws ExceptionCompile 279 * @throws ExceptionCompile 284 …throw new ExceptionCompile("A page id can not be set with a null value (Page: {$this->getResource(… 287 …throw new ExceptionCompile("The page id value to set ($value) is not an alphanumeric string (Page:… 297 …throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has a… 300 …throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has a…
|
| H A D | MarkupRenderUtility.php | 26 * @throws ExceptionCompile 65 * @throws ExceptionCompile 85 * @throws ExceptionCompile 103 * @throws ExceptionCompile
|
| H A D | IconDownloader.php | 288 * @throws ExceptionCompile 310 * @throws ExceptionCompile 333 …throw new ExceptionCompile("The icon library ($library) is unknown. The icon could not be download… 351 } catch (ExceptionCompile $e) { 352 …throw new ExceptionCompile("The emoji name $iconName is unknown. The emoji could not be downloaded… 415 …throw new ExceptionCompile("The box-icon icon ($iconName) has a type ($iconType) that is unknown, … 445 * @throws ExceptionCompile 461 } catch (ExceptionCompile $e) { 462 …throw new ExceptionCompile("The icon directory ($iconDir) could not be created.", Icon::ICON_CANON… 489 throw new ExceptionCompile($message, Icon::ICON_CANONICAL_NAME); [all …]
|
| H A D | ColorSystem.php | 27 } catch (ExceptionCompile $e) { 61 } catch (ExceptionCompile $e) { 69 * @throws ExceptionCompile when the color could not be calculated
|
| H A D | BrandButton.php | 88 * @throws ExceptionCompile 97 throw new ExceptionCompile("The button type ($this->type} is unknown."); 122 * @throws ExceptionCompile 131 * @throws ExceptionCompile 141 …throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets va… 147 * @throws ExceptionCompile 157 …throw new ExceptionCompile("The icon type ($iconType) is unknown. The possible icons value are " .… 175 * @throws ExceptionCompile 190 * @throws ExceptionCompile 300 * @throws ExceptionCompile [all …]
|
| H A D | BrandTag.php | 78 } catch (ExceptionCompile $e) { 87 } catch (ExceptionCompile $e) { 98 } catch (ExceptionCompile $e) { 141 } catch (ExceptionCompile $e) { 188 * @throws ExceptionCompile 224 * @throws ExceptionCompile
|
| H A D | SqliteRequest.php | 69 * @throws ExceptionCompile 100 throw new ExceptionCompile("The request type ($requestType) was not processed"); 105 throw new ExceptionCompile("No Sql request was found to be executed"); 110 throw new ExceptionCompile("Error in the $requestType. Message: {$message}"); 115 …throw new ExceptionCompile("Error in the request type `$requestType`. res is not a PDOStatement bu…
|
| /plugin/combo/ComboStrap/Meta/Api/ |
| H A D | MetadataJson.php | 7 use ComboStrap\ExceptionCompile; alias 23 * @throws ExceptionCompile 48 } catch (ExceptionCompile $e) { 55 * @throws ExceptionCompile 67 throw new ExceptionCompile("The json persistent value is not an array, nor a string");
|
| H A D | MetadataMultiple.php | 9 use ComboStrap\ExceptionCompile; alias 36 * @throws ExceptionCompile 45 … throw new ExceptionCompile("The value is not an array. Value: " . var_export($value, true)); 172 } catch (ExceptionCompile $e) {
|
| H A D | MetadataInteger.php | 8 use ComboStrap\ExceptionCompile; alias 39 * @throws ExceptionCompile 48 * @throws ExceptionCompile
|
| H A D | MetadataDateTime.php | 10 use ComboStrap\ExceptionCompile; alias 68 * @throws ExceptionCompile 105 } catch (ExceptionCompile $e) { 167 } catch (ExceptionCompile $e) {
|
| /plugin/combo/ComboStrap/Meta/Field/ |
| H A D | Region.php | 7 use ComboStrap\ExceptionCompile; alias 35 * @throws ExceptionCompile 48 * @throws ExceptionCompile 88 * @throws ExceptionCompile 96 …throw new ExceptionCompile("The region value ($value) for the page ({$this->getResource()}) does n…
|
| H A D | PageImages.php | 7 use ComboStrap\ExceptionCompile; alias 62 * @throws ExceptionCompile 126 * @throws ExceptionCompile 152 * @throws ExceptionCompile 210 } catch (ExceptionCompile $e) { 220 * @throws ExceptionCompile 281 * @throws ExceptionCompile 287 …throw new ExceptionCompile("The image ({$pageImage->getImagePath()}) does not exist", $this->getCa…
|
| H A D | PageImage.php | 7 use ComboStrap\ExceptionCompile; alias 60 * @throws ExceptionCompile 70 throw new ExceptionCompile("The page image usage value ($value) is not valid.");
|
| H A D | Aliases.php | 7 use ComboStrap\ExceptionCompile; alias 180 } catch (ExceptionCompile $e) { 207 } catch (ExceptionCompile $e) { 261 } catch (ExceptionCompile $e) { 270 * @throws ExceptionCompile 280 * @throws ExceptionCompile
|
| /plugin/combo/action/ |
| H A D | router.php | 7 use ComboStrap\ExceptionCompile; alias 321 } catch (ExceptionCompile $e) { 328 } catch (ExceptionCompile $e) { 345 * @throws ExceptionCompile 352 …throw new ExceptionCompile("A transparent redirect should have a wiki path. Origin {$redirection->… 407 * @throws ExceptionCompile - if any error 448 …throw new ExceptionCompile("Internal Error When executing a http redirect, the URL or the wiki pag… 489 …throw new ExceptionCompile("A redirection should not redirect to the requested URL. Redirection Or… 530 … throw new ExceptionCompile("The type ({$redirection->getType()}) is not an http redirection"); 570 } catch (ExceptionCompile $e) {
|
| H A D | indexer.php | 17 use ComboStrap\ExceptionCompile; alias 83 * @throws ExceptionCompile 136 } catch (ExceptionCompile $e) { 143 throw new ExceptionCompile($message); 191 } catch (ExceptionCompile $e) {
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | ShareTag.php | 9 use ComboStrap\ExceptionCompile; alias 39 } catch (ExceptionCompile $e) { 50 } catch (ExceptionCompile $e) { 80 } catch (ExceptionCompile $e) { 99 } catch (ExceptionCompile $e) { 137 } catch (ExceptionCompile $e) {
|
| H A D | FollowTag.php | 8 use ComboStrap\ExceptionCompile; alias 53 } catch (ExceptionCompile $e) { 64 } catch (ExceptionCompile $e) { 79 } catch (ExceptionCompile $e) { 90 } catch (ExceptionCompile $e) {
|