Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Present (0.12 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

         * ValueReference instance.
         */
        boolean isLoading();
    
        /**
         * Returns true if this reference contains an active value, meaning one that is still considered
         * present in the cache. Active values consist of live values, which are returned by cache
         * lookups, and dead values, which have been evicted but awaiting removal. Non-active values
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 19:35:11 UTC 2025
    - 148.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * kubectl get -o jsonpath=... will now throw an error if the path is to a field not present in the json, even if the path is for a field valid for the type.  This is a change from the pre-1.5 behavior, which would return the default value for some fields even if they were not present in the json. ([#37991](https://github.com/kubernetes/kubernetes/pull/37991), [@pwittrock](https://github.com/pwittrock))
    
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

                if (getType() != TYPE_WORKGROUP) {
                    break;
                }
                req.subCommand = (byte) SmbComTransaction.NET_SERVER_ENUM3;
                req.reset(0, ((NetServerEnum2Response) resp).lastName);
                resp.reset();
            } while (more);
        }
    
        void doFindFirstNext(final ArrayList list, final boolean files, final String wildcard, final int searchAttributes,
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Pray don't trouble yourself to say it any longer than that,'
    said Alice.
    
      `Oh, don't talk about trouble!' said the Duchess.  `I make you
    a present of everything I've said as yet.'
    
      `A cheap sort of present!' thought Alice.  `I'm glad they don't
    give birthday presents like that!'  But she did not venture to
    say it out loud.
    
      `Thinking again?' the Duchess asked, with another dig of her
    sharp little chin.
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        assertThat(listener.getCount()).isEqualTo(0);
        table.set(0, entryTwo);
        assertThat(segment.reclaimKey(entryThree, hashThree)).isFalse();
        assertThat(listener.getCount()).isEqualTo(0);
    
        // present
        table.set(0, entryOne);
        segment.count = 1;
        assertThat(segment.reclaimKey(entryOne, hashOne)).isTrue();
        assertThat(listener.getCount()).isEqualTo(1);
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 12 00:25:21 UTC 2025
    - 115.9K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/cache/LocalCacheTest.java

        assertThat(listener.getCount()).isEqualTo(0);
        table.set(0, entryTwo);
        assertThat(segment.reclaimKey(entryThree, hashThree)).isFalse();
        assertThat(listener.getCount()).isEqualTo(0);
    
        // present
        table.set(0, entryOne);
        segment.count = 1;
        assertThat(segment.reclaimKey(entryOne, hashOne)).isTrue();
        assertThat(listener.getCount()).isEqualTo(1);
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 12 00:25:21 UTC 2025
    - 117.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.35.md

    - `etcd: Update etcd to `v3.6.6`. (#135271, @bzsuni) [SIG API Machinery, Cloud Provider, Cluster Lifecycle, Etcd and Testing]
    - Fix a bug in the kube-apiserver where a malformed Service without name can cause high CPU usage. The bug is present on the new Cluster IP allocators enabled with the feature MultiCIDRServiceAllocator (enabled by default since 1.33)
    
    
    ## Dependencies
    
    ### Added
    - cyphar.com/go-pathrs: v0.2.1
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 17 13:01:55 UTC 2025
    - 228.5K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SmbFile.java

                return this.isExists;
            }
    
            // Fast path for already resolved existence with recent cache
            if (this.isExists && (currentTime - (this.attrExpiration - getContext().getConfig().getAttributeCacheTimeout())) < 5000) {
                log.trace("Using recent positive existence cache");
                return true;
            }
    
            this.attributes = ATTR_READONLY | ATTR_DIRECTORY;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

            .build()
        val response = get(url)
        assertThat(response.body.string()).isEqualTo(entryBody)
        assertThat(response.header("Content-Length")).isEqualTo("3")
      }
    
      /** The TLS version is present in OkHttp 3.0 and beyond.  */
      @Test
      fun testGoldenCacheHttpsResponseOkHttp30() {
        val url = server.url("/")
        val urlKey = key(url)
        val prefix = get().getPrefix()
        val entryMetadata =
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Oct 03 17:41:45 UTC 2025
    - 116.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    * Bump GCI to gci-beta-56-9000-80-0 ([#41027](https://github.com/kubernetes/kubernetes/pull/41027), [@dchen1107](https://github.com/dchen1107))
    * Fix for detach volume when node is not present/ powered off ([#40118](https://github.com/kubernetes/kubernetes/pull/40118), [@BaluDontu](https://github.com/BaluDontu))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top