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><sub>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.updateExtern
alSubscription</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_erro
r</tt> -- 條件集無法下載</li>\n\t\t<li><tt>invalid_data</tt> -- 條件集已下載但第一行不是 <tt>[Adblo
ck]</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>最後一次成功下載時接收的 <tt>Last-Modified</tt> HTTP 標頭。這個值尚未使用,所以始終留空。</
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>:您不該保持一個對該物件的引用。如果您需要在稍後取得同個條件集的狀態,您應該再次傳送一個請求以便從 IAd
blockPlus 取得正確的資訊。" |
| 130 } |
| 131 } |
OLD | NEW |