Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 887 for excluded (0.27 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/ivy/RealisedIvyModuleResolveMetadata.java

                    excludes = ImmutableList.of();
                } else {
                    attributes = baseConf.getAttributes();
                    capabilities = baseConf.getCapabilities();
                    dependencies = Cast.uncheckedCast(baseConf.getDependencies());
                    artifacts = Cast.uncheckedCast(baseConf.getArtifacts());
                    excludes = Cast.uncheckedCast(baseConf.getExcludes());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 19:13:04 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/PopularWordHelper.java

                            .toArray(n -> new String[n]);
            final String[] baseFields = fields != null ? fields : fessConfig.getSuggestPopularWordFieldsAsArray();
            final String[] baseExcludes = excludes != null ? excludes : fessConfig.getSuggestPopularWordExcludesAsArray();
            try {
                return cache.get(getCacheKey(baseSeed, baseTags, baseRoles, baseFields, baseExcludes), () -> {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    		currentTime: 1486684488,
    		systemSkip:  true, // does not chain to a system root
    
    		errorCallback: expectHostnameError("certificate is not valid for any names"),
    	},
    	{
    		// Test that excluded names are respected.
    		name:          "ExcludedNames",
    		leaf:          excludedNamesLeaf,
    		dnsName:       "bender.local",
    		intermediates: []string{excludedNamesIntermediate},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  4. pom.xml

    					<webappDirectory>${project.build.directory}/${project.build.finalName}-compress</webappDirectory>
    					<excludes>
    						<exclude>**/*min.js</exclude>
    						<exclude>**/*min.css</exclude>
    						<exclude>**/plugins/**/*.js</exclude>
    						<exclude>**/WEB-INF/site/**</exclude>
    					</excludes>
    				</configuration>
    			</plugin>
    			<plugin>
    				<groupId>org.dbflute</groupId>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier.go

    				proxier.logger.Error(err, "Failed to delete service", "virtualServer", svc)
    			}
    		}
    	}
    }
    
    func (proxier *Proxier) isIPInExcludeCIDRs(ip net.IP) bool {
    	// make sure it does not fall within an excluded CIDR range.
    	for _, excludedCIDR := range proxier.excludeCIDRs {
    		if excludedCIDR.Contains(ip) {
    			return true
    		}
    	}
    	return false
    }
    
    func getIPFamily(ip net.IP) v1.IPFamily {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  6. src/cmd/internal/testdir/testdir_test.go

    			return err
    		}
    
    		_, err = io.Copy(dst, src)
    		if closeErr := dst.Close(); err == nil {
    			err = closeErr
    		}
    		return err
    	})
    }
    
    // The following sets of files are excluded from testing depending on configuration.
    // The types2Failures(32Bit) files pass with the 1.17 compiler but don't pass with
    // the 1.18 compiler using the new types2 type checker, or pass with sub-optimal
    // error(s).
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  7. maven-model-builder/pom.xml

                  <exclude>org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator</exclude>
                  <exclude>org.apache.maven.model.interpolation.StringSearchModelInterpolator</exclude>
                  <exclude>org.apache.maven.model.interpolation.StringVisitorModelInterpolator</exclude>
                  <exclude>org.apache.maven.model.io.DefaultModelReader#DefaultModelReader():CONSTRUCTOR_REMOVED</exclude>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  8. android/pom.xml

                  <exclude>%regex[.*Tester.class]</exclude>
                  <!-- Anonymous TestCase subclasses in GeneratedMonitorTest -->
                  <exclude>%regex[.*[$]\d+.class]</exclude>
                </excludes>
                <redirectTestOutputToFile>true</redirectTestOutputToFile>
                <runOrder>alphabetical</runOrder>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  9. pom.xml

                  <exclude>%regex[.*Tester.class]</exclude>
                  <!-- Anonymous TestCase subclasses in GeneratedMonitorTest -->
                  <exclude>%regex[.*[$]\d+.class]</exclude>
                </excludes>
                <redirectTestOutputToFile>true</redirectTestOutputToFile>
                <runOrder>alphabetical</runOrder>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  10. maven-toolchain-model/pom.xml

                <includes>
                  <include>org.apache.maven.toolchain.model</include>
                </includes>
                <excludes>
                  <exclude>org.apache.maven.toolchain.model.PersistedToolchains#setModelEncoding(java.lang.String):METHOD_REMOVED</exclude>
                </excludes>
                <includeExclusively>true</includeExclusively>
              </parameter>
              <oldVersion>
                <dependency>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top