Home
last modified time | relevance | path

Searched refs:icon (Results 76 – 100 of 464) sorted by relevance

12345678910>>...19

/plugin/skipentity/
H A Dscript.js6 icon: '../../plugins/skipentity/skent.png', property in toolbar
29 icon: '../../plugins/skipentity/skent.png', property in toolbar
/plugin/livepreview/
H A Dstyle.css13 * place for the icon
18 * rest of the styles to make the icon work
38 * hide it, if real icon is used
/plugin/cite/
H A DCHANGELOG.md22 …rnally to prevent overwritting the global rev entry; also changed admin icon to match new menu icon
28 - [CITE-3] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code clea…
/plugin/bootswrapper/exe/help/
H A Dlabel.txt3 <callout type="tip" icon="true">
33 | ''icon'' | optional | | Font icon class (eg. Glyphicon or Font-Awesome) |
/plugin/editions/images/
H A DREADME2 For every edition add one PNG icon (16x16) with the name of the edition as written in editions.conf.
3 E.g. if the edition was named "example", then the icon needs to be named "example.png".
/plugin/icon/
H A DREADME1 icon plugin for DokuWiki
6 https://www.dokuwiki.org/plugin:icon
9 lib/plugins/icon/ - if the folder is called different it
/plugin/encryptedpasswords/
H A Dscript.js6 icon: DOKU_BASE + 'lib/plugins/encryptedpasswords/encrypt.png', property in toolbar
14 icon: DOKU_BASE + 'lib/plugins/encryptedpasswords/password.png', property in toolbar
/plugin/tplmod/
H A Dstyle.css2 * tplmod toggle icon
5 /* tplmodtoggle icon */
/plugin/javadoc/
H A Dsyntax.php127 $icon = ' icon';
130 $icon = '';
138 $renderer->doc .= '<a class="javadoc'.$icon.'" target="_blank" href="'.$prefix;
/plugin/custombuttons/
H A Dadmin.php124 $icon = '';
126 … $icon = '<img src="'. DOKU_BASE.'lib/plugins/custombuttons/ico/'.$button['icon'].'" /> ';
128 echo '<td>'.$icon.hsc($button['label']).'</td>'
/plugin/dwedit/
H A Dstyle.css2 * dwedit dwedit pagetool icon
5 /* dwedit icon */
24 /* dwview icon */
/plugin/watchcycle/
H A Daction.php58 'icon' => '../../plugins/watchcycle/images/eye-plus16Green.png',
403 $icon = $helper->getSearchResultIconHTML($event->data['page']);
404 if ($icon) {
405 $event->data['listItemContent'][] = $icon;
420 $icon = $helper->getSearchResultIconHTML($event->data['page']);
421 if ($icon) {
422 $event->data['resultHeader'][] = $icon;
/plugin/widearea/widearea/
H A Dwidearea.css90 .widearea-icon {
106 .widearea-icon:hover {
113 .widearea-icon.fullscreen {
117 .widearea-icon.close {
124 .widearea-icon.changeTheme {
/plugin/txt2tags/
H A Dtoolbar.php178 'icon' => 'link.png',
188 'icon' => 'hr.png',
195 'icon' => 'image.png',
204 'icon' => 'smiley.png',
212 'icon' => 'chars.png',
/plugin/bootswrapper/syntax/
H A Dalert.php70 if ($icon) {
71 $markup .= '<i class="' . $icon . '"></i> ';
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css117 …tainer .context-menu .context-menu-group .context-menu-group-entry .context-menu-group-entry-icon {
124 …context-menu .context-menu-group .context-menu-group-entry .context-menu-group-entry-icon::before {
192 .dmn-icon-drag {
196 .dmn-icon-drag:hover {
200 .dmn-decision-table-container th .dmn-icon-drag {
207 .dmn-decision-table-container th:hover .dmn-icon-drag,
208 .dmn-decision-table-container td:hover .dmn-icon-drag {
217 .dmn-icon-drag.horizontal,
218 .dmn-icon-drag.vertical {
H A Ddmn-js-decision-table.css2 --action-icon-color: var(--color-blue-205-100-50);
4 --action-icon-hover-color: var(--color-white);
5 --add-column-icon-color: var(--color-white);
364 /* actionable icon */
366 .dmn-decision-table-container .action-icon {
369 color: var(--action-icon-color);
382 color: var(--add-column-icon-color);
388 color: var(--action-icon-hover-color);
391 .dmn-decision-table-container .action-icon::before {
407 /* end actionable icon */
[all …]
/plugin/osm/
H A Dscript.js48 var icon;
52icon = new OpenLayers.Icon('http://www.openstreetmap.org/openlayers/img/marker.png',size,offset);
53 layerMarkers.addMarker(new OpenLayers.Marker(pLonLat,icon));
/plugin/odt2dw/
H A Dstyle.css2 * dw2odt import_odt pagetool icon
5 /* import icon */
/plugin/odtplus2dw/
H A Dstyle.css2 * dw2odt import_file pagetool icon
5 /* import icon */
/plugin/s5reloaded/
H A DREADME19 The presentation icon was found at
20 http://www.linkmatrix.de/index.php?id=icon
/plugin/bez/
H A Dscript.js49 button.icon === 'sig.png' ||
50 button.icon === 'strike.png') {
/plugin/pagebuttons/
H A DREADME.md44 * https://materialdesignicons.com/icon/trash-can-outline
45 * https://materialdesignicons.com/icon/folder-plus-outline
46 * https://materialdesignicons.com/icon/file-plus-outline
/plugin/odt/
H A Dstyle.css2 * dw2odt export_odt pagetool icon
5 /* export icon */
37 /*Keep pagetool icon on left side for rtl languages*/
/plugin/dev/
H A DSVGIcon.php47 * Download and save a remote icon
49 * @param string $ident prefixed name of the icon
56 $icon = $this->remoteIcon($ident);
57 $svgdata = $this->fetchSVG($icon['url']);
61 $save = $icon['name'] . '.svg';
91 * Get info about an icon from a known remote repository
93 * @param string $ident prefixed name of the icon

12345678910>>...19