Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 25 of 67) sorted by relevance

123

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Djquery.transform2d.js201 $.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/
DmxOrgChartLayout.js463 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/
Dscript.js461 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/
Dscript.js163 d.fx = d.x;
168 d.fx = event.x;
174 d.fx = null;
/plugin/jsoncode/
Dicons.svg1 …0"/></linearGradient><radialGradient xlink:href="#a" cx="9.739" cy="9.716" fx="9.739" fy="9.716" r…
/plugin/jquery/
Djquery-1.4.2.js1191 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 …]
Dscript.js19fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString… method
Djquery-1.4.2.min.js41 …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…
139fx.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/
Dscript.js2 …,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/
Draphael.svg.js51 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) {
Draphael.vml.js375 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/
Djquery-migrate-3.1.0.js421 var intervalValue = jQuery.fx.interval || 13,
428 Object.defineProperty( jQuery.fx, "interval", {
Djquery-migrate-3.1.0.min.js2 …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/
Djquery.min.js3fx.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/
Djquery-3.3.1.min.js2fx.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 Djquery-3.5.1.min.js2fx.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 Djquery-3.4.1.min.js2fx.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 Djquery.js2fx.step[e.prop]?S.fx.step[e.prop](e):1!==e.elem.nodeType||!S.cssHooks[e.prop]&&null==e.elem.style[…
9fx.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/
Djquery.min.js4fx.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/
Dcombined.js9 …this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=…
10fx.timer(x.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.d…
/plugin/callflow/
Draphael.js5813 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/
Draphael.js5812 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/
Dmermaid.min.js6fx?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/
Ddeleted.files80 flags/fx.png
437 ico/flags/fx.png
/plugin/tline/timeline_ajax/
Dsimile-ajax-bundle.js920 type="fx";
936 var queue=function(elem,type,array){if(elem){type=type||"fx";
941 jQuery.fn.dequeue=function(type){type=type||"fx";

123