- Sort Score
- Result 10 results
- Languages All
Results 1221 - 1230 of 5,206 for RETURN (0.04 sec)
- 
				
				cmd/admin-handlers_test.go// return false // } if e.Resource != got[i].Resource { return i, false } if e.Type != got[i].Type { return i, false } if e.Source != got[i].Source { return i, false } if e.Owner != got[i].Owner { return i, false } if e.ID != got[i].ID { return i, false } if len(e.ServerList) != len(got[i].ServerList) { return i, false } Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 13.9K bytes - Viewed (1)
- 
				
				src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java* * @return The default current page number. */ protected int getDefaultCurrentPageNumber() { return DEFAULT_CURRENT_PAGE_NUMBER; } /** * Returns the total number of records. * * @return The total number of records. */ public int getAllRecordCount() { return allRecordCount; } /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/query/QueryCommandTest.javareturn "doc_id"; } @Override public String getIndexFieldBoost() { return "boost"; } @Override public String getIndexFieldContentLength() { return "content_length"; } @Override public String getIndexFieldHost() { return "host"; } Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb1/com/SmbComWriteAndX.javaprotected int getBatchLimit(final Configuration cfg, final byte cmd) { if (cmd == SMB_COM_READ_ANDX) { return cfg.getBatchLimit("WriteAndX.ReadAndX"); } if (cmd == SMB_COM_CLOSE) { return cfg.getBatchLimit("WriteAndX.Close"); } return 0; } @Override protected int writeParameterWordsWireFormat(final byte[] dst, int dstIndex) { Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.javapublic final long getCreateTime() { return getCreationTime(); } /** * @return the lastAccessTime */ @Override public final long getLastAccessTime() { return this.lastAccessTime; } /** * @return the lastWriteTime */ @Override public final long getLastWriteTime() { return this.lastWriteTime; } /** Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb1/trans/SmbComTransactionResponse.java* Releases and returns the transaction buffer * @return the txn_buf */ public byte[] releaseBuffer() { final byte[] buf = this.txn_buf; this.txn_buf = null; return buf; } /** * Gets the transaction subcommand * @return the subCommand */ public final byte getSubCommand() { return this.subCommand; } /**Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 12.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BadWordDbm.javapublic String getTableDbName() { return _tableDbName; } @Override public String getTableDispName() { return _tableDispName; } @Override public String getTablePropertyName() { return _tablePropertyName; } @Override public TableSqlName getTableSqlName() { return null; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BoostDocumentRuleDbm.javapublic String getTableDbName() { return _tableDbName; } @Override public String getTableDispName() { return _tableDispName; } @Override public String getTablePropertyName() { return _tablePropertyName; } @Override public TableSqlName getTableSqlName() { return null; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.5K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/main/java/org/apache/maven/artifact/ArtifactScopeEnum.javaRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.2K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/service/PathMappingService.java}).createPageNumberList()); return pathMappingList; } /** * Gets a path mapping by ID. * * @param id the path mapping ID * @return the path mapping */ public OptionalEntity<PathMapping> getPathMapping(final String id) { return pathMappingBhv.selectByPK(id); } /** * Stores a path mapping. * Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0)