Home
last modified time | relevance | path

Searched refs:isCached (Results 76 – 100 of 1082) sorted by relevance

12345678910>>...44

/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialWantedCategories.php78 if ( !$res->numRows() || !$this->isCached() ) {
114 if ( !$this->isCached() ) {
/dports/www/thirtybees/thirtybees-1.1.0/modules/blocksearch/
H A Dblocksearch.php95 if (Tools::getValue('search_query') || !$this->isCached('blocksearch.tpl', $this->getCacheId()))
111 if (Tools::getValue('search_query') || !$this->isCached('blocksearch-top.tpl', $key))
/dports/irc/quassel-core/quassel-0.14-rc2/src/common/
H A Dsettings.cpp181 if (!isCached(normKey)) { in localValue()
216 if (isCached(normKey)) { in removeLocalKey()
264 bool Settings::isCached(const QString& normKey) const in isCached() function in Settings
/dports/irc/quassel/quassel-0.14-rc2/src/common/
H A Dsettings.cpp181 if (!isCached(normKey)) { in localValue()
216 if (isCached(normKey)) { in removeLocalKey()
264 bool Settings::isCached(const QString& normKey) const in isCached() function in Settings
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DInvokers.java219 boolean isCached; in invokeHandleForm()
222 isCached = true; in invokeHandleForm()
224 isCached = false; // maybe cache if mtype == mtype.basicType() in invokeHandleForm()
236 if (isCached) { in invokeHandleForm()
290 if (isCached) in invokeHandleForm()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DInvokers.java219 boolean isCached; in invokeHandleForm()
222 isCached = true; in invokeHandleForm()
224 isCached = false; // maybe cache if mtype == mtype.basicType() in invokeHandleForm()
236 if (isCached) { in invokeHandleForm()
290 if (isCached) in invokeHandleForm()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/cache/
H A DCacheEntryTest.java150 assertFalse(entry.isCached()); in verifyNotCachedIfFileIsAbsent()
160 assertFalse(entry.isCached()); in verifyNotCachedIfContentLengthsDiffer()
171 assertTrue(entry.isCached()); in verifyCachedIfContentLengthsAreSame()
184 assertTrue(entry.isCached()); in verifyCachedIfOriginalContentLengthsAreSame()
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-tools/pkg/crd/
H A Dflatten.go258 if cachedSchema, isCached := f.flattenedTypes[typ]; isCached {
398 if refSchemaCached, isCached := f.flattenedTypes[refIdent]; isCached {
/dports/misc/mnn/MNN-1.2.0/codegen/jit/
H A DLLVMJit.cpp32 bool isCached(std::string moduleId) { in isCached() function in MCJITObjectCache
56 if (!isCached(M->getModuleIdentifier())) { in getObject()
156 if (cacheObj.isCached(m.getModuleIdentifier())) { in optimizeModule()
/dports/www/thirtybees/thirtybees-1.1.0/modules/blockspecials/
H A Dblockspecials.php160 || !$this->isCached('blockspecials.tpl', $this->getCacheId('blockspecials|'.$random))
244 if (!$this->isCached('tab.tpl', $this->getCacheId('blockspecials-tab'))) {
272 if (!$this->isCached('blockspecials-home.tpl', $this->getCacheId('blockspecials-home'))) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specialpage/
H A DQueryPage.php297 public function isCached() { function in QueryPage
453 if ( $this->isCached() ) {
545 if ( $this->isCached() && $this->isCacheable() ) {
690 if ( $this->isCached() && !$this->isCacheable() ) {
702 if ( !$this->isCached() ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specialpage/
H A DQueryPage.php297 public function isCached() { function in QueryPage
453 if ( $this->isCached() ) {
545 if ( $this->isCached() && $this->isCacheable() ) {
690 if ( $this->isCached() && !$this->isCacheable() ) {
702 if ( !$this->isCached() ) {
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dresources.h64 bool isCached(const Common::String &filename) const;
114 bool isInCache(const Common::String &filename) const { return _cache.isCached(filename); } in isInCache()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dresources.h64 bool isCached(const Common::String &filename) const;
114 bool isInCache(const Common::String &filename) const { return _cache.isCached(filename); } in isInCache()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DConnectionDemuxer.cs87 ConnectionModeReader SetupModeReader(IConnection connection, bool isCached) in SetupModeReader() argument
90 if (isCached) in SetupModeReader()
218 void OnConnectionModeKnownCore(ConnectionModeReader modeReader, bool isCached) in OnConnectionModeKnownCore() argument
244 if (!isCached) in OnConnectionModeKnownCore()
/dports/finance/prestashop/prestashop/classes/controller/
H A DController.php666 protected function isCached($template, $cache_id = null, $compile_id = null) function in ControllerCore
669 $isCached = $this->context->smarty->isCached($template, $cache_id, $compile_id);
672 return $isCached;
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Form/
H A DFormStateTest.php261 $this->assertSame($expected, $form_state->isCached());
264 $this->assertSame($expected, $form_state->isCached());
312 $this->assertTrue($form_state->isCached());
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Form/
H A DFormStateTest.php261 $this->assertSame($expected, $form_state->isCached());
264 $this->assertSame($expected, $form_state->isCached());
312 $this->assertTrue($form_state->isCached());
/dports/www/thirtybees/thirtybees-1.1.0/modules/blocknewproducts/
H A Dblocknewproducts.php182 if (!$this->isCached('blocknewproducts.tpl', $this->getCacheId())) {
234 if (!$this->isCached('tab.tpl', $this->getCacheId('blocknewproducts-tab')))
252 if (!$this->isCached(
/dports/www/thirtybees/thirtybees-1.1.0/modules/socialsharing/
H A Dsocialsharing.php201 …if (!$this->isCached('socialsharing_header.tpl', $this->getCacheId('socialsharing_header|'.(isset(…
248 … if (!$this->isCached('socialsharing_compare.tpl', $this->getCacheId('socialsharing_compare'))) {
304 …if (!$this->isCached('socialsharing.tpl', $this->getCacheId('socialsharing|'.(isset($product->id) …
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/peterbourgon/diskv/
H A Dindex_test.go106 for i := 0; i < 10 && !d2.isCached(keys[0]); i++ {
109 if !d2.isCached(keys[0]) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryQueryPage.php94 if ( $qp->isCached() ) {
108 if ( $qp->isCached() && !$qp->isCacheable() ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryQueryPage.php102 if ( $qp->isCached() ) {
116 if ( $qp->isCached() && !$qp->isCacheable() ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryQueryPage.php98 if ( $qp->isCached() ) {
112 if ( $qp->isCached() && !$qp->isCacheable() ) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/peterbourgon/diskv/
H A Dindex_test.go106 for i := 0; i < 10 && !d2.isCached(keys[0]); i++ {
109 if !d2.isCached(keys[0]) {

12345678910>>...44