Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 82 for Auto (0.2 sec)

  1. pilot/pkg/networking/core/sidecar_simulation_test.go

    				Result: simulation.Result{
    					RouteMatched:   "default",
    					ClusterMatched: "outbound|80||concrete.default.svc.cluster.local",
    				},
    			},
    			// Auto
    			{
    				// No opaque host match for auto
    				Name: "Auto virtual service applies to alias fqdn",
    				Call: simulation.Call{Address: "1.2.3.4", Port: 81, Protocol: simulation.HTTP, HostHeader: "alias.default.svc.cluster.local", Path: "/one"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

            display:flex;
            flex-direction:column;
            height: 100%;
            width: 100%;
        }
        header.flex-header {
            flex: 0 0 auto;
        }
        div.flex-content {
            flex: 1 1 auto;
            overflow-y: auto;
        }
    }
    .top-nav {
        background-color:var(--navbar-background-color);
        color:var(--navbar-text-color);
        float:left;
        width:100%;
        clear:right;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      absl::flat_hash_set<string> allowlist;
    
      for (auto s : absl::StrSplit(flags->tf_xla_ops_to_cluster, ',')) {
        if (s == "FUSIBLE") {
          for (auto pair : *allowlist_table) {
            allowlist.insert(pair.second.begin(), pair.second.end());
          }
        } else if (allowlist_table->contains(s)) {
          auto v = allowlist_table->at(s);
          allowlist.insert(v.begin(), v.end());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  4. tests/migrate_test.go

    	if err := DB.AutoMigrate(&MigrateInt{}); err != nil {
    		t.Fatalf("Failed to auto migrate: error: %v", err)
    	}
    
    	// make new session to set custom logger tracer
    	session := DB.Session(&gorm.Session{Logger: tracer})
    
    	// The second AutoMigrate to catch an error
    	if err := session.AutoMigrate(&MigrateInt{}); err != nil {
    		t.Fatalf("Failed to auto migrate: error: %v", err)
    	}
    }
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  5. src/cmd/dist/test.go

    					cgoTest("auto-static", "test", "auto", "static", staticCheck)
    				}
    			}
    
    			// PIE linking tests
    			if t.supportedBuildmode("pie") && !disablePIE {
    				cgoTest("auto-pie", "test", "auto", "pie")
    				if t.internalLink() && t.internalLinkPIE() {
    					cgoTest("internal-pie", "test", "internal", "pie")
    				}
    				cgoTest("auto-pie", "testtls", "auto", "pie")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_function_test.cc

          const auto& iter = fdef.ret().find(arg.name());
          if (iter != fdef.ret().end()) {
            const auto& v = a_edges.insert({iter->second, arg.name()});
            ASSERT_TRUE(v.second) << "Duplicate edge " << iter->second << " -> "
                                  << arg.name() << ". fdef: " << fdef.DebugString();
          } else {
            const auto& v = a_edges.insert({arg.name(), arg.name()});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

        std::vector<std::string>* user_schemes = SchemeVector();
        if (!user_schemes->empty()) {
          auto is_requested_scheme = [user_schemes](const auto& scheme) {
            return std::find(user_schemes->begin(), user_schemes->end(), scheme) ==
                   user_schemes->end();
          };
          auto end = std::remove_if(all_schemes->begin(), all_schemes->end(),
                                    is_requested_scheme);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                } else if (this.opens ==...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_tls_test.go

    			},
    			autoDetected,
    		},
    		{
    			"Auto fill nil settings when mTLS nil for internal service in plaintext mode",
    			nil,
    			[]string{"spiffe://foo/serviceaccount/1"},
    			"foo.com",
    			&model.Proxy{Metadata: &model.NodeMetadata{}},
    			true, false, model.MTLSDisable,
    			nil,
    			userSupplied,
    		},
    		{
    			"Auto fill nil settings when mTLS nil for internal service in unknown mode",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_test.go

    				explicit.ListenerFiltersTimeout)
    		}
    
    		auto := xdstest.ExtractListener("0.0.0.0_9090", listeners)
    		if !auto.ContinueOnListenerFiltersTimeout || auto.ListenerFiltersTimeout == nil {
    			t.Fatalf("expected timeout enabled, found ContinueOnListenerFiltersTimeout %v, ListenerFiltersTimeout %v",
    				auto.ContinueOnListenerFiltersTimeout,
    				auto.ListenerFiltersTimeout)
    		}
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top