Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 178 for emails (0.12 sec)

  1. platforms/documentation/docs/src/docs/css/javadoc.css

    section.class-description {
        line-height: 1.4;
    }
    .summary section[class$="-summary"], .details section[class$="-details"],
    .class-uses .detail, .serialized-class-details {
        padding: 0 20px 5px 10px;
        border: 1px solid var(--border-color);
        background-color: var(--section-background-color);
    }
    .inherited-list, section[class$="-details"] .detail {
        padding:0 0 5px 8px;
        background-color:var(--detail-background-color);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                            "name": "inbound-vip|9080||details.default.svc.cluster.local-http",
                                            "typed_config": {
                                              "@type": "type.googleapis.com/google.protobuf.StringValue",
                                              "value": "inbound-vip|9080||details.default.svc.cluster.local-http"
                                            }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// Extended data associated with the reason.  Each reason may define its
    	// own extended details. This field is optional and the data returned
    	// is not guaranteed to conform to any schema except that defined by
    	// the reason type.
    	// +optional
    	// +listType=atomic
    	Details *StatusDetails `json:"details,omitempty" protobuf:"bytes,5,opt,name=details"`
    	// Suggested HTTP return code for this status, 0 if not set.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  5. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    		[]int32{8080}, map[string]string{"app": "ratings"}, t)
    
    	createServiceWait(ctl, "details", "bookinfo-details",
    		map[string]string{},
    		map[string]string{
    			annotation.AlphaKubernetesServiceAccounts.Name: "details",
    			annotation.AlphaCanonicalServiceAccounts.Name:  "details@gserviceaccount2.com",
    		},
    		[]int32{9090}, map[string]string{"app": "details"}, t)
    
    	createServiceWait(ctl, "reviews", "bookinfo-reviews",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            }
    
            DependencySubstitutionInternal details = substitutionResult.getResult();
            if (details != null && details.isUpdated()) {
                // This caching works because our substitutionResult are cached themselves
                return dependencyState.withSubstitution(substitutionResult, result -> {
                    ArtifactSelectionDetailsInternal artifactSelectionDetails = details.getArtifactSelectionDetails();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    },
                                                    "istio": {
                                                        "workload": "details-v1;default;details;v1;Kubernetes"
                                                    }
                                                }
                                            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

            ops.size() == 4
            ops[0].details.applicationId == id1.longValue()
            ops[1].details.applicationId == id2.longValue()
            ops[2].details.applicationId == id1.longValue()
            ops[3].details.applicationId == id2.longValue()
        }
    
        def "can add list properties to container"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    `java-base` plugin directly or indirectly through the `java`, `application`, `java-library`, or other JVM ecosystem plugins.
    
    ==== Upload Task should not be used
    
    The `Upload` task remains deprecated and is now scheduled for removal in Gradle 9.0.
    Although this type remains, it is no longer functional and will throw an exception upon running.
    It is preserved solely to avoid breaking plugins.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  10. src/runtime/mgc.go

    //    workers started by the scheduler and by assists performed as
    //    part of allocation. The write barrier shades both the
    //    overwritten pointer and the new pointer value for any pointer
    //    writes (see mbarrier.go for details). Newly allocated objects
    //    are immediately marked black.
    //
    //    c. GC performs root marking jobs. This includes scanning all
    //    stacks, shading all globals, and shading any heap pointers in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
Back to top