Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 662 for 000s (0.04 sec)

  1. istioctl/pkg/writer/envoy/configdump/listener_test.go

    			inFilter: &ListenerFilter{
    				Address: "0.0.0.0",
    			},
    			inListener: &listener.Listener{
    				Address: &core.Address{
    					Address: &core.Address_SocketAddress{
    						SocketAddress: &core.SocketAddress{Address: "1.1.1.1"},
    					},
    				},
    			},
    			expect: false,
    		},
    		{
    			desc: "addtl-addrs-dont-match",
    			inFilter: &ListenerFilter{
    				Address: "0.0.0.0",
    			},
    			inListener: &listener.Listener{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  2. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml

        </description>
      </expression>
      <expression>
        <syntax>project.artifact</syntax>
        <configuration>
          <![CDATA[
    <groupId>project.group</groupId>
    <artifactId>project-artifact</artifactId>
    <version>0.0.0.0</version>
    <packaging>type</packaging>
        ]]></configuration>
        <description> This is the Artifact instance created from the essential project
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 5.6K bytes
    - Viewed (0)
  3. test/fixedbugs/issue19658.go

    		{"uint32", "8", "panic: 8"},
    		{"uint64", "8", "panic: 8"},
    		{"uintptr", "8", "panic: 8"},
    		{"bool", "true", "panic: true"},
    		{"complex64", "8 + 16i", "panic: (+8.000000e+000+1.600000e+001i)"},
    		{"complex128", "8+16i", "panic: (+8.000000e+000+1.600000e+001i)"},
    		{"string", `"test"`, "panic: test"}} {
    
    		b := bytes.Buffer{}
    		fmt.Fprintf(&b, fn, tc.Type, tc.Input)
    
    		err = ioutil.WriteFile(tmpFile, b.Bytes(), 0644)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:56:32 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/device_canonicalize.mlir

        tf_device.return %arg0, %arg1 : tensor<!tf_type.string>, tensor<!tf_type.string>
      }) : () -> (tensor<!tf_type.string>, tensor<!tf_type.string>)
      // CHECK: return %arg0, %arg1
      func.return %0#0, %0#1 : tensor<!tf_type.string>, tensor<!tf_type.string>
    }
    
    // Verifies handling op a cluster op requiring no rewrites.
    // CHECK-LABEL: func @canonical_cluster
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 04 14:07:37 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  5. src/runtime/testdata/testprogcgo/threadpanic_windows.c

    #include <stdio.h>
    
    void gopanic(void);
    
    static unsigned int __attribute__((__stdcall__))
    die(void* x)
    {
    	gopanic();
    	return 0;
    }
    
    void
    start(void)
    {
    	if(_beginthreadex(0, 0, die, 0, 0, 0) != 0)
    		printf("_beginthreadex failed\n");
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 10 23:11:44 UTC 2016
    - 435 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/gateway-addresses.yaml

      - value: 1200:0000:AB00:1234:0000:2552:7777:1313
      - value: 21DA:D3:0:2F3B:2AA:FF:FE28:9C5A
      - value: "2001:db8:3c4d:15:0:d234:3eee::"
      - value: "1234::"
      - value: "1.1.1.1"
      - value: "1.2.3.4"
      - value: "0.0.0.0"
      - value: "9.255.255.255"
      - value: "11.0.0.0"
      - type: IPAddress
        value: "255.255.255.255"
      - type: "Hostname"
        value: "example.com"
      listeners:
      - protocol: HTTP
        port: 80
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 631 bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/debugging.md

    所以,下面这部分代码才会运行:
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    ---
    
    如果你是导入这个模块(文件)就不会这样。
    
    因此,如果你的另一个文件 `importer.py` 像这样:
    
    ```Python
    from myapp import app
    
    # Some more code
    ```
    
    在这种情况下,`myapp.py` 内部的自动变量不会有值为 `"__main__"` 的变量 `__name__`。
    
    所以,下面这一行不会被执行:
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    !!! info
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 27 17:51:51 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/result/JUnitXmlResultWriterMergeRerunSpec.groovy

                }
            }
    
            then:
            getXml(testClass) == """<?xml version="1.0" encoding="UTF-8"?>
    <testsuite name="com.Flaky" tests="4" skipped="0" failures="0" errors="0" timestamp="1970-01-01T00:00:00" hostname="localhost" time="1.0">
      <properties/>
      <testcase name="m1" classname="com.Flaky" time="2.0">
        <flakyFailure message="m1-message-1" type="ExceptionType">
          <stackTrace>m1-stackTrace-1</stackTrace>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:49:01 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/util/ipvs_linux_test.go

    				Flags:         0,
    				Timeout:       0,
    				Netmask:       0xffffffff,
    				AddressFamily: unix.AF_INET,
    				Address:       netutils.ParseIPSloppy("0.0.0.0"),
    				PEName:        "",
    			},
    			VirtualServer{
    				Address:   netutils.ParseIPSloppy("0.0.0.0"),
    				Protocol:  "TCP",
    				Port:      80,
    				Scheduler: "",
    				Flags:     0,
    				Timeout:   0,
    			},
    		},
    		{
    			libipvs.Service{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 27 16:37:50 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/config.go

    // flags and interactive assignments.
    func defaultConfig() config {
    	return config{
    		Unit:         "minimum",
    		NodeCount:    -1,
    		NodeFraction: 0.005,
    		EdgeFraction: 0.001,
    		Trim:         true,
    		DivideBy:     1.0,
    		Sort:         "flat",
    		Granularity:  "functions",
    	}
    }
    
    // currentConfig holds the current configuration values; it is affected by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top