Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for feeds (0.11 sec)

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

    	  <glob pattern="*.iso19139"/>
    	  <sub-class-of type="application/xml"/>
       </mime-type>
    
    
      <mime-type type="application/atom+xml">
        <root-XML localName="feed" namespaceURI="http://purl.org/atom/ns#"/>
        <root-XML localName="feed" namespaceURI="http://www.w3.org/2005/Atom"/>
    
        <glob pattern="*.atom"/>
      </mime-type>
    
      <mime-type type="application/atomcat+xml">
        <glob pattern="*.atomcat"/>
    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. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // strides operands are converted to attributes with non-negative indexing.
    //
    // If the begin input is not a compile time constant, the begin input needs to
    // be sliced and the slice needs to be lowered to mhlo.DynamicSlice. In this
    // case, strides must have a known value of 1 (otherwise we have insufficient
    // information to conform to XLA's op semantics).
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (1)
  3. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "controller": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "controller": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    func (s *state) maybeNilCheckClosure(closure *ssa.Value, k callKind) {
    	if Arch.LinkArch.Family == sys.Wasm || buildcfg.GOOS == "aix" && k != callGo {
    		// On AIX, the closure needs to be verified as fn can be nil, except if it's a call go. This needs to be handled by the runtime to have the "go of nil func value" error.
    		// TODO(neelance): On other architectures this should be eliminated by the optimization steps
    		s.nilCheck(closure)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "controller": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. prow/config/calico.yaml

                      type: object
                    type: array
                  ignoredInterfaces:
                    description: IgnoredInterfaces indicates the network interfaces that
                      needs to be excluded when reading device routes.
                    items:
                      type: string
                    type: array
                  listenPort:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    	// Infeasible indicates that the request has been rejected as invalid by the CSI driver. To
    	// resolve the error, a valid VolumeAttributesClass needs to be specified
    	PersistentVolumeClaimModifyVolumeInfeasible PersistentVolumeClaimModifyVolumeStatus = "Infeasible"
    )
    
    // ModifyVolumeStatus represents the status object of ControllerModifyVolume operation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top