Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 176 for v0 (0.08 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/testers/MapGetOrDefaultTester.java

        assertEquals(
            "getOrDefault(present, def) should return the associated value",
            v0(),
            getMap().getOrDefault(k0(), v3()));
      }
    
      @CollectionSize.Require(absent = ZERO)
      public void testGetOrDefault_presentNullDefault() {
        assertEquals(
            "getOrDefault(present, null) should return the associated value",
            v0(),
            getMap().getOrDefault(k0(), null));
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    - golang.org/x/mod: 86c51ed → v0.8.0
    - golang.org/x/net: v0.7.0 → v0.8.0
    - golang.org/x/sync: 886fb93 → v0.1.0
    - golang.org/x/sys: v0.5.0 → v0.6.0
    - golang.org/x/term: v0.5.0 → v0.6.0
    - golang.org/x/text: v0.7.0 → v0.8.0
    - golang.org/x/tools: v0.1.12 → v0.6.0
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.36 → v0.0.37
    
    ### Removed
    _Nothing has changed._
    
    
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.23.md

    - k8s.io/system-validators: v1.5.0 → v1.6.0
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.23 → v0.0.25
    - sigs.k8s.io/kustomize/api: v0.8.11 → v0.10.1
    - sigs.k8s.io/kustomize/cmd/config: v0.9.13 → v0.10.2
    - sigs.k8s.io/kustomize/kustomize/v4: v4.2.0 → v4.4.1
    - sigs.k8s.io/kustomize/kyaml: v0.11.0 → v0.13.0
    - sigs.k8s.io/structured-merge-diff/v4: v4.1.2 → v4.2.0
    
    ### Removed
    _Nothing has changed._
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  4. common/config/license-lint.yml

    - github.com/opencontainers/runc
    
    # MIT: https://github.com/felixge/fgprof/blob/master/LICENSE.txt
    - github.com/felixge/fgprof
    
    # Apache 2.0
    - github.com/google/pprof
    
    # MIT: https://github.com/invopop/yaml/blob/v0.1.0/LICENSE
    - github.com/invopop/yaml
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Jan 25 19:26:20 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  5. .github/workflows/issues.yaml

    name: Issue Workflow
    
    on:
      issues:
        types:
          - opened
    
    jobs:
      add-to-project:
        name: Add issue to project
        runs-on: ubuntu-latest
        steps:
          - uses: actions/add-to-project@v0.5.0
            with:
              project-url: https://github.com/orgs/miniohq/projects/2
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 11 07:02:00 UTC 2024
    - 338 bytes
    - Viewed (0)
  6. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

                      }
                    }));
        assertGet(k0(), v0(), v3(), v4());
      }
    
      @CollectionSize.Require(absent = ZERO)
      @MapFeature.Require(SUPPORTS_PUT)
      public void testPutAllNonEmptyCollectionOnPresentKey() {
        assertTrue(multimap().putAll(k0(), Lists.newArrayList(v3(), v4())));
        assertGet(k0(), v0(), v3(), v4());
      }
    
      @MapFeature.Require(SUPPORTS_PUT)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm64.s

    	VCMEQ	V1.H4, V2.H4, V3.H4             // 438c612e
    	VORR	V5.B16, V4.B16, V3.B16          // 831ca54e
    	VADD	V16.S4, V5.S4, V9.S4            // a984b04e
    	VEOR	V0.B16, V1.B16, V0.B16          // 201c206e
    	VADDV	V0.S4, V0                       // 00b8b14e
    	VMOVI	$82, V0.B16                     // 40e6024f
    	VUADDLV	V6.B16, V6                      // c638306e
    	VADD	V1, V2, V3                      // 4384e15e
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jul 24 18:45:14 UTC 2024
    - 95.2K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/s390x.s

    	VMNH	V1, V2, V30             // e7e1200018fe
    	VERLLVF	V2, V30, V27            // e7be20002c73
    	VSCBIB	V0, V23, V24            // e78700000cf5
    	VN	V2, V1, V0              // e70210000068
    	VNC	V2, V1, V0              // e70210000069
    	VO	V2, V1, V0              // e7021000006a
    	VX	V2, V1, V0              // e7021000006d
    	VN	V16, V1                 // e71010000468
    	VNC	V16, V1                 // e71010000469
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:49:24 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.16.md

    - github.com/go-openapi/loads: [v0.17.2 → v0.19.2](https://github.com/go-openapi/loads/compare/v0.17.2...v0.19.2)
    - github.com/go-openapi/runtime: [v0.17.2 → v0.19.0](https://github.com/go-openapi/runtime/compare/v0.17.2...v0.19.0)
    - github.com/go-openapi/spec: [v0.17.2 → v0.19.2](https://github.com/go-openapi/spec/compare/v0.17.2...v0.19.2)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  10. android/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeTester.java

            v3(),
            getMap()
                .compute(
                    k0(),
                    (k, v) -> {
                      assertEquals(k0(), k);
                      assertEquals(v0(), v);
                      return v3();
                    }));
        expectReplacement(entry(k0(), v3()));
        assertEquals(getNumElements(), getMap().size());
      }
    
      @MapFeature.Require({SUPPORTS_PUT, SUPPORTS_REMOVE})
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top