Home
last modified time | relevance | path

Searched refs:cached (Results 126 – 140 of 140) sorted by last modified time

123456

/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md5 * [[\yii\caching\DbCache]]: uses a database table to store cached data. By default, it will create …
/plugin/swiftmail/Swift/Message/
H A DHeaders.php66 protected $cached = array(); variable in Swift_Message_Headers
82 foreach (array_keys($this->cached) as $k) $this->cached[$k] = null;
101 foreach (array_keys($this->cached) as $k)
103 $this->cached[$k] = null;
119 $this->cached[$lname] = null;
168 unset($this->cached[$lname]);
276 $this->cached[$lheader] = null;
377 if ($this->cached[$lname] !== null) return $this->cached[$lname];
472 $this->cached[$lname] = implode("," . $this->LE . " ", $encoded_value);
475 …if (!empty($this->attributes[$lname])) $this->cached[$lname] .= $this->buildAttributes($this->cach…
[all …]
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php64 $cached = $this->getCachedRequest($request);
65 if ($cached !== false) {
66 if (!$this->checkMustRevaliadateCachedRequest($cached, $request)) {
67 return $cached;
121 if ($respHttpCode == 304 && $cached) {
123 $this->updateCachedRequest($cached, $responseHeaders);
124 return $cached;
H A DGoogle_CurlIO.php77 $cached = $this->getCachedRequest($request);
78 if ($cached !== false) {
79 if (!$this->checkMustRevaliadateCachedRequest($cached, $request)) {
80 return $cached;
130 if ($respHttpCode == 304 && $cached) {
132 $this->updateCachedRequest($cached, $responseHeaders);
133 return $cached;
H A DGoogle_IO.php117 * @param Google_HttpRequest $cached A previously cached response.
122 protected function checkMustRevaliadateCachedRequest($cached, $request) { argument
123 if (Google_CacheParser::mustRevalidate($cached)) {
125 if ($cached->getResponseHeader('etag')) {
128 $addHeaders['If-None-Match'] = $cached->getResponseHeader('etag');
129 } elseif ($cached->getResponseHeader('date')) {
130 $addHeaders['If-Modified-Since'] = $cached->getResponseHeader('date');
142 * @param Google_HttpRequest $cached A previously cached response.
145 protected function updateCachedRequest($cached, $responseHeaders) { argument
158 $cached->setResponseHeaders($endToEnd);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1cached value for `key`.\n\t *\n\t * @private\n\t * @name get\n\t * @memberOf _.mem…
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md27 * Parsing clark-notation is now cached. This can speed up parsing large
/plugin/badbehaviour/
H A Dbadbehavior.readme99 * Bad Behavior is unable to protect internally cached pages on MediaWiki.
112 Cached pages. Bad Behavior cannot protect mod_rewrite cached (Super Cached)
/plugin/plantuml/
H A DREADME.markdown11 * Generated images are cached and regenerated when needed.
/plugin/zotero/
H A DREADME.md13 3. Create a new wiki page for the cached Zotero entries and enter its name
/plugin/botbouncer/lib/
H A Dbotbouncer.php385 $cached = $this->getCache('akismetKeyValid');
386 if (empty($cached)) {
397 $this->dbg('akismet key (cached) '.$cached);
398 $keyValid = $cached;
424 if (!empty($cached)) {
425 $isSpam = $cached;
696 $cached = $this->getCache('SFS'.$apiRequest);
697 if (!$cached) {
707 $cached = ''; // for logging
709 $xml = $cached;
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js978 var cached = svgs[svg];
979 if (cur - cached.time > 300) {
981 cached.time = cur;
982 cached.ctm = svg.getScreenCTM();
984 return cached.ctm;
/plugin/flowplayer/player/
H A DREADME.txt233 - the result of URL resolvers in now cached, and the resolvers will not be used again when a clip i…
/plugin/projects/
H A Dchangelog48 * The project file pages are not cached. This fixes any caching issue it could have been there.
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt354 …ll be treated as 10 minutes. [[DokuWiki]] will generally try to supply a cached version of a page,…

123456