- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 79 for TE (0.02 sec)
-
docs/vi/docs/python-types.md
{!../../docs_src/python_types/tutorial009.py!} ``` Sử dụng `Optional[str]` thay cho `str` sẽ cho phép trình soạn thảo giúp bạn phát hiện các lỗi mà bạn có thể gặp như một giá trị luôn là một `str`, trong khi thực tế nó rất có thể là `None`. `Optional[Something]` là một cách viết ngắn gọn của `Union[Something, None]`, chúng là tương đương nhau. Điều này cũng có nghĩa là trong Python 3.10, bạn có thể sử dụng `Something | None`:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("タ", new String[] { "ta" }); map.put("チ", new String[] { "ti", "chi" }); map.put("ツ", new String[] { "tu", "tsu" }); map.put("テ", new String[] { "te" }); map.put("ト", new String[] { "to" }); map.put("ナ", new String[] { "na" }); map.put("ニ", new String[] { "ni" }); map.put("ヌ", new String[] { "nu" });
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 9.4K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess.json
"danish_override": { "type": "stemmer_override", "rules": [] }, "dutch_stop": { "type": "stop",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 23 12:38:28 UTC 2021 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess.json
"danish_override": { "type": "stemmer_override", "rules": [] }, "dutch_stop": { "type": "stop",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_config.properties
lt=lt\n\ lv=lv\n\ mk=mk\n\ ml=ml\n\ nl=nl\n\ no=no\n\ pa=pa\n\ pl=pl\n\ pt=pt\n\ pt-br=pt-br\n\ pt_BR=pt-br\n\ ro=ro\n\ ru=ru\n\ si=si\n\ sq=sq\n\ sv=sv\n\ ta=ta\n\ te=te\n\ th=th\n\ tl=tl\n\ tr=tr\n\ uk=uk\n\ ur=ur\n\ vi=vi\n\ zh-cn=zh-cn\n\ zh_CN=zh-cn\n\ zh-tw=zh-tw\n\ zh_TW=zh-tw\n\ zh=zh\n\ # boost query.boost.title=0.5
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
cmd/signature-v4-parser_test.go
expectedErrCode APIErrorCode }{ // Test Case - 1. // Test case with no '=' in te inputCredentialStr. { inputCredentialStr: "Credential", expectedCredentials: credentialHeader{}, expectedErrCode: ErrMissingFields, }, // Test Case - 2. // Test case with no "Credential" string in te inputCredentialStr. { inputCredentialStr: "Cred=", expectedCredentials: credentialHeader{},
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Feb 22 06:26:06 UTC 2024 - 27.4K bytes - Viewed (0) -
android/guava/src/com/google/common/net/HttpHeaders.java
* Service-Worker}</a> header field name. * * @since 20.0 */ public static final String SERVICE_WORKER = "Service-Worker"; /** The HTTP {@code TE} header field name. */ public static final String TE = "TE"; /** The HTTP {@code Upgrade} header field name. */ public static final String UPGRADE = "Upgrade"; /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 01 19:08:38 UTC 2024 - 35.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
} } } public void connect() throws SmbException { try { super.connect( RESPONSE_TIMEOUT ); } catch( TransportException te ) { throw new SmbException( "Failed to connect: " + address, te ); } } protected void doConnect() throws IOException { /* * Negotiate Protocol Request / Response */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 31.2K bytes - Viewed (0) -
docs/pl/docs/tutorial/first-steps.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 16:51:30 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/yo/docs/index.md
![Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png) * Tẹ bọtini "Gbiyanju rẹ" i.e. "Try it out", yóò gbà ọ́ láàyè láti jẹ́ kí ó tẹ́ àlàyé tí ó nílò kí ó le sọ̀rọ̀ tààrà pẹ̀lú API: ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-04-swagger-03.png)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 24.1K bytes - Viewed (0)