Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of about 10,000 for _internal (0.17 sec)

  1. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/CompositeProjectInitDescriptor.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.buildinit.plugins.internal;
    
    import org.gradle.buildinit.plugins.internal.modifiers.BuildInitTestFramework;
    import org.gradle.buildinit.plugins.internal.modifiers.Language;
    
    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    
    /**
     * This is used by SamplesGenerator in build logic.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 19:14:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/runtime/codec.go

    // Examples:
    //
    //	gv=mygroup/__internal, groupKinds=mygroup/Foo, anothergroup/Bar
    //	KindForGroupVersionKinds(yetanother/v1/Baz, anothergroup/v1/Bar) -> mygroup/__internal/Bar (matched preferred group/kind)
    //
    //	gv=mygroup/__internal, groupKinds=mygroup, anothergroup
    //	KindForGroupVersionKinds(yetanother/v1/Baz, anothergroup/v1/Bar) -> mygroup/__internal/Bar (matched preferred group)
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 03:20:30 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-printers.h

    #include <sstream>
    #include <string>
    #include <utility>
    #include <vector>
    #include "gtest/internal/gtest-port.h"
    #include "gtest/internal/gtest-internal.h"
    
    namespace testing {
    
    // Definitions in the 'internal' and 'internal2' name spaces are
    // subject to change without notice.  DO NOT USE THEM IN USER CODE!
    namespace internal2 {
    
    // Prints the given number of bytes in the given object to the given
    // ostream.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_conversion_test.go

    			unstructuredToConvert: &unstructured.Unstructured{
    				Object: map[string]interface{}{
    					"apiVersion": "__internal",
    					"kind":       "Carp",
    				},
    			},
    			targetGV:                schema.GroupVersion{Group: "", Version: "__internal"},
    			expectedConvertedObject: &testapigroup.Carp{},
    		},
    		{
    			name: "convert empty unstructured w/o gvk to versioned should fail",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 07 15:19:26 UTC 2020
    - 16.4K bytes
    - Viewed (0)
  5. okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt

    import java.util.concurrent.TimeUnit
    import okhttp3.internal.canParseAsIpAddress
    import okhttp3.tls.internal.der.AlgorithmIdentifier
    import okhttp3.tls.internal.der.AttributeTypeAndValue
    import okhttp3.tls.internal.der.BasicConstraints
    import okhttp3.tls.internal.der.BitString
    import okhttp3.tls.internal.der.Certificate
    import okhttp3.tls.internal.der.CertificateAdapters
    import okhttp3.tls.internal.der.CertificateAdapters.generalNameDnsName
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/filter/AnnotationProcessorFilter.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.compile.filter;
    
    import org.gradle.internal.classloader.FilteringClassLoader;
    
    public class AnnotationProcessorFilter {
        public static FilteringClassLoader getFilteredClassLoader(ClassLoader parent) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. src/runtime/import_test.go

    // This file and importx_test.go make it possible to write tests in the runtime
    // package, which is generally more convenient for testing runtime internals.
    // For tests that mostly touch public APIs, it's generally easier to write them
    // in the runtime_test package and export any runtime internals via
    // export_test.go.
    //
    // There are a few limitations on runtime package tests that this bridges:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 06 14:45:46 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc

    Therefore, we recommend avoiding the use of such features.
    _Internal_ features are not documented.
    If it appears in this User Manual, the DSL Reference, or the API Reference, then the feature is not _internal_.
    
    _Internal_ features may evolve into public features.
    
    [[sec:incubating_state]]
    == 2. Incubating
    
    Features are introduced in the _incubating_ state to allow real-world feedback to be incorporated into the feature before making it public.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/build.gradle.kts

        testFixturesApi(libs.testcontainersSpock) {
            because("API because of Groovy compiler bug leaking internals")
        }
        testFixturesImplementation(project(":jvm-services")) {
            because("Groovy compiler bug leaks internals")
        }
        testFixturesImplementation(libs.jettyWebApp) {
            because("Groovy compiler bug leaks internals")
        }
    
        testRuntimeOnly(project(":distributions-core")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. mockwebserver/src/main/kotlin/mockwebserver3/internal/ThrottledSink.kt

     * limitations under the License.
     *
     */
    package mockwebserver3.internal
    
    import okio.Buffer
    import okio.Sink
    
    /**
     * A sink that sleeps [periodDelayNanos] every [bytesPerPeriod] bytes. Unlike [okio.Throttler],
     * this permits any interval to be used.
     */
    internal class ThrottledSink(
      private val delegate: Sink,
      private val bytesPerPeriod: Long,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top