OLD | NEW |
1 { | 1 { |
2 "title": { | 2 "title": { |
3 "message": "IAdblockPlusSubscription" | 3 "message": "IAdblockPlusSubscription" |
4 }, | 4 }, |
5 "s1": { | 5 "s1": { |
6 "message": "This interface represents a group in the Adblock Plus preference
s dialog, it is returned by <a>IAdblockPlus</a>. All access is read-only." | 6 "message": "This interface represents a group in the Adblock Plus preference
s dialog, it is returned by <a>IAdblockPlus</a>. All access is read-only." |
7 }, | 7 }, |
8 "s2": { | 8 "s2": { |
9 "message": "<em>Note</em>: You should not keep a reference to this object. I
f you need the state of the same subscription at a later point in time you shoul
d request it again from IAdblockPlus to get correct information." | 9 "message": "<em>Note</em>: You should not keep a reference to this object. I
f you need the state of the same subscription at a later point in time you shoul
d request it again from IAdblockPlus to get correct information." |
10 }, | 10 }, |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 "message": "Last-Modified" | 108 "message": "Last-Modified" |
109 }, | 109 }, |
110 "lastModifiedDescription-s3": { | 110 "lastModifiedDescription-s3": { |
111 "message": "HTTP header received with the last successful download. This isn
't used yet and will always be empty." | 111 "message": "HTTP header received with the last successful download. This isn
't used yet and will always be empty." |
112 }, | 112 }, |
113 "getPatternsDescription-s1": { | 113 "getPatternsDescription-s1": { |
114 "message": "Retrieves the list of filter rules for a subscription. Note that
this method usually will not return anything useful for special groups." | 114 "message": "Retrieves the list of filter rules for a subscription. Note that
this method usually will not return anything useful for special groups." |
115 }, | 115 }, |
116 "getPatterns_returnDescription-s1": { | 116 "getPatterns_returnDescription-s1": { |
117 "message": "array with subscription's filter rules" | 117 "message": "array with subscription's filter rules" |
118 }, | |
119 "general_notes": { | |
120 "message": "General notes" | |
121 }, | |
122 "toc_header": { | |
123 "message": "Methods and properties" | |
124 } | 118 } |
125 } | 119 } |
OLD | NEW |