Home
last modified time | relevance | path

Searched refs:allowCache (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/jin/jin-2.14.1/src/free/util/
H A DIOUtilities.java286 public static byte [] load(URL url, boolean allowCache) throws IOException{ in load() argument
287 InputStream in = inputStreamForURL(url, allowCache); in load()
320 public static String loadText(URL url, boolean allowCache) throws IOException{ in loadText() argument
321 return new String(load(url, allowCache)); in loadText()
491 return loadProperties(url, allowCache, new Properties()); in loadProperties()
505 return loadPropertiesAndClose(inputStreamForURL(url, allowCache), props); in loadProperties()
554 if (allowCache) in inputStreamForURL()
584 new UrlDataReader((URL[])urls.clone(), id, receiver, allowCache).run(); in loadSynchronously()
656 private final boolean allowCache; field in IOUtilities.UrlDataReader
686 this.allowCache = allowCache; in UrlDataReader()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DHttpHandlersSection.cs68 internal object LocateHandler (string verb, string filepath, out bool allowCache) in LocateHandler() argument
78 allowCache = handler.Path != "*"; in LocateHandler()
89 allowCache = handler.Path != "*"; in LocateHandler()
95 allowCache = false; in LocateHandler()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/xmpp-im/
H A Dxmpp_discoinfotask.cpp37 Private() : allowCache(true) { } in Private()
39 bool allowCache; member in DiscoInfoTask::Private
59 d->allowCache = allow; in setAllowCache()
107 if (d->allowCache && client()->capsManager()->isEnabled()) { in onGo()
152 if (d->allowCache && client()->capsManager()->isEnabled()) { in take()
/dports/net-im/psi/psi-1.5/iris/src/xmpp/xmpp-im/
H A Dxmpp_discoinfotask.cpp37 Private() : allowCache(true) { } in Private()
39 bool allowCache; member in DiscoInfoTask::Private
59 d->allowCache = allow; in setAllowCache()
107 if (d->allowCache && client()->capsManager()->isEnabled()) { in onGo()
152 if (d->allowCache && client()->capsManager()->isEnabled()) { in take()
/dports/devel/spark/spark-2.1.1/common/network-common/src/main/java/org/apache/spark/network/util/
H A DNettyUtils.java107 boolean allowCache, in createPooledByteBufAllocator() argument
118 allowCache ? getPrivateStaticField("DEFAULT_TINY_CACHE_SIZE") : 0, in createPooledByteBufAllocator()
119 allowCache ? getPrivateStaticField("DEFAULT_SMALL_CACHE_SIZE") : 0, in createPooledByteBufAllocator()
120 allowCache ? getPrivateStaticField("DEFAULT_NORMAL_CACHE_SIZE") : 0 in createPooledByteBufAllocator()
/dports/www/joomla3/joomla3-3.9.24/components/com_finder/controllers/
H A Dsuggestions.json.php33 $app->allowCache(false);
62 $app->allowCache(false);
/dports/www/joomla3/joomla3-3.9.24/libraries/legacy/response/
H A Dresponse.php64 public static function allowCache($allow = null) function in JResponse
66 return JFactory::getApplication()->allowCache($allow);
/dports/www/bolt/bolt-2.2.24/vendor/bolt/thumbs/src/
H A DThumbnailResponder.php20 public $allowCache = false; variable in Bolt\\Thumbs\\ThumbnailResponder
70 $this->allowCache = true;
154 if ($this->allowCache) {
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/arcgis/
H A Dqgsarcgisrestquery.h119 …void start( const QUrl &url, const QString &authCfg, QByteArray *result, bool allowCache = false, …
136 void start( const QVector<QUrl> &urls, QVector<QByteArray> *results, bool allowCache = false );
H A Dqgsarcgisrestquery.cpp441 …art( const QUrl &url, const QString &authCfg, QByteArray *result, bool allowCache, const QgsString… in start() argument
459 if ( allowCache ) in start()
508 …yncParallelQuery::start( const QVector<QUrl> &urls, QVector<QByteArray> *results, bool allowCache ) in start() argument
532 if ( allowCache ) in start()
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Document/
H A DJsonDocument.php72 $app->allowCache($cache);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_media/views/imageslist/
H A Dview.html.php31 JFactory::getApplication()->allowCache(false);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_media/views/medialist/
H A Dview.html.php38 $app->allowCache(false);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/accountcreation/
H A DFetchHTTP.jsm97 * @param {boolean} allowCache (default true)
121 this._args.allowCache =
122 "allowCache" in args ? Sanitizer.boolean(args.allowCache) : true; // default true
176 if (!this._args.allowCache) {
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/arcgisrest/
H A Dqgsarcgisrestutils.h121 …void start( const QUrl &url, const QString &authCfg, QByteArray *result, bool allowCache = false, …
138 void start( const QVector<QUrl> &urls, QVector<QByteArray> *results, bool allowCache = false );
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/
H A DDbConnectionFactory.cs563 bool allowCache = false; in GetMetaDataFactory()
564 metaDataFactory = CreateMetaDataFactory(internalConnection, out allowCache); in GetMetaDataFactory()
565 if (allowCache) in GetMetaDataFactory()
/dports/www/joomla3/joomla3-3.9.24/components/com_config/controller/
H A Ddisplay.php109 $this->app->allowCache(false);
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Exception/
H A DExceptionHandler.php116 $app->allowCache(false);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbConnectionFactory.cs469 bool allowCache = false; in GetMetaDataFactory()
470 metaDataFactory = CreateMetaDataFactory(internalConnection, out allowCache); in GetMetaDataFactory()
471 if (allowCache) { in GetMetaDataFactory()
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/application/src/
H A DAbstractWebApplication.php299 if (!$this->allowCache())
438 public function allowCache($allow = null) function in Joomla\\Application\\AbstractWebApplication
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Dremote-login-service.vala47 …vers_for_login (string url, string emailAddress, string password, bool allowCache, out bool loginS…
/dports/www/joomla3/joomla3-3.9.24/components/com_ajax/
H A Dajax.php23 $app->allowCache(false);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_languages/controllers/
H A Doverride.php32 JFactory::getApplication()->allowCache(false);
/dports/www/wt/wt-4.6.1/src/web/
H A DWebRenderer.h133 void setCaching(WebResponse& response, bool allowCache);
/dports/www/falkon/falkon-3.2.0/src/lib/preferences/
H A Dpreferences.cpp320 ui->allowCache->setChecked(settings.value("AllowLocalCache", true).toBool()); in Preferences()
324 connect(ui->allowCache, &QAbstractButton::clicked, this, &Preferences::allowCacheChanged); in Preferences()
326 allowCacheChanged(ui->allowCache->isChecked()); in Preferences()
987 settings.setValue("AllowLocalCache", ui->allowCache->isChecked()); in saveSettings()

12