Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 185 for meisten (0.3 sec)

  1. src/net/unixsock_windows_test.go

    			}
    		}
    	}
    }
    
    func TestModeSocket(t *testing.T) {
    	if !windows.SupportUnixSocket() {
    		t.Skip("unix test")
    	}
    
    	addr := testUnixAddr(t)
    
    	l, err := Listen("unix", addr)
    	if err != nil {
    		t.Fatal(err)
    	}
    	defer l.Close()
    
    	stat, err := os.Stat(addr)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	mode := stat.Mode()
    	if mode&os.ModeSocket == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:24:57 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/security/http-basic-auth.md

        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
        ```Python hl_lines="2  6  10"
        {!> ../../../docs_src/security/tutorial006.py!}
        ```
    
    Wenn Sie versuchen, die URL zum ersten Mal zu öffnen (oder in der Dokumentation auf den Button „Execute“ zu klicken), wird der Browser Sie nach Ihrem Benutzernamen und Passwort fragen:
    
    <img src="/img/tutorial/security/image12.png">
    
    ## Den Benutzernamen überprüfen
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:28:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. src/net/sock_posix.go

    		}
    	}
    
    	if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
    		return os.NewSyscallError("bind", err)
    	}
    	if err = listenFunc(fd.pfd.Sysfd, backlog); err != nil {
    		return os.NewSyscallError("listen", err)
    	}
    	if err = fd.init(); err != nil {
    		return err
    	}
    	lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
    	fd.setAddr(fd.addrFunc()(lsa), nil)
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy

        @Timeout(30)
        def "can debug with org.gradle.debug.server=false"() {
            given:
            executer.requireDaemon().requireIsolatedDaemons()
            JDWPUtil jdwpClient = new JDWPUtil()
            jdwpClient.listen(false)
    
            when:
            def handle = executer.withArguments("-Dorg.gradle.debug=true", "-Dorg.gradle.debug.server=false", "-Dorg.gradle.debug.port=${jdwpClient.port}").withTasks("help").start()
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 05:05:14 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. internal/logger/logrotate.go

    	w.pw.CloseWithError(nil)
    
    	if w.f != nil {
    		if err := w.closeCurrentFile(); err != nil {
    			return err
    		}
    	}
    
    	return nil
    }
    
    var stdErrEnc = json.NewEncoder(os.Stderr)
    
    func (w *Writer) listen() {
    	for {
    		var r io.Reader = w.pr
    		if w.opts.MaximumFileSize > 0 {
    			r = io.LimitReader(w.pr, w.opts.MaximumFileSize)
    		}
    		if _, err := io.Copy(w.f, r); err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/instrumented_services_test.go

    	registry.MustRegister(metrics.RuntimeOperations)
    	registry.MustRegister(metrics.RuntimeOperationsDuration)
    	registry.MustRegister(metrics.RuntimeOperationsErrors)
    
    	registry.Reset()
    
    	l, err := net.Listen("tcp", "127.0.0.1:0")
    	assert.NoError(t, err)
    	defer l.Close()
    
    	prometheusURL := "http://" + l.Addr().String() + "/metrics"
    	mux := http.NewServeMux()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 05 13:02:13 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  7. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/FileWatcherProbeRegistry.java

     * {@link #armWatchProbe(File)} is called.
     *
     * When the probe is armed, a probe file is created (or re-created) under the hierarchy.
     * This should cause a file system event to be produced by the operating system.
     * We listen to those events specifically in {@link FileWatcherRegistry}.
     * Once the event arrives, {@link #triggerWatchProbe(String)} is called with the path,
     * and the probe becomes triggered (or proven).
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. src/net/tcpsock_posix.go

    	// which Dial("tcp", addr1, addr2) run on the machine at addr1 can
    	// connect to a simultaneous Dial("tcp", addr2, addr1) run on the machine
    	// at addr2, without either machine executing Listen. If laddr == nil,
    	// it means we want the kernel to pick an appropriate originating local
    	// address. Some Linux kernels cycle blindly through a fixed range of
    	// local ports, regardless of destination port. If a kernel happens to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 16:54:32 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  9. pilot/cmd/pilot-agent/options/options.go

    		"The identity provider for credential. Currently default supported identity provider is GoogleComputeEngine").Get()
    	proxyXDSDebugViaAgent = env.Register("PROXY_XDS_DEBUG_VIA_AGENT", true,
    		"If set to true, the agent will listen on tap port and offer pilot's XDS istio.io/debug debug API there.").Get()
    	proxyXDSDebugViaAgentPort = env.Register("PROXY_XDS_DEBUG_VIA_AGENT_PORT", 15004,
    		"Agent debugging port.").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/common/deployment/external.go

    		Service:           ExternalSvc,
    		Namespace:         e.Namespace,
    		DefaultHostHeader: ExternalHostname,
    		Ports:             ports.All(),
    		// Set up TLS certs on the server. This will make the server listen with these credentials.
    		TLSSettings: &common.TLSSettings{
    			// Echo has these test certs baked into the docker image
    			RootCert:   file.MustAsString(path.Join(env.IstioSrc, "tests/testdata/certs/dns/root-cert.pem")),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top