Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 25 of 405) sorted by path

12345678910>>...17

/plugin/a2s/
H A DASCIIToSVG.php1756 foreach ($objs as $obj) {
1925 foreach($objects as $obj) {
1926 $out .= $obj->render();
3515 foreach ($boxes as $obj) {
3516 $objPoints = $obj->getPoints();
3533 foreach ($lines as $obj) {
3534 $objPoints = $obj->getPoints();
3542 foreach ($text as $obj) {
3543 $objPoint = $obj->getPoint();
3868 $points = $obj->getPoints();
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js43 function clone(obj,lvl){if(!obj) argument
44 return obj
45 var tmp=new obj.constructor
46 for(var k in obj)
47 if(obj.hasOwnProperty(k)){if(lvl&&typeof obj[k]!="number")
48 tmp[k]=clone(obj[k],lvl-1)
50 tmp[k]=obj[k]}
H A Dpsvg-1.js85 function objdup(obj){var k,tmp=new obj.constructor() argument
86 for(k in obj)
87 if(obj.hasOwnProperty(k))
88 tmp[k]=obj[k]
/plugin/ac/
H A Dac.php26 public function objToString($obj) { argument
27 return "<a href='$obj->permalink'>$obj->name</a>";
/plugin/aceeditor/
H A Dbuild.js1obj=a,i.start=r.start,i.end=r.end,i):e(n)}),o("pasteText",function(e,n,r,i){return i==null&&(i={})…
/plugin/adminperm/
H A Dadmin.php59 $obj = plugin_load('admin', $plugin);
60 if ($obj === null) continue;
62 $label = $plugin . ($obj->forAdminOnly() ? ' (A)' : ' (M)');
/plugin/advrack/
H A Djquery.qtip.js394 '^id$': function(obj, o, v, prev) {
407 else { obj[o] = prev; }
409 '^prerender': function(obj, o, v) {
460 '^style.def': function(obj, o, v) {
486 var i = 0, obj, option = options,
552 previous = obj[0][ obj[1] ];
553 obj[0][ obj[1] ] = value && value.nodeType ? $(value) : value;
559 option[notation] = [obj[0], obj[1], value, previous];
1737 elem.data(NAMESPACE, obj);
1744 return obj;
[all …]
H A Draphael.js795 function clone(obj) { argument
796 if (typeof obj == "function" || Object(obj) !== obj) {
797 return obj;
799 var res = new obj.constructor;
800 for (var key in obj) if (obj[has](key)) {
801 res[key] = clone(obj[key]);
3145 obj.attachEvent("on" + type, f);
5675 replacer = function (all, key, obj) { argument
5676 var res = obj;
5689 return function (str, obj) { argument
[all …]
/plugin/aimg/
H A Dscript.js305 var obj = this;
306 addEvent(node, 'mousedown', function(e) { obj.mouseDown(e) } );
307 addEvent(node, 'mousemove', function(e) { obj.mouseMove(e) } );
308 addEvent(node, 'mouseup', function(e) { obj.mouseUp(e) } );
/plugin/amcharts/assets/amcharts/
H A Damcharts.js134 animate:function(a,b,c,e,h,f,g){a["an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);c={obj:a,… property in AnonymousFunction30194f819400.c
135 e=b.frame+1,h=b.obj,f=b.attribute;if(e<=c){b.frame++;var g=Number(b.from),k=Number(b.to)-g,c=d[b.ef…
335obj:a,frame:0,attribute:b,from:f,to:c,time:e,effect:h};this.animations.push(c);a["an_"+b]=c},updat… property in AnonymousFunction30194f811dc00.c
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js384 function isObject( obj ) { argument
385 return 'object' === typeof( obj );
391 function isFunction( obj ) { argument
392 return 'function' === typeof( obj );
398 function applyDefaults( obj ) { argument
401 setDefault( obj, x, defaults[ x ] );
408 function setDefault( obj, key, value ) { argument
409 if ( undefined === obj[ key ] )
410 obj[ key ] = value;
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md531 "reviver": function(obj) {
532 if ( obj.className == "amcharts-label" ) {
533 obj.opacity = 0;
H A Dexport.js1011obj.set( property, fabric.Gradient.fromElement( fabric.gradientDefs[ this.svgUid ][ gradientId ],
1160 var obj, top, left;
1167 obj = l.group[ i1 ];
1169 if ( obj instanceof fabric.Line ) {
1170 obj.set( {
1188 obj.set( {
1677 } )( group ), function( svg, obj ) { argument
1685 obj.clipPath = clipPath;
1686 obj.svg = svg;
1690 obj.TSPANWORKAROUND = true;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js546 obj = obj[parts[i]];
549 return obj;
8736 if (obj &&
14029 obj.left -= obj.radius;
14030 obj.top -= obj.radius;
14031 return obj;
16782 obj.left += obj.width / 2;
16785 obj.left += obj.width;
16788 obj.top += obj.height / 2;
16791 obj.top += obj.height;
[all …]
H A Dfabric.min.js1obj=global||fabric.window;for(var i=0;i<len;++i){obj=obj[parts[i]]}return obj},loadImage:function(… argument
2obj=klass.fromElement(el,this.options);this.resolveGradient(obj,"fill");this.resolveGradient(obj,"… argument
4obj,options){options||(options={});_convertPercentUnitsToValues(obj,options.coords,"userSpaceOnUse… argument
5obj,pointer){if(obj&&obj.visible&&obj.evented&&this.containsPoint(e,obj)){if((this.perPixelTargetF… argument
6obj,index){_this.insertAt(obj,index,true)});_this.renderOnAddRemove=renderOnAddRemove;callback&&ca… argument
8 …dAttributes.top||0;var obj=new fabric.Circle(extend(parsedAttributes,options));obj.left-=obj.radiu…
9obj={width:maxXY.x-minXY.x||0,height:maxXY.y-minXY.y||0};if(!onlyWidthHeight){obj.left=minXY.x||0; class in AnonymousFunction148c19c320400
11 …ion(){if(!this.styles){return true}var obj=this.styles;for(var p1 in obj){for(var p2 in obj[p1]){f…
13obj){obj.__isMousedown=false})}});this.canvas.on("object:selected",function(){fabric.IText.prototy… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js3540 exports.assign = function (obj /*from1, from2, from3, ...*/) { argument
3552 obj[p] = source[p];
3557 return obj;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js15134 var obj = arguments[i];
15136 if (obj) {
15137 for(var key in obj) {
15139 result[key] = obj[key];
23049 obj[p] = source[p];
23054 return obj;
27640 for (var key in obj) {
65370 this.obj = null;
65374 if (this.obj) {
65421 this.obj = null;
[all …]
H A Dpdfmake.min.js16obj),d=o.width||c.width,u=o.height||c.height,o.width&&!o.height?(p=d/c.width,d=c.width*p,u=c.heigh…
H A Dpdfmake.min.js.map1obj","functionToCheck","getType","generateFrame","MODES","numeric","MODE_NUMERIC","alphanumeric","…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1260 function evert_key(obj, key) { argument
1261 var o = [], K = keys(obj);
1266 function evert(obj) { argument
1267 var o = [], K = keys(obj);
1272 function evert_num(obj) { argument
1273 var o = [], K = keys(obj);
1278 function evert_arr(obj) { argument
1279 var o = [], K = keys(obj);
1281 if(o[obj[K[i]]] == null) o[obj[K[i]]] = [];
9179 function parse_compobj(obj) { argument
[all …]
H A Dxlsx.min.js3obj,key){var o=[],K=keys(obj);for(var i=0;i!==K.length;++i)o[obj[K[i]][key]]=K[i];return o}functio… argument
8 …(""),opts)}}function write_xlml(wb,opts){}function parse_compobj(obj){var v={};var o=obj.content;v… argument
H A Dxlsx.min.map1 …ypes","read","ReadShift","CheckField","isval","keys","Object","evert_key","obj","key","K","evert",…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js1011 var isNullOrUndefined = function( obj ) { argument
1012 return ( obj === null ) || ( obj === undefined );
1015 var isArray = function( obj ) { argument
1016 …return ( !isNullOrUndefined( obj ) && Object.prototype.toString.call( obj ) === '[object Array]' );
1019 var isObject = function( obj ) { argument
1020 …return ( obj !== null && typeof obj === 'object' ); //the null check is necessary - recall that ty…
1031 var cloneWithoutPrototypes = function( obj ) { argument
1032 if ( !isObject( obj ) ) {
1033 return obj;
1036 if ( isArray( obj ) ) {
[all …]
H A Dresponsive.min.js.map7 …ngth","Number","currentRules","overridden","defaults","isNullOrUndefined","obj","isArray","Object"…
/plugin/anewssystem/
H A Ddropdowncontent.js56 slideengine:function(obj, direction){ argument
57 var elapsed=new Date().getTime()-obj.startTime //get time animation has run
58 if (elapsed<obj.glidetime){ //if time run is less than specified length
59 …t=(direction=="down")? this.curveincrement(elapsed/obj.glidetime) : 1-this.curveincrement(elapsed/
60 var currentclip=(distancepercent*obj.contentheight)+"px"
61obj.style.clip=(direction=="down")? "rect(0 auto "+currentclip+" 0)" : "rect("+currentclip+" auto …
62 …window["glidetimer_"+obj.id]=setTimeout(function(){dropdowncontent.slideengine(obj, direction)}, 1…
65 obj.style.clip="rect(0 auto auto 0)"

12345678910>>...17