Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 785 for Identifier (0.15 sec)

  1. tensorflow/compiler/mlir/lite/quantization/ir/.clang-tidy

    CheckOptions:
      # LINT.IfChange(check-options)
      - key:             readability-identifier-naming.ClassCase
        value:           CamelCase
      - key:             readability-identifier-naming.EnumCase
        value:           CamelCase
      - key:             readability-identifier-naming.FunctionCase
        value:           camelBack
      - key:             readability-identifier-naming.MemberCase
        value:           camelBack
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 29 18:55:28 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/native/src/main/java/org/gradle/internal/nativeintegration/jansi/JansiOperatingSystemSupport.java

        private final String identifier;
    
        static {
            for(JansiOperatingSystemSupport osSupport : values()) {
                MAPPING.put(osSupport.identifier, osSupport);
            }
        }
    
        JansiOperatingSystemSupport(String identifier) {
            this.identifier = identifier;
        }
    
        public String getIdentifier() {
            return identifier;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/tooling/eclipse/DefaultEclipseExternalDependency.java

            super(exported, attributes, accessRules);
            this.file = file;
            this.javadoc = javadoc;
            this.source = source;
            this.identifier = identifier;
            this.moduleVersion = (identifier == null) ? null : new DefaultGradleModuleVersion(identifier);
            this.resolved = resolved;
            this.attemptedSelector = (attemptedSelector == null) ? null : new DefaultEclipseComponentSelector(attemptedSelector);
        }
    
    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. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderResult.java

    public interface ModelBuilderResult {
    
        /**
         * Gets the sequence of model identifiers that denote the lineage of models from which the effective model was
         * constructed. Model identifiers have the form {@code <groupId>:<artifactId>:<version>}. The first identifier from
         * the list denotes the model on which the model builder was originally invoked. The last identifier will always be
         * an empty string that by definition denotes the super POM.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/cache/internal/GeneratedGradleJarCache.java

        String CACHE_DISPLAY_NAME = "Generated Gradle JARs cache";
    
        /**
         * Returns the generated jar uniquely identified by {@code identifier}.
         *
         * If the jar is not found in the cache the given {@code creator} action will be invoked to create it.
         *
         * @param identifier the jar identifier (for example, {@code "api"}).
         * @param creator the action that will create the file should it not be found in the cache.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:49 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. pkg/config/schema/codegen/templates/gvk.go.tmpl

    	switch g {
    {{- range $entry := .Entries }}
    		case {{$entry.Resource.Identifier}}:
    			return gvr.{{$entry.Resource.Identifier}}, true
    	{{- range $alias := .Resource.VersionAliases }}
    		case {{$entry.Resource.Identifier}}_{{$alias}}:
    			return gvr.{{$entry.Resource.Identifier}}_{{$alias}}, true
        {{- end }}
    {{- end }}
    	}
    
    	return schema.GroupVersionResource{}, false
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 03:54:51 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/main/java/org/gradle/platform/base/component/internal/AbstractComponentSpec.java

        private final ComponentSpecIdentifier identifier;
        private final Class<?> publicType;
    
        public AbstractComponentSpec(ComponentSpecIdentifier identifier, Class<?> publicType) {
            this.publicType = publicType;
            this.identifier = identifier;
        }
    
        @Override
        public ComponentSpecIdentifier getIdentifier() {
            return identifier;
        }
    
        @Override
        public String getName() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. pkg/config/schema/codegen/templates/collections.go.tmpl

    {{ .CustomImport }}
      "reflect"
    {{- range .Packages}}
    	{{.ImportName}} "{{.PackageName}}"
    {{- end}}
    )
    
    var (
    {{ range .Entries }}
    	{{ .Resource.Identifier }} = resource.Builder {
    			Identifier: "{{ .Resource.Identifier }}",
    			Group: "{{ .Resource.Group }}",
    			Kind: "{{ .Resource.Kind }}",
    			Plural: "{{ .Resource.Plural }}",
    			Version: "{{ .Resource.Version }}",
    			{{- if .Resource.VersionAliases }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/core/object_graph_traversal_test.cc

        local_name: "wombat"
      }
      user_object {
        identifier: "_generic_user_object"
        version {
          producer: 1
          min_consumer: 1
        }
      }
    }
    nodes {
      user_object {
        identifier: "signature_map"
        version {
          producer: 1
          min_consumer: 1
        }
      }
    }
    nodes {
      user_object {
        identifier: "_generic_user_object"
        version {
          producer: 1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 22 20:15:34 UTC 2020
    - 7.9K bytes
    - Viewed (0)
  10. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishIdentifierValidationIntegTest.groovy

            where:
            identifier << Identifier.all
        }
    
        def "can publish artifacts with version, extension and classifier containing #identifier characters"() {
            given:
            file("content-file") << "some content"
            def version = identifier.safeForFileName().decorate("version")
            def extension = identifier.safeForFileName().decorate("extension")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top