Home
last modified time | relevance | path

Searched refs:cacheKey (Results 26 – 33 of 33) sorted by last modified time

12

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js1323 var cacheKey = 'g',
1330 cacheKey += 'y';
1336 r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, {
1513 cacheKey = (global ? 'g' : '') + (regex.sticky ? 'y' : '') || 'noGY',
1520 r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, {
1647 cacheKey = (global ? 'g' : '') + (search.sticky ? 'y' : '') || 'noGY',
1656 s2 = search[REGEX_DATA][cacheKey] || (search[REGEX_DATA][cacheKey] = copyRegex(search, {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1cacheKey","resourceHash","resourceId","resourceValue","resource_id","getResourceLoad","resourcePro…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15862 var cacheKey = resourceIds.join("_") + "_" + property;
15868 if (!resourceTaskCache[cacheKey]) {
15869 res = resourceTaskCache[cacheKey] = [];
15888 res = resourceTaskCache[cacheKey];
15895 var cacheKey = resource.id + "_" + resourceProperty + "_" + scale.unit + "_" + scale.step;
15897 if (!resourceTaskCache[cacheKey]) {
15898 …res = resourceTaskCache[cacheKey] = calculateResourceLoad(resource, resourceProperty, scale, timel…
15901 res = resourceTaskCache[cacheKey];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php69 public function testPaths($basePath, $cacheKey, $rootPath) argument
94 …$this->assertEquals($cacheKey, str_replace('\\', '/', $loader->getCacheKey('@named/named_absolute.…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php72 $cacheKey = $class->getName();
75 return $this->loadedAnnotations[$cacheKey];
80 $this->saveToCache($cacheKey, $annots);
109 return $this->loadedAnnotations[$cacheKey];
114 $this->saveToCache($cacheKey, $annots);
148 $this->saveToCache($cacheKey, $annots);
181 * @param string $cacheKey The cache key.
200 * @param string $cacheKey The cache key.
205 private function saveToCache($cacheKey, $value) argument
207 $this->cache->save($cacheKey, $value);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1024 $cacheKey = null;
1026 $cacheKey = strtolower($token[1]);
1028 $cacheKey = $token[0];
1031 … if ($cacheKey !== null && isset(self::$_resolveTokenCache[$cacheKey]) === true) {
1534 $cacheKey = null;
1536 $cacheKey = strtolower($token[1]);
1538 $cacheKey = $token[0];
1541 if ($cacheKey !== null && isset(self::$_resolveTokenCache[$cacheKey]) === true) {
1542 $newToken = self::$_resolveTokenCache[$cacheKey];
1553 switch ($cacheKey) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29020 var cacheKey, font, id, _ref;
29026 cacheKey = src;
29029 cacheKey = family || src;
29030 if (typeof cacheKey !== 'string') {
29031 cacheKey = null;
29037 if (font = this._fontFamilies[cacheKey]) {
29047 if (cacheKey) {
29048 this._fontFamilies[cacheKey] = this._font;
H A Dpdfmake.min.js.map1cacheKey","currentLineHeight","includeGap","registerFont","AFMFont","Subset","TTFFont","STANDARD_F…

12