|
| static | isLocalUrl ($maybeUrl) |
| |
| static | isRemoteUrl ($maybeUrl) |
| |
| static | buildUrlValue ($url) |
| | Build a CSS 'url()' value for the given URL, quoting parentheses (and other funny characters) and escaping quotes as necessary. More...
|
| |
| static | encodeImageAsDataURI ($file, $type=null, $ie8Compat=true) |
| | Encode an image file as a data URI. More...
|
| |
| static | encodeStringAsDataURI ($contents, $type, $ie8Compat=true) |
| | Encode file contents as a data URI with chosen MIME type. More...
|
| |
| static array static | getLocalFileReferences ($source, $path) |
| | Get a list of local files referenced in a stylesheet (includes non-existent files). More...
|
| |
| static | getMimeType ($file) |
| |
| static | minify ($css) |
| | Removes whitespace from CSS data. More...
|
| |
| static | remap ($source, $local, $remote, $embedData=true) |
| | Remaps CSS URL paths and automatically embeds data URIs for CSS rules or url() values preceded by an / * * / comment. More...
|
| |
| static | remapOne ($file, $query, $local, $remote, $embed) |
| | Remap or embed a CSS URL path. More...
|
| |
| static | serializeStringValue ($value) |
| | Serialize a string (escape and quote) for use as a CSS string value. More...
|
| |
Definition at line 447 of file CSSMinTest.php.
| static CSSMinTestable::isLocalUrl |
( |
|
$maybeUrl | ) |
|
|
static |
| static CSSMinTestable::isRemoteUrl |
( |
|
$maybeUrl | ) |
|
|
static |
The documentation for this class was generated from the following file: