Home
last modified time | relevance | path

Searched refs:cacheId (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php26 public $cacheId; variable in Google\\Service\\CustomSearchAPI\\Result
83 public function setCacheId($cacheId) argument
85 $this->cacheId = $cacheId;
92 return $this->cacheId;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php518 public $cacheId; variable in Google_Result
537 public function setCacheId( $cacheId) { argument
538 $this->cacheId = $cacheId;
541 return $this->cacheId;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php364 $cacheId = md5($in);
367 true === array_key_exists($cacheId, self::$_cache)) {
368 return self::$_cache[$cacheId];
411 self::$_cache[$cacheId] = $this->getResult();
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js15058 var cacheId = 'smaskGroupAt' + this.groupLevel;
15059 var scratchCanvas = this.cachedCanvases.getCanvas(cacheId, drawnWidth, drawnHeight, true);
15830 var cacheId = 'groupAt' + this.groupLevel;
15833 cacheId += '_smask_' + this.smaskCounter++ % 2;
15836 var scratchCanvas = this.cachedCanvases.getCanvas(cacheId, drawnWidth, drawnHeight, true);
H A Dpdf.js.map1cacheId","scratchCanvas","currentCtx","currentTransform","groupCtx","copyCtxState","suspendSMaskGr…