| /plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
| D | jquery.transform2d.js | 201 $.fx.step.transform = function( fx ) { argument 202 var elem = fx.elem, 203 start = fx.start, 204 end = fx.end, 205 pos = fx.pos, 227 $.extend( fx, interpolationList( start, end ) ); 228 start = fx.start; 229 end = fx.end; 263 fx.origin && ( transform = fx.origin + transform );
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | mxOrgChartLayout.js | 463 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y; 465 if ((fx == tx && fy > ty) || (fy == ty && fx > tx)) 477 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y; 478 var fp = new mxPoint(fx, fy); 481 var up = uniquePoints[fx + ',' + fy]; 489 uniquePoints[fx + ',' + fy] = fp; 512 … if (fx == tx && fy <= fy2 && ty >= fy2 && fx2 <= fx && tx2 >= fx) //Ver |_ Hor 514 var ip = new mxPoint(fx, fy2); 517 var up = uniquePoints[fx + ',' + fy2]; 525 uniquePoints[fx + ',' + fy2] = ip; [all …]
|
| /plugin/tablecalc/src/tablecalc/ |
| D | script.js | 461 for (var fx=from[0];fx<=to[0];fx++) { 463 if ((fx==cCol) && (fy==cRow) && (tmp_table==table)) {continue;} 464 var tmp=tablecalcVal(fx,fy,tmp_table); 465 tablecalc_log("member["+fx+","+fy+"]="+tmp); 472 members[members.length]=tablecalcVal(fx,fy,tmp_table,1);
|
| /plugin/networkgraph/ |
| D | script.js | 163 d.fx = d.x; 168 d.fx = event.x; 174 d.fx = null;
|
| /plugin/jsoncode/ |
| D | icons.svg | 1 …0"/></linearGradient><radialGradient xlink:href="#a" cx="9.739" cy="9.716" fx="9.739" fy="9.716" r…
|
| /plugin/jquery/ |
| D | jquery-1.4.2.js | 1191 time = jQuery.fx ? jQuery.fx.speeds[time] || time : time; 5596 var e = new jQuery.fx( self, opt, name ); 5687 opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration : 5688 jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default; 5715 fx: function( elem, options, prop ) { method 5727 jQuery.fx.prototype = { class in jQuery 5734 (jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this ); 5769 timerId = setInterval(jQuery.fx.tick, 13); 5865 jQuery.extend( jQuery.fx, { 5876 jQuery.fx.stop(); [all …]
|
| D | script.js | 19 …fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString… method
|
| D | jquery-1.4.2.min.js | 41 …return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=… 137 …rflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u)… 138 …unction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.durat… 139 …fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false… method 140 c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem… 141 this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.t… 143 …tart+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for… 144 c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:…
|
| /plugin/tcycle/ |
| D | script.js | 2 …,o=n.children(),s=e.extend({speed:500,timeout:4e3},n.data()),r="scroll"!=s.fx,c=o.length,l=n.width…
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.svg.js | 51 fx = .5, fy = .5, 60 fx = toFloat(_fx); 63 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && 64 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) && 105 fx: fx, property 419 if (attrs.fx) { 426 if (attrs.fx) {
|
| D | raphael.vml.js | 375 gradient = Str(gradient).replace(R._radial_gradient, function (all, fx, fy) { argument 377 if (fx && fy) { 378 fx = toFloat(fx); 380 …pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2… 381 fxfy = fx + S + fy;
|
| /plugin/jquerymigrate/ |
| D | jquery-migrate-3.1.0.js | 421 var intervalValue = jQuery.fx.interval || 13, 428 Object.defineProperty( jQuery.fx, "interval", {
|
| D | jquery-migrate-3.1.0.min.js | 2 …his,arguments)};var w=s.fx.interval||13,b="jQuery.fx.interval is deprecated";n.requestAnimationFra…
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | jquery.min.js | 3 …fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&…
|
| /plugin/diagramsnet/lib/js/jquery/ |
| D | jquery-3.3.1.min.js | 2 …fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&…
|
| /plugin/combo/resources/library/bootstrap/4.5.0/ |
| H A D | jquery-3.5.1.min.js | 2 …fx.step[e.prop]?S.fx.step[e.prop](e):1!==e.elem.nodeType||!S.cssHooks[e.prop]&&null==e.elem.style[…
|
| /plugin/combo/resources/library/bootstrap/4.4.1/ |
| H A D | jquery-3.4.1.min.js | 2 …fx.step[e.prop]?k.fx.step[e.prop](e):1!==e.elem.nodeType||!k.cssHooks[e.prop]&&null==e.elem.style[…
|
| /plugin/zwidoku/files/ |
| H A D | jquery.js | 2 …fx.step[e.prop]?S.fx.step[e.prop](e):1!==e.elem.nodeType||!S.cssHooks[e.prop]&&null==e.elem.style[… 9 …fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem,i),e.end=l(e.end),e.colorInit=!0),t.cssHooks… 10 …te(c,e.duration,e.easing,function(){d.remove(),t.isFunction(i)&&i()})}}),t.fx.step.clip=function(e… 16 …how=setInterval(function(){a.is(":visible")&&(n(l.of),clearInterval(r))},t.fx.interval)),this._tri…
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | jquery.min.js | 4 …fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssH…
|
| /plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/ |
| D | combined.js | 9 …this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=… 10 …fx.timer(x.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.d…
|
| /plugin/callflow/ |
| D | raphael.js | 5813 fx = .5, fy = .5, 5822 fx = toFloat(_fx); 5825 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && 5826 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) && 5867 fx: fx, property 6155 if (attrs.fx) { 6162 if (attrs.fx) { 7508 gradient = Str(gradient).replace(R._radial_gradient, function (all, fx, fy) { argument 7510 if (fx && fy) { 7511 fx = toFloat(fx); [all …]
|
| /plugin/advrack/ |
| D | raphael.js | 5812 fx = .5, fy = .5, 5821 fx = toFloat(_fx); 5824 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && 5825 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) && 5866 fx: fx, property 6161 if (attrs.fx) { 6168 if (attrs.fx) { 7514 gradient = Str(gradient).replace(R._radial_gradient, function (all, fx, fy) { argument 7516 if (fx && fy) { 7517 fx = toFloat(fx); [all …]
|
| /plugin/diagramsnet/lib/js/mermaid/ |
| D | mermaid.min.js | 6 …fx?u.x+=u.vx*=o:(u.x=u.fx,u.vx=0),null==u.fy?u.y+=u.vy*=o:(u.y=u.fy,u.vy=0);return e}function f(){…
|
| /plugin/statistics/ |
| D | deleted.files | 80 flags/fx.png 437 ico/flags/fx.png
|
| /plugin/tline/timeline_ajax/ |
| D | simile-ajax-bundle.js | 920 type="fx"; 936 var queue=function(elem,type,array){if(elem){type=type||"fx"; 941 jQuery.fn.dequeue=function(type){type=type||"fx";
|