- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for isFailed (0.22 sec)
-
src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java
if (entity instanceof EsAbstractEntity) { ((EsAbstractEntity) entity).asDocMeta().id(itemResponse.getId()); } results[i] = itemResponse.isFailed() ? 0 : 1; } return results; } // to suppress xacceptUpdateColumnModifiedPropertiesIfNeeds()'s specify process @Override protected UpdateOption<CB> createPlainUpdateOption() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 26.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
Socket s = this.socket; return super.isDisconnected() || s == null || s.isClosed(); } @Override public boolean isFailed () { Socket s = this.socket; return super.isFailed() || s == null || s.isClosed(); } @Override public boolean hasCapability ( int cap ) throws SmbException {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0)