Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 249 for _listen (0.31 sec)

  1. .github/workflows/iam-integrations.yaml

            env:
              LDAP_ORGANIZATION: "MinIO Inc"
              LDAP_DOMAIN: "min.io"
              LDAP_ADMIN_PASSWORD: "admin"
          etcd:
            image: "quay.io/coreos/etcd:v3.5.1"
            env:
              ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
              ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
            ports:
              - "2379:2379"
            options: >-
              --health-cmd "etcdctl endpoint health"
    Others
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Mar 28 23:44:49 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  2. cmd/listen-notification-handlers.go

    			return
    		}
    	}
    
    	rulesMap := event.NewRulesMap(eventNames, pattern, event.TargetID{ID: mustGetUUID()})
    
    	setEventStreamHeaders(w)
    
    	// Listen Publisher and peer-listen-client uses nonblocking send and hence does not wait for slow receivers.
    	// Use buffered channel to take care of burst sends or slow w.Write()
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 6K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/body-nested-models.md

        ```
    
    Das bewirkt, dass `tags` eine Liste ist, wenngleich es nichts über den Typ der Elemente der Liste aussagt.
    
    ## Listen mit Typ-Parametern als Felder
    
    Aber Python erlaubt es, Listen mit inneren Typen, auch „Typ-Parameter“ genannt, zu deklarieren.
    
    ### `List` von `typing` importieren
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_LGETFH ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_LINK ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_LINKAT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_LISTEN ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_LSEEK ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_LSTAT ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_LINKAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_LINK ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_LISTEN = 106
    pkg syscall (netbsd-arm64-cgo), const SYS_LISTEN ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_LISTXATTR = 381
    pkg syscall (netbsd-arm64-cgo), const SYS_LISTXATTR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_LLISTXATTR = 382
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_LCHOWN = 364
    pkg syscall (darwin-386), const SYS_LINK = 9
    pkg syscall (darwin-386), const SYS_LIO_LISTIO = 320
    pkg syscall (darwin-386), const SYS_LISTEN = 106
    pkg syscall (darwin-386), const SYS_LISTXATTR = 240
    pkg syscall (darwin-386), const SYS_LSEEK = 199
    pkg syscall (darwin-386), const SYS_LSTAT = 190
    pkg syscall (darwin-386), const SYS_LSTAT64 = 340
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. cmd/peer-rest-client.go

    		default:
    			// Do not block on slow receivers.
    			b.Recycle()
    		}
    		return nil
    	})
    }
    
    // Listen - listen on peers.
    func (client *peerRESTClient) Listen(ctx context.Context, listenCh chan<- []byte, v url.Values) {
    	go func() {
    		for {
    			client.doListen(ctx, listenCh, v)
    			select {
    			case <-ctx.Done():
    				return
    			default:
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 25.8K bytes
    - Viewed (0)
  8. docs/en/docs/advanced/behind-a-proxy.md

    Probably in many cases the default will be that the proxy doesn't have a stripped path prefix.
    
    In a case like that (without a stripped path prefix), the proxy would listen on something like `https://myawesomeapp.com`, and then if the browser goes to `https://myawesomeapp.com/api/v1/app` and your server (e.g. Uvicorn) listens on `http://127.0.0.1:8000` the proxy (without a stripped path prefix) would access Uvicorn at the same path: `http://127.0.0.1:8000/api/v1/app`.
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.6K bytes
    - Viewed (2)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_LIO_LISTIO = 257 #53466
    pkg syscall (freebsd-riscv64), const SYS_LIO_LISTIO ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_LISTEN = 106 #53466
    pkg syscall (freebsd-riscv64), const SYS_LISTEN ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_LPATHCONF = 513 #53466
    pkg syscall (freebsd-riscv64), const SYS_LPATHCONF ideal-int #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_LIO_LISTIO = 320
    pkg syscall (darwin-arm64), const SYS_LIO_LISTIO ideal-int
    pkg syscall (darwin-arm64), const SYS_LISTEN = 106
    pkg syscall (darwin-arm64), const SYS_LISTEN ideal-int
    pkg syscall (darwin-arm64), const SYS_LISTXATTR = 240
    pkg syscall (darwin-arm64), const SYS_LISTXATTR ideal-int
    pkg syscall (darwin-arm64), const SYS_LSEEK = 199
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top