Searched refs:cacheId (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/ |
H A D | Result.php | 26 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 D | Google_CustomsearchService.php | 518 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 D | Ll1.php | 364 $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 D | pdf.js | 15058 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 D | pdf.js.map | 1 …cacheId","scratchCanvas","currentCtx","currentTransform","groupCtx","copyCtxState","suspendSMaskGr…
|