Lines Matching refs:items

1744 }var contextMenu=new Menu({id:"fbPanelContextMenu",items:menu});
1899 …key")),separatorTag:SPAN({"class":"fbMenuSeparator"}),memberIterator:function(items){var result=[]; argument
1900 for(var i=0,length=items.length;
1902 i++){var item=items[i];
1928 }FBL.Menu=function(options){if(!options.element){if(options.getItems){options.items=options.getItem…
2394 },testMenu:function(){var firebugMenu=new Menu({id:"fbFirebugMenu",items:[{label:"Open Firebug",typ…
4255 …$item.delim")),SPAN({"class":"arrayRightBracket"},"]")),arrayIterator:function(array){var items=[];
4262 items.push({object:value,tag:tag,delim:delim})
4263 }return items
4264 },shortArrayIterator:function(array){var items=[];
4271 items.push({object:value,tag:tag,delim:delim})
4272 }if(array.length>3){items.push({object:(array.length-3)+" more...",tag:FirebugReps.Caption.tag,deli…
4273 }return items
4446 }var items=[];
4454 items.push({name:arg.name,value:arg.value,tag:tag,delim:delim})
4455 }return items
4510 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}];
4511 if(error.category=="css"){items.push("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnT…
4512 }return items
4529 …story")),className:"nsIDOMHistory",summarizeHistory:function(history){try{var items=history.length;
4530 return items+" history entries"
4532 }},showHistory:function(history){try{var items=history.length;
4686 …{},hide:function(){},layout:function(forceAll){},getContextMenuItems:function(target){var items=[];
4687 items.push({label:"Cut",commandID:"cmd_cut"});
4688 items.push({label:"Copy",commandID:"cmd_copy"});
4689 items.push({label:"Paste",commandID:"cmd_paste"});
4690 return items
5481 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL…
5482 if(spy.postText){items.push({label:"CopyLocationParameters",command:bindFixed(this.copyParams,this,…
5483 }items.push({label:"CopyResponse",command:bindFixed(this.copyResponse,this,spy)},"-",{label:"OpenIn…
5484 return items
6083 var items=stack.split(/[\n\r]/);
6088 for(var i=4,length=items.length;
6091 var item=items[i];
6102 for(var i=2,length=items.length;
6105 var item=items[i];
7312 },getContextMenuItems:function(style,target){var items=[];
7313 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t…
7314 }else{if(this.infoTipType=="image"){items.push({label:"CopyImageLocation",command:bindFixed(copyToC…
7315 }}if(isElement(this.selection)){items.push({label:"EditStyle",command:bindFixed(this.editElementSty…
7316 }else{if(!isSystemStyleSheet(this.selection)){items.push({label:"NewRule",command:bindFixed(this.in…
7318 if(cssRule&&hasClass(cssRule,"cssEditableRule")){items.push("-",{label:"NewProp",command:bindFixed(…
7322 items.push({label:$STRF("EditProp",[propName]),nol10n:true,command:bindFixed(this.editPropertyRow,t…
7323 }}items.push("-",{label:"Refresh",command:bind(this.refresh,this)});
7324 return items