Home
last modified time | relevance | path

Searched refs:Icon (Results 1 – 25 of 56) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DIcon.php5 class Icon class
16 * @return Icon
23 public static function createFromName(string $name, TagAttributes $iconAttributes = null): Icon
39 public static function createFromTagAttributes(TagAttributes $tagAttributes): Icon
48 * Icon Svg file or Icon Library
52 throw new ExceptionNotFound("A name is mandatory as attribute for an icon. It was not found.", Icon::ICON_CANONICAL_NAME);
63 throw new ExceptionBadArgument("The extension of the icon ($name) is not `svg`", Icon::ICON_CANONICAL_NAME);
69 throw new ExceptionNotExists($message, Icon::ICON_CANONICAL_NAME);
87 return (new Icon())
[all...]
H A DIconDownloader.php19 * Class Icon
333 throw new ExceptionCompile("The icon library ($library) is unknown. The icon could not be downloaded.", Icon::ICON_CANONICAL_NAME);
352 throw new ExceptionCompile("The emoji name $iconName is unknown. The emoji could not be downloaded.", Icon::ICON_CANONICAL_NAME, 0, $e);
462 throw new ExceptionCompile("The icon directory ($iconDir) could not be created.", Icon::ICON_CANONICAL_NAME, 0, $e);
489 throw new ExceptionCompile($message, Icon::ICON_CANONICAL_NAME);
496 LogUtility::msg("The icon ($this) from the library ($libraryName) was downloaded to ($mediaDokuPath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
498 LogUtility::msg("Internal error: The icon ($this) from the library ($libraryName) could no be written to ($mediaDokuPath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
535 LogUtility::msg("The file ($downloadUrl) could not be downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
537 LogUtility::msg("The material design icon ($iconName) was downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
574 throw new ExceptionCompile ("We expect that the icon name ($iconName) has two parts separated by a `-` (example: table-outlined). The icon could not be downloaded.", Icon
[all...]
H A DIconTag.php72 $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$e->getMessage()}";
86 return Icon::createFromTagAttributes($tagAttributes)
104 $mediaPath = Icon::createFromTagAttributes($tagAttribute)->getFetchSvg()->getSourcePath();
H A DBrandListTag.php94 $html .= Icon::createFromName($name, $iconAttributes)->toHtml();
96 $html .= "Icon name is null for brand $brandName";
/plugin/wrap/images/
H A DREADME3 Icon set: Human-O2
10 Icon set: Silk
15 Icon set: Silk Companion
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js32 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ;
69 oMainElement.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
86 oCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
H A Dfckmenuitem.js30 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ;
75 eCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php9 use ComboStrap\Icon; alias
59 * Add the Icon / CSS / Javascript snippet
85 * Icon
89 $html .= Icon::createFromTagAttributes($iconAttributes)->toHtml();
H A DShareTag.php13 use ComboStrap\Icon; alias
91 * Icon
97 $rendererHtml .= Icon::createFromTagAttributes($tagIconAttributes)
/plugin/sapnotelink/lang/de/
H A Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/sapnotelink/lang/de-informal/
H A Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/sapnotelink/lang/en/
H A Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Show Toolbar Icon';
/plugin/combo/resources/images/
H A DREADME.md6 * Material Design Icon: [tag-text](./tag-text.svg)
/plugin/bpmnio/images/
H A DREADME4 Icon set: Silk
/plugin/userpage/
H A Dicon-license.txt1 Icon set: Material Design Icons
/plugin/copypage/images/pagetools/
H A Dlicense.txt1 Icon set: iPhone toolbar icons
/plugin/bugzillaint/
H A DREADME.md8 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
/plugin/purplenumbers/images/
H A DREADME1 Icon set: Vaga
/plugin/combo/resources/dictionary/
H A DREADME.md12 * [Health Icon](./healthicons-icons.json) - list of [HealthIcon](https://raw.githubusercontent.com/resolvetosavelives/healthicons/main/public/icons/meta-data.json)
/plugin/bugzillalinks/
H A DREADME.md12 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
/plugin/osm/
H A Dscript.js52 … icon = new OpenLayers.Icon('http://www.openstreetmap.org/openlayers/img/marker.png',size,offset);
/plugin/jirainfo/
H A Dstyle.less6 // Icon element
15 // Icon load
/plugin/codebuttonmod1/
H A DPlugin.txt48 * Icon path fixed
/plugin/move/
H A DREADME52 SEMLabs Free Web Design Icon Set,
/plugin/schedule/lib/
H A DscheduleCitiesMap.js350 image: new ol.style.Icon (/** @type {olx.style.IconOptions} */ ({
359 image: new ol.style.Icon (/** @type {olx.style.IconOptions} */ ({
388 image: new ol.style.Icon (/** @type {olx.style.IconOptions} */ ({

123