Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 55 for 221 (0.02 sec)

  1. requirements_lock_3_11.txt

    typing-extensions==4.8.0 \
        --hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \
        --hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
        # via -r requirements.in
    urllib3==2.2.1 \
        --hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
        --hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
        # via requests
    werkzeug==3.0.3 \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. requirements_lock_3_10.txt

    typing-extensions==4.8.0 \
        --hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \
        --hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
        # via -r requirements.in
    urllib3==2.2.1 \
        --hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
        --hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
        # via requests
    werkzeug==3.0.3 \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. requirements_lock_3_9.txt

    typing-extensions==4.8.0 \
        --hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \
        --hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
        # via -r requirements.in
    urllib3==2.2.1 \
        --hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
        --hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
        # via requests
    werkzeug==3.0.3 \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 43K bytes
    - Viewed (0)
  4. requirements_lock_3_12.txt

    typing-extensions==4.8.0 \
        --hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \
        --hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
        # via -r requirements.in
    urllib3==2.2.1 \
        --hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
        --hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
        # via requests
    werkzeug==3.0.3 \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  5. src/net/smtp/smtp.go

    	return err
    }
    
    // Quit sends the QUIT command and closes the connection to the server.
    func (c *Client) Quit() error {
    	if err := c.hello(); err != nil {
    		return err
    	}
    	_, _, err := c.cmd(221, "QUIT")
    	if err != nil {
    		return err
    	}
    	return c.Text.Close()
    }
    
    // validateLine checks to see if a line has CR or LF as per RFC 5321.
    func validateLine(line string) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "excludeRuleMergingBuild",
        "linux" : 221
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.corefeature.LargeDependencyGraphPerformanceTest.resolve large dependency graph (parallel = true, locking = false)",
      "durations" : [ {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  7. src/image/jpeg/scan.go

    							return err
    						}
    					} else {
    						zig := zigStart
    						if zig == 0 {
    							zig++
    							// Decode the DC coefficient, as specified in section F.2.2.1.
    							value, err := d.decodeHuffman(&d.huff[dcTable][scan[i].td])
    							if err != nil {
    								return err
    							}
    							if value > 16 {
    								return UnsupportedError("excessive DC component")
    							}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. src/runtime/sys_linux_ppc64x.s

    #define SYS_rt_sigreturn	172
    #define SYS_rt_sigaction	173
    #define SYS_rt_sigprocmask	174
    #define SYS_sigaltstack		185
    #define SYS_madvise		205
    #define SYS_mincore		206
    #define SYS_gettid		207
    #define SYS_futex		221
    #define SYS_sched_getaffinity	223
    #define SYS_exit_group		234
    #define SYS_timer_create	240
    #define SYS_timer_settime	241
    #define SYS_timer_delete	244
    #define SYS_clock_gettime	246
    #define SYS_tgkill		250
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_4x.md

     *  New: Permit [new WebSocket response codes][iana_websocket]: 1012 (Service Restart), 1013 (Try
        Again Later), and 1014 (invalid response from the upstream).
     *  New: Build with Kotlin 1.3.41, BouncyCastle 1.62, and Conscrypt 2.2.1.
     *  Fix: Recover gracefully when a coalesced connection immediately goes unhealthy.
     *  Fix: Defer the `SecurityException` when looking up the default proxy selector.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/cpumanager/policy_static_test.go

    			topologyHint:    &topologymanager.TopologyHint{NUMANodeAffinity: newNUMAAffinity(0, 2), Preferred: true},
    			expErr:          nil,
    			expCPUAlloc:     true,
    			expCSet:         cpuset.New(2, 21),
    		},
    	}
    
    	for _, testCase := range optionsInsensitiveTestCases {
    		for _, options := range []map[string]string{
    			nil,
    			{
    				FullPCPUsOnlyOption: "true",
    			},
    		} {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top