Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 19111 (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    _Nothing has changed._
    
    
    
    # v1.19.11
    
    
    ## Downloads for v1.19.11
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes.tar.gz](https://dl.k8s.io/v1.19.11/kubernetes.tar.gz) | 37c4174a2b859f9b51b83231ec2e61cd41eaab713bd7c9fd06fba82161ced84c95464a4fb1319ad2d04f5395745123588f75796ee31910e6ba8ce6303901f04b
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		expectError: false,
    		pod:         makePod("single-ip-family-4", "ns", []core.PodIP{{IP: "1.1.1.1"}}),
    	}, {
    		expectError: false,
    		pod:         makePod("dual-stack-4-6", "ns", []core.PodIP{{IP: "1.1.1.1"}, {IP: "::1"}}),
    	}, {
    		expectError: false,
    		pod:         makePod("dual-stack-6-4", "ns", []core.PodIP{{IP: "::1"}, {IP: "1.1.1.1"}}),
    	},
    		/* failure cases start here */
    		{
    			expectError: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	WSA_E_NO_MORE                                                             syscall.Errno = 10110
    	WSA_E_CANCELLED                                                           syscall.Errno = 10111
    	WSAEREFUSED                                                               syscall.Errno = 10112
    	WSAHOST_NOT_FOUND                                                         syscall.Errno = 11001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        TF_AnyStrAttrOf<["SAME", "VALID"]>:$padding,
        DefaultValuedOptionalAttr<TF_AnyStrAttrOf<["NDHWC", "NCDHW"]>, "\"NDHWC\"">:$data_format,
        DefaultValuedOptionalAttr<I64ArrayAttr, "{1, 1, 1, 1, 1}">:$dilations
      );
    
      let results = (outs
        TF_FloatTensor:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    
      let hasVerifier = 1;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    3188          ; mapped                 ; 1185          # 1.1  HANGUL LETTER YO-YAE
    3189          ; mapped                 ; 1188          # 1.1  HANGUL LETTER YO-I
    318A          ; mapped                 ; 1191          # 1.1  HANGUL LETTER YU-YEO
    318B          ; mapped                 ; 1192          # 1.1  HANGUL LETTER YU-YE
    318C          ; mapped                 ; 1194          # 1.1  HANGUL LETTER YU-I
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top