Search Options

Results per page
Sort
Preferred Languages
Advance

Results 431 - 440 of 859 for _some (0.02 sec)

  1. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

                    ctx.skipRoleQuery();
                });
                // If we get here without exception, that's actually fine for some invalid queries
                // that might be handled gracefully
            } catch (InvalidQueryException e) {
                // This is expected for some types of invalid queries
                assertNotNull(e.getMessage());
            }
        }
    
        public void test_buildBaseQuery_invalidQuery() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.6K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java

                }
    
                // Simulate thumbnail generation
                try {
                    if (!outputFile.exists()) {
                        outputFile.createNewFile();
                    }
                    // Write some dummy content to simulate actual thumbnail
                    Files.write(outputFile.toPath(), ("thumbnail-" + thumbnailId).getBytes());
                    return true;
                } catch (IOException e) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/security/first-steps.md

    ๐Ÿ‘ˆ โ†ฉ๏ธ โšซ๏ธ โš™๏ธ ๐ŸŽ ๐Ÿ“› ๐Ÿ—„ ๐Ÿ”Œ. ๐Ÿ‘ˆ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ”ฌ ๐ŸŒ… ๐Ÿ”ƒ ๐Ÿ™† ๐Ÿ‘ซ ๐Ÿ’‚โ€โ™‚ โš– ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ & ๐Ÿ“‹ โšซ๏ธ ๐Ÿ”Ž ๐ŸŒ– โ„น ๐Ÿ”ƒ โšซ๏ธ.
    
    ///
    
    `oauth2_scheme` ๐Ÿ”ข ๐Ÿ‘ `OAuth2PasswordBearer`, โœ‹๏ธ โšซ๏ธ "๐Ÿ‡ง๐Ÿ‡ฒ".
    
    โšซ๏ธ ๐Ÿ’ช ๐Ÿค™:
    
    ```Python
    oauth2_scheme(some, parameters)
    ```
    
    , โšซ๏ธ ๐Ÿ’ช โš™๏ธ โฎ๏ธ `Depends`.
    
    ### โš™๏ธ โšซ๏ธ
    
    ๐Ÿ”œ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถโ€โ™€๏ธ ๐Ÿ‘ˆ `oauth2_scheme` ๐Ÿ”— โฎ๏ธ `Depends`.
    
    {* ../../docs_src/security/tutorial001.py hl[10] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. docs/ja/docs/tutorial/cookie-param-models.md

    ใ‚‚ใ—ใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใŒ**ไฝ™ๅˆ†ใชใ‚ฏใƒƒใ‚ญใƒผ**ใ‚’้€ใ‚ใ†ใจใ™ใ‚‹ใจใ€**ใ‚จใƒฉใƒผ**ใƒฌใ‚นใƒใƒณใ‚นใŒ่ฟ”ใ•ใ‚Œใพใ™ใ€‚
    
    <abbr title="ใ“ใ‚Œใ‚‚ใ‚ธใƒงใƒผใ‚ฏใงใ™ใ€‚ๆฐ—ใซใ—ใชใ„ใงใใ ใ•ใ„ใ€‚ใ‚ฏใƒƒใ‚ญใƒผใฎใŠไพ›ใซใ‚ณใƒผใƒ’ใƒผใงใ‚‚้ฃฒใ‚“ใงใใ ใ•ใ„ใ€‚โ˜• ๏ผˆๅŽŸๆ–‡: This is another joke. Don't pay attention to me. Have some coffee for your cookie. โ˜•๏ผ‰">ใฉใ†ใ›APIใซๆ‹’ๅฆใ•ใ‚Œใ‚‹ใฎใซ</abbr>ใ‚ใชใŸใฎๅŒๆ„ใ‚’ๅพ—ใ‚ˆใ†ใจ็ฒพไธ€ๆฏๅŠชๅŠ›ใ™ใ‚‹ๅฏๅ“€ๆƒณใชใ‚ฏใƒƒใ‚ญใƒผใƒใƒŠใƒผใŸใก... ๐Ÿช
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:21:27 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/CipherSuite.kt

     * [conscrypt_providers]: https://github.com/google/conscrypt/blob/master/common/src/main/java/org/conscrypt/NativeCrypto.java
     */
    class CipherSuite private constructor(
      /**
       * Returns the Java name of this cipher suite. For some older cipher suites the Java name has the
       * prefix `SSL_`, causing the Java name to be different from the instance name which is always
       * prefixed `TLS_`. For example, `TLS_RSA_EXPORT_WITH_RC4_40_MD5.javaName()` is
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 39.9K bytes
    - Viewed (0)
  6. docs/hu/docs/index.md

    ## Vรฉlemรฉnyek
    
    "_[...] I'm using **FastAPI** a ton these days. [...] I'm actually planning to use it for all of my team's **ML services at Microsoft**. Some of them are getting integrated into the core **Windows** product and some **Office** products._"
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  7. src/test/java/jcifs/util/ServerResponseValidatorTest.java

            ServerResponseValidator.ValidationStats stats = validator.getStats();
            assertEquals(0, stats.getTotalValidations());
            assertEquals(0, stats.getFailedValidations());
    
            // Perform some validations
            try {
                validator.validateBuffer(new byte[100], 50, 200);
            } catch (SmbException e) {
                // Ignore
            }
    
            try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  8. docs/en/docs/advanced/websockets.md

    Or you might have any other way to communicate with the WebSocket endpoint.
    
    ---
    
    But for this example, we'll use a very simple HTML document with some JavaScript, all inside a long string.
    
    This, of course, is not optimal and you wouldn't use it for production.
    
    In production you would have one of the options above.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  9. cmd/warm-backend-gcs.go

    	object := ""
    	uploadID := ""
    	if len(params) >= 1 {
    		bucket = params[0]
    	}
    	if len(params) == 2 {
    		object = params[1]
    	}
    	if len(params) == 3 {
    		uploadID = params[2]
    	}
    
    	// in some cases just a plain error is being returned
    	switch err.Error() {
    	case "storage: bucket doesn't exist":
    		err = BucketNotFound{
    			Bucket: bucket,
    		}
    		return err
    	case "storage: object doesn't exist":
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Mar 30 00:56:02 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  10. CODE_OF_CONDUCT.md

    
    ## Attribution
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Feb 05 18:43:16 UTC 2021
    - 5.2K bytes
    - Viewed (0)
Back to top