Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Broadley (0.28 sec)

  1. build-logic/basics/src/main/kotlin/gradlebuild.minify.gradle.kts

             * The keys to the map parameter are used as the names of the files to which to apply the transform - there is only one entry.
             * It would perhaps be better to do this more selectively instead of applying this transform so broadly and having
             * it just no-op in most cases.
             */
            registerTransform(Minify::class) {
                from.attribute(minified, false).attribute(artifactType, "jar")
    Plain Text
    - Registered: 2023-10-04 11:36
    - Last Modified: 2023-06-13 16:52
    - 4.2K bytes
    - Viewed (0)
  2. .github/ISSUE_TEMPLATE/feature_enhancement_request.yaml

            programmers everywhere. If you can give enough detail such that any of us can imagine coming
            across a similar need in our own work, that's extremely helpful in studying how broadly
            useful the proposed change will be.
    
      - type: textarea
        attributes:
          label: Concrete Use Cases
          description: Please provide use cases that actually came up in the real world.
        validations:
    Others
    - Registered: 2023-12-01 12:43
    - Last Modified: 2023-11-17 18:47
    - 3.9K bytes
    - Viewed (0)
  3. build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts

             * The keys to the map parameter are used as the names of the files to which to apply the transform - there is only one entry.
             * It would perhaps be better to do this more selectively instead of applying this transform so broadly and having
             * it just no-op in most cases.
             */
            registerTransform(Minify::class) {
                from.attribute(minified, false).attribute(artifactType, "jar")
    Plain Text
    - Registered: 2023-11-29 11:36
    - Last Modified: 2023-09-30 16:17
    - 4.2K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/feature_addition_request.yaml

            everywhere. If you can give enough detail such that any of us can imagine coming across
            a similar need in our own work, that's extremely helpful in studying how broadly useful the
            feature will be.
    
      - type: textarea
        attributes:
          label: Concrete Use Cases
          description: Please provide use cases that actually came up in the real world.
        validations:
    Others
    - Registered: 2023-12-01 12:43
    - Last Modified: 2023-11-17 18:47
    - 5.8K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/java/okhttp3/internal/tls/HostnameVerifierTest.kt

       * match "*.com" or similar. This was a nonstandard check that we've since dropped. It is the CA's
       * responsibility to not hand out certificates that match so broadly.
       */
      @Test fun wildcardsDoesNotNeedTwoDots() {
        // openssl req -x509 -nodes -days 36500 -subj '/CN=*.com' -newkey rsa:512 -out cert.pem
        val session = session(
          """
          -----BEGIN CERTIFICATE-----
    Plain Text
    - Registered: 2023-12-01 11:42
    - Last Modified: 2023-01-01 01:39
    - 39.2K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/Sets.java

       * elements without resizing. Note that this is not what {@link HashSet#HashSet(int)} does, but it
       * is what most users want and expect it to do.
       *
       * <p>This behavior can't be broadly guaranteed, but has been tested with OpenJDK 1.7 and 1.8.
       *
       * @param expectedSize the number of elements you expect to add to the returned set
    Java
    - Registered: 2023-12-01 12:43
    - Last Modified: 2023-11-30 21:54
    - 76.3K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Sets.java

       * elements without resizing. Note that this is not what {@link HashSet#HashSet(int)} does, but it
       * is what most users want and expect it to do.
       *
       * <p>This behavior can't be broadly guaranteed, but has been tested with OpenJDK 1.7 and 1.8.
       *
       * @param expectedSize the number of elements you expect to add to the returned set
    Java
    - Registered: 2023-11-03 12:43
    - Last Modified: 2023-10-17 18:13
    - 78.2K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Creates a {@code HashMap} instance, with a high enough "initial capacity" that it <i>should</i>
       * hold {@code expectedSize} elements without growth. This behavior cannot be broadly guaranteed,
       * but it is observed to be true for OpenJDK 1.7. It also can't be guaranteed that the method
       * isn't inadvertently <i>oversizing</i> the returned map.
       *
    Java
    - Registered: 2023-11-03 12:43
    - Last Modified: 2023-08-24 01:40
    - 165.4K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Creates a {@code HashMap} instance, with a high enough "initial capacity" that it <i>should</i>
       * hold {@code expectedSize} elements without growth. This behavior cannot be broadly guaranteed,
       * but it is observed to be true for OpenJDK 1.7. It also can't be guaranteed that the method
       * isn't inadvertently <i>oversizing</i> the returned map.
       *
    Java
    - Registered: 2023-12-01 12:43
    - Last Modified: 2023-06-26 21:02
    - 156.9K bytes
    - Viewed (0)
  10. RELEASE.md

    Aditya Kane, AdityaKane2001, ag.ramesh, Amogh Joshi, Armen Poghosov,
    armkevincheng, Avrosh K, Ayan Moitra, azazhu, Banikumar Maiti, Bas Aarts, bhack,
    Bhanu Prakash Bandaru Venkata, Billy Cao, Bohumir Zamecnik, Bradley Reece,
    CyanXu, Daniel Situnayake, David Pal, Ddavis-2015, DEKHTIARJonathan, Deven
    Desai, Duncan Riach, Edward, Eli Osherovich, Eugene Kuznetsov, europeanplaice,
    Plain Text
    - Registered: 2023-11-28 12:39
    - Last Modified: 2023-11-16 21:19
    - 716.9K bytes
    - Viewed (3)
Back to top