- Sort Score
- Result 10 results
- Languages All
Results 1201 - 1210 of 5,206 for RETURN (0.04 sec)
- 
				
				src/main/java/org/codelibs/fess/query/DefaultQueryBuilder.javaRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/base/MoreObjects.javareturn ((Map<?, ?>) value).isEmpty(); } else if (value instanceof Optional) { return !((Optional) value).isPresent(); } else if (value.getClass().isArray()) { return Array.getLength(value) == 0; } return false; } /** * Returns a string in the format specified by {@link MoreObjects#toStringHelper(Object)}. * Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 16.1K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.javareturn entity; }); case CrudMode.EDIT: if (form instanceof EditForm) { return ComponentUtil.getComponent(DataConfigService.class).getDataConfig(((EditForm) form).id); } break; default: break; } return OptionalEntity.empty(); } /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.9K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/job/ExecJob.java* @return the execution result message or summary */ public String execute(final JobExecutor jobExecutor) { jobExecutor(jobExecutor); return execute(); } /** * Sets the job executor for this job. * * @param jobExecutor the job executor to set * @return this ExecJob instance for method chaining */Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.2K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java* * @return the Fess configuration object */ FessConfig getFessConfig(); /** * Gets the logger instance for this transformer. * * @return the logger instance */ Logger getLogger(); /** * Extracts the host name from a URL string. * Removes protocol and path components to return just the hostname. *Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.8K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/validation/CustomSize.java* The error message when validation fails. * @return the error message */ String message() default "{jakarta.validation.constraints.Size.message}"; /** * The validation groups this constraint belongs to. * @return the groups */ Class<?>[] groups() default {}; /** * The payload associated with this constraint. * @return the payload */Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb1/com/SmbComDeleteDirectory.javareturn 0; } @Override protected int readBytesWireFormat(final byte[] buffer, final int bufferIndex) { return 0; } @Override public String toString() { return ("SmbComDeleteDirectory[" + super.toString() + ",directoryName=" + this.path + "]"); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/log/JclLoggerAdapter.javapublic boolean isFatalEnabled() { return logger.isFatalEnabled(); } @Override public void fatal(final String message) { logger.fatal(message); } @Override public void fatal(final String message, final Throwable t) { logger.fatal(message, t); } @Override public boolean isErrorEnabled() { return logger.isErrorEnabled(); } @Override Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2.7K bytes - Viewed (0)
- 
				
				android/guava-testlib/src/com/google/common/collect/testing/TestsForQueuesInJavaUtil.javareturn emptySet(); } protected Collection<Method> suppressForLinkedBlockingDeque() { return emptySet(); } protected Collection<Method> suppressForLinkedBlockingQueue() { return emptySet(); } protected Collection<Method> suppressForPriorityBlockingQueue() { return emptySet(); } protected Collection<Method> suppressForPriorityQueue() { return emptySet(); } Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 16:28:01 UTC 2025 - 7.7K bytes - Viewed (0)
- 
				
				docs/smb3-features/05-rdma-smb-direct-design.mdreturn buffer; } public int getLocalKey() { return localKey; } public int getRemoteKey() { return remoteKey; } public long getAddress() { return address; } public int getSize() { return buffer.remaining(); } public boolean hasAccess(RdmaAccess access) { return accessFlags.contains(access); } /**Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0)