Home
last modified time | relevance | path

Searched refs:CACHE_MAX_SIZE (Results 1 – 7 of 7) sorted by relevance

/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/controlpanel/
H A DTemporaryInternetFilesPanel.java68 private static final Long CACHE_MAX_SIZE = (long) Integer.MAX_VALUE; field in TemporaryInternetFilesPanel
155 …poraryInternetFilesPanel.CACHE_MIN_SIZE, TemporaryInternetFilesPanel.CACHE_MAX_SIZE, TemporaryInte… in addComponents()
160 …pinner.setToolTipText(Translator.R("TIFPCacheSizeSpinnerTooltip", CACHE_MIN_SIZE, CACHE_MAX_SIZE)); in addComponents()
409 …pinner.setToolTipText(Translator.R("TIFPCacheSizeSpinnerTooltip", CACHE_MIN_SIZE, CACHE_MAX_SIZE)); in showCacheSizeSpinnerGUIElements()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dngw.rst117 - CACHE_MAX_SIZE=67108864 - The cache maximum size in bytes. If cache
144 - CACHE_MAX_SIZE=67108864 - The cache maximum size in bytes. If cache
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dngw.rst117 - CACHE_MAX_SIZE=67108864 - The cache maximum size in bytes. If cache
144 - CACHE_MAX_SIZE=67108864 - The cache maximum size in bytes. If cache
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dngw.rst117 - CACHE_MAX_SIZE=67108864 - The cache maximum size in bytes. If cache
144 - CACHE_MAX_SIZE=67108864 - The cache maximum size in bytes. If cache
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-preloader.c38 #define CACHE_MAX_SIZE 10 macro
489 while (g_queue_get_length (self->priv->cache) >= CACHE_MAX_SIZE) { in _gth_image_preloader_add_to_cache()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dnsterm.m9443 #define CACHE_MAX_SIZE 2
9452 cache = [[NSMutableArray arrayWithCapacity:CACHE_MAX_SIZE] retain];
9546 if (!surface && [cache count] >= CACHE_MAX_SIZE)
9633 #if CACHE_MAX_SIZE == 1
9685 #undef CACHE_MAX_SIZE
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.319264 (CACHE_MAX_SIZE): Add maximum cache size.