Home
last modified time | relevance | path

Searched refs:icons (Results 126 – 150 of 180) sorted by path

12345678

/plugin/highlightparent/
H A Dstyle.less2 background: url(icons/backto.png) no-repeat;
/plugin/html2pdf/snorriheim/
H A Drtl.css56 /* should work but doesn't - so we just disable icons here*/
/plugin/icon/
H A DREADME3 Use icons just like images
H A Dplugin.info.txt6 desc Use icons just like images
/plugin/icons/
H A DREADME.md4 Embed icons to your DokuWiki
7 http://www.dokuwiki.org/plugin:icons
10 lib/plugins/icons/ - if the folder is called different it
H A Dplugin.info.txt1 base icons
6 desc Embed icons in Dokuwiki
7 url http://www.dokuwiki.org/plugin:icons
/plugin/icons/assets/
H A DLICENSE.md46 …rial design icons is the official [icon set](https://www.google.com/design/spec/style/icons.html#i…
50icons available for you to incorporate into your products under the [Apache License Version 2.0](h…
51 …s *about* screen, but it's not required. The only thing we ask is that you not re-sell these icons.
/plugin/icons/assets/typicons/
H A Dtypicons.css32 /* Code for individual icons */
/plugin/imagecarousel/
H A Dall.less50 background-image: url(vendor/swipebox/img/icons.png);
H A Dscreen.less12 background-image: url(swipebox/img/icons.png);
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown208 $slick-arrow-color | color | white | Color of the left/right arrow icons
/plugin/imagecarousel/vendor/swipebox/css/
H A Dswipebox.less131 background-image: url(../img/icons.png);
H A Dswipebox.min.css1 …#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/icons.png);background-re…
/plugin/indexmenu/images/bw.png/
H A Dinfo.txt2 description=Black and White PNG icons.
/plugin/indexmenu/images/prdsuser-de.png/
H A Dinfo.txt3 description=This is a combination of Silk and Tulliana icons for our Wiki.
/plugin/indexmenu/images/wb.png/
H A Dinfo.txt2 description=White and Black PNG icons.
/plugin/issuetracker/
H A DREADME86 status text instead of icons at = little icons will be displayed with
91 severity text instead of icons at = little icons will be displayed with
/plugin/jenkins/
H A Dsyntax.php157 $icons = Array(
163 return $icons[$result];
/plugin/jmol2/jmol/
H A DCOPYRIGHT.txt66 Used for icons in menus and toolbars. Distributed free and without warranty.
68 See http://jfa.javalobby.org/projects/icons/
/plugin/livepreview/
H A Dstyle.css14 * background: transparent url("icons/exit.gif") no-repeat center left;
/plugin/loadskin/images/
H A Dreadme.txt1 You can do whatever you want with these icons (use on web or in desktop applications) as long as yo…
5 512 icons 20/05/2009
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css28 /* Use the following CSS code if you want to use data attributes for inserting your icons */
/plugin/metaeditor/
H A Djstree.js140 icons : false property in AnonymousFunctiona82bfad20500._data.core.themes
408 icons : true,
803 this._data.core.themes.icons = s.icons;
809 this[ this._data.core.themes.icons ? "show_icons" : "hide_icons" ]();
4274 …show_icons : function () { this._data.core.themes.icons = true; this.get_container_ul().removeClas…
4279 …hide_icons : function () { this._data.core.themes.icons = false; this.get_container_ul().addClass(…
4284 …toggle_icons : function () { if(this._data.core.themes.icons) { this.hide_icons(); } else { this.s…
5475 icons : true property in $.vakata.context.settings
5514 …='vakata-context-separator'><"+"a href='#' " + ($.vakata.context.settings.icons ? '' : 'style="mar…
5519 if($.vakata.context.settings.icons) {
[all …]
H A Dstyle.css77 .jstree-no-icons .jstree-themeicon,
311 .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
/plugin/mikioplugin/
H A Daction.php14 require_once 'icons/icons.php';
46 $icons = array();
49 $icons[] = $icon;
53 $stylesheets[] = $baseDir . 'icons/' . $icon['css'];
60 $MIKIO_ICONS = $icons;

12345678