Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
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/
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/
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/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Drestructure.js51 var id = cacheId(fit);
77 function cacheId(cachedTokens) { function
/plugin/pdfjs/pdfjs/build/
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; field
15836 var scratchCanvas = this.cachedCanvases.getCanvas(cacheId, drawnWidth, drawnHeight, true);
Dpdf.js.map1cacheId","scratchCanvas","currentCtx","currentTransform","groupCtx","copyCtxState","suspendSMaskGr…