Home
last modified time | relevance | path

Searched refs:volume (Results 551 – 561 of 561) sorted by last modified time

1...<<212223

/plugin/chat/
H A Dscript.js789 var volume = soundPlayer.getVolume()+1;
790 if (volume > 4) {
791 volume = 0;
793 chatSetVolume(volume,false,true);
H A Dchat.php207 $volume = (int)$_COOKIE['chatVolume'];
208 if ($volume < 0) {
209 $volume = 0;
211 if ($volume > 4) {
212 $volume = 4;
H A DChatNotify.class ... [] sound java.net.URL url int volume public void <init> () public void init ...
/plugin/virtualkeyboard/vk/
H A Dlicense.txt207 with the Library (or with a work based on the Library) on a volume of
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE99 … the Program with the Program (or with a work based on the Program) on a volume of a storage or di…
H A DREADME33 [volume] => 45
46 [volume] => 58
/plugin/bibtex/OSBib/format/
H A DLICENSE99 … the Program with the Program (or with a work based on the Program) on a volume of a storage or di…
H A DREADME.txt237 'volume' => '20',
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt130 with the Program (or with a work based on the Program) on a volume of
/plugin/math2/phpmathpublisher/
H A DCOPYING130 with the Program (or with a work based on the Program) on a volume of
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1volume:1,stress:1,outline:1,clear:1,"z-index":1,"text-decoration":1,"margin-top":1,azimuth:1,"cue-…

1...<<212223