Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 119 for futuna (0.2 sec)

  1. cmd/api-errors.go

    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrPastObjectLockRetainDate: {
    		Code:           "InvalidRequest",
    		Description:    "the retain until date must be in the future",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrUnknownWORMModeDirective: {
    		Code:           "InvalidRequest",
    		Description:    "unknown wormMode directive",
    		HTTPStatusCode: http.StatusBadRequest,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{86, "ENAMETOOLONG", "file name too long"},
    	{88, "EDQUOT", "disk quota exceeded"},
    	{89, "ECORRUPT", "invalid file system control data detected"},
    	{90, "ESYSERROR", "for future use "},
    	{93, "EREMOTE", "item is not local to host"},
    	{94, "ENOTRECOVERABLE", "state not recoverable "},
    	{95, "EOWNERDEAD", "previous owner died "},
    	{109, "ENOSYS", "function not implemented"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier.go

    	// Since converting probabilities (floats) to strings is expensive
    	// and we are using only probabilities in the format of 1/n, we are
    	// precomputing some number of those and cache for future reuse.
    	precomputedProbabilities []string
    
    	// The following buffers are used to reuse memory and avoid allocations
    	// that are significantly impacting performance.
    	iptablesData             *bytes.Buffer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // - Meshes will be federated together
      // - Policy will be written referencing one mesh from the other
      //
      // If an administrator expects that any of these conditions may become true in
      // the future, they should ensure their meshes have different Mesh IDs
      // assigned.
      //
      // Within a multicluster mesh, each cluster must be (manually or auto)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    }
    
    func (APIResource) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  6. src/runtime/mheap.go

    // future allocations.
    //
    // This must be called each time pages are allocated from the heap, even if the page
    // allocator can otherwise prove the memory it's allocating is already zero because
    // they're fresh from the operating system. It updates heapArena metadata that is
    // critical for future page allocations.
    //
    // There are no locking constraints on this method.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    }
    
    // markAsDeleting sets the obj's DeletionGracePeriodSeconds to 0, and sets the
    // DeletionTimestamp to "now" if there is no existing deletionTimestamp or if the existing
    // deletionTimestamp is further in future. Finalizers are watching for such updates and will
    // finalize the object if their IDs are present in the object's Finalizers list.
    func markAsDeleting(obj runtime.Object, now time.Time) (err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    [[sub:enabling-verification]]
    == Enabling dependency verification
    
    [[sub:verification-metadata]]
    === The verification metadata file
    
    NOTE: Currently the only source of dependency verification metadata is this XML configuration file.
    Future versions of Gradle may include other sources (for example via external services).
    
    Dependency verification is automatically enabled once the configuration file for dependency verification is discovered.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  9. pkg/controller/volume/persistentvolume/pv_controller.go

    //
    // As a result, the controller code may seem overly verbose, commented, and
    // 'branchy'. However, a large amount of business knowledge and context is
    // recorded here in order to ensure that future maintainers can correctly
    // reason through the complexities of the binding behavior. For that reason,
    // changes to this file should preserve and add to the space shuttle style.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// 2. The `:` delimiter is not respected because ports are not allowed.
    	//	  Currently the port of an Ingress is implicitly :80 for http and
    	//	  :443 for https.
    	// Both these may change in the future.
    	// Incoming requests are matched against the host before the
    	// IngressRuleValue. If the host is unspecified, the Ingress routes all
    	// traffic based on the specified IngressRuleValue.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
Back to top