Home
last modified time | relevance | path

Searched defs:spy (Results 1 – 5 of 5) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js21038 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/
Dfirebug-lite-1.4.js5455 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 Dfirebug-lite-1.4.js5466 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/
Demoji_strategy.json1 …iley emotion"},"grin":{"unicode":"1f601","shortname":":grin:","aliases":"","keywords":"grinning fa…
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js19661 var spy = { variable