Home
last modified time | relevance | path

Searched refs:indexCache (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php259 static $indexCache = [];
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
284 return $indexCache[$pString];
288 return $indexCache[$pString];
304 static $indexCache = [];
306 if (!isset($indexCache[$columnIndex])) {
314 $indexCache[$columnIndex] = $base26;
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Cell/
H A DCoordinate.php261 static $indexCache = [];
263 if (isset($indexCache[$pString])) {
264 return $indexCache[$pString];
280 $indexCache[$pString] = $columnLookup[$pString];
282 return $indexCache[$pString];
286 return $indexCache[$pString];
290 return $indexCache[$pString];
306 static $indexCache = [];
308 if (!isset($indexCache[$columnIndex])) {
316 $indexCache[$columnIndex] = $base26;
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php259 static $indexCache = [];
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
284 return $indexCache[$pString];
288 return $indexCache[$pString];
304 static $indexCache = [];
306 if (!isset($indexCache[$columnIndex])) {
314 $indexCache[$columnIndex] = $base26;
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php259 static $indexCache = [];
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
284 return $indexCache[$pString];
288 return $indexCache[$pString];
304 static $indexCache = [];
306 if (!isset($indexCache[$columnIndex])) {
314 $indexCache[$columnIndex] = $base26;
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php259 static $indexCache = [];
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
284 return $indexCache[$pString];
288 return $indexCache[$pString];
304 static $indexCache = [];
306 if (!isset($indexCache[$columnIndex])) {
314 $indexCache[$columnIndex] = $base26;
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php270 static $indexCache = [];
272 if (isset($indexCache[$pString])) {
273 return $indexCache[$pString];
289 $indexCache[$pString] = $columnLookup[$pString];
291 return $indexCache[$pString];
295 return $indexCache[$pString];
299 return $indexCache[$pString];
315 static $indexCache = [];
317 if (!isset($indexCache[$columnIndex])) {
325 $indexCache[$columnIndex] = $base26;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php251 static $indexCache = [];
253 if (isset($indexCache[$pString])) {
254 return $indexCache[$pString];
270 $indexCache[$pString] = $columnLookup[$pString];
272 return $indexCache[$pString];
276 return $indexCache[$pString];
280 return $indexCache[$pString];
296 static $indexCache = [];
298 if (!isset($indexCache[$columnIndex])) {
306 $indexCache[$columnIndex] = $base26;
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php251 static $indexCache = [];
253 if (isset($indexCache[$pString])) {
254 return $indexCache[$pString];
270 $indexCache[$pString] = $columnLookup[$pString];
272 return $indexCache[$pString];
276 return $indexCache[$pString];
280 return $indexCache[$pString];
296 static $indexCache = [];
298 if (!isset($indexCache[$columnIndex])) {
306 $indexCache[$columnIndex] = $base26;
[all …]
/dports/devel/performance/Performance-0.5.0/
H A DGSIndexedSkipList.m90 l->indexCache[i] = 0;
136 if (l->indexCache[k] < index)
139 depth = l->indexCache[k];
229 if (l->indexCache[k] < index)
232 depth = l->indexCache[k];
300 if (l->indexCache[k] < index)
303 depth = l->indexCache[k];
323 l->indexCache[k] = depth;
341 if (l->indexCache[k] < index)
344 depth = l->indexCache[k];
[all …]
H A DGSIndexedSkipList.h62 unsigned indexCache[GSISLMaxNumberOfLevels]; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativepropertycache.cpp142 for (int ii = 0; ii < indexCache.count(); ++ii) { in clear()
143 if (indexCache.at(ii)) indexCache.at(ii)->release(); in clear()
163 indexCache.clear(); in clear()
217 cache->indexCache = indexCache; in copy()
223 for (int ii = 0; ii < indexCache.count(); ++ii) { in copy()
224 if (indexCache.at(ii)) indexCache.at(ii)->addref(); in copy()
299 indexCache.resize(propCount); in append()
309 indexCache[ii] = data; in append()
349 indexCache.reserve(metaObject->propertyCount()); in update()
358 if (index < 0 || index >= indexCache.count()) in property()
[all …]
H A Dqdeclarativepropertycache_p.h174 IndexCache indexCache; variable
204 return indexCache.at(data->overrideIndex); in overrideData()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridfunctionspace/
H A Dloadbalance.hh247 IndexCache indexCache(gfs); in loadBalanceMapFiller() local
254 indexCache.update(e); in loadBalanceMapFiller()
255 localView.bind(indexCache); in loadBalanceMapFiller()
302 IndexCache indexCache(gfs); in loadBalanceMapReader() local
309 indexCache.update(e); in loadBalanceMapReader()
310 localView.bind(indexCache); in loadBalanceMapReader()
/dports/net-mgmt/thanos/thanos-0.11.0/cmd/thanos/
H A Dstore.go215 var indexCache storecache.IndexCache
217 indexCache, err = storecache.NewIndexCache(logger, indexCacheContentYaml, reg)
219indexCache, err = storecache.NewInMemoryIndexCacheWithConfig(logger, reg, storecache.InMemoryIndex…
248 indexCache,
/dports/audio/py-music21/music21-7.1.0/music21/stream/
H A Dcore.py285 indexCache = None
287 indexCache = self._cache['index']
292 if keepIndex and indexCache is not None:
293 self._cache['index'] = indexCache
/dports/textproc/py-wordnet/pywordnet-2.0.1/
H A Dwordnet.py949 self.indexCache = shelve.open(self.shelfname, 'r')
971 return len(self.indexCache)
987 return self.indexCache[index]
1019 keys = self.indexCache.keys()
1035 return self.indexCache.has_key(key)
1048 indexCache = shelve.open(tempname)
1059 indexCache[key] = line
1061 indexCache.close()
1067 self.indexCache = shelve.open(self.shelfname, 'r')
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/cmd/thanos/
H A Dstore.go282 var indexCache storecache.IndexCache
284 indexCache, err = storecache.NewIndexCache(logger, indexCacheContentYaml, reg)
286indexCache, err = storecache.NewInMemoryIndexCacheWithConfig(logger, reg, storecache.InMemoryIndex…
323 store.WithIndexCache(indexCache),
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/block/indexheader/
H A Djson_reader.go41 type indexCache struct { struct
153 v := indexCache{
255 var v indexCache
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/truetype/
H A Dface.go194 for i := range a.indexCache {
195 a.indexCache[i].rune = -1
231 indexCache [indexCacheLen]indexCacheEntry member
240 c := &a.indexCache[r&mask]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/truetype/
H A Dface.go194 for i := range a.indexCache {
195 a.indexCache[i].rune = -1
231 indexCache [indexCacheLen]indexCacheEntry member
240 c := &a.indexCache[r&mask]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/truetype/
H A Dface.go193 for i := range a.indexCache {
194 a.indexCache[i].rune = -1
230 indexCache [indexCacheLen]indexCacheEntry member
239 c := &a.indexCache[r&mask]
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DInteraction.cpp1147 if ( !lightTris->indexCache && r_useIndexBuffers.GetBool() ) { in AddActiveInteraction()
1148 …->indexes, lightTris->numIndexes * sizeof( lightTris->indexes[0] ), &lightTris->indexCache, true ); in AddActiveInteraction()
1150 if ( lightTris->indexCache ) { in AddActiveInteraction()
1151 vertexCache.Touch( lightTris->indexCache ); in AddActiveInteraction()
1229 if ( !shadowTris->indexCache && r_useIndexBuffers.GetBool() ) { in AddActiveInteraction()
1230 …ndexes, shadowTris->numIndexes * sizeof( shadowTris->indexes[0] ), &shadowTris->indexCache, true ); in AddActiveInteraction()
1231 vertexCache.Touch( shadowTris->indexCache ); in AddActiveInteraction()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsAttrAndChildArray.cpp59 static IndexCacheSlot indexCache[CACHE_NUM_SLOTS]; variable
67 indexCache[ix].array = aArray; in AddIndexToCache()
68 indexCache[ix].index = aIndex; in AddIndexToCache()
77 return indexCache[ix].array == aArray ? indexCache[ix].index : -1; in GetIndexFromCache()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/store/
H A Dbucket_test.go928 indexCache: noopCache{},
1140 indexCache: noopCache{},
1373indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.InMemoryInde…
1416 indexCache: indexCache,
1455 indexCache: indexCache,
1471 indexCache: indexCache,
1624indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.InMemoryInde…
1641 WithIndexCache(indexCache),
1733 WithIndexCache(indexCache),
1877 WithIndexCache(indexCache),
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/store/
H A Dbucket.go220 indexCache storecache.IndexCache member
254 indexCache storecache.IndexCache,
283 indexCache: indexCache,
474 s.indexCache,
1188 indexCache storecache.IndexCache member
1208 indexCache storecache.IndexCache,
1217 indexCache: indexCache,
1478 fromCache, _ := r.block.indexCache.FetchMultiPostings(r.ctx, r.block.meta.ULID, keys)
1562 …r.block.indexCache.StorePostings(r.ctx, r.block.meta.ULID, groups[p.groupID].keys[p.keyID], pBytes)
1643 fromCache, ids := r.block.indexCache.FetchMultiSeries(r.ctx, r.block.meta.ULID, ids)
[all …]

12