NewsFeaturesDownloadsDevelopmentSupportAbout Us

lifetype-1.2/js/tinymce/tiny_mce_gzip.php File Reference

Go to the source code of this file.


Functions

 TinyMCE_cleanInput ($str)
 TinyMCE_echo ($str)

Variables

 $suffix = ""
 $expiresOffset = 3600 * 24 * 10
 $diskCache = false
 $cacheDir = realpath(".")
 $debug = false
 $theme = isset($_GET['theme']) ? TinyMCE_cleanInput($_GET['theme']) : ""
 $language = isset($_GET['language']) ? TinyMCE_cleanInput($_GET['language']) : ""
 $plugins = isset($_GET['plugins']) ? TinyMCE_cleanInput($_GET['plugins']) : ""
 $lang = isset($_GET['lang']) ? TinyMCE_cleanInput($_GET['lang']) : "en"
 $index = isset($_GET['index']) ? TinyMCE_cleanInput($_GET['index']) : -1
 $cacheKey = md5($theme . $language . $plugins . $lang . $index . $debug)
 $cacheFile = $cacheDir == "" ? "" : $cacheDir . "/" . "tinymce_" . $cacheKey . ".gz"
 $cacheData = ""
 $content = fread($fd, filesize($filename))
 $encodings = array()
 die
 $languageFile = realpath("plugins/" . $plugin . "/langs/" . $lang . ".js")
 $fp = @fopen($cacheFile, "wb")

Function Documentation

TinyMCE_cleanInput ( str  ) 

Definition at line 50 of file tiny_mce_gzip.php.

TinyMCE_echo ( str  ) 

Definition at line 54 of file tiny_mce_gzip.php.

References $cacheData, and $diskCache.


Variable Documentation

$cacheData = ""

Definition at line 37 of file tiny_mce_gzip.php.

Referenced by Info.logMetrics(), and TinyMCE_echo().

$cacheDir = realpath(".")

Definition at line 20 of file tiny_mce_gzip.php.

$cacheFile = $cacheDir == "" ? "" : $cacheDir . "/" . "tinymce_" . $cacheKey . ".gz"

Definition at line 36 of file tiny_mce_gzip.php.

$cacheKey = md5($theme . $language . $plugins . $lang . $index . $debug)

Definition at line 35 of file tiny_mce_gzip.php.

$debug = false

Definition at line 21 of file tiny_mce_gzip.php.

Referenced by PDbDriverBase.setDebug().

else $diskCache = false

Definition at line 19 of file tiny_mce_gzip.php.

Referenced by TinyMCE_echo().

$encodings = array()

Definition at line 64 of file tiny_mce_gzip.php.

$expiresOffset = 3600 * 24 * 10

Definition at line 18 of file tiny_mce_gzip.php.

$lang = isset($_GET['lang']) ? TinyMCE_cleanInput($_GET['lang']) : "en"

Definition at line 33 of file tiny_mce_gzip.php.

Referenced by DHTML_Calendar.DHTML_Calendar().

$language = isset($_GET['language']) ? TinyMCE_cleanInput($_GET['language']) : ""

Definition at line 31 of file tiny_mce_gzip.php.

$languageFile = realpath("plugins/" . $plugin . "/langs/" . $lang . ".js")

Definition at line 114 of file tiny_mce_gzip.php.

$plugins = isset($_GET['plugins']) ? TinyMCE_cleanInput($_GET['plugins']) : ""

$suffix = ""

RCSfile
tiny_mce_gzip.php,v
Revision
Date

Version:
1.08
Author:
Moxiecode Copyright © 2005-2006, Moxiecode Systems AB, All rights reserved.
This file compresses the TinyMCE JavaScript using GZip and enables the browser to do two requests instead of one for each .js file. Notice: This script defaults the button_tile_map option to true for extra performance.

Definition at line 17 of file tiny_mce_gzip.php.

Referenced by PDbMysqlDataDict._CreateSuffix(), Cache_Lite._setFileName(), ResourceClassLoader.setClassFileSuffix(), smarty_function_html_image(), and smarty_modifier_stars().

$theme = isset($_GET['theme']) ? TinyMCE_cleanInput($_GET['theme']) : ""

Definition at line 30 of file tiny_mce_gzip.php.

Referenced by DHTML_Calendar.DHTML_Calendar().

die

Definition at line 76 of file tiny_mce_gzip.php.

Referenced by PluginManager._createPluginInstance(), ConfigDbStorage._insertValue(), ConfigDbStorage._loadData(), Users._loadUserDataProvider(), ConfigDbStorage._updateValue(), LoggerManager.addLogger(), AdminAction.AdminAction(), bb2_banned(), getid3_lib.BigEndian2Int(), getid3_lib.BigEndian2String(), BlogAction.BlogAction(), Installation.check(), getID3_cached_dbm.clear_cache(), LoggerManager.createAppenderInstance(), Layout.format(), GalleryAbstractResizer.generate(), Captcha.generate(), ConfigAbstractStorage.getAsArray(), Timestamp.getCentury(), Config.getConfig(), ConfigAbstractStorage.getConfigFileName(), Db.getDb(), PDbDriverBase.getDriverDataDictionary(), getID3_cached_dbm.getID3_cached_dbm(), getID3_cached_mysql.getID3_cached_mysql(), ConfigAbstractStorage.getKeys(), Timestamp.getMonthString(), Db.getNewDb(), PrettyRequestGenerator.getRequest(), CustomRequestGenerator.getRequest(), SessionManager.getSessionValue(), ConfigAbstractStorage.getValue(), ConfigAbstractStorage.getValues(), getid3_lib.hash_data(), getid3_lib.iconv_fallback(), getid3_lib.IncludeDependency(), LDAPUserDataProvider.LDAPUserDataProvider(), ResourceClassLoader.load(), LoggerConfigLoader.LoggerConfigLoader(), getid3_lib.md5_file(), FileAppender.openFP(), PclZip.PclZip(), SummaryRegistrationAction.perform(), RssAction.perform(), AdminAddTemplateAction.perform(), AdminAddBlogTemplateAction.perform(), AddTrackbackAction.perform(), PrettyRequestGenerator.postCategoryLink(), PluginBase.process(), Controller.process(), RegisterAction.RegisterAction(), ConfigAbstractStorage.reload(), ConfigAbstractStorage.save(), ConfigAbstractStorage.saveValue(), IXR_Server.serve(), SessionManager.setSessionSavePath(), SessionManager.setSessionValue(), ZipUnpacker_Test.setUp(), ConfigAbstractStorage.setValue(), getid3_lib.sha1_file(), SiteAdminAction.SiteAdminAction(), Tokenizer.tokenize(), Translator.translator(), BaseUnpacker.unpack(), BayesianTokens.updateOccurrencesFromTokensArray(), Validation.validate(), Rule.validate(), and Appender.write().