- Sort Score
- Result 10 results
- Languages All
Results 1271 - 1280 of 5,298 for recur2 (0.09 sec)
- 
				
				android/guava/src/com/google/common/collect/CartesianList.javaif (elemIndex == -1) { return -1; } computedIndex += elemIndex * axesSizeProduct[axisIndex + 1]; } return computedIndex; } @Override public int lastIndexOf(@Nullable Object o) { if (!(o instanceof List)) { return -1; } List<?> list = (List<?>) o; if (list.size() != axes.size()) { return -1; } Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 4.7K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/math/LinearTransformation.java} @Override public boolean isVertical() { return false; } @Override public boolean isHorizontal() { return slope == 0.0; } @Override public double slope() { return slope; } @Override public double transform(double x) { return x * slope + yIntercept; } @OverrideRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.7K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/util/QueryStringBuilderTest.javareturn conditions; } @Override public String[] getLanguages() { return null; } @Override public GeoInfo getGeoInfo() { return null; } @Override public FacetInfo getFacetInfo() { return null; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 16.5K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/helper/OsddHelperTest.javaComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { @Override public String getOsddLinkEnabled() { return "auto"; } @Override public String getSsoType() { return "none"; } }); final OsddHelper osddHelper = new OsddHelper(); osddHelper.setContentType("application/opensearchdescription+xml"); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 23.9K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/dfs/Referral.java* @return the serverType */ public final int getServerType() { return this.serverType; } /** * Gets the referral flags. * * @return the rflags */ public final int getRFlags() { return this.rflags; } /** * Gets the proximity value indicating the distance to the target. * * @return the proximity */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/ArrayTable.javaRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 13 19:39:21 UTC 2025 - 26.8K bytes - Viewed (0)
- 
				
				android/guava-testlib/src/com/google/common/collect/testing/google/MultimapTestSuiteBuilder.java} @Override public TestSubjectGenerator<?> getInnerGenerator() { return multimapGenerator; } @Override public SampleElements<Entry<K, V>> samples() { return multimapGenerator.samples(); } @Override public Collection<Entry<K, V>> create(Object... elements) { return multimapGenerator.create(elements).entries(); } @SuppressWarnings("unchecked")Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 26.8K bytes - Viewed (0)
- 
				
				android/guava-testlib/src/com/google/common/collect/testing/Helpers.javaRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 17.2K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.javareturn entity; }); case CrudMode.EDIT: if (form instanceof EditForm) { return ComponentUtil.getComponent(DuplicateHostService.class).getDuplicateHost(((EditForm) form).id); } break; default: break; } return OptionalEntity.empty(); } /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.3K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/net/InetAddresses.java} return textToNumericFormatV4(ipString); } return null; } private static byte @Nullable [] textToNumericFormatV4(String ipString) { if (IPV4_DELIMITER_MATCHER.countIn(ipString) + 1 != IPV4_PART_COUNT) { return null; // Wrong number of parts } byte[] bytes = new byte[IPV4_PART_COUNT]; int start = 0;Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0)