Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for revoked (0.24 sec)

  1. ChangeLog.md

    - [`KT-65337`](https://youtrack.jetbrains.com/issue/KT-65337) K2: False positive UNRESOLVED_REFERENCE when lambda labeled by illegal label and operator-invoked
    - [`KT-65448`](https://youtrack.jetbrains.com/issue/KT-65448) K2: fake overrides are not generated for 'containsAll', 'removeAll', 'retainAll' if inherited from raw type
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

      - apiGroups: [""]
        resources:
          - nodes
        verbs:
          - get
          - list
          - watch
      # These permissions are only required for upgrade from v2.6, and can
      # be removed after upgrade or on fresh installations.
      - apiGroups: ["crd.projectcalico.org"]
        resources:
          - bgpconfigurations
          - bgppeers
        verbs:
          - create
          - update
    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

      // to CHLO and it is missing legalization to MHLO. Once that is done, this
      // pattern's benefit can be changed back to one as well as the fallback
      // lowering pattern for the op can be removed.
      //
      // Set benefit of this pattern to zero to prefer the fallback pattern when
      // available and applicable. That pattern avoids broadcast on operands and is
      // therefore faster.
      //
    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

    	q.s = q.s[:len(q.s)-1]
    	return wr
    }
    
    // consume consumes up to n bytes from q.s[0]. If the frame is
    // entirely consumed, it is removed from the queue. If the frame
    // is partially consumed, the frame is kept with the consumed
    // bytes removed. Returns true iff any bytes were consumed.
    func (q *http2writeQueue) consume(n int32) (http2FrameWriteRequest, bool) {
    	if len(q.s) == 0 {
    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. 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)
  6. 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)
  7. 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)
  8. 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 (1)
  9. 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)
  10. 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)
Back to top