95 <td>Private slot to handle a downloader error.</td> |
95 <td>Private slot to handle a downloader error.</td> |
96 </tr><tr> |
96 </tr><tr> |
97 <td><a href="#GreaseMonkeyScript.__requireDownloaded">__requireDownloaded</a></td> |
97 <td><a href="#GreaseMonkeyScript.__requireDownloaded">__requireDownloaded</a></td> |
98 <td>Private slot to handle a finished download of a required script.</td> |
98 <td>Private slot to handle a finished download of a required script.</td> |
99 </tr><tr> |
99 </tr><tr> |
100 <td><a href="#GreaseMonkeyScript.__toJavaScriptList">__toJavaScriptList</a></td> |
|
101 <td>Private method to convert a list of str to a string containing a valid JavaScript list definition.</td> |
|
102 </tr><tr> |
|
103 <td><a href="#GreaseMonkeyScript.__watchedFileChanged">__watchedFileChanged</a></td> |
100 <td><a href="#GreaseMonkeyScript.__watchedFileChanged">__watchedFileChanged</a></td> |
104 <td>Private slot handling changes of the script file.</td> |
101 <td>Private slot handling changes of the script file.</td> |
105 </tr><tr> |
102 </tr><tr> |
106 <td><a href="#GreaseMonkeyScript.description">description</a></td> |
103 <td><a href="#GreaseMonkeyScript.description">description</a></td> |
107 <td>Public method to get the description of the script.</td> |
104 <td>Public method to get the description of the script.</td> |
253 </p><dl> |
250 </p><dl> |
254 <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt> |
251 <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt> |
255 <dd> |
252 <dd> |
256 reference to the downloader object |
253 reference to the downloader object |
257 </dd> |
254 </dd> |
258 </dl><a NAME="GreaseMonkeyScript.__toJavaScriptList" ID="GreaseMonkeyScript.__toJavaScriptList"></a> |
|
259 <h4>GreaseMonkeyScript.__toJavaScriptList</h4> |
|
260 <b>__toJavaScriptList</b>(<i>patterns</i>) |
|
261 <p> |
|
262 Private method to convert a list of str to a string containing a valid |
|
263 JavaScript list definition. |
|
264 </p><dl> |
|
265 <dt><i>patterns</i> (list of str)</dt> |
|
266 <dd> |
|
267 list of match patterns |
|
268 </dd> |
|
269 </dl><dl> |
|
270 <dt>Returns:</dt> |
|
271 <dd> |
|
272 JavaScript script containing the list |
|
273 </dd> |
|
274 </dl><dl> |
|
275 <dt>Return Type:</dt> |
|
276 <dd> |
|
277 str |
|
278 </dd> |
|
279 </dl><a NAME="GreaseMonkeyScript.__watchedFileChanged" ID="GreaseMonkeyScript.__watchedFileChanged"></a> |
255 </dl><a NAME="GreaseMonkeyScript.__watchedFileChanged" ID="GreaseMonkeyScript.__watchedFileChanged"></a> |
280 <h4>GreaseMonkeyScript.__watchedFileChanged</h4> |
256 <h4>GreaseMonkeyScript.__watchedFileChanged</h4> |
281 <b>__watchedFileChanged</b>(<i>fileName</i>) |
257 <b>__watchedFileChanged</b>(<i>fileName</i>) |
282 <p> |
258 <p> |
283 Private slot handling changes of the script file. |
259 Private slot handling changes of the script file. |