/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | FetchAuthTokenCache.php | 71 return $cached; 138 $cached = $this->fetchAuthTokenFromCache(); 139 $accessToken = isset($cached['access_token']) ? $cached['access_token'] : null; 204 if ($cached) { 208 if (isset($cached['access_token'])) { 246 $cached = $this->getCachedValue($cacheKey); 247 if (is_array($cached)) { 248 if (empty($cached['expires_at'])) { 251 return $cached; 253 if (time() < $cached['expires_at']) { [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_smart_rendering.js | 283 cached:{}, property in gantt._smart_render 286 if(!this.cached[cacheName]) 288 var cached = this.cached[cacheName]; 291 if(!cached){ 292 cached = this.cached[cacheName] = {}; 295 if(cached[id] === undefined){ 296 cached[id] = payload(id); 299 return cached[id]; 301 if(!cached){ 302 cached = payload(); [all …]
|
/plugin/authgoogle/google/io/ |
H A D | Google_IO.php | 117 * @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);
|
H A D | Google_HttpStreamIO.php | 64 $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 D | Google_CurlIO.php | 77 $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;
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | ClientUtils.php | 25 static $cached = null; 40 if ($cached) { 41 return $cached; 45 return $cached = $ca; 49 return $cached = $ca; 54 return $cached = $filename;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_smart_rendering.js | 13 …cached:{},_takeFromCache:function(t,e,n){this.cached[n]||(this.cached[n]=null);var a=this.cached[n… property in gantt._smart_render
|
H A D | dhtmlxgantt_smart_rendering.js.map | 1 …cached","_takeFromCache","payload","cacheName","undefined","initCache","caches","method","calculat…
|
/plugin/webcode/_test/data/pages/ |
H A D | display.txt | 8 // cached 17 * The cached code blocked in the example below is written with this syntax. 20 console.log("A log from the cached block"); 29 * We should not see the cached code block (Only the bullet point of the list) 32 console.log("A log from the cached block."); 38 …* In the result, we should see two log line (one from the cached block and one from the visible on…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | HandlerStack.php | 21 private $cached; variable in GuzzleHttp\\HandlerStack 112 $this->cached = null; 134 $this->cached = null; 146 $this->cached = null; 180 $this->cached = null; 197 if (!$this->cached) { 206 $this->cached = $prev; 209 return $this->cached; 237 $this->cached = null;
|
H A D | functions.php | 162 static $cached = null; 181 if ($cached) { 182 return $cached; 186 return $cached = $ca; 190 return $cached = $ca; 195 return $cached = $filename;
|
/plugin/swiftmail/Swift/Message/ |
H A D | Headers.php | 66 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/botbouncer/lib/ |
H A D | botbouncer.php | 385 $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/authgooglesheets/vendor/google/auth/src/Middleware/ |
H A D | ScopedAccessTokenMiddleware.php | 154 $cached = $this->getCachedValue($cacheKey); 156 if (!empty($cached)) { 157 return $cached;
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.config.php.default | 72 //$PHPTHUMB_CONFIG['cache_maxage'] = null; // never delete cached thumbnails based on la… 73 $PHPTHUMB_CONFIG['cache_maxage'] = 86400 * 30; // delete cached thumbnails that haven't been… 75 //$PHPTHUMB_CONFIG['cache_maxsize'] = null; // never delete cached thumbnails based on by… 76 …ast-recently-accessed cached thumbnails when more than [10MB] of cached files are present (value i… 78 …FIG['cache_maxfiles'] = null; // never delete cached thumbnails based on number of cached… 79 …te least-recently-accessed cached thumbnails when more than [200] cached files are present (value … 83 … // if true, source images obtained via HTTP are cached to $PHPTHUMB_CONFI… 87 … true, local source images will not be checked for modification date and cached image will be used… 88 … for modification date and cached image will be used if available, even if source image is changed… 96 $PHPTHUMB_CONFIG['cache_default_only_suffix'] = ''; // cached in normal phpThumb manner [all …]
|
/plugin/issuelinks/ |
H A D | pre-commit.hook.sh | 5 STAGED_FILES_CMD=`git diff --cached --name-only --diff-filter=ACMR HEAD | grep \\\\.php`
|
/plugin/openlayersmap/lang/en/ |
H A D | admin_intro.txt | 2 This page allows you to purge the cached tiles and maps that are used by the 'local' static maps ba…
|
/plugin/openlayersmap/lang/es/ |
H A D | admin_intro.txt | 2 FIXME (translate) This page allows you to purge the cached tiles and maps that are used by the 'loc…
|
/plugin/tagfilter/script/ |
H A D | jquery.history.js | 1 …cached=typeof h.getInternetExplorerMajorVersion.cached!="undefined"?h.getInternetExplorerMajorVers…
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | list_items_with_undefined_ref.md | 5 * [[\yii\caching\DbCache]]: uses a database table to store cached data. By default, it will create …
|
/plugin/zotero/ |
H A D | README.md | 13 3. Create a new wiki page for the cached Zotero entries and enter its name
|
/plugin/advanced/lang/en/config/ |
H A D | mime.txt | 17 **Note:** because the stylesheet used for assigning the fileicons gets cached you need to force a r…
|
/plugin/pubmed2020/ |
H A D | syntax.php | 566 $cached = $this->pubmedCache->getMedlineContent($base, $id); 567 if ($cached !== false) { 568 return $cached;
|
/plugin/gitbacked/lib/ |
H A D | Git.php | 467 public function rm($files = "*", $cached = false) { argument 471 return $this->run("rm ".($cached ? '--cached ' : '').$files);
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 362 very large numbers (30000+) of cached files 644 around cached-image-only-works-second-time issue 950 * Bugfix: Image MIME header was incorrect for cached 956 image was already cached. 1105 cached the same as the local cached version) 1145 * Bugfix: cached files not written in most cases 1192 cached files (thanks aidan*slingsbyØlineone*net) 1218 * Removed unneccesary default values from cached 1244 and/or total size of cached files 1419 * Changed cached filename structure (again) to a more [all …]
|