Home
last modified time | relevance | path

Searched refs:maxCache (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/jules/
H A DIdleTileCache.java44 public JulesTile getIdleTileWorker(int maxCache) { in getIdleTileWorker() argument
47 idleTileWorkerCacheList.ensureCapacity(maxCache); in getIdleTileWorker()
50 for (int i = 0; i < maxCache && idleBuffers.size() > 0; i++) { in getIdleTileWorker()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/jules/
H A DIdleTileCache.java44 public JulesTile getIdleTileWorker(int maxCache) { in getIdleTileWorker() argument
47 idleTileWorkerCacheList.ensureCapacity(maxCache); in getIdleTileWorker()
50 for (int i = 0; i < maxCache && idleBuffers.size() > 0; i++) { in getIdleTileWorker()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Metadata/
H A DSAMLBuilder.php53 private $maxCache = null; variable in SimpleSAML\\Metadata\\SAMLBuilder
68 …* @param int|null $maxCache The maximum time in seconds the metadata should be cached. Defaults to…
73 public function __construct($entityId, $maxCache = null, $maxDuration = null) argument
77 $this->maxCache = $maxCache;
97 if ($this->maxCache !== null) {
98 $this->entityDescriptor->setCacheDuration('PT' . $this->maxCache . 'S');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Metadata/
H A DSAMLBuilder.php28 private $maxCache = null; variable in SimpleSAML_Metadata_SAMLBuilder
43 …* @param double|null $maxCache The maximum time in seconds the metadata should be cached. Defaults…
47 public function __construct($entityId, $maxCache = null, $maxDuration = null) argument
51 $this->maxCache = $maxCache;
67 if ($this->maxCache !== null) {
68 $this->entityDescriptor->cacheDuration = 'PT'.$this->maxCache.'S';
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/lib/WordNet/Similarity/
H A DGlossFinder.pm164 $self->{maxCache} = 5000;
283 if(scalar(@{$self->{cachelist}->[0]}) > $self->{maxCache})
299 if(scalar(@{$self->{cachelist}->[1]}) > $self->{maxCache})
/dports/lang/voc/voc-63008f6/src/library/s3/
H A DethBTrees.Mod101 Files.WriteInt(R, T.maxCache);
132 IF T.noCache > T.maxCache THEN
145 T.noCache := T.maxCache
573 IF T.maxCache < 4 THEN
574 T.maxCache := 4
579 Files.WriteInt(R, T.maxCache);
616 IF T.noCache > T.maxCache THEN
629 T.noCache := T.maxCache
1061 IF T.maxCache < 4 THEN
1062 T.maxCache := 4
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dtracks.c121 if (tc->maxCache) { in mk_createTrack()
123 if (mk_writeUInt(ti, MATROSKA_ID_TRACKMAXCACHE, tc->maxCache) < 0) in mk_createTrack()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dtracks.c121 if (tc->maxCache) { in mk_createTrack()
123 if (mk_writeUInt(ti, MATROSKA_ID_TRACKMAXCACHE, tc->maxCache) < 0) in mk_createTrack()
/dports/multimedia/avidemux/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dtracks.c121 if (tc->maxCache) { in mk_createTrack()
123 if (mk_writeUInt(ti, MATROSKA_ID_TRACKMAXCACHE, tc->maxCache) < 0) in mk_createTrack()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dtracks.c121 if (tc->maxCache) { in mk_createTrack()
123 if (mk_writeUInt(ti, MATROSKA_ID_TRACKMAXCACHE, tc->maxCache) < 0) in mk_createTrack()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/include/
H A Dlibmkv.h183 uint8_t maxCache; member
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/include/
H A Dlibmkv.h183 uint8_t maxCache; member
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/include/
H A Dlibmkv.h183 uint8_t maxCache; member
/dports/multimedia/avidemux/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/include/
H A Dlibmkv.h183 uint8_t maxCache; member
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosNotification/src/
H A DPusherSupplier_impl.erl128 maxCache,
143 maxCache = cosNotificationApp:max_events()}).
979 check_cache(#state{maxCache = Max, cacheTimeout = Timeout,
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosNotification/src/
H A DPusherSupplier_impl.erl128 maxCache,
143 maxCache = cosNotificationApp:max_events()}).
979 check_cache(#state{maxCache = Max, cacheTimeout = Timeout,
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosNotification/src/
H A DPusherSupplier_impl.erl128 maxCache,
143 maxCache = cosNotificationApp:max_events()}).
979 check_cache(#state{maxCache = Max, cacheTimeout = Timeout,
/dports/lang/erlang/corba-5.0.2/lib/cosNotification/src/
H A DPusherSupplier_impl.erl128 maxCache,
143 maxCache = cosNotificationApp:max_events()}).
979 check_cache(#state{maxCache = Max, cacheTimeout = Timeout,
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosNotification/src/
H A DPusherSupplier_impl.erl128 maxCache,
143 maxCache = cosNotificationApp:max_events()}).
979 check_cache(#state{maxCache = Max, cacheTimeout = Timeout,
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlarray.hpp37 maxCache = 1000 * 1000 // ComplexDbl is 16 bytes enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/third_party/fathom/
H A Dfathom.jsm1054 * Lhses are responsible for maintaining ruleset.maxCache.
1345 ruleset.maxCache,
2560 * Clear the typeCache and maxCache, usually in the wake of changing
2564 … this.maxCache = new Map(); // type => Array of max fnode (or fnodes, if tied) of this type
/dports/www/firefox/firefox-99.0/toolkit/modules/third_party/fathom/
H A Dfathom.jsm1095 * Lhses are responsible for maintaining ruleset.maxCache.
1386 ruleset.maxCache,
2602 * Clear the typeCache and maxCache, usually in the wake of changing
2606 … this.maxCache = new Map(); // type => Array of max fnode (or fnodes, if tied) of this type
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/third_party/fathom/
H A Dfathom.jsm1095 * Lhses are responsible for maintaining ruleset.maxCache.
1386 ruleset.maxCache,
2602 * Clear the typeCache and maxCache, usually in the wake of changing
2606 … this.maxCache = new Map(); // type => Array of max fnode (or fnodes, if tied) of this type
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/third_party/fathom/
H A Dfathom.jsm1095 * Lhses are responsible for maintaining ruleset.maxCache.
1386 ruleset.maxCache,
2602 * Clear the typeCache and maxCache, usually in the wake of changing
2606 … this.maxCache = new Map(); // type => Array of max fnode (or fnodes, if tied) of this type
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DTYPEIDCODE.sml1332 val maxCache = getMaxDepth polyVarMap (t, 1) value
1333 val cacheEntry = List.nth(polyVarMap, List.length polyVarMap - maxCache)

12