Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 137 for Koop (0.12 sec)

  1. src/main/webapp/js/admin/bootstrap.min.js

    rence[0])),"scrollParent"!==this._config.boundary&&g(i).addClass(qt),this._popper=new u(o,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===g(i).closest(Bt).length&&g(document.body).children().on("mouseover",null,g.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),g(this._menu).toggleClass(Rt),g(i).toggleClass(Rt).trigger(g.Event(jt.SHOWN,e))}}},t.hide=function(){if(!this._element.disabled&&!g(this._element).hasClass(Ht)&&g(this._menu).hasClass(Rt)){var...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    		},
    		{
    			name:                       "O(n^2) loop with numbers",
    			schemaGenerator:            genArrayWithRule("number", "self.all(x, self.all(y, true))"),
    			expectCalcCostExceedsLimit: costLimit,
    			setMaxElements:             10,
    			expectedSetCost:            352,
    		},
    		{
    			name:                       "O(n^3) loop with numbers",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. src/runtime/mgcmark.go

    	// drainCheckThreshold specifies how many units of work to do
    	// between self-preemption checks in gcDrain. Assuming a scan
    	// rate of 1 MB/ms, this is ~100 µs. Lower values have higher
    	// overhead in the scan loop (the scheduler check may perform
    	// a syscall, so its overhead is nontrivial). Higher values
    	// make the system less responsive to incoming work.
    	drainCheckThreshold = 100000
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier.go

    	}
    	metrics.SyncProxyRulesLastQueuedTimestamp.SetToCurrentTime()
    	proxier.syncRunner.Run()
    }
    
    // SyncLoop runs periodic work.  This is expected to run as a goroutine or as the main loop of the app.  It does not return.
    func (proxier *Proxier) SyncLoop() {
    	// Update healthz timestamp at beginning in case Sync() never succeeds.
    	if proxier.healthzServer != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/validation/validation.go

    var celIdentRegex = regexp.MustCompile("^[_a-zA-Z][_a-zA-Z0-9]*$")
    var celReserved = sets.NewString("true", "false", "null", "in",
    	"as", "break", "const", "continue", "else",
    	"for", "function", "if", "import", "let",
    	"loop", "package", "namespace", "return",
    	"var", "void", "while")
    
    func isCELIdentifier(name string) bool {
    	// IDENT          ::= [_a-zA-Z][_a-zA-Z0-9]* - RESERVED
    	// BOOL_LIT       ::= "true" | "false"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        // subgraph. We store strings here so that we can tolerate nodes being
        // removed from the graph.
        absl::flat_hash_set<string> control_output_nodes_;
    
        // NoOp node in the output graph that is sequenced after the call node.
        Node* sequencer_ = nullptr;
      };
    
      // Returns the key attribute associated with a node in attr. Sets either
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tensor_array_ops_decomposition.mlir

      %write3 = "tf.TensorArrayWriteV3"(%grad3#0, %index, %value, %grad3#1) : (tensor<!tf_type.resource>, tensor<i32>, tensor<3xf32>, tensor<f32>) -> tensor<f32>
      func.return
    }
    
    // -----
    
    // Tests while loop with access to the tensor array defined outside and its
    // gradient defined inside. The gradient creation should be moved outside.
    
    // CHECK-LABEL: func @main
    func.func @main() -> () {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 49K bytes
    - Viewed (0)
  8. pkg/controller/history/controller_history_test.go

    				revision *apps.ControllerRevision
    			}{
    				{
    					parent:   ss1,
    					revision: ss1Rev1,
    				},
    			},
    			reactor: nil,
    			err:     false,
    		},
    		{
    			name:        "update succeeds no noop",
    			revision:    ss1Rev1,
    			newRevision: ss1Rev1.Revision,
    			existing: []struct {
    				parent   metav1.Object
    				revision *apps.ControllerRevision
    			}{
    				{
    					parent:   ss1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    								},
    							},
    							"otherField": map[string]interface{}{
    								"type": "string",
    							},
    						},
    					}},
    				applyPatchOperation{
    					"An invalid patch with no changes is a noop",
    					myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    						"enumField": "okValueNowBadValueLater",
    					}},
    				applyPatchOperation{
    					"Add a new field, and include old value in our patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/load.go

    	if len(ld.pkgs) > 0 {
    		panic("buildStacks")
    	}
    	for _, pkg := range ld.roots {
    		pkg.stack = pkg // sentinel to avoid processing in next loop
    		ld.pkgs = append(ld.pkgs, pkg)
    	}
    	for i := 0; i < len(ld.pkgs); i++ { // not range: appending to ld.pkgs in loop
    		pkg := ld.pkgs[i]
    		for _, next := range pkg.imports {
    			if next.stack == nil {
    				next.stack = pkg
    				ld.pkgs = append(ld.pkgs, next)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top