Home
last modified time | relevance | path

Searched refs:Icon (Results 1 – 25 of 64) 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
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 DIconDownloader.php333 …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 DIconTag.php86 return Icon::createFromTagAttributes($tagAttributes)
104 … $mediaPath = Icon::createFromTagAttributes($tagAttribute)->getFetchSvg()->getSourcePath();
H A DBrandListTag.php94 $html .= Icon::createFromName($name, $iconAttributes)->toHtml();
/plugin/wrap/images/
DREADME3 Icon set: Human-O2
10 Icon set: Silk
15 Icon set: Silk Companion
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbarbuttonui.js32 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ;
69 oMainElement.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
86 oCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
Dfckmenuitem.js30 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ;
75 eCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarbuttonui.js32 this.Icon = new FCKIcon( iconPathOrStripInfoArray ) ;
77 oMainElement.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
94 oCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
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
89 $html .= Icon::createFromTagAttributes($iconAttributes)->toHtml();
H A DShareTag.php13 use ComboStrap\Icon; alias
97 $rendererHtml .= Icon::createFromTagAttributes($tagIconAttributes)
/plugin/dokullm/doc/profiles/
H A Ddefault.txt3 ^ ID ^ Label ^ Description ^ Icon ^ Result ^
16 * **Icon**: The icon displayed on the button (can be empty)
/plugin/sapnotelink/lang/de/
Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/sapnotelink/lang/de-informal/
Dsettings.php9 $lang['sapnotelink_toolbar_icon'] = 'Zeige Toolbar Icon';
/plugin/sapnotelink/lang/en/
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/
DREADME4 Icon set: Silk
/plugin/userpage/
Dicon-license.txt1 Icon set: Material Design Icons
/plugin/copypage/images/pagetools/
Dlicense.txt1 Icon set: iPhone toolbar icons
/plugin/bugzillaint/
DREADME.md8 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
/plugin/purplenumbers/images/
DREADME1 Icon set: Vaga
/plugin/dokullm/doc/
H A Dprofiles.txt33 ^ 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 DREADME.md12 …* [Health Icon](./healthicons-icons.json) - list of [HealthIcon](https://raw.githubusercontent.com…
/plugin/bugzillalinks/
DREADME.md12 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
/plugin/jirainfo/
Dstyle.less6 // Icon element
15 // Icon load

123