Searched defs:spy (Results 1 – 5 of 5) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 21038 getCaption: function(spy) argument 21043 getFullUri: function(spy) argument 21048 getStatus: function(spy) argument 21090 copyURL: function(spy) argument 21095 copyParams: function(spy) argument 21105 copyResponse: function(spy) argument 21110 openInTab: function(spy) argument 21125 browseObject: function(spy, context) argument 21132 getRealObject: function(spy, context) argument 21137 getContextMenuItems: function(spy) argument [all …]
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 5455 Firebug.Spy.XHR=domplate(Firebug.Rep,{tag:DIV({"class":"spyHead",_repObject:"$object"},TABLE({"clas… argument 5456 },getFullUri:function(spy){return spy.method.toUpperCase()+" "+spy.getURL() argument 5457 },getStatus:function(spy){var text=""; argument 5468 }}else{}}},copyURL:function(spy){copyToClipboard(spy.getURL()) argument 5469 },copyParams:function(spy){var text=spy.postText; argument 5473 },copyResponse:function(spy){copyToClipboard(spy.responseText) argument 5474 },openInTab:function(spy){openNewTab(spy.getURL(),spy.postText) argument 5477 },browseObject:function(spy,context){var url=spy.getURL(); argument 5480 },getRealObject:function(spy,context){return spy.xhrRequest argument 5481 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL… argument [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 5466 Firebug.Spy.XHR=domplate(Firebug.Rep,{tag:DIV({"class":"spyHead",_repObject:"$object"},TABLE({"clas… argument 5467 },getFullUri:function(spy){return spy.method.toUpperCase()+" "+spy.getURL() argument 5468 },getStatus:function(spy){var text=""; argument 5479 }}else{}}},copyURL:function(spy){copyToClipboard(spy.getURL()) argument 5480 },copyParams:function(spy){var text=spy.postText; argument 5484 },copyResponse:function(spy){copyToClipboard(spy.responseText) argument 5485 },openInTab:function(spy){openNewTab(spy.getURL(),spy.postText) argument 5488 },browseObject:function(spy,context){var url=spy.getURL(); argument 5491 },getRealObject:function(spy,context){return spy.xhrRequest argument 5492 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL… argument [all …]
|
| /plugin/emoji/assets/ |
| D | emoji_strategy.json | 1 …iley emotion"},"grin":{"unicode":"1f601","shortname":":grin:","aliases":"","keywords":"grinning fa…
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test.js | 19661 var spy = { variable
|