Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for webform (0.22 sec)

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

          </match>
        </magic>
      </mime-type>
      <mime-type type="application/vnd.xfdl">
        <glob pattern="*.xfdl"/>
      </mime-type>
      <mime-type type="application/vnd.xfdl.webform"/>
      <mime-type type="application/vnd.xmi+xml"/>
      <mime-type type="application/vnd.xmpie.cpkg"/>
      <mime-type type="application/vnd.xmpie.dpkg"/>
      <mime-type type="application/vnd.xmpie.plan"/>
    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. prow/config/calico.yaml

                          Enabled by default, set to nil to disable.
                        properties:
                          reconcilerPeriod:
                            description: 'ReconcilerPeriod is the period to perform reconciliation
                              with the Calico datastore. [Default: 5m]'
                            type: string
                        type: object
                      node:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // We need constant input shape to perform padding calculations later.
        DenseIntElementsAttr input_shape_attr;
        if (!matchPattern(op.getShape(), m_Constant(&input_shape_attr)))
          return failure();
    
        // We also need constant begin/end indices and strides to perform padding
        // calculations.
        // Bounded shape after performing strided slice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    	return streamID&(1<<31) == 0
    }
    
    func http2validStreamID(streamID uint32) bool {
    	return streamID != 0 && streamID&(1<<31) == 0
    }
    
    // WriteData writes a DATA frame.
    //
    // It will perform exactly one Write to the underlying Writer.
    // It is the caller's responsibility not to violate the maximum frame size
    // and to not call other Write methods concurrently.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.24.md

      - true/strict - perform validation and error the request on any invalid fields in the ojbect. It will attempt to perform server-side validation if it is enabled on the apiserver, otherwise it will fall back to client-side validation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.11.md

     ([#64792](https://github.com/kuberne...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.14.md

    documented behavior). In this case an event with reason "ProbeWarning" will be generated, indicating that the redirect was ignored. If you were previously relying on the redirect to run health checks against different endpoints, you will need to perform the healthcheck logic outside the Kubelet, for instance by proxying the external endpoint rather than redirecting to it. ([#75416](https://github.com/kubernetes/kubernetes/pull/75416), [@tallclair](https://github.com/tallclair))
    
    - client-go...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (2)
  8. common-protos/k8s.io/api/core/v1/generated.proto

    message LifecycleHandler {
      // Exec specifies the action to take.
      // +optional
      optional ExecAction exec = 1;
    
      // HTTPGet specifies the http request to perform.
      // +optional
      optional HTTPGetAction httpGet = 2;
    
      // Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept
      // for the backward compatibility. There are no validation of this field and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	// +optional
    	InitialDelaySeconds int32
    	// Length of time before health checking times out.  In seconds.
    	// +optional
    	TimeoutSeconds int32
    	// How often (in seconds) to perform the probe.
    	// +optional
    	PeriodSeconds int32
    	// Minimum consecutive successes for the probe to be considered successful after having failed.
    	// Must be 1 for liveness and startup.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"exec":      "Exec specifies the action to take.",
    	"httpGet":   "HTTPGet specifies the http request to perform.",
    	"tcpSocket": "Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top