Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for 199Z (0.06 sec)

  1. okhttp/src/main/kotlin/okhttp3/TlsVersion.kt

     */
    enum class TlsVersion(
      @get:JvmName("javaName") val javaName: String,
    ) {
      TLS_1_3("TLSv1.3"), // 2016.
      TLS_1_2("TLSv1.2"), // 2008.
      TLS_1_1("TLSv1.1"), // 2006.
      TLS_1_0("TLSv1"), // 1999.
      SSL_3_0("SSLv3"), // 1996.
      ;
    
      @JvmName("-deprecated_javaName")
      @Deprecated(
        message = "moved to val",
        replaceWith = ReplaceWith(expression = "javaName"),
        level = DeprecationLevel.ERROR,
      )
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/math/QuantilesTest.java

        // is an integer 199*index/2. If index is odd, that is halfway between floor(199*index/2) and
        // ceil(199*index/2).
        if (index % 2 == 0) {
          int position = IntMath.divide(199 * index, 2, UNNECESSARY);
          return PSEUDORANDOM_DATASET_SORTED.get(position);
        } else {
          int positionFloor = IntMath.divide(199 * index, 2, FLOOR);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 29.7K bytes
    - Viewed (0)
  3. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
        software" (as that term is defined at 48 C.F.R. ยง
        252.227-7014(a)(1)) and "commercial computer software documentation"
        as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent
        with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
        (June 1995), all U.S. Government End Users acquire Covered Software
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrAdminNoSuchConfigTarget-195]
    	_ = x[ErrAdminConfigEnvOverridden-196]
    	_ = x[ErrAdminConfigDuplicateKeys-197]
    	_ = x[ErrAdminConfigInvalidIDPType-198]
    	_ = x[ErrAdminConfigLDAPNonDefaultConfigName-199]
    	_ = x[ErrAdminConfigLDAPValidation-200]
    	_ = x[ErrAdminConfigIDPCfgNameAlreadyExists-201]
    	_ = x[ErrAdminConfigIDPCfgNameDoesNotExist-202]
    	_ = x[ErrInsecureClientRequest-203]
    	_ = x[ErrObjectTampered-204]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java

                Node parent = namespaceContext;
                String namespace = null;
    
                if ("xml".equals(prefix)) {
                    namespace = "http://www.w3.org/XML/1998/namespace";
                } else {
                    int type;
                    while (null != parent && null == namespace
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Oct 12 01:41:37 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  6. internal/s3select/select_test.go

        </RequestProgress>
    </SelectObjectContentRequest>
    `), wantResult: `{"shipdate":"1996-03-15T"}
    {"shipdate":"1996-04-14T"}
    {"shipdate":"1996-01-31T"}
    {"shipdate":"1996-04-23T"}
    {"shipdate":"1996-04T"}`,
    		},
    	}
    
    	for i, testCase := range testTable {
    		t.Run(fmt.Sprint(i), func(t *testing.T) {
    			testdataFile := "testdata/lineitem_shipdate.parquet"
    			file, err := os.Open(testdataFile)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
  7. LICENSE

        Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    
    
    Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:
    
        Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Jan 23 11:07:23 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/CacheTest.kt

      }
    
      @Test
      fun getHeadersDeletesCached100LevelWarnings() {
        server.enqueue(
          MockResponse.Builder()
            .addHeader("Warning: 199 test danger")
            .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS))
            .addHeader("Cache-Control: max-age=0")
            .body("A")
            .build(),
        )
        server.enqueue(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

                  namespaceURI="http://www.w3.org/1999/XSL/Format"/>
        <glob pattern="*.xslfo"/>
        <glob pattern="*.fo"/>
      </mime-type>
    
      <mime-type type="application/xslt+xml">
        <alias type="text/xsl"/>
        <acronym>XSLT</acronym>
        <_comment>XSL Transformations</_comment>
        <root-XML localName="stylesheet"
                  namespaceURI="http://www.w3.org/1999/XSL/Transform"/>
        <glob pattern="*.xslt"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * ๐ŸŒ Start Persian/Farsi translations. PR [#4243](https://github.com/tiangolo/fastapi/pull/4243) by [@aminalaee](https://github.com/aminalaee).
    * โœ Reword sentence about handling errors. PR [#1993](https://github.com/tiangolo/fastapi/pull/1993) by [@khuhroproeza](https://github.com/khuhroproeza).
    
    ### Internal
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top