Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php562 PredictionContextCache $contextCache, argument
575 $existing = $contextCache->get($context);
592 $parent = self::getCachedPredictionContext($parentContext, $contextCache, $visited);
610 $contextCache->add($context);
631 $contextCache->add($updated);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js19285 get contextCache() {
19292 function decodeInteger(contextCache, procedure, decoder) {
19293 var contexts = contextCache.getContexts(procedure);
19313 function decodeIAID(contextCache, decoder, codeLength) {
19314 var contexts = contextCache.getContexts('IAID');
19532 var contexts = decodingContext.contextCache.getContexts('GB');
19616 var contexts = decodingContext.contextCache.getContexts('GB');
19724 var contexts = decodingContext.contextCache.getContexts('GR');
19783 var contextCache = decodingContext.contextCache;
19927 var contextCache = decodingContext.contextCache;
[all …]
H A Dpdf.worker.js.map1contextCache","prev","bit","readBits","SegmentTypes","CodingTemplates","y","RefinementTemplates","…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js5contextCache,target);target.hasBorders=hasBorders;target.transparentCorners=transparentCorners;var…
H A Dfabric.js8246 this._draw(this.contextCache, target);
8252 this.contextCache, x, y, this.targetFindTolerance);
8254 this.clearContext(this.contextCache);
8849 this.contextCache = this.cacheCanvasEl.getContext('2d');