Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for cFns (0.05 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ProjectDependenciesIntegrationTest.groovy

                        attributes {
                            attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category, "foo"))
                        }
                    }
                    consumable("cons") {
                        attributes {
                            attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category, "foo"))
                        }
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:37:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. operator/pkg/component/component.go

    func createHelmRenderer(c *CommonComponentFields) helm.TemplateRenderer {
    	iop := c.InstallSpec
    	cns := string(c.ComponentName)
    	helmSubdir := c.Translator.ComponentMap(cns).HelmSubdir
    	return helm.NewHelmRenderer(iop.InstallPackagePath, helmSubdir, cns, c.Namespace, c.Version)
    }
    
    func isCoreComponentEnabled(c *CommonComponentFields) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java

                    }
                    dr.pathConsumed--;
                }
    
                if ( log.isDebugEnabled() ) {
                    String cons = reqPath.substring(0, consumed);
                    log.debug("Request " + reqPath + " ref path " + dr.path + " consumed " + dr.pathConsumed + ": " + cons);
                }
            }
    
            return dr;
        }
    
    
        /**
         * {@inheritDoc}
         *
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sat Nov 13 15:13:49 UTC 2021
    - 11K bytes
    - Viewed (0)
  4. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                String passwd = cliRequest.commandLine.getOptionValue(CLIManager.ENCRYPT_MASTER_PASSWORD);
    
                if (passwd == null) {
                    Console cons = System.console();
                    char[] password = (cons == null) ? null : cons.readPassword("Master password: ");
                    if (password != null) {
                        // Cipher uses Strings
                        passwd = String.copyValueOf(password);
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates/named_certificates_test.go

    			certs: []namedtestCertSpec{
    				{
    					testCertSpec: testCertSpec{
    						host: "test.com",
    					},
    				},
    			},
    			expected: map[string]int{
    				"test.com": 0,
    			},
    		},
    		{
    			// ip as cns are ignored
    			certs: []namedtestCertSpec{
    				{
    					testCertSpec: testCertSpec{
    						host:  "1.2.3.4",
    						names: []string{"test.com"},
    					},
    				},
    			},
    			expected: map[string]int{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 20 08:42:09 UTC 2021
    - 8K bytes
    - Viewed (0)
  6. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"audio/vnd.4sb",
    				"audio/vnd.audiokoz",
    				"audio/vnd.adobe.soundbooth",
    				"audio/vnd.celp",
    				"audio/vnd.cisco.nse",
    				"audio/vnd.cmles.radio-events",
    				"audio/vnd.cns.anp1",
    				"audio/vnd.cns.inf1",
    				"audio/vnd.digital-winds",
    				"audio/vnd.dlna.adts",
    				"audio/vnd.dolby.heaac.1",
    				"audio/vnd.dolby.heaac.2",
    				"audio/vnd.dolby.mlp",
    				"audio/vnd.dolby.mps",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  7. operator/pkg/translate/translate.go

    // If the name of the component is lower case, the function will use the capitalized version
    // of the name.
    func (t *Translator) ComponentMap(cns string) *ComponentMaps {
    	cn := name.TitleCase(name.ComponentName(cns))
    	return t.ComponentMaps[cn]
    }
    
    func (t *Translator) ProtoToHelmValues2(ii *v1alpha1.IstioOperatorSpec) (map[string]any, error) {
    	by, err := json.Marshal(ii)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  8. istioctl/pkg/ztunnelconfig/ztunnelconfig.go

      istioctl ztunnel-config connections --node ambient-worker
    
      # Retrieve summary of connections for a given Ztunnel instance.
      istioctl ztunnel-config workload <ztunnel-name[.namespace]>
    `,
    		Aliases: []string{"cons"},
    		Args:    common.validateArgs,
    		RunE: runConfigDump(ctx, common, func(cw *ztunnelDump.ConfigWriter) error {
    			filter := ztunnelDump.ConnectionsFilter{
    				Namespace: workloadsNamespace,
    				Direction: direction,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 20:18:34 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. src/syscall/exec_linux.go

    				goto childerror
    			}
    		}
    
    		// The unshare system call in Linux doesn't unshare mount points
    		// mounted with --shared. Systemd mounts / with --shared. For a
    		// long discussion of the pros and cons of this see debian bug 739593.
    		// The Go model of unsharing is more like Plan 9, where you ask
    		// to unshare and the namespaces are unconditionally unshared.
    		// To make this model work we must further mark / as MS_PRIVATE.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 07:45:37 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. pilot/pkg/model/config_test.go

    		Kind:      kind.VirtualService,
    		Name:      "abc",
    		Namespace: "ns-foo",
    	}
    
    	config2 := model.ConfigKey{
    		Kind:      kind.VirtualService,
    		Name:      "ab",
    		Namespace: "cns-foo",
    	}
    
    	if config1.HashCode() == config2.HashCode() {
    		t.Fatalf("Hash code of config1 %s should not be equal to config2 %s", config1.String(), config2.String())
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
Back to top