Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 3,613 for resources_ (0.12 sec)

  1. platforms/documentation/docs/src/snippets/plugins/namedDomainObjectContainer/kotlin/buildSrc/src/main/java/Resource.java

    import org.gradle.api.provider.Property;
    import java.net.URI;
    // tag::resource[]
    
    public interface Resource {
        // Type must have a read-only 'name' property
        String getName();
    
        Property<URI> getUri();
    
        Property<String> getUserName();
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 269 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/plugins/readOnlyNestedProperty/groovy/buildSrc/src/main/java/Resource.java

    import org.gradle.api.provider.Property;
    import org.gradle.api.tasks.Input;
    // tag::resource[]
    
    public interface Resource {
        @Input
        Property<String> getHostName();
        @Input
        Property<String> getPath();
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 235 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/groovy/api/src/main/resources/org/gradle/resource.txt

    Laura Kassovic <******@****.***> 1706138984 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/kotlin/shared/src/main/resources/org/gradle/resource.txt

    Laura Kassovic <******@****.***> 1706138984 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/java-library/quickstart/kotlin/src/main/resources/org/gradle/resource.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15 bytes
    - Viewed (0)
  6. hack/testdata/CRD/resource.yaml

    juanvallejo <******@****.***> 1517847660 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 15:33:06 UTC 2018
    - 94 bytes
    - Viewed (0)
  7. pkg/config/schema/kind/resources.gen.go

    Zhonghu Xu <******@****.***> 1709018378 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 07:19:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. pkg/apis/core/resource.go

    func (rl *ResourceList) Storage() *resource.Quantity {
    	return rl.Name(ResourceStorage, resource.BinarySI)
    }
    
    // Pods returns the list of pods
    func (rl *ResourceList) Pods() *resource.Quantity {
    	return rl.Name(ResourcePods, resource.DecimalSI)
    }
    
    // StorageEphemeral returns the list of ephemeral storage volumes, if any
    func (rl *ResourceList) StorageEphemeral() *resource.Quantity {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 10 21:09:13 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/groovy/quickstart/kotlin/src/main/resources/resource.txt

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/java/sourceSets/groovy/src/intTest/resources/resource.txt

    some resource...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14 bytes
    - Viewed (0)
Back to top