Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for confLines (2.12 sec)

  1. src/net/dnsclient_unix_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	defer conf.teardown()
    
    	var confLines []string
    	for _, ns := range nameservers {
    		confLines = append(confLines, "nameserver "+ns)
    	}
    	if rotate {
    		confLines = append(confLines, "options rotate")
    	}
    
    	if err := conf.writeAndUpdate(confLines); err != nil {
    		t.Fatal(err)
    	}
    
    	var usedServers []string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. src/packaging/deb/scripts/conffiles

    Kaoru FUZITA <******@****.***> 1449710642 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 76 bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/connection/RoutePlanner.kt

     *
     * It is possible to cancel the finding process by canceling its call.
     *
     * Implementations of this interface are not thread-safe. Each instance is thread-confined to the
     * thread executing the call.
     */
    interface RoutePlanner {
      val address: Address
    
      /** Follow-ups for failed plans and plans that lost a race. */
      val deferredPlans: ArrayDeque<Plan>
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/serviceexportcache.go

    				return model.DiscoverableFromSameCluster
    			}
    		} else {
    			// MCS cluster.local mode is not enabled, so requests to the cluster.local host are not confined
    			// to the same cluster. Use the same discoverability policy as for clusterset.local.
    			ec.clusterLocalPolicySelector = ec.clusterSetLocalPolicySelector
    		}
    
    		return ec
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. cni/pkg/install/cniconfig.go

    // https://github.com/kubernetes/kubernetes/blob/954996e231074dc7429f7be1256a579bedd8344c/pkg/kubelet/dockershim/network/cni/cni.go#L144-L184
    func getDefaultCNINetwork(confDir string) (string, error) {
    	files, err := libcni.ConfFiles(confDir, []string{".conf", ".conflist"})
    	switch {
    	case err != nil:
    		return "", err
    	case len(files) == 0:
    		return "", fmt.Errorf("no networks found in %s", confDir)
    	}
    
    	sort.Strings(files)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    violet was too dark to be seen. To carry on the Computation, let us therefore suppose that the Differences of the Diameters of the Circles made by the outmost red, the Confine of red and orange, the Confine of orange and yellow, the Confine of yellow and green, the Confine of green and blue, the Confine of blue and indigo, the Confine of indigo and violet, and outmost violet, are in proportion as the Differences of the Lengths of a Monochord which sound the Tones in an Eight; _sol_, _la_, _fa_, _sol_,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    to be seen. To carry on the Computation, let us therefore suppose that
    the Differences of the Diameters of the Circles made by the outmost red,
    the Confine of red and orange, the Confine of orange and yellow, the
    Confine of yellow and green, the Confine of green and blue, the Confine
    of blue and indigo, the Confine of indigo and violet, and outmost
    violet, are in proportion as the Differences of the Lengths of a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top