Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 636 for prCopy (0.38 sec)

  1. src/test/java/jcifs/tests/ContextConfigTest.java

            Properties prop1 = new Properties();
            prop1.setProperty("jcifs.smb.client.minVersion", "SMB302");
            PropertyConfiguration p1 = new PropertyConfiguration(prop1);
            assertEquals(DialectVersion.SMB302, p1.getMinimumVersion());
            assertEquals(DialectVersion.SMB302, p1.getMaximumVersion());
    
            Properties prop2 = new Properties();
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/http/httpproxy/proxy.go

    func (cfg *config) proxyForURL(reqURL *url.URL) (*url.URL, error) {
    	var proxy *url.URL
    	if reqURL.Scheme == "https" {
    		proxy = cfg.httpsProxy
    	} else if reqURL.Scheme == "http" {
    		proxy = cfg.httpProxy
    		if proxy != nil && cfg.CGI {
    			return nil, errors.New("refusing to use HTTP_PROXY value in CGI environment; see golang.org/s/cgihttpproxy")
    		}
    	}
    	if proxy == nil {
    		return nil, nil
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/proxy.go

    	list []proxySpec
    	err  error
    }
    
    type proxySpec struct {
    	// url is the proxy URL or one of "off", "direct", "noproxy".
    	url string
    
    	// fallBackOnError is true if a request should be attempted on the next proxy
    	// in the list after any error from this proxy. If fallBackOnError is false,
    	// the request will only be attempted on the next proxy if the error is
    	// equivalent to os.ErrNotFound, which is true for 404 and 410 responses.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 03 15:21:05 UTC 2023
    - 13K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/DynamicObjectIntegrationTest.groovy

                class Thing {
                    def prop1 = { it }
                }
                convention.plugins.thing = new Thing()
                ext.prop2 = { it / 2 }
    
                assert prop1(12) == 12
                assert prop2(12) == 6
            """
            file("child1/build.gradle") << """
                ext.prop3 = { it * 2 }
                assert prop1(12) == 12
                assert prop2(12) == 6
                assert prop3(12) == 24
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  5. pkg/model/proxy.go

    // how the user wants traffic to be intercepted for the listener. TrafficInterceptionMode is
    // always derived from the Proxy metadata
    type TrafficInterceptionMode string
    
    // NodeMetadata defines the metadata associated with a proxy
    // Fields should not be assumed to exist on the proxy, especially newly added fields which will not exist
    // on older versions.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  6. docs/en/docs/advanced/behind-a-proxy.md

    Because we have a proxy with a path prefix of `/api/v1` for our app, the frontend needs to fetch the OpenAPI schema at `/api/v1/openapi.json`.
    
    ```mermaid
    graph LR
    
    browser("Browser")
    proxy["Proxy on http://0.0.0.0:9999/api/v1/app"]
    server["Server on http://127.0.0.1:8000/app"]
    
    browser --> proxy
    proxy --> server
    ```
    
    !!! tip
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. docs/de/docs/advanced/behind-a-proxy.md

    Da wir fรผr unsere Anwendung einen Proxy mit dem Pfadprรคfix `/api/v1` haben, muss das Frontend das OpenAPI-Schema unter `/api/v1/openapi.json` abrufen.
    
    ```mermaid
    graph LR
    
    browser("Browser")
    proxy["Proxy auf http://0.0.0.0:9999/api/v1/app"]
    server["Server auf http://127.0.0.1:8000/app"]
    
    browser --> proxy
    proxy --> server
    ```
    
    !!! tip "Tipp"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:07 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. docs/em/docs/advanced/behind-a-proxy.md

    โ†ฉ๏ธ ๐Ÿ‘ฅ โœ”๏ธ ๐Ÿ—ณ โฎ๏ธ โžก ๐Ÿ”ก `/api/v1` ๐Ÿ‘† ๐Ÿ“ฑ, ๐Ÿ•ธ ๐Ÿ’ช โ˜• ๐Ÿ—„ ๐Ÿ”— `/api/v1/openapi.json`.
    
    ```mermaid
    graph LR
    
    browser("Browser")
    proxy["Proxy on http://0.0.0.0:9999/api/v1/app"]
    server["Server on http://127.0.0.1:8000/app"]
    
    browser --> proxy
    proxy --> server
    ```
    
    !!! tip
        ๐Ÿ“ข `0.0.0.0` ๐Ÿ›Ž โš™๏ธ โ›“ ๐Ÿ‘ˆ ๐Ÿ“‹ ๐Ÿ‘‚ ๐Ÿ”› ๐ŸŒ ๐Ÿ“ข ๐Ÿ’ช ๐Ÿ‘ˆ ๐ŸŽฐ/๐Ÿ’ฝ.
    
    ๐Ÿฉบ ๐ŸŽš ๐Ÿ”œ ๐Ÿ’ช ๐Ÿ—„ ๐Ÿ”— ๐Ÿ“ฃ ๐Ÿ‘ˆ ๐Ÿ‘‰ ๐Ÿ› ๏ธ `server` ๐Ÿ”Ž `/api/v1` (โ›… ๐Ÿ—ณ). ๐Ÿ–ผ:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. docs/zh/docs/advanced/behind-a-proxy.md

    ่ฟ™ๆ˜ฏๅ› ไธบๅบ”็”จไฝฟ็”จไบ†ไปฅ `/api/v1` ไธบ่ทฏๅพ„ๅ‰็ผ€็š„ไปฃ็†๏ผŒๅ‰็ซฏ่ฆไปŽ `/api/v1/openapi.json`  ไธญๆๅ– OpenAPI ๆฆ‚ๅ›พใ€‚
    
    ```mermaid
    graph LR
    
    browser("Browser")
    proxy["Proxy on http://0.0.0.0:9999/api/v1/app"]
    server["Server on http://127.0.0.1:8000/app"]
    
    browser --> proxy
    proxy --> server
    ```
    
    !!! tip "ๆ็คบ"
    
        IP `0.0.0.0` ๅธธ็”จไบŽๆŒ‡็จ‹ๅบ็›‘ๅฌๆœฌๆœบๆˆ–ๆœๅŠกๅ™จไธŠ็š„ๆ‰€ๆœ‰ๆœ‰ๆ•ˆ IPใ€‚
    
    API ๆ–‡ๆกฃ่ฟ˜้œ€่ฆ OpenAPI ๆฆ‚ๅ›พๅฃฐๆ˜Ž API `server` ไฝไบŽ `/api/v1`๏ผˆไฝฟ็”จไปฃ็†ๆ—ถ็š„ URL๏ผ‰ใ€‚ไพ‹ๅฆ‚๏ผš
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyIntegrationTest.groovy

            'prop1' | 'listProperty()'      | 'List'        | '<T>'
            'prop2' | 'setProperty()'       | 'Set'         | '<T>'
            'prop3' | 'mapProperty()'       | 'Map'         | '<K, V>'
            'prop4' | 'directoryProperty()' | 'Directory'   | ''
            'prop5' | 'fileProperty()'      | 'RegularFile' | ''
        }
    
        @Requires(IntegTestPreconditions.NotParallelExecutor)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top