Home
last modified time | relevance | path

Searched refs:getFileUrl (Results 1 – 4 of 4) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js244 img.setAttribute('src', pfc.res.getFileUrl('images/ch.gif'));
246 img.setAttribute('src', pfc.res.getFileUrl('images/pv.gif'));
271 img.setAttribute('src', pfc.res.getFileUrl('images/tab_remove.gif'));
312 flash += '<param name="movie" value="' + pfc.res.getFileUrl('sound.swf') + '">';
314 …flash += '<embed style="visibility:hidden" src="' + pfc.res.getFileUrl('sound.swf') + '" pluginspa…
349 img.src = pfc.res.getFileUrl('images/ch-active.gif');
351 img.src = pfc.res.getFileUrl('images/pv-active.gif');
386 img.src = pfc.res.getFileUrl('images/ch.gif');
388 img.src = pfc.res.getFileUrl('images/pv.gif');
442 elt.setAttribute('src', pfc.res.getFileUrl('images/color_transparent.gif'));
H A Dpfcclient.js1760 clock_icon.src = this.res.getFileUrl('images/clock-on.gif');
1768 clock_icon.src = this.res.getFileUrl('images/clock-off.gif');
1796 snd_icon.src = this.res.getFileUrl('images/sound-on.gif');
1802 snd_icon.src = this.res.getFileUrl('images/sound-off.gif');
1836 loginlogout_icon.src = this.res.getFileUrl('images/login.gif');
1862 btn.src = this.res.getFileUrl('images/maximize.gif');
1869 btn.src = this.res.getFileUrl('images/minimize.gif');
2066 btn.src = this.res.getFileUrl('images/smiley-on.gif');
2075 btn.src = this.res.getFileUrl('images/smiley-off.gif');
2119 btn.src = this.res.getFileUrl('images/online-on.gif');
[all …]
H A Dpfcresource.js40 getFileUrl: function(key) method in pfcResource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventAttachment.php67 public function getFileUrl() function in Google\\Service\\Calendar\\EventAttachment