Go to the source code of this file.
Variables | |
| $claroCachePath = get_path('rootSys') . get_conf('cacheRepository', 'tmp/cache/') | |
| $plugins = explode(',', getParam("plugins", "")) | |
| $languages = explode(',', getParam("languages", "")) | |
| $themes = explode(',', getParam("themes", "")) | |
| $diskCache = getParam("diskcache", "") == "true" | |
| $isJS = getParam("js", "") == "true" | |
| $compress = getParam("compress", "true") == "true" | |
| $core = getParam("core", "true") == "true" | |
| $suffix = getParam("suffix", "_src") == "_src" ? "_src" : "" | |
| $cachePath = $claroCachePath | |
| $expiresOffset = 3600 * 24 * 10 | |
| $content = "" | |
| $encodings = array() | |
| $supportsGzip = false | |
| $enc = "" | |
| $cacheKey = "" | |
| $custom = array() | |
| $cacheKey = "" |
Definition at line 40 of file tiny_mce_gzip.php.
| $cachePath = $claroCachePath |
Claroline hack
Definition at line 34 of file tiny_mce_gzip.php.
| $claroCachePath = get_path('rootSys') . get_conf('cacheRepository', 'tmp/cache/') |
Claroline hacks to get the tmp directory
Definition at line 7 of file tiny_mce_gzip.php.
| $compress = getParam("compress", "true") == "true" |
Definition at line 28 of file tiny_mce_gzip.php.
| $content = "" |
Definition at line 36 of file tiny_mce_gzip.php.
| $core = getParam("core", "true") == "true" |
Definition at line 29 of file tiny_mce_gzip.php.
| $custom = array() |
Definition at line 43 of file tiny_mce_gzip.php.
| $diskCache = getParam("diskcache", "") == "true" |
Definition at line 26 of file tiny_mce_gzip.php.
| $enc = "" |
Definition at line 39 of file tiny_mce_gzip.php.
| $encodings = array() |
Definition at line 37 of file tiny_mce_gzip.php.
| $expiresOffset = 3600 * 24 * 10 |
Definition at line 35 of file tiny_mce_gzip.php.
| $isJS = getParam("js", "") == "true" |
Definition at line 27 of file tiny_mce_gzip.php.
| $languages = explode(',', getParam("languages", "")) |
Definition at line 24 of file tiny_mce_gzip.php.
| $plugins = explode(',', getParam("plugins", "")) |
Definition at line 23 of file tiny_mce_gzip.php.
| $suffix = getParam("suffix", "_src") == "_src" ? "_src" : "" |
Definition at line 30 of file tiny_mce_gzip.php.
| $supportsGzip = false |
Definition at line 38 of file tiny_mce_gzip.php.
| $themes = explode(',', getParam("themes", "")) |
Definition at line 25 of file tiny_mce_gzip.php.
1.6.3