Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for earlib (0.15 sec)

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

        <glob pattern="*.portpkg"/>
      </mime-type>
      <mime-type type="application/vnd.marlin.drm.actiontoken+xml"/>
      <mime-type type="application/vnd.marlin.drm.conftoken+xml"/>
      <mime-type type="application/vnd.marlin.drm.license+xml"/>
      <mime-type type="application/vnd.marlin.drm.mdcf"/>
      <mime-type type="application/vnd.mcd">
        <glob pattern="*.mcd"/>
      </mime-type>
    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. CHANGELOG/CHANGELOG-1.11.md

    * Default mount propagation has changed from `HostToContainer` ("rslave" in Linux terminology), as it was in 1.10, to `None` ("private") to match the behavior in 1.9 and earlier releases; `HostToContainer` as a default caused regressions in some pods. If you are relying on this behavior you will need to set it explicitly. ([#62462](https://github.com/kubernetes/kubernetes/pull/62462), [@jsafrane](https://github.com/jsafrane))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    //
    // This package is low-level and intended to be used directly by very
    // few people. Most users will use it indirectly through the automatic
    // use by the net/http package (from Go 1.6 and later).
    // For use in earlier Go versions see ConfigureServer. (Transport support
    // requires Go 1.6 or later)
    //
    // See https://http2.github.io/ for more information on HTTP/2.
    //
    // See https://http2.golang.org/ for a test server running this code.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	KubeletConfigKey string
    }
    
    // DaemonEndpoint contains information about a single Daemon endpoint.
    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercase for backwards compatibility (since it was falling back to var name of
    		'Port').
    	*/
    
    	// Port number of the given endpoint.
    	Port int32
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    The focus of this release is **compatibility** with Pydantic v1 and v2, to make sure your current apps keep working. Later there will be more focus on refactors, correctness, code improvements, and then **performance** improvements. Some third-party early beta testers that ran benchmarks on the beta releases of FastAPI reported improvements of **2x - 3x**. Which is not bad for just doing `pip install --upgrade fastapi pydantic`. This was not an official benchmark and I didn't check it myself, but it's...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - `ValidatingAdmissionPolicy` now preserves types of composition variables, and raises type-related errors early. ([#121001](https://github.com/kubernetes/kubernetes/pull/121001), [@jiahuif](https://github.com/jiahuif))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // DaemonEndpoint contains information about a single Daemon endpoint.
    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercased for backwards compat (since it was falling back to var name of
    		'Port').
    	*/
    
    	// Port number of the given endpoint.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    - Feature gates that graduated to GA in 1.23 or earlier and were unconditionally enabled have been removed: CSIServiceAccountToken, ConfigurableFSGroupPolicy, EndpointSlice, EndpointSliceNodeName, EndpointSliceProxying, GenericEphemeralVolume, IPv6DualStack, IngressClassNamespacedParams, StorageObjectInUseProtection,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  9. pkg/proxy/iptables/proxier_test.go

    	if err != nil {
    		t.Fatalf("Could not get partial restore failures metric: %v", err)
    	}
    	if partialRestoreFailures != 0.0 {
    		t.Errorf("Already did a partial resync? Something failed earlier!")
    	}
    
    	// Add a rule jumping from svc3's service chain to svc4's endpoint, then try to
    	// delete svc4. This will fail because the partial resync won't rewrite svc3's
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.20.md

    - Endpoint slice controller now mirrors parent's service label to its corresponding endpoint slices....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
Back to top