mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:07:59 +01:00
s/stylesheet/style sheet/g in documentation.
This commit is contained in:
@@ -810,8 +810,8 @@ function Buffer() //{{{
|
|||||||
return {
|
return {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @property {Array} The alternative stylesheets for the current
|
* @property {Array} The alternative style sheets for the current
|
||||||
* buffer. Only returns stylesheets for the 'screen' media type.
|
* buffer. Only returns style sheets for the 'screen' media type.
|
||||||
*/
|
*/
|
||||||
get alternateStyleSheets()
|
get alternateStyleSheets()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ function Highlights(name, store, serial)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manages named and unnamed user stylesheets, which apply to both
|
* Manages named and unnamed user style sheets, which apply to both
|
||||||
* chrome and content pages. The parameters are the standard
|
* chrome and content pages. The parameters are the standard
|
||||||
* parameters for any {@link Storage} object.
|
* parameters for any {@link Storage} object.
|
||||||
*
|
*
|
||||||
@@ -274,12 +274,12 @@ function Styles(name, store, serial)
|
|||||||
this.__defineGetter__("userNames", function () Iterator(userNames));
|
this.__defineGetter__("userNames", function () Iterator(userNames));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a new stylesheet.
|
* Add a new style sheet.
|
||||||
*
|
*
|
||||||
* @param {boolean} system Declares whether this is a system or
|
* @param {boolean} system Declares whether this is a system or
|
||||||
* user sheet. System sheets are used internally by
|
* user sheet. System sheets are used internally by
|
||||||
* @liberator.
|
* @liberator.
|
||||||
* @param {string} name The name given to the stylesheet by
|
* @param {string} name The name given to the style sheet by
|
||||||
* which it may be later referenced.
|
* which it may be later referenced.
|
||||||
* @param {string} filter The sites to which this sheet will
|
* @param {string} filter The sites to which this sheet will
|
||||||
* apply. Can be a domain name or a URL. Any URL ending in
|
* apply. Can be a domain name or a URL. Any URL ending in
|
||||||
@@ -364,7 +364,7 @@ function Styles(name, store, serial)
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove a stylesheet. See {@link #addSheet} for parameters.
|
* Remove a style sheet. See {@link #addSheet} for parameters.
|
||||||
* In cases where <b>filter</b> is supplied, the given filters
|
* In cases where <b>filter</b> is supplied, the given filters
|
||||||
* are removed from matching sheets. If any remain, the sheet is
|
* are removed from matching sheets. If any remain, the sheet is
|
||||||
* left in place.
|
* left in place.
|
||||||
@@ -418,7 +418,7 @@ function Styles(name, store, serial)
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register a user stylesheet at the given URI.
|
* Register a user style sheet at the given URI.
|
||||||
*
|
*
|
||||||
* @param {string} uri The URI of the sheet to register.
|
* @param {string} uri The URI of the sheet to register.
|
||||||
* @param {boolean} reload Whether to reload any sheets that are
|
* @param {boolean} reload Whether to reload any sheets that are
|
||||||
@@ -447,7 +447,7 @@ function Styles(name, store, serial)
|
|||||||
|
|
||||||
// FIXME
|
// FIXME
|
||||||
/**
|
/**
|
||||||
* Register an agent stylesheet.
|
* Register an agent style sheet.
|
||||||
*
|
*
|
||||||
* @param {string} uri The URI of the sheet to register.
|
* @param {string} uri The URI of the sheet to register.
|
||||||
* @deprecated
|
* @deprecated
|
||||||
@@ -460,7 +460,7 @@ function Styles(name, store, serial)
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unregister an agent stylesheet.
|
* Unregister an agent style sheet.
|
||||||
*
|
*
|
||||||
* @param {string} uri The URI of the sheet to unregister.
|
* @param {string} uri The URI of the sheet to unregister.
|
||||||
* @deprecated
|
* @deprecated
|
||||||
@@ -618,7 +618,7 @@ liberator.registerObserver("load_commands", function ()
|
|||||||
});
|
});
|
||||||
|
|
||||||
commands.add(["dels[tyle]"],
|
commands.add(["dels[tyle]"],
|
||||||
"Remove a user stylesheet",
|
"Remove a user style sheet",
|
||||||
function (args)
|
function (args)
|
||||||
{
|
{
|
||||||
styles.removeSheet(false, args["-name"], args[0], args.literalArg, args["-index"]);
|
styles.removeSheet(false, args["-name"], args[0], args.literalArg, args["-index"]);
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ section:Options[option-index]
|
|||||||
||'cdpath'|| List of directories searched when executing :cd +
|
||'cdpath'|| List of directories searched when executing :cd +
|
||||||
||'complete'|| Items which are completed at the :[tab]open prompt +
|
||'complete'|| Items which are completed at the :[tab]open prompt +
|
||||||
||'defsearch'|| Set the default search engine +
|
||'defsearch'|| Set the default search engine +
|
||||||
||'disabledcssheets'|| Set disabled CSS stylesheets +
|
||'disabledcssheets'|| Set disabled CSS style sheets +
|
||||||
||'editor'|| Set the external text editor +
|
||'editor'|| Set the external text editor +
|
||||||
||'errorbells'|| Ring the bell when an error message is displayed +
|
||'errorbells'|| Ring the bell when an error message is displayed +
|
||||||
||'eventignore'|| List of autocommand event names which should be ignored +
|
||'eventignore'|| List of autocommand event names which should be ignored +
|
||||||
|
|||||||
Reference in New Issue
Block a user