Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,682 for con2 (0.15 sec)

  1. internal/grid/connection.go

    }
    
    // monitorState will monitor the state of the connection and close the net.Conn if it changes.
    func (c *Connection) monitorState(conn net.Conn, cancel context.CancelCauseFunc) {
    	c.connChange.L.Lock()
    	defer c.connChange.L.Unlock()
    	for {
    		newState := c.State()
    		if newState != StateConnected {
    			conn.Close()
    			cancel(ErrDisconnected)
    			return
    		}
    		// Unlock and wait for state change.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/config/validation/validation_test.go

    			conf.SerializeImagePulls = true
    			return conf
    		},
    	}, {
    		name: "specify ServerTLSBootstrap without enabling RotateKubeletServerCertificate",
    		configure: func(conf *kubeletconfig.KubeletConfiguration) *kubeletconfig.KubeletConfiguration {
    			conf.FeatureGates = map[string]bool{"RotateKubeletServerCertificate": false}
    			conf.ServerTLSBootstrap = true
    			return conf
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/test-full.xml

    			<conf name="myconf1" mapped="yourconf1"/>
    			<conf name="myconf2" mapped="yourconf1, yourconf2"/>
    		</dependency>
    
    		<dependency org="yourorg" name="yourmodule7" rev="7.1">
    			<conf name="myconf1">
    				<mapped name="yourconf1"/>
    			</conf>
    			<conf name="myconf2">
    				<mapped name="yourconf1"/>
    				<mapped name="yourconf2"/>
    			</conf>
    		</dependency>
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/end2end/control_flow_v1.pbtxt

        }
      }
    }
    node {
      name: "cond/Switch"
      op: "Switch"
      input: "Placeholder_1"
      input: "Placeholder_1"
      attr {
        key: "T"
        value {
          type: DT_BOOL
        }
      }
    }
    node {
      name: "cond/switch_t"
      op: "Identity"
      input: "cond/Switch:1"
      attr {
        key: "T"
        value {
          type: DT_BOOL
        }
      }
    }
    node {
      name: "cond/switch_f"
      op: "Identity"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 23 21:23:31 UTC 2020
    - 3.6K bytes
    - Viewed (0)
  5. src/packaging/common/systemd/fess.conf

    Kaoru FUZITA <******@****.***> 1449710642 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 89 bytes
    - Viewed (0)
  6. src/packaging/common/systemd/sysctl/fess.conf

    Kaoru FUZITA <******@****.***> 1449710642 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 47 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/valueProviders/fileContentsDo/kotlin/some.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  8. cni/test/testdata/pre/bad_minikube_cni.conf

    John Howard <******@****.***> 1605827959 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 19 23:19:19 UTC 2020
    - 295 bytes
    - Viewed (0)
  9. internal/event/target/testdata/contrib/nats_tls_client_cert.conf

    Harshavardhana <******@****.***> 1622584780 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 426 bytes
    - Viewed (0)
  10. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/dependencymanagement/SamplesResolutionStrategyIntegrationTest.groovy

                        "conf"("org:bar:default")
                        "conf"("org.software:some-library:1.2")
                        "conf"("org.codehaus:groovy-all:2.4.10")
                        "conf"("log4j:log4j:1.2")
                    }
                    task("resolveConf") {
                        val conf: FileCollection = configurations["conf"]
                        doLast { conf.files }
                    }
                """
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top