Home
last modified time | relevance | path

Searched refs:icon (Results 326 – 350 of 464) sorted by path

1...<<111213141516171819

/plugin/itrackviewer/
H A Daction.php40 'icon' => '../../plugins/itrackviewer/toolbar/kml_file.png',
/plugin/jalbum/
H A Daction.php39 'icon' => '../../plugins/jalbum/toolbar/JAlbum.png',
/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/jcapture/
H A Daction.php41 'icon' => '../../plugins/jcapture/camera.png',
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak53 * Holds the URL for the icon to be used as a handle for creating new
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java224 public void addEdgeTemplate(final String name, ImageIcon icon, in addEdgeTemplate() argument
235 addTemplate(name, icon, cell); in addEdgeTemplate()
247 public void addTemplate(final String name, ImageIcon icon, String style, in addTemplate() argument
254 addTemplate(name, icon, cell); in addTemplate()
263 public void addTemplate(final String name, ImageIcon icon, mxCell cell) in addTemplate() argument
270 if (icon != null) in addTemplate()
272 if (icon.getIconWidth() > 32 || icon.getIconHeight() > 32) in addTemplate()
274 icon = new ImageIcon(icon.getImage().getScaledInstance(32, 32, in addTemplate()
279 final JLabel entry = new JLabel(icon); in addTemplate()
H A DJTableRenderer.java124 JLabel icon = new JLabel(new ImageIcon(JTableRenderer.class in JTableRenderer() local
126 icon.setBorder(BorderFactory.createEmptyBorder(0, 2, 0, 1)); in JTableRenderer()
127 title.add(icon, BorderLayout.WEST); in JTableRenderer()
/plugin/jirainfo/
H A Dstyle.less10 background: url("src/icon.svg") no-repeat;
16 .ji-popup-content .icon-load {
/plugin/jmol2/jmol/
H A DCHANGES.txt1215 # bug fix: toolbar icon for pickMeasure tied to tools "measurements..." item
1217 # bug fix: (Application) measurements toolbar icon does not stay shaded
1219 # bug fix: (Application) measurement icon measures angles, not distances.
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css434 .jp-video-play-icon {
448 .jp-video-play-icon:focus {
H A Djplayer.blue.monday.min.css1icon{position:relative;display:block;width:112px;height:100px;margin-left:-56px;margin-top:-50px;l…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css526 .jp-video-play-icon {
540 .jp-video-play-icon:focus {
H A Djplayer.pink.flag.min.css1icon{position:relative;display:block;width:112px;height:100px;margin-left:-56px;margin-top:-50px;l…
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss479 .jp-video-play-icon {
495 .jp-video-play-icon:focus {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss628 .jp-video-play-icon {
645 .jp-video-play-icon:focus {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md59 and click the little "monitor package" icon/link. If you're
H A Dreadme.txt60 and click the little "monitor package" icon/link. If you're
/plugin/latexit/
H A Dstyle.css2 * latexit pagetool icon
12 /* export icon */
/plugin/likeit/
H A DREADME.md10 - icon thumbs-o-up from font-awesome https://github.com/FortAwesome/Font-Awesome MIT license
/plugin/linkback/action/
H A Ddisplay.php150 $icon = $linkback['favicon'];
160 if (!$icon) {
161 $icon = $this->getConf('favicon_default');
165 $src = ml($icon);
/plugin/linkback/
H A Dtools.php21 $regex = '!<link rel="(shortcut )?icon" href="([^"]+)" ?/?>!';
23 $icon = $match[2];
24 if (!preg_match("#^(http://)?[^/]+#i", $icon)) {
25 $icon = $urlparts['scheme'] . '://' . $urlparts['host'] . (($icon[0]) == '/' ? '' : '/') . $icon;
27 return $icon;
30 $icon = $urlparts['scheme'] . '://' . $urlparts['host'] . '/favicon.ico';
33 $http_client->sendRequest($icon, array (), 'HEAD');
35 return $icon;
[all...]
/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

1...<<111213141516171819