Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,381 for INC (0.02 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/metrics/metrics.go

    }
    
    // ObserveAdmissionWithError observes a policy validation error that was ignored due to failure policy.
    func (m *ValidatingAdmissionPolicyMetrics) ObserveAdmissionWithError(ctx context.Context, elapsed time.Duration, policy, binding, state string) {
    	m.policyCheck.WithContext(ctx).WithLabelValues(policy, binding, "allow", state).Inc()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. NOTICE

    MinIO Project, (C) 2015-2023 MinIO, Inc.
    
    This product includes software developed at MinIO, Inc.
    (https://min.io/).
    
    The MinIO project contains unmodified/modified subcomponents too with
    separate copyright notices and license terms. Your use of the source
    code for these subcomponents is subject to the terms and conditions
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 18 18:33:50 UTC 2023
    - 367 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/generic/rest/streamer.go

    		if strings.Contains(err.Error(), "x509:") && s.TLSVerificationErrorCounter != nil {
    			s.TLSVerificationErrorCounter.Inc()
    			if s.DeprecatedTLSVerificationErrorCounter != nil {
    				s.DeprecatedTLSVerificationErrorCounter.Inc()
    			}
    		}
    		return nil, false, "", err
    	}
    
    	if s.ResponseChecker != nil {
    		if err = s.ResponseChecker.Check(resp); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 16:43:09 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

            "passes/insert_weight_param.cc",
            "passes/lift_quantizable_spots_as_functions.cc",
            "passes/lift_quantizable_spots_as_functions_fusion.inc",
            "passes/lift_quantizable_spots_as_functions_simple.inc",
            "passes/merge_fusion_with_dequantize.cc",
            "passes/nchw_convolution_to_nhwc.cc",
            "passes/optimize_graph.cc",
            "passes/post_quantize.cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/union_gauge.go

    	for _, gauge := range ug {
    		gauge.Set(x)
    	}
    }
    
    func (ug unionGauge) Add(x float64) {
    	for _, gauge := range ug {
    		gauge.Add(x)
    	}
    }
    
    func (ug unionGauge) Inc() {
    	for _, gauge := range ug {
    		gauge.Inc()
    	}
    }
    
    func (ug unionGauge) Dec() {
    	for _, gauge := range ug {
    		gauge.Dec()
    	}
    }
    
    func (ug unionGauge) SetToCurrentTime() {
    	for _, gauge := range ug {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 17:37:20 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/ir/gpu_ops.cc

    #include "tensorflow/compiler/mlir/tfrt/ir/gpu_ops.cpp.inc"
          >();
    }
    
    }  // namespace gpu
    }  // namespace tfrt
    
    //===----------------------------------------------------------------------===//
    // TableGen'd op method definitions
    //===----------------------------------------------------------------------===//
    
    #define GET_OP_CLASSES
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 00:21:42 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  7. guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java

      // Internal helper methods
    
      /** Circularly increment i. */
      final int inc(int i) {
        return (++i == items.length) ? 0 : i;
      }
    
      /**
       * Inserts element at current put position, advances, and signals. Call only when occupying
       * monitor.
       */
      private void insert(E x) {
        items[putIndex] = x;
        putIndex = inc(putIndex);
        ++count;
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 19 19:24:36 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  8. test/typeparam/issue47925d.go

    	return I[T](J[T](g(x)))
    }
    
    type S struct {
    	x int
    }
    
    func (s *S) foo() {}
    func (s *S) bar() {}
    
    var cnt int
    
    func inc(s *S) *S {
    	cnt++
    	return s
    }
    
    func main() {
    	i := f(&S{x: 7}, inc)
    	if i.(*S).x != 7 {
    		panic("bad")
    	}
    	if cnt != 1 {
    		panic("multiple calls")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 687 bytes
    - Viewed (0)
  9. platforms/jvm/scala/src/main/java/org/gradle/api/internal/tasks/scala/ZincScalaCompilerFactory.java

    import org.gradle.internal.jvm.Jvm;
    import org.gradle.internal.time.Time;
    import org.gradle.internal.time.Timer;
    import sbt.internal.inc.AnalyzingCompiler;
    import sbt.internal.inc.AnalyzingCompiler$;
    import sbt.internal.inc.RawCompiler;
    import sbt.internal.inc.ScalaInstance;
    import sbt.internal.inc.ZincUtil;
    import sbt.internal.inc.classpath.ClassLoaderCache;
    import scala.Option;
    import scala.collection.JavaConverters;
    import xsbti.ArtifactInfo;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  10. samples/jwt-server/testdata/README.MD

    ### Creating CA
    
    ```
    openssl genrsa -out ca.key 2048
    
    openssl req -new -x509 -days 3650 -key ca.key -subj "/C=US/ST=AZ/O=Acme, Inc./CN=Acme Root CA" -out ca.crt
    ```
    
    ### Creating Server Certificate
    ```
    openssl req -newkey rsa:2048 -nodes -keyout server.key -subj "/C=US/ST=AZ/O=Acme, Inc./CN=*.com" -out server.csr
    ```
    
    ### Signing Certificate with CA
    ```
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 12 01:55:25 UTC 2022
    - 566 bytes
    - Viewed (0)
Back to top