- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 388 for spacer (0.06 sec)
-
src/test/java/org/codelibs/fess/script/ScriptEngineFactoryTest.java
public void test_add_whitespaceInName() { TestScriptEngine engine = new TestScriptEngine(); scriptEngineFactory.add(" test ", engine); // Should be stored with lowercase and original spaces ScriptEngine retrieved = scriptEngineFactory.getScriptEngine(" test "); assertNotNull(retrieved); assertEquals(engine, retrieved); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/fr.js
Votre saisie est plus courte que ",notConfirmed:"Les saisies ne sont pas identiques",badDomain:"Vous avez saisi un domaine incorrect",badUrl:"Vous avez saisi une URL incorrecte",badCustomVal:"Re-saisissez une réponse correcte",andSpaces:" et des espaces ",badInt:"Vous n'avez pas saisi un numéro",badSecurityNumber:"Vous avez saisi un mauvais numéro de sécurité sociale",badUKVatAnswer:"Vous n'avez pas saisi un numéro de TVA au Royaume-Uni",badStrength:"Vous avez saisi un mot de passe pas assez séc...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComRenameTest.java
*/ @Test @DisplayName("Test writeBytesWireFormat with special characters in file names") public void testWriteBytesWireFormatSpecialCharacters() { // Given String oldFileName = "file with spaces.txt"; String newFileName = "file@#$%.doc"; byte[] dst = new byte[200]; smbComRename = new SmbComRename(config, oldFileName, newFileName); int dstIndex = 0; // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0) -
docs/en/docs/tutorial/testing.md
rootdir: /home/user/code/superawesome-cli/app plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1 collected 6 items ---> 100% test_main.py <span style="color: green; white-space: pre;">...... [100%]</span> <span style="color: green;">================= 1 passed in 0.03s =================</span> ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbOperationException.java
FILE_SYSTEM, /** Protocol errors (invalid message, unsupported operation, etc.) */ PROTOCOL, /** Resource errors (out of memory, disk space, etc.) */ RESOURCE, /** Configuration errors */ CONFIGURATION, /** Transient errors that may succeed on retry */ TRANSIENT, /** Unknown or unclassified errors */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0) -
src/test/java/jcifs/util/HMACT64Test.java
byte[] innerDigest = "inner_digest".getBytes(); byte[] expectedOutput = "output_data".getBytes(); byte[] buffer = new byte[expectedOutput.length + 10]; // Buffer with extra space when(mockMd5.digest()).thenReturn(innerDigest); when(mockMd5.digest(buffer, 0, expectedOutput.length)).thenAnswer(invocation -> { byte[] b = invocation.getArgument(0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.6K bytes - Viewed (0) -
docs/es/docs/tutorial/query-params-str-validations.md
El `Union` en `Union[str, None]` permitirá a tu editor darte un mejor soporte y detectar errores. /// ## Validaciones adicionales Vamos a hacer que, aunque `q` sea opcional, siempre que se proporcione, **su longitud no exceda los 50 caracteres**. ### Importar `Query` y `Annotated` Para lograr eso, primero importa: * `Query` desde `fastapi`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 16:23:59 UTC 2025 - 16.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/testing.md
rootdir: /home/user/code/superawesome-cli/app plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1 collected 6 items ---> 100% test_main.py <span style="color: green; white-space: pre;">...... [100%]</span> <span style="color: green;">================= 1 passed in 0.03s =================</span> ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/FessUserTest.java
// Test with null groups user = new TestFessUser("testuser", new String[] {}, null, new String[] {}); assertNull(user.getGroupNames()); // Test with groups containing spaces groups = new String[] { "group one", "group two" }; user = new TestFessUser("testuser", new String[] {}, groups, new String[] {}); assertArrayEquals(groups, user.getGroupNames()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
docs/fa/docs/python-types.md
آیا اسمش `upper` بود؟ یا `uppercase`؟ شاید `first_uppercase`؟ یا `capitalize`؟ بعد، با دوست قدیمی برنامهنویسا، تکمیل خودکار ویرایشگر، امتحان میکنی. پارامتر اول تابع، `first_name` رو تایپ میکنی، بعد یه نقطه (`.`) میذاری و `Ctrl+Space` رو میزنی تا تکمیل خودکار بیاد. ولی متأسفانه، چیز مفیدی نمیگیری: <img src="/img/python-types/image01.png"> ### نوع اضافه کن بیا فقط یه خط از نسخه قبلی رو تغییر بدیم.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 21 12:20:57 UTC 2025 - 23.3K bytes - Viewed (0)