Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
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'));
Dpfcclient.js1329 img.setAttribute('src', this.res.getFileUrl('images/close-whoisbox.gif'));
1391 img.setAttribute('src', this.res.getFileUrl('images/openpv.gif'));
1408 img.setAttribute('src', this.res.getFileUrl('images/user-admin.gif'));
1410 img.setAttribute('src', this.res.getFileUrl('images/user.gif'));
1721 nickmarker_icon.src = this.res.getFileUrl('images/color-on.gif');
1728 nickmarker_icon.src = this.res.getFileUrl('images/color-off.gif');
1760 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');
[all …]
Dpfcresource.js40 getFileUrl: function(key) method in pfcResource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DEventAttachment.php67 public function getFileUrl() function in Google\\Service\\Calendar\\EventAttachment