Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 130 for Meta (0.22 sec)

  1. platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/api/NonNullApi.java

     * limitations under the License.
     */
    
    package org.gradle.api;
    
    import javax.annotation.Nonnull;
    import javax.annotation.Nullable;
    import javax.annotation.meta.TypeQualifierDefault;
    import java.lang.annotation.Documented;
    import java.lang.annotation.ElementType;
    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. cmd/handler-utils.go

    // All values stored with a key starting with one of the following prefixes
    // must be extracted from the header.
    var userMetadataKeyPrefixes = []string{
    	"x-amz-meta-",
    	"x-minio-meta-",
    }
    
    // extractMetadataFromReq extracts metadata from HTTP header and HTTP queryString.
    func extractMetadataFromReq(ctx context.Context, r *http.Request) (metadata map[string]string, err error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. cmd/batch-expire.go

    		for _, kv := range ef.Metadata {
    			// Object (version) must match all x-amz-meta and
    			// standard metadata headers
    			// specified in the filter
    			var match bool
    			for k, v := range obj.UserDefined {
    				if !stringsHasPrefixFold(k, "x-amz-meta-") && !isStandardHeader(k) {
    					continue
    				}
    				// We only need to match x-amz-meta or standardHeaders
    				if kv.Match(BatchJobKV{Key: k, Value: v}) {
    					match = true
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 13:50:53 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/help/helpdoc.go

    If the import path is not a known code hosting site and also lacks a
    version control qualifier, the go tool attempts to fetch the import
    over https/http and looks for a <meta> tag in the document's HTML
    <head>.
    
    The meta tag has the form:
    
    	<meta name="go-import" content="import-prefix vcs repo-root">
    
    The import-prefix is the import path corresponding to the repository
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/conversion.go

    				continue
    			}
    			meta := parentMeta(obj, &l.Name)
    			meta[constants.InternalGatewaySemantics] = constants.GatewaySemanticsGateway
    			meta[model.InternalGatewayServiceAnnotation] = strings.Join(gatewayServices, ",")
    
    			// Each listener generates an Istio Gateway with a single Server. This allows binding to a specific listener.
    			gatewayConfig := config.Config{
    				Meta: config.Meta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/sidecar_simulation_test.go

    	if got == nil {
    		return nil
    	}
    	s, err := protomarshal.Marshal(got)
    	if err != nil {
    		t.Fatal(err)
    	}
    	meta := clusterServicesMetadata{}
    	if err := json.Unmarshal(s, &meta); err != nil {
    		t.Fatal(err)
    	}
    	res := []string{}
    	for _, m := range meta.Services {
    		res = append(res, m.Host)
    	}
    	return res
    }
    
    func mtlsMode(m string) string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. cmd/object-api-utils.go

    	"golang.org/x/exp/slices"
    )
    
    const (
    	// MinIO meta bucket.
    	minioMetaBucket = ".minio.sys"
    	// Multipart meta prefix.
    	mpartMetaPrefix = "multipart"
    	// MinIO Multipart meta prefix.
    	minioMetaMultipartBucket = minioMetaBucket + SlashSeparator + mpartMetaPrefix
    	// MinIO tmp meta prefix.
    	minioMetaTmpBucket = minioMetaBucket + "/tmp"
    	// MinIO tmp meta prefix for deleted objects.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta4/conversion.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1beta4
    
    import (
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/conversion"
    
    	"k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 06:41:07 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredBuildInputsTestKitInjectedJavaPluginIntegrationTest.groovy

        }
    
        @Override
        void buildLogicApplication(BuildInputRead read) {
            def builder = artifactBuilder()
            javaPlugin(builder.sourceFile("SneakyPlugin.java"), read)
            builder.resourceFile("META-INF/gradle-plugins/sneaky.properties") << """
    implementation-class: SneakyPlugin
            """
            builder.buildJar(jar)
            buildFile << """
                plugins { id("sneaky") }
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. cmd/iam-object-store.go

    	data, meta, err := readConfigWithMetadata(ctx, iamOS.objAPI, objPath, ObjectOptions{})
    	if err != nil {
    		return nil, meta, err
    	}
    	data, err = decryptData(data, objPath)
    	if err != nil {
    		return nil, meta, err
    	}
    	return data, meta, nil
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top