Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 56 for Pull (0.13 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="GIF89a" type="string" offset="0"/>
        </magic>
        <glob pattern="*.gif"/>
      </mime-type>
      <mime-type type="image/avif">
        <!-- According to https://github.com/libvips/libvips/pull/1657
          older avif used to use the the heif 'ftypmif1' as well -->
        <_comment>AV1 Image File</_comment>
        <acronym>AVIF</acronym>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    // https://tools.ietf.org/html/rfc7540#appendix-A
    // Reject cipher suites from Appendix A.
    // "This list includes those cipher suites that do not
    // offer an ephemeral key exchange and those that are
    // based on the TLS null, stream or block cipher type"
    func http2isBadCipher(cipher uint16) bool {
    	switch cipher {
    	case http2cipher_TLS_NULL_WITH_NULL_NULL,
    		http2cipher_TLS_RSA_WITH_NULL_MD5,
    		http2cipher_TLS_RSA_WITH_NULL_SHA,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-28759`](https://youtrack.jetbrains.com/issue/KT-28759) No not-null smartcast from direct assignment if it's split into declaration and value assignment
    - [`KT-28760`](https://youtrack.jetbrains.com/issue/KT-28760) No not-null smartcast from direct assignment of `this`
    - [`KT-29878`](https://youtrack.jetbrains.com/issue/KT-29878) Smartcasts from type check or null check don't work if explicit true check as reference equality is used
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    				OpenAPIV3Schema: validValidationSchema,
    			},
    			statusEnabled: true,
    		},
    		{
    			name: "null type",
    			input: apiextensions.CustomResourceValidation{
    				OpenAPIV3Schema: &apiextensions.JSONSchemaProps{
    					Properties: map[string]apiextensions.JSONSchemaProps{
    						"null": {
    							Type: "null",
    						},
    					},
    				},
    			},
    			expectedErrors: []validationMatch{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

         "description": "valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                      that NodeMesh is enabled
                    type: string
                  nodeMeshPassword:
                    description: Optional BGP password for full node-to-mesh peerings.
                      This field can only be set on the default BGPConfiguration instance
                      and requires that NodeMesh is enabled
                    properties:
                      secretKeyRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier_test.go

    	// rules and so the partial restore would leave a dangling jump from there to
    	// svc4's endpoint. The proxier will then queue a full resync in response to the
    	// partial resync failure, and the full resync will succeed (since it will rewrite
    	// svc3's rules as well).
    	//
    	// This is an absurd scenario, but it has to be; partial resync failures are
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  9. pkg/registry/core/service/storage/storage_test.go

    func TestCreateIgnoresIPsForExternalName(t *testing.T) {
    	type testCase struct {
    		name        string
    		svc         *api.Service
    		expectError bool
    	}
    	// These cases were chosen from the full gamut to ensure all "interesting"
    	// cases are covered.
    	testCases := []struct {
    		name            string
    		clusterFamilies []api.IPFamily
    		cases           []testCase
    	}{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    // Starts a new block on return.
    // On input, len must be converted to full int width and be nonnegative.
    // Returns idx converted to full int width.
    // If bounded is true then caller guarantees the index is not out of bounds
    // (but boundsCheck will still extend the index to full int width).
    func (s *state) boundsCheck(idx, len *ssa.Value, kind ssa.BoundsKind, bounded bool) *ssa.Value {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top