OLD | NEW |
(Empty) | |
| 1 { |
| 2 "title": { |
| 3 "message": "IAdblockPlusSubscription" |
| 4 }, |
| 5 "property0name": { |
| 6 "message": "url" |
| 7 }, |
| 8 "property0type": { |
| 9 "message": "AString" |
| 10 }, |
| 11 "property0modifier": { |
| 12 "message": "readonly" |
| 13 }, |
| 14 "property0description": { |
| 15 "message": "<p>订阅标识符。对于外部管理的订阅以及特殊分组这个标识符可以是任意字符串,而对于其他订阅这个标识符表示其更新的 URL。</p
>" |
| 16 }, |
| 17 "property1name": { |
| 18 "message": "special" |
| 19 }, |
| 20 "property1type": { |
| 21 "message": "boolean" |
| 22 }, |
| 23 "property1modifier": { |
| 24 "message": "readonly" |
| 25 }, |
| 26 "property1description": { |
| 27 "message": "<p>用来表示订阅是否属于一个包含用户自定义规则的特殊分组。目前支持四类的特殊分组,它们是 <tt><sub>fl</sub><
/tt>(普通规则)、<tt><sub>wl</sub></tt>(例外规则)、<tt><sub>eh</sub></tt>(元素隐藏规则)以及 <tt><su
b>il</sub></tt>(无效规则)。</p>" |
| 28 }, |
| 29 "property2name": { |
| 30 "message": "title" |
| 31 }, |
| 32 "property2type": { |
| 33 "message": "AString" |
| 34 }, |
| 35 "property2modifier": { |
| 36 "message": "readonly" |
| 37 }, |
| 38 "property2description": { |
| 39 "message": "<p>在首选项对话框中显示的订阅列表标题</p>" |
| 40 }, |
| 41 "property3name": { |
| 42 "message": "autoDownload" |
| 43 }, |
| 44 "property3type": { |
| 45 "message": "boolean" |
| 46 }, |
| 47 "property3modifier": { |
| 48 "message": "readonly" |
| 49 }, |
| 50 "property3description": { |
| 51 "message": "<p>用来表示订阅是否会自动更新。请注意对于外部管理的订阅以及特殊分组,这个属性无实际意义。</p>" |
| 52 }, |
| 53 "property4name": { |
| 54 "message": "disabled" |
| 55 }, |
| 56 "property4type": { |
| 57 "message": "boolean" |
| 58 }, |
| 59 "property4modifier": { |
| 60 "message": "readonly" |
| 61 }, |
| 62 "property4description": { |
| 63 "message": "<p>用来表示订阅是否已禁用。如果将这个属性设为 <tt>true</tt>,则所有订阅的过滤规则都无法生效。</p>" |
| 64 }, |
| 65 "property5name": { |
| 66 "message": "external" |
| 67 }, |
| 68 "property5type": { |
| 69 "message": "boolean" |
| 70 }, |
| 71 "property5modifier": { |
| 72 "message": "readonly" |
| 73 }, |
| 74 "property5description": { |
| 75 "message": "<p>用来表示是否是一个外部管理的订阅。如果将这个属性设为 <tt>true</tt>,则只有某个扩展调用 <a href=\"
/en/IAdblockPlus#method_updateExternalSubscription\">IAdblockPlus.updateExternal
Subscription</a> 后才能更新这个订阅。</p>" |
| 76 }, |
| 77 "property6name": { |
| 78 "message": "lastDownload" |
| 79 }, |
| 80 "property6type": { |
| 81 "message": "long" |
| 82 }, |
| 83 "property6modifier": { |
| 84 "message": "readonly" |
| 85 }, |
| 86 "property6description": { |
| 87 "message": "<p>表示最近一次尝试下载订阅的时间戳(返回的格式为<tt>new Date().getTime()</tt>)。值为 0 表示
该订阅从未下载。</p>" |
| 88 }, |
| 89 "property7name": { |
| 90 "message": "downloadStatus" |
| 91 }, |
| 92 "property7type": { |
| 93 "message": "AString" |
| 94 }, |
| 95 "property7modifier": { |
| 96 "message": "readonly" |
| 97 }, |
| 98 "property7description": { |
| 99 "message": "<p>最近一次尝试下载的结果代码,主要有以下几个值:</p>\n\n\t<ul>\n\t\t<li><tt>ok</tt> --
下载成功</li>\n\t\t<li><tt>invalid_url</tt> -- 订阅地址无效</li>\n\t\t<li><tt>connection_
error</tt> -- 无法下载订阅</li>\n\t\t<li><tt>invalid_data</tt> -- 已成功下载订阅,但第一行不是<tt>[A
dblock]</tt></li>\n\t</ul>" |
| 100 }, |
| 101 "property8name": { |
| 102 "message": "lastModified" |
| 103 }, |
| 104 "property8type": { |
| 105 "message": "AString" |
| 106 }, |
| 107 "property8modifier": { |
| 108 "message": "readonly" |
| 109 }, |
| 110 "property8description": { |
| 111 "message": "<p>最近一次成功下载时接收到的 HTTP 标头的 <tt>Last-Modified</tt> 属性值。这个值目前尚未使用,因
此始终留空。</p>" |
| 112 }, |
| 113 "method0name": { |
| 114 "message": "getPatterns" |
| 115 }, |
| 116 "method0return_type": { |
| 117 "message": "arrayof wstring" |
| 118 }, |
| 119 "method0return_description": { |
| 120 "message": "订阅的过滤规则数组" |
| 121 }, |
| 122 "method0description": { |
| 123 "message": "<p>获取一个订阅列表中的过滤规则。请注意这个类函数所返回的内容不适用于特殊分组。</p>" |
| 124 }, |
| 125 "s1": { |
| 126 "message": "这个接口代表 Adblock Plus 首选项对话框中一个从 <a>IAdblockPlus</a> 返回的分组。对于这个接口的
所有接入都是只读的。" |
| 127 }, |
| 128 "s2": { |
| 129 "message": "<em>注意</em>:请勿保持一个指向该对象的引用。如果您需要在以后的某个时刻获取这个订阅列表的状态,请重新请求 IAdblo
ckPlus 获取正确的信息。" |
| 130 } |
| 131 } |
OLD | NEW |