Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 61 for shtml (0.16 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

                    "Declare the association between the task and the build service using 'Task#usesService'. " +
                    "Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_7.html#undeclared_build_service_usage"
            )
    
            expect:
            succeeds 'broken'
        }
    
        @Issue("https://github.com/gradle/configuration-cache/issues/97")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #undef Z3H
    
    #undef ZER
    #undef SEL1
    #undef CAR1
    #undef CAR2
    
    // http://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian.html#doubling-dbl-2007-bl
    // http://www.hyperelliptic.org/EFD/g1p/auto-shortw.html
    // http://www.hyperelliptic.org/EFD/g1p/auto-shortw-projective-3.html
    #define P3ptr   R3
    #define P1ptr   R4
    #define CPOOL   R7
    
    // Temporaries in REGs
    #define X3L    V15
    #define X3H    V16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/manual.css

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
    	-webkit-appearance: button;
    	/* 2 */
    	cursor: pointer;
    	/* 3 */
    }
    
    /** Re-set default cursor for disabled elements. */
    button[disabled],
    html input[disabled] {
    	cursor: default;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. cmd/bucket-handlers.go

    	// http://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html
    	if _, ok := r.Header[xhttp.ContentMD5]; !ok {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrMissingContentMD5), r.URL)
    		return
    	}
    
    	// Content-Length is required and should be non-zero
    	// http://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html
    	if r.ContentLength <= 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm_s390x.s

    #undef CAR1
    #undef CAR2
    
    // func p256PointDoubleAsm(res, in *P256Point)
    // https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian.html#doubling-dbl-2007-bl
    // https://www.hyperelliptic.org/EFD/g1p/auto-shortw.html
    // https://www.hyperelliptic.org/EFD/g1p/auto-shortw-projective-3.html
    #define P3ptr   R1
    #define P1ptr   R2
    #define CPOOL   R4
    
    // Temporaries in REGs
    #define X3L    V15
    #define X3H    V16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. kotlin-js-store/yarn.lock

      integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
    
    escape-html@~1.0.3:
      version "1.0.3"
      resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
      integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  7. src/net/url/url_test.go

    	{"http://[fe80::1%25%65%6e%301-._~]/", true},      // with percent-encoded+unreserved zone identifier
    	{"http://[fe80::1%25%65%6e%301-._~]:8080/", true}, // with percent-encoded+unreserved zone identifier
    
    	{"foo.html", false},
    	{"../dir/", false},
    	{" http://foo.com", false},
    	{"http://192.168.0.%31/", false},
    	{"http://192.168.0.%31:8080/", false},
    	{"http://[fe80::%31]/", false},
    	{"http://[fe80::%31]:8080/", false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  8. gradle/verification-metadata.xml

             </artifact>
          </component>
          <component group="org.jetbrains.kotlinx" name="kotlinx-html-jvm" version="0.8.0">
             <artifact name="kotlinx-html-jvm-0.8.0.jar">
                <pgp value="8E3A02905A1AE67E7B0F9ACD3967D4EDA591B991"/>
             </artifact>
          </component>
          <component group="org.jline" name="jline" version="3.22.0">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/SmbFile.java

     * can be changed (See <a href="../../../resolver.html">Setting Name
     * Resolution Properties</a>). The servername and path components are
     * not case sensitive but the domain, username, and password components
     * are. It is also likely that properties must be specified for jcifs
     * to function (See <a href="../../overview-summary.html#scp">Setting
     * JCIFS Properties</a>). Here are some examples of SMB URLs with brief
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

            run ":impl:checkDeps"
    
            then:
            resolve.expectGraph {
                root(":impl", "depsub:impl:") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
Back to top