Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for opticks (0.88 sec)

  1. src/net/http/h2_bundle.go

    	s.v = save
    }
    
    // validPseudoPath reports whether v is a valid :path pseudo-header
    // value. It must be either:
    //
    //   - a non-empty string starting with '/'
    //   - the string '*', for OPTIONS requests.
    //
    // For now this is only used a quick check for deciding when to clean
    // up Opaque URLs before sending requests from the Transport.
    // See golang.org/issue/16847
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/zz_generated.conversion.go

    	out.Driver = in.Driver
    	out.FSType = in.FSType
    	out.SecretRef = (*core.SecretReference)(unsafe.Pointer(in.SecretRef))
    	out.ReadOnly = in.ReadOnly
    	out.Options = *(*map[string]string)(unsafe.Pointer(&in.Options))
    	return nil
    }
    
    // Convert_v1_FlexPersistentVolumeSource_To_core_FlexPersistentVolumeSource is an autogenerated conversion function.
    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. CHANGELOG/CHANGELOG-1.8.md

    #### Storage
    
    * [stable] Mount options
    
      * The ability to specify mount options for volumes is moved from beta to stable.
    
      * A new `MountOptions` field in the `PersistentVolume` spec is available to specify mount options. This field replaces an annotation.
    
      * A new `MountOptions` field in the `StorageClass` spec allows configuration of mount options for dynamically provisioned volumes.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Uid uint32
    	Gid uint32
    }
    
    type TCPInfo struct {
    	State                uint8
    	Ca_state             uint8
    	Retransmits          uint8
    	Probes               uint8
    	Backoff              uint8
    	Options              uint8
    	Rto                  uint32
    	Ato                  uint32
    	Snd_mss              uint32
    	Rcv_mss              uint32
    	Unacked              uint32
    	Sacked               uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * -Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true<br>
         *  <br>
         * comment: JVM options
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getJvmCrawlerOptions();
    
        /**
         * Get the value for the key 'jvm.suggest.options'. <br>
         * The value is, e.g. -Djava.awt.headless=true<br>
         * -Dfile.encoding=UTF-8<br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The container image tag to pull. Image will be `Hub/Image:Tag-Variant`.
    	Tag *structpb.Value `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"`
    	// The container image variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version.
    	Variant string `protobuf:"bytes,29,opt,name=variant,proto3" json:"variant,omitempty"`
    	// Image name to pull 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)
  7. CHANGELOG/CHANGELOG-1.29.md

    - Added options for configuring `nf_conntrack_udp_timeout`, and `nf_conntrack_udp_timeout_stream` variables of netfilter conntrack subsystem. ([#120808](https://github.com/kubernetes/kubernetes/pull/120808), [@aroradaman](https://github.com/aroradaman))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  8. ChangeLog.md

    - [`KT-62108`](https://youtrack.jetbrains.com/issue/KT-62108) Wrong scope of compiler options is used while configuring options for all targets and all compilations
    - [`KT-55322`](https://youtrack.jetbrains.com/issue/KT-55322) Kotlin daemon: Cannot perform operation, requested state: Alive > actual: LastSession
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "options": {
                "additionalProperties": {
                  "default": "",
                  "type": "string"
                },
                "description": "options is Optional: this field holds extra command options if any.",
                "type": "object"
              },
              "readOnly": {
    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. pkg/registry/core/service/storage/storage_test.go

    	// Making a DeepCopy here ensures that any in-place mutations of the input
    	// are not going to propagate to verification code, which used to happen
    	// resulting in tests that passed when they shouldn't have.
    	obj = obj.DeepCopyObject()
    	return f.REST.Create(ctx, obj, createValidation, options)
    }
    
    //
    // Generic registry tests
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top