Home
last modified time | relevance | path

Searched refs:Obj (Results 1 – 8 of 8) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js51 getInput:function(sType,sName,sId){var Obj;if(!window.addEventListener){Obj=document.createElement(…
52 else{Obj=document.createElement('input');Obj.setAttribute('type',sType);Obj.setAttribute('name',sNa…
53 return Obj;},
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js199 var Obj = function(){}; function
200 Obj.prototype = {a: 1, b: 2, c: 3}; class
201 var instance = new Obj();
238 var Obj = function(){}; function
239 Obj.prototype = {a: 1, b: 2, c: 3};
240 var instance = new Obj();
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3455 var Obj = function() {}; function
3456 Obj.prototype = superCtor.prototype; class
3457 ctor.prototype = new Obj();
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4209 this.Obj=domplate(Firebug.Rep,{tag:OBJECTLINK(SPAN({"class":"objectTitle"},"$object|getTitle "),SPA…
4274 },shortPropIterator:this.Obj.propIterator,getItemIndex:function(child){var arrayIndex=0;
4296 this.NetFile=domplate(this.Obj,{supportsObject:function(object){return object instanceof Firebug.Ne…
4546 Firebug.setDefaultReps(this.Func,this.Obj)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js15621 this.Obj = domplate(Firebug.Rep,
15944 shortPropIterator: this.Obj.propIterator,
16026 this.NetFile = domplate(this.Obj,
17219 Firebug.setDefaultReps(this.Func, this.Obj);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4220 this.Obj=domplate(Firebug.Rep,{tag:OBJECTLINK(SPAN({"class":"objectTitle"},"$object|getTitle "),SPAN({"class":"objectProps"},SPAN({"class":"objectLeftBrace",role:"presentation"},"{"),FOR("prop","$object|propIterator",SPAN({"class":"objectPropName",role:"presentation"},"$prop.name"),SPAN({"class":"objectEqual",role:"presentation"},"$prop.equal"),TAG("$prop.tag",{object:"$prop.object"}),SPAN({"class":"objectComma",role:"presentation"},"$prop.delim")),SPAN({"class":"objectRightBrace"},"}"))),propNumberTag:SPAN({"class":"objectProp-number"},"$object"),propStringTag:SPAN({"class":"objectProp-string"},""$object""),propObjectTag:SPAN({"class":"objectProp-object"},"$object"),propIterator:function(object){var maxLength=55;
4285 },shortPropIterator:this.Obj.propIterator,getItemIndex:function(child){var arrayIndex=0;
4307 this.NetFile=domplate(this.Obj,{supportsObject:function(object){return object instanceof Firebug.NetFile
4557 Firebug.setDefaultReps(this.Func,this.Obj)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js54385 var Obj = function Obj() {};
54387 Obj.prototype = superCtor.prototype;
54388 ctor.prototype = new Obj();
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs19646 case 0x005d /* Obj */: objects[val.cmo[0]] = opts.lastobj = val; break;
20778 /*::[*/0x005d/*::]*/: { /* n:"Obj", */ f:parse_Obj },