Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for Printer (0.21 sec)

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

      
      <mime-type type="application/vnd.sun.xml.writer">
        <sub-class-of type="application/zip"/>
        <glob pattern="*.sxw"/>
      </mime-type>
      <!-- can't currently find any diff in contents btwn writer
        and template. Must rely on extension -->
      <mime-type type="application/vnd.sun.xml.writer.template">
        <sub-class-of type="application/vnd.sun.xml.writer"/>
        <glob pattern="*.stw"/>
      </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. pkg/apis/core/v1/zz_generated.conversion.go

    	out.Name = in.Name
    	out.Image = in.Image
    	out.Command = *(*[]string)(unsafe.Pointer(&in.Command))
    	out.Args = *(*[]string)(unsafe.Pointer(&in.Args))
    	out.WorkingDir = in.WorkingDir
    	out.Ports = *(*[]core.ContainerPort)(unsafe.Pointer(&in.Ports))
    	out.EnvFrom = *(*[]core.EnvFromSource)(unsafe.Pointer(&in.EnvFrom))
    	out.Env = *(*[]core.EnvVar)(unsafe.Pointer(&in.Env))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			deprecated: true,
    			warning:    pointer.StringPtr("Iñtërnâtiônàlizætiøn,💝🐹🌇⛔"),
    			want:       nil,
    		},
    		{
    			name:       "long warning",
    			deprecated: true,
    			warning:    pointer.StringPtr(strings.Repeat("x", 256)),
    			want:       nil,
    		},
    
    		{
    			name:       "too long warning",
    			deprecated: true,
    			warning:    pointer.StringPtr(strings.Repeat("x", 257)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *ArchConfig) Reset() {
    	*x = ArchConfig{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_pkg_apis_istio_v1alpha1_values_types_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ArchConfig) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ArchConfig) ProtoMessage() {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. doc/go_spec.html

    -->
    
    <p>
    A <code>Pointer</code> is a <a href="#Pointer_types">pointer type</a> but a <code>Pointer</code>
    value may not be <a href="#Address_operators">dereferenced</a>.
    Any pointer or value of <a href="#Core_types">core type</a> <code>uintptr</code> can be
    <a href="#Conversions">converted</a> to a type of core type <code>Pointer</code> and vice versa.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    		// No pointer arithmetic necessary.
    		return ptr, rlen, rcap
    	}
    
    	// Calculate the base pointer (rptr) for the new slice.
    	//
    	// Generate the following code assuming that indexes are in bounds.
    	// The masking is to make sure that we don't generate a slice
    	// that points to the next object in memory. We cannot just set
    	// the pointer to nil because then we would create a nil slice or
    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__rbac.authorization.k8s.io__v1_openapi.json

              "kind": "ClusterRoleBinding",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              "kind": "IngressClass",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              "kind": "CSIDriver",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

              "kind": "MutatingWebhookConfiguration",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
Back to top