- Sort Score
- Result 10 results
- Languages All
Results 601 - 610 of 5,274 for specifies (0.05 sec)
- 
				
				android/guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.javabreak; } interruptee.interrupt(); } } void stopInterrupting() { shouldStop = true; } } /** Interrupts the current thread after sleeping for the specified delay. */ static void requestInterruptIn(long time, TimeUnit unit) { checkNotNull(unit); Thread interruptee = Thread.currentThread(); new Thread( new Runnable() { @OverrideRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 4.5K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/suggest/entity/ElevateWord.java/** * The list of roles associated with the elevate word. */ protected final List<String> roles; /** * Constructs an ElevateWord instance with the specified properties. * * @param elevateWord the elevate word * @param boost the boost value * @param readings the list of readings * @param fields the list of fields * @param tags the list of tagsRegistered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4K bytes - Viewed (0)
- 
				
				fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpAuthenticationTest.javaauth.setPort(8080); assertTrue(auth.matches("ftp://hostname:8080/test/aaa.html")); assertFalse(auth.matches("ftp://hostname:21/test/aaa.html")); // Test with no port specified in FtpAuthentication auth.setPort(0); assertTrue(auth.matches("ftp://hostname:21/test/aaa.html")); assertTrue(auth.matches("ftp://hostname/test/aaa.html")); // Test with different server Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 3.8K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/Tables.java* Returns a {@link Collector} that accumulates elements into a {@code Table} created using the * specified supplier, whose cells are generated by applying the provided mapping functions to the * input elements. Cells are inserted into the generated {@code Table} in encounter order. * * <p>If multiple input elements map to the same row and column, the specified merging function is * used to combine the values. Like {@linkRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 24.9K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/log/Logger.javabreak; } } } /** * Returns {@literal true} if the specified log level is enabled. * * @param logLevel * Log level * @return {@literal true} if the specified log level is enabled */ protected boolean isEnabledFor(final LogLevel logLevel) { switch (logLevel) { case DEBUG:Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 12.4K bytes - Viewed (0)
- 
				
				cmd/data-scanner-metric.gofunc (p *scannerMetrics) activeDrives() int { var i int p.currentPaths.Range(func(k, v any) bool { i++ return true }) return i } // lifetime returns the lifetime count of the specified metric. func (p *scannerMetrics) lifetime(m scannerMetric) uint64 { if m >= scannerMetricLast { return 0 } val := atomic.LoadUint64(&p.operations[m]) return val } Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 9.4K bytes - Viewed (0)
- 
				
				guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.javabreak; } interruptee.interrupt(); } } void stopInterrupting() { shouldStop = true; } } /** Interrupts the current thread after sleeping for the specified delay. */ static void requestInterruptIn(long time, TimeUnit unit) { checkNotNull(unit); Thread interruptee = Thread.currentThread(); new Thread( new Runnable() { @OverrideRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 4.5K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Resolution.java@Experimental @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Resolution { /** * The id of a {@link org.apache.maven.api.PathScope} enum value. * If specified, a dependency resolution request will be issued, * else a dependency collection request will be done. * * @return the id of the path scope */ String pathScope() default ""; /**Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Jun 11 07:23:04 UTC 2024 - 3.1K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ExtractData.javaprotected String content; /** * Constructs a new ExtractData. */ public ExtractData() { // Default constructor } /** * Constructs a new ExtractData with the specified content. * * @param content the content to set */ public ExtractData(final String content) { this.content = content; } /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 3.8K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/Lifecycle.javaRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 7.9K bytes - Viewed (0)