Home
last modified time | relevance | path

Searched full:cache (Results 1776 – 1800 of 2069) sorted by last modified time

1...<<71727374757677787980>>...83

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php57 static $cache = array();
58 if (!isset($cache[$code])) {
59 $cache[$code] =& CSS::get_handler($code);
62 $cache[$code]->replace_array($value, $this->_css);
71 static $cache = array();
72 if (!isset($cache[$code])) {
73 $cache[$code] =& CSS::get_handler($code);
76 $value =& $cache[$code]->get($this->_css);
H A Dcss.state.class.php139 static $cache = array();
140 if (!isset($cache[$code])) {
141 $cache[$code] =& CSS::get_handler($code);
143 $value =& $cache[$code]->get($this->_state[0]);
166 static $cache = array();
167 if (!isset($cache[$code])) {
168 $cache[$code] =& CSS::get_handler($code);
171 $cache[$code]->clearDefaultFlags($this);
H A Dpipeline.class.php137 require_once(HTML2PS_DIR.'css.cache.class.php');
H A DChangeLog43 * Fixed: CSS cache returns references to CSS objects instead of
1051 systems (cache directory permissions check)
1204 * Fixed: 'cache' directory permissing check did not test the
H A Ddestination.browser.class.php7 "Cache-Control: private"
H A Ddestination.download.class.php11 "Cache-Control: must-revalidate, post-check=0, pre-check=0",
H A Dimage.class.php3 // Note that REAL cache should check for Last-Modified HTTP header at least;
5 // and curl extension is very rare, this implementation of cache is very simple.
6 // Cache is cleared after the script finishes it work!
12 // containing all cached objects; note that cache consumes memory!
118 // We cannot use the $url as an cache image name as it could be longer than
125 // Checks if cache directory is available
129 // image cache directory cannot be created or accessed
136 if (!mkdir(CACHE_DIR, 0700)) { die("Cache directory cannot be created"); }
154 // omg. Cache directory exists, but useless
156 die("Check cache directory permissions; cannot either read or write to directory cache");
[all …]
H A Dconfig.inc.php116 define('CACHE_DIR', HTML2PS_DIR.'cache/');
H A Dcss.constants.inc.php166 // Cache constants
H A Dfont.class.php71 * TODO: cache results; replace makefont with this utility
/plugin/html2pdf/multilingual/
H A Dsyntax.php99 …" title="en:doku_doodles"><img src="/doku/lib/exe/fetch.php?w=&amp;h=&amp;cache=&amp;media=http%3A…
104 …" title="ko:doku_doodles"><img src="/doku/lib/exe/fetch.php?w=&amp;h=&amp;cache=&amp;media=http%3A…
/plugin/html2pdf/releases/
H A Dhtml2pdf_20100120.tar.gz
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php31 "Cache-Control: must-revalidate, post-check=0, pre-check=0",
H A Dsystemcheck.php404 * permissions on cache directory
408 return "Permissions on 'cache' subdirectory";
416 if (!file_exists(HTML2PS_DIR.'/cache/')) {
417 $this->setMessage("'cache' subdirectory is missing");
422 if (!is_readable(HTML2PS_DIR.'/cache/')) {
423 $this->setMessage("'cache' subdirectory is not readable");
428 if (!is_writable(HTML2PS_DIR.'/cache/')) {
429 $this->setMessage("'cache' subdirectory is not writable");
434 if (!is_executable(HTML2PS_DIR.'/cache/') && PHP_OS != "WINNT") {
435 $this->setMessage("'cache' subdirectory is not executable");
[all …]
/plugin/html2pdf/html2pdf/html2ps/help/
H A Dfaq.html27 <li><a href="#nooutput-cache">Some characters are displayed incorrectly or missing.</a></li>
63 <li><a href="#fonts-ttf-cache">I've installed/updated True-Type fonts, but it seems that ... (some …
178 <dt id="nooutput-cache">Some characters are displayed incorrectly or missing.</dt>
181 <tt>cache</tt> subdirectory. HTML2PS do store information extracted from file fonts
183 &quot;<a href="#fonts-ttf-cache">I've installed/updated True-Type fonts, but it seems that ... (som…
379 <dt id="fonts-ttf-cache">I've installed/updated True-Type fonts, but it seems that ... (some myster…
380 <dd>First of all, clean a "parsed fonts" cache in 'fpdf/font' subdirectory (just remove all files).…
/template/ramtop/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/plugin/genericsso/
H A Dauth.php51 if(array_key_exists($user, $this->users)) return $this->users[$user]; // Cache
/plugin/redirect2/
H A Dhelper.php32 $cache = new cache('##redirect2##','.conf');
35 if ($cache->useCache($depends)) {
36 $this->pattern = unserialize($cache->retrieveCache(false));
37 //error_log('Redirect2 : loaded from cache '.$cache->cache);
39 // cache has expired
41 $cache->storeCache(serialize($this->pattern));
/plugin/redirect2/lang/en/
H A Dsettings.php14 $lang['logging'] = 'enable logging. The redirection.log file is saved in data/cache directory.';
/plugin/redirect2/lang/ja/
H A Dsettings.php14 $lang['logging'] = 'リダイレクトのログを記録する。ログファイル redirection.log は data/cache ディレクトリに作成されます。';
/plugin/mantis/lang/en/
H A Dsettings.php6 $lang['mantis_refresh'] = 'The duration for the cache. When this amount of minutes is gone the …
/plugin/mantis/lib/
H A Dchangelog193 - wsdlcache: add cache lifetime, after which cache contents are invalidated (Thanks Ingo)
536 - wsdlcache: address some issues with non-existing cache-files and PHP Warnings which came in such …
H A Dclass.wsdlcache.php43 * @param string $cache_dir directory for cache-files
54 * creates the filename used to cache a wsdl instance
57 * @return string The filename used to cache the instance
75 * gets a wsdl instance from the cache
88 $this->debug("Expired $wsdl ($filename) from cache");
95 $this->debug("$wsdl ($filename) not in cache (1)");
103 $this->debug("Got $wsdl ($filename) from cache");
106 $this->debug("$wsdl ($filename) not in cache (2)");
119 * @param string $filename The Filename of the Cache to lock
138 * adds a wsdl instance to the cache
[all …]
/plugin/mantis/
H A Dsyntax.php42 $Cache = null;
55 $Cache = $Content["Content"];
59 return array($Update,$Cache);
64 $Cache = array();
66 $Cache["Content"] = $rs;
67 $Cache = serialize($Cache);
69 fwrite($handle,$Cache);
109 //print_r($Cache);
110 if(is_array($Cache)){
111 if($Cache[0] == false)
[all …]
/plugin/advrack/
H A Djquery.qtip.js111 // Cache object
112 this.cache = { class in QTip
136 cache = this.cache,
583 cache = this.cache;
626 var cache = this.cache;
699 var cache = this.cache,
966 var cache = this.cache,
978 // Cache event
2232 // Cache it
2454 var cache = api.cache,
[all …]

1...<<71727374757677787980>>...83