Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 146 for sourceDir (0.34 sec)

  1. pilot/pkg/networking/core/networkfilter_test.go

    	}{
    		{
    			"destination rule without sourceip",
    			[]*networking.RouteDestination{
    				{
    					Destination: &networking.Destination{
    						Host: "testsimple.com",
    						Port: &networking.PortSelector{
    							Number: 9999,
    						},
    					},
    				},
    			},
    			config.Meta{Name: "testsimple.com", Namespace: "ns"},
    			false,
    		},
    		{
    			"destination rule has sourceip",
    			[]*networking.RouteDestination{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/ops/gen/README.md

        --namespace=""                      string  Compact C++ namespace, default is 'tensorflow::ops'.
        --output_dir=""                     string  Directory into which output files will be generated.
        --source_dir=""                     string  The tensorflow root directory, e.g. 'tensorflow/' for in-source include paths. Any path underneath the tensorflow root is also accepted.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  3. cmd/bucket-policy.go

    	}
    
    	args := map[string][]string{
    		"CurrentTime":      {currTime.Format(time.RFC3339)},
    		"EpochTime":        {strconv.FormatInt(currTime.Unix(), 10)},
    		"SecureTransport":  {strconv.FormatBool(r.TLS != nil)},
    		"SourceIp":         {handlers.GetSourceIPRaw(r)},
    		"UserAgent":        {r.UserAgent()},
    		"Referer":          {r.Referer()},
    		"principaltype":    {principalType},
    		"userid":           {username},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/AbstractMavenPublishJavaIntegTest.groovy

            createBuildScripts("""
                task sourceJar(type: Jar) {
                    from sourceSets.main.allJava
                    archiveClassifier = "source"
                }
    
                publishing {
                    publications {
                        maven(MavenPublication) {
                            from components.java
                            artifact sourceJar
                        }
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 45.6K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-groovy/src/main/java/org/gradle/model/dsl/internal/transform/RuleVisitor.java

    public class RuleVisitor extends ExpressionReplacingVisitorSupport {
    
        public static final String INVALID_ARGUMENT_LIST = "argument list must be exactly 1 literal non empty string";
        public static final String SOURCE_URI_TOKEN = "@@sourceuri@@";
        public static final String SOURCE_DESC_TOKEN = "@@sourcedesc@@";
    
        private static final String AST_NODE_METADATA_INPUTS_KEY = RuleVisitor.class.getName() + ".inputs";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  6. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                $dependencies
    
                task sourceJar(type: Jar) {
                    from sourceSets.main.allJava
                    archiveBaseName = "publishTest-source"
                }
    
                publishing {
                    publications {
                        ivy(IvyPublication) {
                            from components.java
                            artifact(sourceJar) {
                                classifier "source"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpModelIntegrationTest.groovy

    }
    
    dependencies {
      configOne 'gradle:foo:1.0', 'gradle:bar:1.0', 'gradle:baz:1.0'
      configTwo 'gradle:baz:1.0'
    }
    
    eclipse {
    
      wtp {
        component {
          contextPath = 'killerApp'
    
          sourceDirs += file('someExtraSourceDir')
    
          plusConfigurations << configurations.configOne
          minusConfigurations << configurations.configTwo
    
          deployName = 'someBetterDeployName'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  8. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaModuleIntegrationTest.groovy

    }
    
    idea {
        pathVariables CUSTOM_VARIABLE: file('customModuleContentRoot').parentFile
    
        module {
            name = 'foo'
            contentRoot = file('customModuleContentRoot')
    
            sourceDirs += file('additionalCustomSources')
            resourceDirs += file('additionalCustomResources')
            resourceDirs += file('additionalCustomGeneratedResources')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

        absl::string_view input_arrays, absl::string_view input_dtypes,
        absl::string_view input_shapes, absl::string_view output_arrays,
        absl::string_view control_output_arrays, llvm::SourceMgr* source_mgr,
        MLIRContext* context) {
      // Set up the input file.
      std::string error_message;
      auto file = mlir::openInputFile(input_filename, &error_message);
      if (!file) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  10. cmd/kube-proxy/app/server.go

    			// This has always been a fatal error
    			fatal = true
    		}
    	}
    
    	if netutils.IPFamilyOfString(s.Config.Winkernel.SourceVip) == badFamily {
    		errors = append(errors, fmt.Errorf("cluster is %s but winkernel.sourceVip is IPv%s", clusterType, badFamily))
    	}
    
    	// In some cases, wrong-IP-family is only a problem when the secondary IP family
    	// isn't present at all.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top