/plugin/statdisplay/pchart/ |
H A D | ShadowProperties.php | 33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument 41 $properties->blur = $blur; 59 $other->blur); 72 $this->color, $this->alpha, $this->blur); 80 public $blur; variable in ShadowProperties
|
H A D | GDCanvas.php | 52 if ($shadowProperties->blur != 0) { 53 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur); 55 for($i = 1; $i <= $shadowProperties->blur; $i ++) 64 for($i = 1; $i <= $shadowProperties->blur; $i ++) 394 if ($shadowProperties->blur != 0) { 395 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur); 397 for($i = 1; $i <= $shadowProperties->blur; $i ++) 403 for($i = 1; $i <= $shadowProperties->blur; $i ++)
|
/plugin/statistics/inc/pchart/ |
H A D | ShadowProperties.php | 33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument 41 $properties->blur = $blur; 60 $other->blur 75 $this->color, $this->alpha, $this->blur 84 public $blur; variable in ShadowProperties
|
H A D | GDCanvas.php | 52 if($shadowProperties->blur != 0) { 53 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur); 55 for($i = 1; $i <= $shadowProperties->blur; $i++) 66 for($i = 1; $i <= $shadowProperties->blur; $i++) 455 if($shadowProperties->blur != 0) { 456 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur); 458 for($i = 1; $i <= $shadowProperties->blur; $i++) 466 for($i = 1; $i <= $shadowProperties->blur; $i++)
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jplayer.playlist.min.js | 2 …blur(this)}),a(this.cssSelector.next).click(function(a){a.preventDefault(),e.next(),e.blur(this)})…
|
H A D | jplayer.playlist.js | 106 self.blur(this); 112 self.blur(this); 122 self.blur(this); 127 self.blur(this); 291 self.blur(this); 298 self.blur(this); 306 self.blur(this); 490 blur: function(that) { method in jPlayerPlaylist 492 $(that).blur();
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jplayer.playlist.js | 106 self.blur(this); 112 self.blur(this); 122 self.blur(this); 127 self.blur(this); 291 self.blur(this); 298 self.blur(this); 306 self.blur(this); 490 blur: function(that) { method in jPlayerPlaylist 492 $(that).blur();
|
/plugin/pgn4web/ |
H A D | pgn4web.patch | 4 …start" ID="btnGoToStart" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS=… 6 …d" ID="btnMoveBackward1" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();"></TD><TD CLASS=… 11 …text += ' ID="btnPlay" NAME="AutoPlay" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();"><…
|
/plugin/frootysearch/ |
H A D | script.js | 78 …var blur = function () {if (searchField.value == "") {frootySearch__addClassName(wrapper, "empty")… function 79 addEvent(searchField, "blur", blur); 82 …wn") {if (evt.keyCode != 27) {return;} else {escaped = true;}}searchField.blur();searchField.value…
|
/plugin/pagebuttons/ |
H A D | script.js | 68 document.activeElement.blur(); 124 document.activeElement.blur(); 180 document.activeElement.blur();
|
/plugin/fullscreenmode/ |
H A D | style.css | 8 backdrop-filter: blur(4px);
|
/plugin/bez/scripts/ |
H A D | projects.js | 20 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
|
H A D | threads.js | 20 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
|
H A D | tasks.js | 48 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
|
/plugin/starred/ |
H A D | script.js | 14 obj.blur();
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.demo.php | 148 …g['landscape'].'&w=300&fltr[]=blur|1', 'src='.$img['landscape'].'&w=300&fltr[]=blur|5'), 'descript… 149 …e'].'&w=300&fltr[]=sblr'), 'description' => 'normal vs. gaussian blur vs. selective blur'.$only_ph…
|
/plugin/deletepagebutton/ |
H A D | script.js | 77 document.activeElement.blur();
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.jeditable.mini.js | 19 …blur(function(e){t=setTimeout(function(){reset.apply(form,[settings,self]);},500);});}else if('sub…
|
/plugin/stale/ |
H A D | stale.js | 45 jQuery(document.activeElement).blur();
|
/plugin/indexmenu2/cms/extensions/ |
H A D | domextensions.js | 15 …bmit:['HTMLEvents',1,1],reset:['HTMLEvents',1,0],focus:['HTMLEvents',0,0],blur:['HTMLEvents',0,0],… property in I
|
/plugin/passpolicy/ |
H A D | script.js | 115 $field.blur(function () {
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | domextensions.js | 65 blur : ['HTMLEvents',0,0], property in eventTypes
|
/plugin/shell/ |
H A D | P0wnyShell.js | 320 this.eShellCmdInput.blur(); 335 this.eShellCmdInput.blur();
|
/plugin/externalembed/ |
H A D | screen.css | 86 -webkit-filter: blur(3px) brightness(50%);
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.svg.js | 336 o.blur(value); 1185 elproto.blur = function (size) { 1190 blur = $("feGaussianBlur"); 1191 t.attrs.blur = size; 1193 $(blur, {stdDeviation: +size || 1.5}); 1194 fltr.appendChild(blur); 1202 delete t.attrs.blur;
|