Home
last modified time | relevance | path

Searched refs:icon (Results 401 – 425 of 464) sorted by last modified time

1...<<111213141516171819

/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/pgn4web/
H A DREADME.md28 I am not sure if the 32x32 editor icon is a problem, but it is really nicer compared to 16x16.
/plugin/skilltagicon/
H A DREADME3 show an icon prominently based on tags given to a site
H A Dplugin.info.txt6 desc show an icon prominently based on tags given to a site
/plugin/skilltagicon/action/
H A Dicon.php53 $icon = false;
55 $icon = 'easy.png';
58 $icon = 'intermediate.png';
61 $icon = 'expert.png';
65 if ($icon !== false) {
66 …$icon_html = '<img src="lib/plugins/skilltagicon/icon/' . $icon . '" alt="" title="' . $icon_title…
/plugin/google_maps/syntax/
H A Dvideo.php57 $LOGO_URL = '/_media/icon/googlevideo.png';
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css29 [data-icon]:before {
31 content: attr(data-icon);
44icon-eye-open:before, .meltdown-icon-eye-close:before, .meltdown-icon-table:before, .meltdown-icon
58 .meltdown-icon-table:before {
61 .meltdown-icon-bold:before {
64 .meltdown-icon-italic:before {
73 .meltdown-icon-link:before {
76 .meltdown-icon-code:before {
82 .meltdown-icon-quote:before {
85 .meltdown-icon-help:before {
[all …]
/plugin/xssnipper/
H A Daction.php41 'icon' => '../../plugins/xssnipper/images/code.png',
46 'icon' => '../../plugins/xssnipper/images/code_xssnip.png',
53 'icon' => '../../plugins/xssnipper/images/code_code.png',
60 'icon' => '../../plugins/xssnipper/images/code_php.png',
67 'icon' => '../../plugins/xssnipper/images/code_html.png',
74 'icon' => '../../plugins/xssnipper/images/code_js.png',
81 'icon' => '../../plugins/xssnipper/images/code_css.png',
88 'icon' => '../../plugins/xssnipper/images/code_txt.png',
95 'icon' => '../../plugins/xssnipper/images/code_xml.png',
102 'icon' => '../../plugins/xssnipper/images/code_file.png',
/plugin/orphanmedia/
H A Dsyntax.php298 $icon = DOKU_BASE.'lib/images/fileicons/'.$ext.'.png';
300 $icon = DOKU_BASE.'lib/images/fileicons/file.png';
302 $icon = '<img src="'.$icon.'" alt="'.$m_link.'" class="icon" />';
305 . '">'.$icon.'&nbsp;'.$rt2.'</a>';
/plugin/skype/
H A DREADME.md66 <td>size of icon in pixel (10, 12, 14, 16, 24, 32)</td>
/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/javadoc/
H A Dstyle.css8 a.javadoc.icon {
H A Dsyntax.php127 $icon = ' icon';
130 $icon = '';
138 $renderer->doc .= '<a class="javadoc'.$icon.'" target="_blank" href="'.$prefix;
/plugin/noprint/
H A Daction.php43 'icon' => '../../plugins/noprint/toolbar.png',
/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/authucenter/lib/uc_client/
H A Dclient.php309 function uc_feed_add($icon, $uid, $username, $title_template='', $title_data='', $body_template='',… argument
311 array( 'icon'=>$icon,
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php26 $icon = $this->input('icon');
48 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."feeds SET appid='$appid', icon='$icon', uid='$uid',…
/plugin/odt2dw/
H A Dstyle.css2 * dw2odt import_odt pagetool icon
5 /* import icon */
/plugin/latexit/
H A Dstyle.css2 * latexit pagetool icon
12 /* export icon */
/plugin/fontawesome/
H A DREADME15 <faicon icon-phone>
19 The snippet would render the *-phone icon.
/plugin/mellelexport/
H A Dplugin.info.txt6 …RedleX Mellel File. Just add "~~MELLEL~~" to a wiki page and the download icon appears in the top …
/plugin/tuxquote/
H A Dquotes.txt3562 …, such as lumbering up a hill with a load of fertilizer, when suddenly an icon flashes to tell him…
/plugin/html2pdf/snorriheim/
H A Ddesign.css301 /* interwiki link (icon are set by dokuwiki) */
/plugin/advrack/
H A Dstyle.css71 .qtip-titlebar .ui-icon,
72 .qtip-icon .ui-icon{
78 .qtip-icon, .qtip-icon .ui-icon{
85 .qtip-icon .ui-icon{
118 .qtip-default .qtip-icon{
154 .qtip-dark .qtip-icon{
194 .qtip-red .qtip-icon{
444 .qtip-tipped .qtip-icon .ui-icon{
525 .qtip-bootstrap .qtip-icon .ui-icon{
528 * .qtip-icon .ui-icon{
[all …]
/plugin/dokumicrobugtracker/css/
H A Ddemo_table_jui.css79 * Sort arrow icon positioning

1...<<111213141516171819