Searched refs:ICON_CANONICAL_NAME (Results 1 – 2 of 2) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | Icon.php | 8 public const ICON_CANONICAL_NAME = "icon"; define in ComboStrap\\Icon 26 $iconAttributes = TagAttributes::createEmpty(self::ICON_CANONICAL_NAME); 52 …ound("A name is mandatory as attribute for an icon. It was not found.", Icon::ICON_CANONICAL_NAME); 63 … ExceptionBadArgument("The extension of the icon ($name) is not `svg`", Icon::ICON_CANONICAL_NAME); 69 throw new ExceptionNotExists($message, Icon::ICON_CANONICAL_NAME);
|
| H A D | IconDownloader.php | 333 …icon library ($library) is unknown. The icon could not be downloaded.", Icon::ICON_CANONICAL_NAME); 352 … name $iconName is unknown. The emoji could not be downloaded.", Icon::ICON_CANONICAL_NAME, 0, $e); 462 …onCompile("The icon directory ($iconDir) could not be created.", Icon::ICON_CANONICAL_NAME, 0, $e); 489 throw new ExceptionCompile($message, Icon::ICON_CANONICAL_NAME); 496 …aryName) was downloaded to ($mediaDokuPath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME); 498 …e) could no be written to ($mediaDokuPath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME); 535 …ould not be downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME); 537 …conName) was downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME); 574 …by a `-` (example: table-outlined). The icon could not be downloaded.", Icon::ICON_CANONICAL_NAME);
|