Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 3,226 for internal2 (0.18 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/wait/poll.go

    func PollImmediateInfiniteWithContext(ctx context.Context, interval time.Duration, condition ConditionWithContextFunc) error {
    	return poll(ctx, true, poller(interval, 0), condition)
    }
    
    // Internally used, each of the public 'Poll*' function defined in this
    // package should invoke this internal function with appropriate parameters.
    // ctx: the context specified by the caller, for infinite polling pass
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 26 06:13:35 UTC 2023
    - 14K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/cc_op_gen.cc

    #include "tensorflow/core/lib/gtl/array_slice.h"
    )header";
    
      // TODO(keveman): Make namespaces configurable.
      const string namespace_begin = internal ? R"namespace(
    namespace tensorflow {
    namespace ops {
    namespace internal {
    // NOTE: This namespace has internal TensorFlow details that
    // are not part of TensorFlow's public API.
    
    )namespace"
                                              : R"namespace(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 17:22:47 UTC 2023
    - 17K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/codec_test.go

    	if err != nil {
    		t.Fatalf("unexpected error: %v", err)
    	}
    	internal := obj.(*runtimetesting.TestType1)
    	if internal.A != "value" {
    		t.Fatalf("unexpected decoded object: %#v", internal)
    	}
    
    	out, err := runtime.Encode(codec, internal)
    	if err != nil {
    		t.Fatalf("unexpected error: %v", err)
    	}
    	if !strings.Contains(string(out), `"myKindKey":"TestType1"`) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonStateCoordinator.java

    import org.gradle.initialization.DefaultBuildCancellationToken;
    import org.gradle.internal.UncheckedException;
    import org.gradle.internal.concurrent.ExecutorFactory;
    import org.gradle.internal.concurrent.ManagedExecutor;
    import org.gradle.internal.concurrent.Stoppable;
    import org.gradle.internal.time.CountdownTimer;
    import org.gradle.internal.time.Time;
    import org.gradle.internal.time.Timer;
    import org.gradle.launcher.daemon.server.api.DaemonStateControl;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. pkg/controller/job/indexed_job_utils_test.go

    	cases := map[string]struct {
    		intervals orderedIntervals
    		index     int
    		wantHas   bool
    	}{
    		"empty": {
    			index: 4,
    		},
    		"before all": {
    			index:     1,
    			intervals: []interval{{2, 4}, {5, 7}},
    		},
    		"after all": {
    			index:     9,
    			intervals: []interval{{2, 4}, {6, 8}},
    		},
    		"in between": {
    			index:     5,
    			intervals: []interval{{2, 4}, {6, 8}},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  6. 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)
  7. docs/en/docs/tutorial/dependencies/dependencies-with-yield.md

    This was changed in version 0.110.0 to fix unhandled memory consumption from forwarded exceptions without a handler (internal server errors), and to make it consistent with the behavior of regular Python code.
    
    ### Background Tasks and Dependencies with `yield`, Technical Details
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Feb 24 23:06:37 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DefaultMetadataProvider.java

    import org.gradle.api.internal.attributes.AttributeContainerInternal;
    import org.gradle.api.internal.attributes.ImmutableAttributes;
    import org.gradle.api.internal.attributes.ImmutableAttributesFactory;
    import org.gradle.api.internal.project.ProjectInternal;
    import org.gradle.internal.action.InstantiatingAction;
    import org.gradle.internal.component.external.model.ExternalComponentResolveMetadata;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  9. cmd/globals.go

    	"github.com/minio/minio/internal/config/cache"
    	"github.com/minio/minio/internal/config/callhome"
    	"github.com/minio/minio/internal/config/compress"
    	"github.com/minio/minio/internal/config/dns"
    	"github.com/minio/minio/internal/config/drive"
    	idplugin "github.com/minio/minio/internal/config/identity/plugin"
    	polplugin "github.com/minio/minio/internal/config/policy/plugin"
    	"github.com/minio/minio/internal/config/storageclass"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  10. cmd/object-api-datatypes.go

    package cmd
    
    import (
    	"io"
    	"math"
    	"net/http"
    	"time"
    
    	"github.com/dustin/go-humanize"
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio/internal/bucket/replication"
    	"github.com/minio/minio/internal/hash"
    )
    
    //go:generate msgp -file $GOFILE -io=false -tests=false -unexported=false
    
    // BackendType - represents different backend types.
    type BackendType int
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top