Home
last modified time | relevance | path

Searched refs:blur (Results 1 – 25 of 174) sorted by relevance

1234567

/plugin/statdisplay/pchart/
H A DShadowProperties.php33 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 DGDCanvas.php52 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 DShadowProperties.php33 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 DGDCanvas.php52 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 Djplayer.playlist.min.js2blur(this)}),a(this.cssSelector.next).click(function(a){a.preventDefault(),e.next(),e.blur(this)})…
H A Djplayer.playlist.js106 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 Djplayer.playlist.js106 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 Dpgn4web.patch4 …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 Dscript.js78 …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 Dscript.js68 document.activeElement.blur();
124 document.activeElement.blur();
180 document.activeElement.blur();
/plugin/fullscreenmode/
H A Dstyle.css8 backdrop-filter: blur(4px);
/plugin/bez/scripts/
H A Dprojects.js20 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
H A Dthreads.js20 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
H A Dtasks.js48 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
/plugin/starred/
H A Dscript.js14 obj.blur();
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php148 …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 Dscript.js77 document.activeElement.blur();
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js19blur(function(e){t=setTimeout(function(){reset.apply(form,[settings,self]);},500);});}else if('sub…
/plugin/stale/
H A Dstale.js45 jQuery(document.activeElement).blur();
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15 …bmit:['HTMLEvents',1,1],reset:['HTMLEvents',1,0],focus:['HTMLEvents',0,0],blur:['HTMLEvents',0,0],… property in I
/plugin/passpolicy/
H A Dscript.js115 $field.blur(function () {
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js65 blur : ['HTMLEvents',0,0], property in eventTypes
/plugin/shell/
H A DP0wnyShell.js320 this.eShellCmdInput.blur();
335 this.eShellCmdInput.blur();
/plugin/externalembed/
H A Dscreen.css86 -webkit-filter: blur(3px) brightness(50%);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js336 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;

1234567