Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for wieder (0.13 sec)

  1. src/crypto/tls/handshake_messages.go

    			if !extData.ReadUint16LengthPrefixed(&binders) || binders.Empty() {
    				return false
    			}
    			for !binders.Empty() {
    				var binder []byte
    				if !readUint8LengthPrefixed(&binders, &binder) ||
    					len(binder) == 0 {
    					return false
    				}
    				m.pskBinders = append(m.pskBinders, binder)
    			}
    		default:
    			// Ignore unknown extensions.
    			continue
    		}
    
    		if !extData.Empty() {
    			return false
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ==== Replacement and upgrade of JSch
    
    http://www.jcraft.com/jsch/[JSch] has been replaced by https://github.com/mwiede/jsch[`com.github.mwiede:jsch`] and updated from 0.1.55 to https://github.com/mwiede/jsch/releases/tag/jsch-0.2.16[0.2.16]
    
    ==== Upgrade to Eclipse JGit 5.13.3
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. src/crypto/tls/handshake_server_test.go

    		b.Fatalf("handshake failed: %v", err)
    	}
    	serverConn.Close()
    	flows := serverConn.(*recordingConn).flows
    
    	feeder := make(chan struct{})
    	clientConn, serverConn = localPipe(b)
    
    	go func() {
    		for range feeder {
    			for i, f := range flows {
    				if i%2 == 0 {
    					clientConn.Write(f)
    					continue
    				}
    				ff := make([]byte, len(f))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                    "name": "nameValue"
                  },
                  "readOnly": true,
                  "options": {
                    "optionsKey": "optionsValue"
                  }
                },
                "cinder": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                    "name": "nameValue"
                  },
                  "readOnly": true,
                  "options": {
                    "optionsKey": "optionsValue"
                  }
                },
                "cinder": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json

                    "name": "nameValue"
                  },
                  "readOnly": true,
                  "options": {
                    "optionsKey": "optionsValue"
                  }
                },
                "cinder": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

                  "name": "nameValue"
                },
                "readOnly": true,
                "options": {
                  "optionsKey": "optionsValue"
                }
              },
              "cinder": {
                "volumeID": "volumeIDValue",
                "fsType": "fsTypeValue",
                "readOnly": true,
                "secretRef": {
                  "name": "nameValue"
                }
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.json

                    "name": "nameValue"
                  },
                  "readOnly": true,
                  "options": {
                    "optionsKey": "optionsValue"
                  }
                },
                "cinder": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.json

                    "name": "nameValue"
                  },
                  "readOnly": true,
                  "options": {
                    "optionsKey": "optionsValue"
                  }
                },
                "cinder": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

                    "name": "nameValue"
                  },
                  "readOnly": true,
                  "options": {
                    "optionsKey": "optionsValue"
                  }
                },
                "cinder": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top