Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of about 10,000 for source2 (0.25 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/cache2/Relay.kt

    import okio.ByteString
    import okio.ByteString.Companion.encodeUtf8
    import okio.Source
    import okio.Timeout
    
    /**
     * Replicates a single upstream source into multiple downstream sources. Each downstream source
     * returns the same bytes as the upstream source. Downstream sources may read data either as it
     * is returned by upstream, or after the upstream source has been exhausted.
     *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/SourceSinkFactory.java

    import java.io.File;
    import java.io.IOException;
    
    /**
     * A test factory for byte or char sources or sinks. In addition to creating sources or sinks, the
     * factory specifies what content should be expected to be read from a source or contained in a sink
     * given the content data that was used to create the source or that was written to the sink.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/idea/model/ProjectLibraryTest.groovy

        <JAVADOC>
          <root url="jar://\$USER_HOME\$/javadoc/one.jar!/"/>
          <root url="jar://\$USER_HOME\$/javadoc/two.jar!/"/>
        </JAVADOC>
        <SOURCES>
          <root url="jar://\$USER_HOME\$/source/one.jar!/"/>
          <root url="jar://\$USER_HOME\$/source/two.jar!/"/>
        </SOURCES>
      </library>
    </parent>
    """.trim()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/file/SourceDirectorySet.java

        /**
         * Adds the given source to this set.
         *
         * @param source The source to add.
         * @return this
         */
        SourceDirectorySet source(SourceDirectorySet source);
    
        /**
         * Returns the source directories that make up this set, represented as a {@link FileCollection}. Does not filter source directories that do not exist.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 06 08:25:17 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/native/building_swift_projects.adoc

    .Setting Swift source set
    ====
    include::sample[dir="snippets/swift/basic/kotlin/common",files="build.gradle.kts[tags=swift-source-set]"]
    include::sample[dir="snippets/swift/basic/groovy/common",files="build.gradle[tags=swift-source-set]"]
    ====
    
    Now Gradle will only search directly in _Sources/Common_ for the source.
    
    [[sec:custom_swift_compile_link]]
    === Changing compiler and linker options
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  6. pkg/api/v1/pod/util.go

    		case source.Cinder != nil:
    			if source.Cinder.SecretRef != nil && !visitor(source.Cinder.SecretRef.Name) {
    				return false
    			}
    		case source.FlexVolume != nil:
    			if source.FlexVolume.SecretRef != nil && !visitor(source.FlexVolume.SecretRef.Name) {
    				return false
    			}
    		case source.Projected != nil:
    			for j := range source.Projected.Sources {
    				if source.Projected.Sources[j].Secret != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 24 17:18:04 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  7. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/AbstractSourcesAndJavadocJarsIntegrationTest.groovy

            succeeds ideTask
    
            then:
            def sources = ["module-1.0-my-sources.jar", "other-source-1.0.jar"]
            def javadoc = ["module-1.0-my-javadoc.jar", "other-javadoc-1.0.jar"]
            ideFileContainsEntry("module-1.0.jar", sources, javadoc)
            ideFileContainsEntry("module-1.0-api.jar", sources, javadoc)
            ideFileContainsEntry("module-1.0-tests.jar", sources, javadoc)
        }
    
        @ToBeFixedForConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  8. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/LanguageSourceSetIntegrationTest.groovy

            buildType.inputs.@nodeValue[0] == 'null'
            buildType.inputs.@creator[0] == 'Rules#buildType(BuildType)'
    
            buildType.sources.@type[0] == 'CustomSourceSet'
            buildType.sources.@nodeValue[0] == "Custom source 'sources'"
            buildType.sources.@creator[0] == 'Rules#buildType(BuildType)'
        }
    
        def "An LSS can be an element of managed collections"() {
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeBinariesIntegrationTest.groovy

                                sources()
                                tasks()
                            }
                            staticLibrary(type: "org.gradle.nativeplatform.StaticLibraryBinarySpec") {
                                sources()
                                tasks()
                            }
                        }
                        sources {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyJvmLibraryArtifactResolutionIntegrationTest.groovy

            given:
            module.artifact(type: "source", classifier: "other-sources", ext: "jar", conf: "sources")
            module.artifact(type: "javadoc", classifier: "other-javadoc", ext: "jar", conf: "javadoc")
            module.publish()
    
            fixture.expectSourceArtifact("my-sources")
                    .expectSourceArtifact("other-sources")
                    .expectJavadocArtifact("my-javadoc")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top