Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 93 for explainTo (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_attributes.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[variant_attributes]]
    = Working with Variant Attributes
    
    As explained in the section on <<variant_model.adoc#sec:variant-aware-matching,variant aware matching>>, attributes give semantics to variants and are used by Gradle's dependency management engine to select the best matching variant.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 18:51:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Ordering.java

       * method directly.
       *
       * <p>The returned object is serializable if {@code comparator} is serializable.
       *
       * <p><b>Java 8+ users:</b> this class is now obsolete as explained in the class documentation, so
       * there is no need to use this method.
       *
       * @param comparator the comparator that defines the order
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/Ordering.java

       * method directly.
       *
       * <p>The returned object is serializable if {@code comparator} is serializable.
       *
       * <p><b>Java 8+ users:</b> this class is now obsolete as explained in the class documentation, so
       * there is no need to use this method.
       *
       * @param comparator the comparator that defines the order
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/KtAnalysisSession.kt

     * - It should not be leaked outside the read action it was created in. To ensure that an analysis session isn't leaked, there are
     *   additional conventions, explained further below.
     * - All entities retrieved from an analysis session should not be leaked outside the read action the analysis session was created in.
     *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 18:45:26 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. helm/minio/values.yaml

    ##
    users:
      ## Username, password and policy to be assigned to the user
      ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics]
      ## Add new policies as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management.html#access-management
      ## NOTE: this will fail if LDAP is enabled in your MinIO deployment
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    - `version`: optional. The version constraint of the dependency.
    - `excludes`: optional. Defines the exclusions that apply to this dependency. 
    - `reason`: optional. An explanation of why the dependency is used. Can typically be used to explain why a specific version is requested.
    - `attributes`: optional. If set, attributes will override the consumer attributes during dependency resolution for this specific dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/util/concurrent/AtomicDoubleArrayTest.java

    /*
     * Written by Doug Lea and Martin Buchholz with assistance from
     * members of JCP JSR-166 Expert Group and released to the public
     * domain, as explained at
     * http://creativecommons.org/publicdomain/zero/1.0/
     */
    
    /*
     * Source:
     * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/test/tck-jsr166e/AtomicDoubleArrayTest.java?revision=1.13
     * (Modified to adapt to guava coding conventions)
     */
    
    package com.google.common.util.concurrent;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 10 19:21:11 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    The Wrapper files live alongside in the `gradle` directory and the root directory of the project.
    
    The following list explains their purpose:
    
    `gradle-wrapper.jar`::
    The Wrapper JAR file containing code for downloading the Gradle distribution.
    
    `gradle-wrapper.properties`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. pkg/volume/csi/csi_mounter.go

    	return false
    }
    
    // getFSGroupPolicy returns if the CSI driver supports a volume in the given mode.
    // An error indicates that it isn't supported and explains why.
    func (c *csiMountMgr) getFSGroupPolicy() (storage.FSGroupPolicy, error) {
    	// Retrieve CSIDriver. It's not an error if that isn't
    	// possible (we don't have the lister if CSIDriverRegistry is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 30 10:47:59 UTC 2024
    - 21K bytes
    - Viewed (1)
  10. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    - `version`: optional. The version constraint of the dependency.
    - `excludes`: optional. Defines the exclusions that apply to this dependency. 
    - `reason`: optional. A explanation why the dependency is used. Can typically be used to explain why a specific version is requested.
    - `attributes`: optional. If set, attributes will override the consumer attributes during dependency resolution for this specific dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top