Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 787 for alias2 (0.1 sec)

  1. src/cmd/go/testdata/script/mod_edit_go.txt

    env GO111MODULE=on
    ! go build
    stderr ' type alias requires'
    go mod edit -go=1.9
    grep 'go 1.9' go.mod
    go build
    
    # Reverting the version should force a rebuild and error instead of using
    # the cached 1.9 build. (https://golang.org/issue/37804)
    go mod edit -go=1.8
    ! go build
    stderr 'type alias requires'
    
    # go=none should drop the line
    go mod edit -go=none
    ! grep go go.mod
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 28 02:54:10 UTC 2024
    - 506 bytes
    - Viewed (0)
  2. pkg/quota/v1/evaluator/core/registry.go

    		NewServiceEvaluator(f),
    		NewPersistentVolumeClaimEvaluator(f),
    	}
    	// these evaluators require an alias for backwards compatibility
    	for gvr, alias := range legacyObjectCountAliases {
    		result = append(result,
    			generic.NewObjectCountEvaluator(gvr.GroupResource(), generic.ListResourceUsingListerFunc(f, gvr), alias))
    	}
    	return result
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 10 09:42:32 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultVersionCatalog.java

        public boolean hasDependency(String alias) {
            return libraries.containsKey(normalize(alias));
        }
    
        public boolean hasBundle(String alias) {
            return bundles.containsKey(normalize(alias));
        }
    
        public boolean hasVersion(String alias) {
            return versions.containsKey(normalize(alias));
        }
    
        public boolean hasPlugin(String alias) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Dec 17 22:25:43 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/PluginDependenciesSpecScope.kt

    ) : PluginDependenciesSpec {
    
        override fun id(id: String): PluginDependencySpec =
            plugins.id(id)
    
        override fun alias(notation: Provider<PluginDependency>) =
            plugins.alias(notation)
    
        override fun alias(notation: ProviderConvertible<PluginDependency>) =
            plugins.alias(notation)
    }
    
    
    /**
     * Specify the version of the plugin to depend on.
     *
     * Infix version of [PluginDependencySpec.version].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/controllermanager_test.go

    			if !alphaFeatures.Has(string(feature)) {
    				areAllRequiredFeaturesAlpha = false
    				break
    			}
    		}
    
    		if areAllRequiredFeaturesAlpha {
    			t.Errorf("alias check failed: controller name %q should not be aliased as it is still guarded by alpha feature gates (%v) and thus should have only a canonical name", name, requiredFeatureGates)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/cgo_badmethod_issue57926.txt

    ! stderr 'Alias'
    
    -- go.mod --
    module example.com
    go 1.12
    
    -- a.go --
    package a
    
    /*
    typedef int T;
    */
    import "C"
    
    func (C.T) f() {}
    func (recv *C.T) g() {}
    
    // The check is more education than enforcement,
    // and is easily defeated using a type alias.
    type Alias = C.T
    func (Alias) h() {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 12:55:28 UTC 2023
    - 562 bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/util.cc

      const TensorProto* tensor_proto;
      std::set<std::string> seen_request_inputs;
    
      for (const auto& [alias, tensor_info] : signature.inputs()) {
        const std::string& feed_name = tensor_info.name();
        auto iter = request_inputs.find(alias);
    
        if (iter == request_inputs.end()) {
          auto default_inputs_iter = signature.defaults().find(alias);
          if (default_inputs_iter == signature.defaults().end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Feb 10 10:25:28 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. pkg/config/schema/codegen/templates/gvr.go.tmpl

    	{{- range $alias := .Resource.VersionAliases }}
    	{{$entry.Resource.Identifier}}_{{$alias}} = schema.GroupVersionResource{Group: "{{$entry.Resource.Group}}", Version: "{{$alias}}", Resource: "{{$entry.Resource.Plural}}"}
        {{- end }}
    {{- end }}
    )
    
    func IsClusterScoped(g schema.GroupVersionResource) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 03:54:51 UTC 2023
    - 1K bytes
    - Viewed (0)
  9. src/math/big/nat.go

    	} else {
    		karatsubaSub(z[n2:], p, n)
    	}
    }
    
    // alias reports whether x and y share the same base array.
    //
    // Note: alias assumes that the capacity of underlying arrays
    // is never changed for nat values; i.e. that there are
    // no 3-operand slice expressions in this code (or worse,
    // reflect-based operations to the same effect).
    func alias(x, y nat) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:31:58 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  10. pkg/ctrlz/assets/static/js/prism-1.14.0.min.js

    function(f,g,h,l,m){this.type=f,this.content=g,this.alias=h,this.length=0|(l||'').length,this.greedy=!!m};if(d.stringify=function(f,g,h){if('string'==typeof f)return f;if('Array'===c.util.type(f))return f.map(function(q){return d.stringify(q,g,f)}).join('');var l={type:f.type,content:d.stringify(f.content,g,h),tag:'span',classes:['token',f.type],attributes:{},language:g,parent:h};if(f.alias){var m='Array'===c.util.type(f.alias)?f.alias:[f.alias];Array.prototype.push.apply(l.classes,m)}c.hooks.run('wrap',l);var...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top