- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 1,053 for parametre (0.05 sec)
-
docs/en/docs/release-notes.md
* Add new `root_path` parameter for `FastAPI` applications to provide it in cases where it can be set with the command line (e.g. for Uvicorn and Hypercorn, with the parameter `--root-path`). * Deprecate `openapi_prefix` parameter in favor of the new `root_path` parameter.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
docs/fa/docs/features.md
* همه وابستگی ها میتوانند به داده های request ها نیاز داشته باشند و مستندات خودکار و محدودیت های <abbr title="عملیات مسیر">path operation</abbr> را **افزایش** دهند. * با قابلیت **اعتبارسنجی خودکار** حتی برای path operation parameter های تعریف شده در وابستگی ها. * پشتیبانی از سیستم های پیچیده احرازهویت کاربر، **اتصالات پایگاه داده** و غیره. * بدون هیچ ارتباطی با دیتابیس ها، فرانت اند و غیره. اما ادغام آسان و راحت با همه آنها.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 15K bytes - Viewed (0) -
docs/sts/ldap.md
`_service._proto.example.com`. For LDAP the `proto` value is always `tcp`, and `service` is usually `ldap` or `ldaps`. To enable MinIO to use the SRV records, specify the `srv_record_name` config parameter (or equivalently the `MINIO_IDENTITY_LDAP_SRV_RECORD_NAME` environment variable). This parameter can be set to `ldap` or `ldaps` and MinIO will substitute it into the `service` value. For example, when `server_addr=myldapserver.com` and `srv_record_name=ldap`, MinIO will lookup the SRV record...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Path to Crawl labels.processType=Process Type labels.parameters=Parameters labels.designFile=File to Upload labels.bulkFile=Bulk File labels.appendQueryParameter=Append Search Parameters labels.configId=Config ID labels.configParameter=Config Parameter labels.content=Content labels.csvFileEncoding=CSV Encoding labels.defaultLabelValue=Default Label
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationTest.java
// Verify setup content assertEquals(SmbComTransaction.TRANS2_QUERY_FS_INFORMATION, setupBuffer[0]); assertEquals(0x00, setupBuffer[1]); // Verify parameter content (FS_SIZE_INFO -> 0x0103) assertEquals(0x0103, SMBUtil.readInt2(paramBuffer, 0)); } @Test @DisplayName("Test with mock configuration") void testWithMockConfiguration() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationTest.java
} @Test @DisplayName("Test constructor with individual parameters") void testConstructorWithIndividualParameters() { // Create instance with individual parameters trans2SetFileInfo = new Trans2SetFileInformation(config, TEST_FID, TEST_ATTRIBUTES, TEST_CREATE_TIME, TEST_LAST_WRITE_TIME, TEST_LAST_ACCESS_TIME);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
cookie.search.parameter.name=fsrp # Whether to set HttpOnly attribute to the search parameter cookie. cookie.search.parameter.http_only=true # Whether to set Secure attribute to the search parameter cookie. Should be true in production environments using HTTPS. cookie.search.parameter.secure= # Max-Age (in seconds) for the search parameter cookie. Use -1 for session-only cookies. cookie.search.parameter.max_age=60
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
docs/de/docs/tutorial/query-params-str-validations.md
Nur, dass die `Query`-Versionen den Parameter explizit als Query-Parameter deklarieren. /// info Bedenken Sie, dass: ```Python = None ``` oder: ```Python = Query(default=None) ``` der wichtigste Teil ist, um einen Parameter optional zu machen, da dieses `None` der Defaultwert ist, und das ist es, was diesen Parameter **nicht erforderlich** macht.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 16:23:59 UTC 2025 - 16.6K bytes - Viewed (0) -
docs/de/docs/alternatives.md
Es ist so konzipiert, dass es über Funktionen verfügt, welche zwei Parameter empfangen, einen „Request“ und eine „Response“. Dann „lesen“ Sie Teile des Requests und „schreiben“ Teile der Response. Aufgrund dieses Designs ist es nicht möglich, Request-Parameter und -Bodys mit Standard-Python-Typhinweisen als Funktionsparameter zu deklarieren.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 26.7K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/MediaTypeTest.kt
assertEquals("utf-8", mediaType.parameter("charset")) assertEquals("1", mediaType.parameter("a")) assertEquals("2", mediaType.parameter("b")) assertEquals("3", mediaType.parameter("c")) assertEquals("utf-8", mediaType.parameter("CHARSET")) assertEquals("1", mediaType.parameter("A")) assertEquals("2", mediaType.parameter("B")) assertEquals("3", mediaType.parameter("C")) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 7.5K bytes - Viewed (0)