Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 46 for sourceDir (0.15 sec)

  1. pkg/proxy/nftables/helpers_test.go

    		{
    			name:     "no match",
    			sourceIP: "10.0.0.2",
    			destIP:   "10.0.0.3",
    			destPort: 80,
    			output:   "",
    		},
    		{
    			name:     "single endpoint",
    			sourceIP: "10.0.0.2",
    			destIP:   "172.30.0.41",
    			destPort: 80,
    			output:   "10.180.0.1:80",
    		},
    		{
    			name:     "multiple endpoints",
    			sourceIP: "10.0.0.2",
    			destIP:   "172.30.0.44",
    			destPort: 80,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/eclipse/EclipseWtpPlugin.java

                        public String call() throws Exception {
                            return "../";
                        }
                    });
                    ((IConventionAware) component).getConventionMapping().map("sourceDirs", new Callable<Set<File>>() {
                        @Override
                        public Set<File> call() throws Exception {
                            return getMainSourceDirs(project);
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginPublishingIntegrationTest.groovy

            and:
            buildFile << """
    
                task sourceJar(type: Jar) {
                    archiveClassifier = "sources"
                    from sourceSets.main.allSource
                }
    
                publishing {
                    publications {
                        pluginMaven(MavenPublication) {
                            artifact sourceJar
                        }
                        pluginIvy(IvyPublication) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 13:07:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/SigningPublicationsIntegrationSpec.groovy

                task sourceJar(type: Jar) {
                    from sourceSets.main.allJava
                }
    
                publishing {
                    publications {
                        mavenJava(MavenPublication) {
                            from components.java
                            artifactId '$artifactId'
                            artifact sourceJar {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  5. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaModule.java

         *
         * For example see docs for {@link IdeaModule}
         */
        public Set<File> getSourceDirs() {
            return sourceDirs;
        }
    
        public void setSourceDirs(Set<File> sourceDirs) {
            this.sourceDirs = sourceDirs;
        }
    
        /**
         * The directories containing the generated sources (both production and test sources).
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 09:58:16 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  6. pkg/proxy/winkernel/hns_test.go

    package winkernel
    
    import (
    	"encoding/json"
    
    	"github.com/Microsoft/hcsshim/hcn"
    	"github.com/stretchr/testify/assert"
    
    	"strings"
    	"testing"
    
    	"github.com/google/go-cmp/cmp"
    )
    
    const (
    	sourceVip         = "192.168.1.2"
    	serviceVip        = "11.0.0.1"
    	addressPrefix     = "192.168.1.0/24"
    	gatewayAddress    = "192.168.1.1"
    	epMacAddress      = "00-11-22-33-44-55"
    	epIpAddress       = "192.168.1.3"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpPluginTest.groovy

        }
    
    
        private void checkEclipseWtpComponentForEar(def expectedSourceDirs) {
            def wtp = checkAndGetEclipseWtpComponent()
            assert wtp.sourceDirs == expectedSourceDirs
            assert wtp.rootConfigurations == [project.configurations.deploy] as Set
            assert wtp.libConfigurations == [project.configurations.earlib] as Set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 08 10:14:49 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultDependenciesAccessors.java

            }
    
        }
    
        private static class GeneratedAccessors {
            private final File sourcesDir;
            private final File classesDir;
    
            private GeneratedAccessors(File sourcesDir, File classesDir) {
                this.sourcesDir = sourcesDir;
                this.classesDir = classesDir;
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/networkfilter.go

    				} else {
    					// This means that subset has defined non sourceIP consistent hash load balancer.
    					useSourceIP = false
    				}
    			}
    			break
    		}
    		// If destinationrule has consistent hash source ip set, use it for tcp proxy.
    		if useSourceIP {
    			tcpProxy.HashPolicy = []*hashpolicy.HashPolicy{{PolicySpecifier: &hashpolicy.HashPolicy_SourceIp_{
    				SourceIp: &hashpolicy.HashPolicy_SourceIp{},
    			}}}
    		}
    	}
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  10. pkg/proxy/apis/config/v1alpha1/zz_generated.conversion.go

    	out.NetworkName = in.NetworkName
    	out.SourceVip = in.SourceVip
    	out.EnableDSR = in.EnableDSR
    	out.RootHnsEndpointName = in.RootHnsEndpointName
    	out.ForwardHealthCheckVip = in.ForwardHealthCheckVip
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:33:53 UTC 2023
    - 22.3K bytes
    - Viewed (0)
Back to top