Searched refs:Icon (Results 1 – 25 of 64) sorted by relevance
123
| /plugin/combo/ComboStrap/ |
| H A D | Icon.php | 5 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 52 …tFound("A name is mandatory as attribute for an icon. It was not found.", Icon::ICON_CANONICAL_NAM… 63 …ew ExceptionBadArgument("The extension of the icon ($name) is not `svg`", Icon::ICON_CANONICAL_NAM… 69 throw new ExceptionNotExists($message, Icon::ICON_CANONICAL_NAME); 87 return (new Icon()) 94 …ic static function createFromComboResource(string $name, TagAttributes $tagAttributes = null): Icon 96 $icon = new Icon(); [all …]
|
| H A D | IconDownloader.php | 333 …e icon library ($library) is unknown. The icon could not be downloaded.", Icon::ICON_CANONICAL_NAM… 352 …The emoji name $iconName is unknown. The emoji could not be downloaded.", Icon::ICON_CANONICAL_NAM… 462 …w ExceptionCompile("The icon directory ($iconDir) could not be created.", Icon::ICON_CANONICAL_NAM… 489 throw new ExceptionCompile($message, Icon::ICON_CANONICAL_NAME); 496 …braryName) was downloaded to ($mediaDokuPath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAM… 498 …ame) could no be written to ($mediaDokuPath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAM… 535 … could not be downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAM… 537 …$iconName) was downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAM… 574 …d by a `-` (example: table-outlined). The icon could not be downloaded.", Icon::ICON_CANONICAL_NAM…
|
| H A D | IconTag.php | 86 return Icon::createFromTagAttributes($tagAttributes) 104 … $mediaPath = Icon::createFromTagAttributes($tagAttribute)->getFetchSvg()->getSourcePath();
|
| H A D | BrandListTag.php | 94 $html .= Icon::createFromName($name, $iconAttributes)->toHtml();
|
| /plugin/wrap/images/ |
| D | README | 3 Icon set: Human-O2 10 Icon set: Silk 15 Icon set: Silk Companion
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbarbuttonui.js | 32 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ; 69 oMainElement.appendChild( this.Icon.CreateIconElement( oDoc ) ) ; 86 oCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
|
| D | fckmenuitem.js | 30 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ; 75 eCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fcktoolbarbuttonui.js | 32 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ; 77 oMainElement.appendChild( this.Icon.CreateIconElement( oDoc ) ) ; 94 oCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
|
| D | fckmenuitem.js | 30 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ; 75 eCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | FollowTag.php | 9 use ComboStrap\Icon; alias 89 $html .= Icon::createFromTagAttributes($iconAttributes)->toHtml();
|
| H A D | ShareTag.php | 13 use ComboStrap\Icon; alias 97 $rendererHtml .= Icon::createFromTagAttributes($tagIconAttributes)
|
| /plugin/dokullm/doc/profiles/ |
| H A D | default.txt | 3 ^ ID ^ Label ^ Description ^ Icon ^ Result ^ 16 * **Icon**: The icon displayed on the button (can be empty)
|
| /plugin/sapnotelink/lang/de/ |
| D | settings.php | 9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
|
| /plugin/sapnotelink/lang/de-informal/ |
| D | settings.php | 9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
|
| /plugin/sapnotelink/lang/en/ |
| D | settings.php | 9 $lang['sapnotelink_toolbar_icon'] = 'Show Toolbar Icon';
|
| /plugin/combo/resources/images/ |
| H A D | README.md | 6 * Material Design Icon: [tag-text](./tag-text.svg)
|
| /plugin/bpmnio/images/ |
| D | README | 4 Icon set: Silk
|
| /plugin/userpage/ |
| D | icon-license.txt | 1 Icon set: Material Design Icons
|
| /plugin/copypage/images/pagetools/ |
| D | license.txt | 1 Icon set: iPhone toolbar icons
|
| /plugin/bugzillaint/ |
| D | README.md | 8 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
|
| /plugin/purplenumbers/images/ |
| D | README | 1 Icon set: Vaga
|
| /plugin/dokullm/doc/ |
| H A D | profiles.txt | 33 ^ ID ^ Label ^ Description ^ Icon ^ Result ^ 40 * **Icon**: The icon displayed on the button (can be empty) 51 ^ ID ^ Label ^ Description ^ Icon ^ Result ^
|
| /plugin/combo/resources/dictionary/ |
| H A D | README.md | 12 …* [Health Icon](./healthicons-icons.json) - list of [HealthIcon](https://raw.githubusercontent.com…
|
| /plugin/bugzillalinks/ |
| D | README.md | 12 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
|
| /plugin/jirainfo/ |
| D | style.less | 6 // Icon element 15 // Icon load
|
123