Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 4,312 for _config (0.12 sec)

  1. pkg/ctrlz/assets/static/js/bootstrap-4.0.0.min.js

    t(this._element).closest(".navbar").length>0},l._getPopperConfig=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=r({},e.offsets,t._config.offset(e.offsets)||{}),e}:e.offset=this._config.offset,{placement:this._getPlacement(),modifiers:{offset:e,flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}}},a._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(i);if(n||(n=new a(this,"object"==typeof...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 47.8K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/BaseBuildScanPluginCheckInFixture.groovy

                            $GradleEnterprisePluginConfig.name config,
                            $GradleEnterprisePluginRequiredServices.name requiredServices,
                            $GradleEnterprisePluginBuildState.name buildState ->
    
                            println "${propertyPrefix}.serviceFactoryCreate.config.buildScanRequest = \$config.buildScanRequest"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. pilot/test/mock/config.go

    				"version": "v1",
    			},
    		},
    	}
    
    	mockGvk = collections.Mock.GroupVersionKind()
    )
    
    // Make creates a mock config indexed by a number
    func Make(namespace string, i int) config2.Config {
    	name := fmt.Sprintf("%s%d", "mock-config", i)
    	return config2.Config{
    		Meta: config2.Meta{
    			GroupVersionKind: mockGvk,
    			Name:             name,
    			Namespace:        namespace,
    			Labels: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    [[changes_4.7]]
    == Upgrading from 4.6 and earlier
    
    === Potential breaking changes
    
     * Gradle will now, by convention, look for Checkstyle configuration files in the root project's _config/checkstyle_ directory.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. pilot/pkg/config/aggregate/config.go

    	for _, curConfigs := range storeConfigs {
    		configs = append(configs, curConfigs...)
    	}
    	configs = slices.FilterInPlace[config.Config](configs, func(cfg config.Config) bool {
    		return !configMap.InsertContains(cfg.NamespacedName())
    	})
    
    	return configs
    }
    
    func (cr *store) Delete(typ config.GroupVersionKind, name, namespace string, resourceVersion *string) error {
    	if cr.writer == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 26 01:14:27 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. test/fixedbugs/issue59709.dir/aconfig.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package aconfig
    
    type Config struct {
    	name string
    	blah int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 21:04:28 UTC 2023
    - 223 bytes
    - Viewed (0)
  7. pilot/pkg/model/config.go

    	Update(config config.Config) (newRevision string, err error)
    	UpdateStatus(config config.Config) (newRevision string, err error)
    
    	// Patch applies only the modifications made in the PatchFunc rather than doing a full replace. Useful to avoid
    	// read-modify-write conflicts when there are many concurrent-writers to the same resource.
    	Patch(orig config.Config, patchFn config.PatchFunc) (string, error)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 08:51:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/config.go

    				}
    			}
    			return nil
    		},
    		Args: cobra.NoArgs,
    	}
    	cmd.Flags().StringVar(&oldCfgPath, "old-config", "", "Path to the kubeadm config file that is using an old API version and should be converted. This flag is mandatory.")
    	cmd.Flags().StringVar(&newCfgPath, "new-config", "", "Path to the resulting equivalent kubeadm config file using the new API version. Optional, if not specified output will be sent to STDOUT.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/config.go

    // TODO putting this here for now to deal with circular imports, needs to be moved
    type Cluster interface {
    	cluster.Cluster
    
    	CanDeploy(Config) (Config, bool)
    }
    
    // Configurable is and object that has Config.
    type Configurable interface {
    	Config() Config
    
    	// ServiceName is the name of this service within the namespace.
    	ServiceName() string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/config.go

    		return bytes.NewBuffer(content), nil
    	}
    	// there is no special config at all
    	return nil, nil
    }
    
    // ConfigFor returns a reader for the specified plugin.
    // If no specific configuration is present, we return a nil reader.
    func (p configProvider) ConfigFor(pluginName string) (io.Reader, error) {
    	// there is no config, so there is no potential config
    	if p.config == nil {
    		return nil, nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 15:48:39 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top