- Sort Score
- Result 10 results
- Languages All
Results 1361 - 1370 of 1,404 for purpose (0.04 sec)
-
guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
assertEquals("../..", simplifyPath("./../../")); assertEquals("../..", simplifyPath("./.././../")); } /* * We co-opt some URI resolution tests for our purposes. * Some of the tests have queries and anchors that are a little silly here. */ /** http://gbiv.com/protocols/uri/rfc/rfc2396.html#rfc.section.C.1 */ public void testRfc2396Normal() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 11K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
protected boolean partialResults = false; /** The time taken to execute the search query in milliseconds. */ protected long queryTime; /** * Constructor for testing purposes. * Creates a QueryResponseList with minimal pagination information. * * @param documentList the list of documents to wrap * @param start the starting position of the current page
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
return cookie.getValue(); } } } return null; } /** * Stores the document IDs associated with a search query for tracking purposes. * This method caches the document IDs returned for a specific query to enable click tracking and analytics. * * @param queryId the unique identifier for the search query
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.9K bytes - Viewed (0) -
docs/fr/docs/features.md
* <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank"><strong>Swagger UI</strong></a>, propose une documentation interactive. Vous permet de directement tester l'API depuis votre navigateur. 
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java
class SmbComNtTransactionTest { @Mock private Configuration mockConfig; private TestSmbComNtTransaction transaction; /** * Test implementation of SmbComNtTransaction for testing purposes */ public static class TestSmbComNtTransaction extends SmbComNtTransaction { private int setupWireFormatReturn = 0; private int parametersWireFormatReturn = 0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/RuleTest.java
/** * Test class for Rule interface. * Tests the contract and behavior of Rule implementations. */ public class RuleTest extends PlainTestCase { /** * Test implementation of Rule interface for testing purposes */ public static class TestRule implements Rule { private static final long serialVersionUID = 1L; private final String ruleId; private final ResponseProcessor responseProcessor;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 22.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
buf.append('\t'); buf.append("time:").append(FessFunctions.formatDate(new Date(time))); return buf; } /** * Extracts the URL string from a crawler object for logging purposes. * * @param keyObj the crawler object to extract URL from * @return the URL string or a default value if not extractable */ protected String getUrl(final Object keyObj) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Ascii.java
* * @since 8.0 */ public static final byte SYN = 22; /** * End of Transmission Block: A communication control character used to indicate the end of a * block of data for communication purposes. ETB is used for blocking data where the block * structure is not necessarily related to the processing format. * * @since 8.0 */ public static final byte ETB = 23; /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 21.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
if (value.isEmpty()) { return new String[0]; } return new String[] {option, value}; } /** * {@return a string representation of this path type for debugging purposes}. */ @Override public String toString() { return "PathType[" + id() + "]"; } /** * Type of path which is applied to only one specific Java module.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 15K bytes - Viewed (1) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
return this; } /** * Sets the input location information for the XML node. * <p> * This is typically used for error reporting and debugging purposes. * * @param inputLocation the input location object * @return this builder instance */ public Builder inputLocation(Object inputLocation) {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jul 19 11:09:56 UTC 2025 - 18.2K bytes - Viewed (0)