Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 208 for 234M (0.03 sec)

  1. subprojects/core/src/test/groovy/org/gradle/initialization/layout/ProjectCacheDirTest.groovy

            def oldButRecentlyUsedCacheDir = createVersionSpecificCacheDir(GradleVersion.version("1.4.5"), USED_TODAY)
            def oldCacheDir = createVersionSpecificCacheDir(GradleVersion.version("2.3.4"), NOT_USED_WITHIN_7_DAYS)
            def currentCacheDir = createVersionSpecificCacheDir(currentVersion, NOT_USED_WITHIN_7_DAYS)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/schema-extra-example.md

    Sie können es so verwenden:
    
    === "Python 3.10+"
    
        ```Python hl_lines="23-49"
        {!> ../../../docs_src/schema_extra_example/tutorial005_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="23-49"
        {!> ../../../docs_src/schema_extra_example/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="24-50"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:19:53 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. src/internal/types/testdata/check/stmt0.go

    	}
    
    	switch x {
    	case 1:
    	case 1 /* ERROR "duplicate case" */ :
    	case ( /* ERROR "duplicate case" */ 1):
    	case 2, 3, 4:
    	case 5, 1 /* ERROR "duplicate case" */ :
    	}
    
    	switch uint64(x) {
    	case 1<<64 - 1:
    	case 1 /* ERROR "duplicate case" */ <<64 - 1:
    	case 2, 3, 4:
    	case 5, 1 /* ERROR "duplicate case" */ <<64 - 1:
    	}
    
    	var y32 float32
    	switch y32 {
    	case 1.1:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/type/DefaultArtifactTypeRegistryTest.groovy

            artifactName2.type >> "zip"
    
            registry.create().create("jar").attributes.attribute(Attribute.of("custom", String), "123")
            registry.create().create("zip").attributes.attribute(Attribute.of("custom", String), "234")
            registry.defaultArtifactAttributes.attribute(Attribute.of("custom-default", String), "123")
    
            expect:
            registry.mapAttributesFor(attrs, [artifact1, artifact2]) == attrsPlusFormat
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 11 14:43:17 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/primitives/CharsTest.java

        testRotate(new char[] {'1', '2', '3'}, 5, new char[] {'2', '3', '1'});
    
        testRotate(new char[] {'1', '2', '3', '4'}, -9, new char[] {'2', '3', '4', '1'});
        testRotate(new char[] {'1', '2', '3', '4'}, -5, new char[] {'2', '3', '4', '1'});
        testRotate(new char[] {'1', '2', '3', '4'}, -1, new char[] {'2', '3', '4', '1'});
        testRotate(new char[] {'1', '2', '3', '4'}, 0, new char[] {'1', '2', '3', '4'});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/WinError.java

        public static final int ERROR_PIPE_BUSY = 231;
        public static final int ERROR_NO_DATA = 232;
        public static final int ERROR_PIPE_NOT_CONNECTED = 233;
        public static final int ERROR_MORE_DATA = 234;
        public static final int ERROR_SERVICE_NOT_INSTALLED = 2184;
        public static final int ERROR_NO_BROWSER_SERVERS_FOUND = 6118;
    
        static final int[] WINERR_CODES = {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndGiven

    00000420  91 b0 e5 3b c0 58 5d fe  5d bd 0a 6c 19 ea        |...;.X].]..l..|
    >>> Flow 3 (client to server)
    00000000  14 03 03 00 01 01 17 03  03 02 11 9e 9e cf 44 84  |..............D.|
    00000010  df e7 23 47 2d 4e 85 fa  f2 02 2a 79 4d 3a 3d df  |..#G-N....*yM:=.|
    00000020  48 95 2e d7 0d 3c d0 05  fc bf bb 23 0a 25 59 76  |H....<.....#.%Yv|
    00000030  fd 04 f8 f0 81 88 85 9f  99 f0 55 91 9a 79 8a 39  |..........U..y.9|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/reduce_while_operands.mlir

          %cst_4 = "arith.constant" () {value = dense<1> : tensor<i32>} : () -> tensor<i32>
          %4 = "tfl.add"(%arg2, %cst_4) {fused_activation_function = "NONE"} : (tensor<i32>, tensor<i32>) -> tensor<i32>
          "tfl.yield"(%2, %3, %4) : (tensor<f32>, tensor<f32>, tensor<i32>) -> ()
        }
      ) : (tensor<f32>, tensor<f32>, tensor<i32>) -> (tensor<f32>, tensor<f32>, tensor<i32>)
      func.return %0#2 : tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 14:24:59 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  9. pkg/kube/krt/join_test.go

    	pod2 := &corev1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "name2",
    			Namespace: "namespace",
    			Labels:    map[string]string{"app": "foo"},
    		},
    		Status: corev1.PodStatus{PodIP: "2.3.4.5"},
    	}
    	pc.CreateOrUpdateStatus(pod)
    	pc.CreateOrUpdateStatus(pod2)
    	assert.EventuallyEqual(t, fetch, []SimpleEndpoint{
    		{pod.Name, svc.Name, pod.Namespace, pod.Status.PodIP},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 09 19:55:53 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_riscv64.go

    	SYS_MUNLOCK                = 229
    	SYS_MLOCKALL               = 230
    	SYS_MUNLOCKALL             = 231
    	SYS_MINCORE                = 232
    	SYS_MADVISE                = 233
    	SYS_REMAP_FILE_PAGES       = 234
    	SYS_MBIND                  = 235
    	SYS_GET_MEMPOLICY          = 236
    	SYS_SET_MEMPOLICY          = 237
    	SYS_MIGRATE_PAGES          = 238
    	SYS_MOVE_PAGES             = 239
    	SYS_RT_TGSIGQUEUEINFO      = 240
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 23 11:00:41 UTC 2019
    - 8.9K bytes
    - Viewed (0)
Back to top