Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 80 for secondary (0.42 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

    * When using IP aliases, use a secondary range rather than subnetwork to reserve cluster IPs. ([#51690](https://github.com/kubernetes/kubernetes/pull/51690), [@bowei](https://github.com/bowei))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  2. api/go1.txt

    pkg syscall (linux-386), const IFA_F_NODAD ideal-int
    pkg syscall (linux-386), const IFA_F_OPTIMISTIC ideal-int
    pkg syscall (linux-386), const IFA_F_PERMANENT ideal-int
    pkg syscall (linux-386), const IFA_F_SECONDARY ideal-int
    pkg syscall (linux-386), const IFA_F_TEMPORARY ideal-int
    pkg syscall (linux-386), const IFA_F_TENTATIVE ideal-int
    pkg syscall (linux-386), const IFA_LABEL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  3. cmd/erasure-healing_test.go

    			})
    			if err != nil {
    				t.Fatal(err)
    			}
    
    			secondGr, err := obj.GetObjectNInfo(ctx, bucket, object, nil, nil, ObjectOptions{NoLock: true})
    			if err != nil {
    				t.Fatal(err)
    			}
    			defer secondGr.Close()
    
    			secondHealedH := sha256.New()
    			_, err = io.Copy(secondHealedH, secondGr)
    			if err != nil {
    				t.Fatal(err)
    			}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Mar 27 15:10:40 GMT 2024
    - 47.6K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

      private static boolean isInterruptible(Method method) {
        return Arrays.asList(method.getExceptionTypes()).contains(InterruptedException.class);
      }
    
      /** Sorts the given methods primarily by name and secondarily by number of parameters. */
      private static void sortMethods(Method[] methods) {
        Arrays.sort(
            methods,
            new Comparator<Method>() {
              @Override
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Apr 17 14:48:57 GMT 2023
    - 27.4K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

      private static boolean isInterruptible(Method method) {
        return Arrays.asList(method.getExceptionTypes()).contains(InterruptedException.class);
      }
    
      /** Sorts the given methods primarily by name and secondarily by number of parameters. */
      private static void sortMethods(Method[] methods) {
        Arrays.sort(
            methods,
            new Comparator<Method>() {
              @Override
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Apr 17 14:48:57 GMT 2023
    - 26.1K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (linux-386), const IFA_F_NODAD = 2
    pkg syscall (linux-386), const IFA_F_OPTIMISTIC = 4
    pkg syscall (linux-386), const IFA_F_PERMANENT = 128
    pkg syscall (linux-386), const IFA_F_SECONDARY = 1
    pkg syscall (linux-386), const IFA_F_TEMPORARY = 1
    pkg syscall (linux-386), const IFA_F_TENTATIVE = 64
    pkg syscall (linux-386), const IFA_LABEL = 3
    pkg syscall (linux-386), const IFA_LOCAL = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/references/Fe10IdeNormalAnalysisSourceModuleReferenceResolveTestGenerated.java

          runTest("analysis/analysis-api/testData/referenceResolve/constructorDelegatingReference/toPrimary.kt");
        }
    
        @Test
        @TestMetadata("toSecondary.kt")
        public void testToSecondary() {
          runTest("analysis/analysis-api/testData/referenceResolve/constructorDelegatingReference/toSecondary.kt");
        }
      }
    
      @Nested
      @TestMetadata("analysis/analysis-api/testData/referenceResolve/danglingAnnotations")
    Java
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Sat Apr 13 09:17:40 GMT 2024
    - 129.5K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      Alice went timidly up to the door, and knocked.
    
      `There's no sort of use in knocking,' said the Footman, `and
    that for two reasons.  First, because I'm on the same side of the
    door as you are; secondly, because they're making such a noise
    inside, no one could possibly hear you.'  And certainly there was
    a most extraordinary noise going on within--a constant howling
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      Alice went timidly up to the door, and knocked.
    
      `There's no sort of use in knocking,' said the Footman, `and
    that for two reasons.  First, because I'm on the same side of the
    door as you are; secondly, because they're making such a noise
    inside, no one could possibly hear you.'  And certainly there was
    a most extraordinary noise going on within--a constant howling
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const IFA_F_NODAD ideal-int
    pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC ideal-int
    pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT ideal-int
    pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY ideal-int
    pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY ideal-int
    pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE ideal-int
    pkg syscall (linux-arm-cgo), const IFA_LABEL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top