Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for revoked (0.35 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    	temp.SetOpenDeferSlot(true)
    	temp.SetFrameOffset(int64(len(s.openDefers))) // so cmpstackvarlt can order them
    	var addrTemp *ssa.Value
    	// Use OpVarLive to make sure stack slot for the closure is not removed by
    	// dead-store elimination
    	if s.curBlock.ID != s.f.Entry.ID {
    		// Force the tmp storing this defer function to be declared in the entry
    		// block, so that it will be live for the defer exit code (which will
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Specifies the CNI provider. Can be either "default" or "multus". When set to "multus", an additional
    	// NetworkAttachmentDefinition resource is deployed to the cluster to allow the istio-cni plugin to be
    	// invoked in a cluster using the Multus CNI plugin.
    	Provider string `protobuf:"bytes,22,opt,name=provider,proto3" json:"provider,omitempty"`
    	// The number of pods that can be unavailable during a rolling update of the CNI DaemonSet (see
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'crawler.document.duplicate.term.removed'. <br>
         * The value is, e.g. false <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerDocumentDuplicateTermRemoved();
    
        /**
         * Is the property for the key 'crawler.document.duplicate.term.removed' true? <br>
         * The value is, e.g. false <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)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error)
    pkg syscall (netbsd-arm64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error)
    pkg syscall (netbsd-arm64-cgo), func Revoke(string) error
    pkg syscall (netbsd-arm64-cgo), func RouteRIB(int, int) ([]uint8, error)
    pkg syscall (netbsd-arm64-cgo), func Seek(int, int64, int) (int64, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error)
    pkg syscall (darwin-arm64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error)
    pkg syscall (darwin-arm64), func Revoke(string) error
    pkg syscall (darwin-arm64), func RouteRIB //deprecated
    pkg syscall (darwin-arm64), func RouteRIB(int, int) ([]uint8, error)
    pkg syscall (darwin-arm64), func Seek(int, int64, int) (int64, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    			t.Errorf("expected healthcheck port [%q]=345: got %v", nsn, healthCheckNodePorts)
    		}
    	}
    
    	// Remove some stuff
    	// oneService is a modification of services[0] with removed first port.
    	oneService := makeTestService("somewhere-else", "cluster-ip", func(svc *v1.Service) {
    		svc.Spec.Type = v1.ServiceTypeClusterIP
    		svc.Spec.ClusterIP = "172.30.55.4"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    * ✏️ Fix typos and rewordings in `docs/en/docs/tutorial/body-nested-models.md`. PR [#10468](https://github.com/tiangolo/fastapi/pull/10468) by [@yogabonito](https://github.com/yogabonito).
    * 📝 Update docs, remove references to removed `pydantic.Required` in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#10469](https://github.com/tiangolo/fastapi/pull/10469) by [@yogabonito](https://github.com/yogabonito).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	}
    	for _, old := range oldPod.Spec.EphemeralContainers {
    		if new, ok := newContainerIndex[old.Name]; !ok {
    			allErrs = append(allErrs, field.Forbidden(specPath, fmt.Sprintf("existing ephemeral containers %q may not be removed\n", old.Name)))
    		} else if !apiequality.Semantic.DeepEqual(old, *new) {
    			specDiff := cmp.Diff(old, *new)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

        - jsonPath: .metadata.creationTimestamp
          name: Age
          type: date
        deprecated: true
        deprecationWarning: The v1alpha2 version of ReferenceGrant has been deprecated
          and will be removed in a future release of the API. Please upgrade to v1beta1.
        name: v1alpha2
        schema:
          openAPIV3Schema:
            description: "ReferenceGrant identifies kinds of resources in other namespaces
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/moment-with-locales.min.js

    va(e,a,t,s,!1)}l.createFromInputFallback=t("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),l.ISO_8601=function(){},l.RFC_2822=function(){};var Ha=t("moment().min is deprecated,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
Back to top