- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 451 for SPECIAL (0.03 sec)
-
src/test/java/jcifs/internal/fscc/FileBothDirectoryInfoTest.java
assertEquals(expectedFilename, fileBothDirectoryInfo.getFilename()); } @Test @DisplayName("Test decode with special characters in filename") void testDecodeWithSpecialCharactersInFilename() throws SMBProtocolDecodingException { // Prepare test data with special characters String expectedFilename = "file-name_2024#******@****.***";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.9K bytes - Viewed (0) -
LICENSE
unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Nov 29 17:31:56 UTC 2021 - 13.3K bytes - Viewed (0) -
docs/en/docs/advanced/security/oauth2-scopes.md
But when you import `Query`, `Path`, `Depends`, `Security` and others from `fastapi`, those are actually functions that return special classes. /// ## Use `SecurityScopes` { #use-securityscopes } Now update the dependency `get_current_user`. This is the one used by the dependencies above.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.5K bytes - Viewed (0) -
src/main/assemblies/files/fess
exit 1 fi if [ -z "$FESS_CLASSPATH" ]; then echo "You must set the FESS_CLASSPATH var" >&2 exit 1 fi # Special-case path variables. case `uname` in CYGWIN*) FESS_CLASSPATH=`cygpath -p -w "$FESS_CLASSPATH"` FESS_HOME=`cygpath -p -w "$FESS_HOME"` if [ "x$FESS_CONF_PATH" != "x" ] ; then
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.4K bytes - Viewed (0) -
LICENSE
are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/ContentNotFoundExceptionTest.java
assertEquals("Not Found: Parent: ", exception.getMessage()); assertNull(exception.getCause()); } public void test_constructor_withSpecialCharacters() { // Test with URLs containing special characters String parentUrl = "http://example.com/parent?query=test&id=123"; String url = "http://example.com/child#fragment"; ContentNotFoundException exception = new ContentNotFoundException(parentUrl, url);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.8K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/RequestBody.kt
open fun contentLength(): Long = -1L /** Writes the content of this request to [sink]. */ @Throws(IOException::class) abstract fun writeTo(sink: BufferedSink) /** * A duplex request body is special in how it is **transmitted** on the network and * in the **API contract** between OkHttp and the application. * * This method returns false unless it is overridden by a subclass. * * ### Duplex Transmission
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 04 17:43:43 UTC 2025 - 9K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileRenameInformation2Test.java
assertEquals(unicodeFileName, decodedName); assertEquals(20 + nameLength, bytesWritten); } @Test @DisplayName("Test with special characters in filename") void testWithSpecialCharactersInFilename() throws SMBProtocolDecodingException { String specialFileName = "file!@#$%^&*().txt";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/JobExecutorTest.java
result = jobExecutor.execute("groovy", "println 'test'"); assertEquals("Executed: groovy println 'test'", result); } public void test_execute_specialCharacters() { // Test scripts with special characters Object result = jobExecutor.execute("test", "script with\nnewline"); assertEquals("Executed: test script with\nnewline", result); result = jobExecutor.execute("test", "script with\ttab");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.1K bytes - Viewed (0) -
src/test/java/jcifs/RuntimeCIFSExceptionTest.java
RuntimeCIFSException exception = new RuntimeCIFSException(longMessage); assertEquals(longMessage, exception.getMessage()); }); // Test message with special characters String specialMessage = "Error: ñoñ-ASCII çhárácters & symbols!@#$%^&*()"; assertDoesNotThrow(() -> { RuntimeCIFSException exception = new RuntimeCIFSException(specialMessage);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.2K bytes - Viewed (0)