eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
221 <dd> 221 <dd>
222 script to be added (GreaseMonkeyScript) 222 script to be added (GreaseMonkeyScript)
223 </dd> 223 </dd>
224 </dl> 224 </dl>
225 <dl> 225 <dl>
226 <dt>Returns:</dt> 226 <dt>Return:</dt>
227 <dd> 227 <dd>
228 flag indicating success (boolean) 228 flag indicating success (boolean)
229 </dd> 229 </dd>
230 </dl> 230 </dl>
231 <a NAME="GreaseMonkeyManager.allScripts" ID="GreaseMonkeyManager.allScripts"></a> 231 <a NAME="GreaseMonkeyManager.allScripts" ID="GreaseMonkeyManager.allScripts"></a>
234 234
235 <p> 235 <p>
236 Public method to get a list of all scripts. 236 Public method to get a list of all scripts.
237 </p> 237 </p>
238 <dl> 238 <dl>
239 <dt>Returns:</dt> 239 <dt>Return:</dt>
240 <dd> 240 <dd>
241 list of all scripts (list of GreaseMonkeyScript) 241 list of all scripts (list of GreaseMonkeyScript)
242 </dd> 242 </dd>
243 </dl> 243 </dl>
244 <a NAME="GreaseMonkeyManager.canRunOnScheme" ID="GreaseMonkeyManager.canRunOnScheme"></a> 244 <a NAME="GreaseMonkeyManager.canRunOnScheme" ID="GreaseMonkeyManager.canRunOnScheme"></a>
254 <dd> 254 <dd>
255 scheme to check (string) 255 scheme to check (string)
256 </dd> 256 </dd>
257 </dl> 257 </dl>
258 <dl> 258 <dl>
259 <dt>Returns:</dt> 259 <dt>Return:</dt>
260 <dd> 260 <dd>
261 flag indicating, that scripts can be run (boolean) 261 flag indicating, that scripts can be run (boolean)
262 </dd> 262 </dd>
263 </dl> 263 </dl>
264 <a NAME="GreaseMonkeyManager.containsScript" ID="GreaseMonkeyManager.containsScript"></a> 264 <a NAME="GreaseMonkeyManager.containsScript" ID="GreaseMonkeyManager.containsScript"></a>
274 <dd> 274 <dd>
275 full name of the script (string) 275 full name of the script (string)
276 </dd> 276 </dd>
277 </dl> 277 </dl>
278 <dl> 278 <dl>
279 <dt>Returns:</dt> 279 <dt>Return:</dt>
280 <dd> 280 <dd>
281 flag indicating the existence (boolean) 281 flag indicating the existence (boolean)
282 </dd> 282 </dd>
283 </dl> 283 </dl>
284 <a NAME="GreaseMonkeyManager.disableScript" ID="GreaseMonkeyManager.disableScript"></a> 284 <a NAME="GreaseMonkeyManager.disableScript" ID="GreaseMonkeyManager.disableScript"></a>
360 flag indicating to remove the script file as well 360 flag indicating to remove the script file as well
361 (bool) 361 (bool)
362 </dd> 362 </dd>
363 </dl> 363 </dl>
364 <dl> 364 <dl>
365 <dt>Returns:</dt> 365 <dt>Return:</dt>
366 <dd> 366 <dd>
367 flag indicating success (boolean) 367 flag indicating success (boolean)
368 </dd> 368 </dd>
369 </dl> 369 </dl>
370 <a NAME="GreaseMonkeyManager.requireScripts" ID="GreaseMonkeyManager.requireScripts"></a> 370 <a NAME="GreaseMonkeyManager.requireScripts" ID="GreaseMonkeyManager.requireScripts"></a>
380 <dd> 380 <dd>
381 list of URLs (list of string) 381 list of URLs (list of string)
382 </dd> 382 </dd>
383 </dl> 383 </dl>
384 <dl> 384 <dl>
385 <dt>Returns:</dt> 385 <dt>Return:</dt>
386 <dd> 386 <dd>
387 sources of all required scripts (string) 387 sources of all required scripts (string)
388 </dd> 388 </dd>
389 </dl> 389 </dl>
390 <a NAME="GreaseMonkeyManager.requireScriptsDirectory" ID="GreaseMonkeyManager.requireScriptsDirectory"></a> 390 <a NAME="GreaseMonkeyManager.requireScriptsDirectory" ID="GreaseMonkeyManager.requireScriptsDirectory"></a>
393 393
394 <p> 394 <p>
395 Public method to get the path of the scripts directory. 395 Public method to get the path of the scripts directory.
396 </p> 396 </p>
397 <dl> 397 <dl>
398 <dt>Returns:</dt> 398 <dt>Return:</dt>
399 <dd> 399 <dd>
400 path of the scripts directory (string) 400 path of the scripts directory (string)
401 </dd> 401 </dd>
402 </dl> 402 </dl>
403 <a NAME="GreaseMonkeyManager.saveConfiguration" ID="GreaseMonkeyManager.saveConfiguration"></a> 403 <a NAME="GreaseMonkeyManager.saveConfiguration" ID="GreaseMonkeyManager.saveConfiguration"></a>
413 413
414 <p> 414 <p>
415 Public method to get the path of the scripts directory. 415 Public method to get the path of the scripts directory.
416 </p> 416 </p>
417 <dl> 417 <dl>
418 <dt>Returns:</dt> 418 <dt>Return:</dt>
419 <dd> 419 <dd>
420 path of the scripts directory (string) 420 path of the scripts directory (string)
421 </dd> 421 </dd>
422 </dl> 422 </dl>
423 <a NAME="GreaseMonkeyManager.showConfigurationDialog" ID="GreaseMonkeyManager.showConfigurationDialog"></a> 423 <a NAME="GreaseMonkeyManager.showConfigurationDialog" ID="GreaseMonkeyManager.showConfigurationDialog"></a>

eric ide

mercurial