Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for uris (0.29 sec)

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

        <glob pattern="*.man"/>
        <glob pattern="*.me"/>
        <glob pattern="*.ms"/>
      </mime-type>
    
      <mime-type type="text/ulpfec"/>
      <mime-type type="text/uri-list">
        <glob pattern="*.uri"/>
        <glob pattern="*.uris"/>
        <glob pattern="*.urls"/>
      </mime-type>
      <mime-type type="text/vnd.abc"/>
      <mime-type type="text/vnd.curl">
        <glob pattern="*.curl"/>
      </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. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	ConfigSource *PilotConfigSource `protobuf:"bytes,31,opt,name=configSource,proto3" json:"configSource,omitempty"`
    	// Specifies an extra root certificate in PEM format. This certificate will be trusted
    	// by pilot when resolving JWKS URIs.
    	JwksResolverExtraRootCA string `protobuf:"bytes,32,opt,name=jwksResolverExtraRootCA,proto3" json:"jwksResolverExtraRootCA,omitempty"`
    	// Hub to pull the container image from. Image will be `Hub/Image:Tag-Variant`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    ### Docs
    
    * ✏ Tweak wording to clarify `docs/en/docs/project-generation.md`. PR [#5930](https://github.com/tiangolo/fastapi/pull/5930) by [@chandra-deb](https://github.com/chandra-deb).
    * ✏ Update Pydantic GitHub URLs. PR [#5952](https://github.com/tiangolo/fastapi/pull/5952) by [@yezz123](https://github.com/yezz123).
    * 📝 Add opinion from Cisco. PR [#5981](https://github.com/tiangolo/fastapi/pull/5981) by [@tiangolo](https://github.com/tiangolo).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            ],
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.networking.v1.HTTPIngressPath": {
            "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.",
            "properties": {
              "backend": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.networking.v1.IngressBackend"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "x-kubernetes-list-type": "atomic"
              },
              "nonResourceURLs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional int32 nodePort = 5;
    }
    
    // ServiceProxyOptions is the query options to a Service's proxy call.
    message ServiceProxyOptions {
      // Path is the part of URLs that include service endpoints, suffixes,
      // and parameters to use for the current proxy request to service.
      // For example, the whole request URL is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional int32 nodePort = 5;
    }
    
    // ServiceProxyOptions is the query options to a Service's proxy call.
    message ServiceProxyOptions {
      // Path is the part of URLs that include service endpoints, suffixes,
      // and parameters to use for the current proxy request to service.
      // For example, the whole request URL is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. pkg/apis/core/types.go

    // ServiceProxyOptions is the query options to a Service's proxy call.
    type ServiceProxyOptions struct {
    	metav1.TypeMeta
    
    	// Path is the part of URLs that include service endpoints, suffixes,
    	// and parameters to use for the current proxy request to service.
    	// For example, the whole request URL is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_ServicePort
    }
    
    var map_ServiceProxyOptions = map[string]string{
    	"":     "ServiceProxyOptions is the query options to a Service's proxy call.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "diskName is the Name of the data disk in the blob storage",
                "type": "string"
              },
              "diskURI": {
                "default": "",
                "description": "diskURI is the URI of data disk in the blob storage",
                "type": "string"
              },
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top