- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 409 for BASIC (0.03 sec)
-
docs/en/data/external_links.yml
the-fastapi-python-framework-2n10 title: Introduction to the fastapi python framework - author: Nils de Bruin author_link: https://medium.com/@nilsdebruin link: https://medium.com/data-rebels/fastapi-how-to-add-basic-and-cookie-authentication-a45c85ef47d3 title: FastAPI — How to add basic and cookie authentication - author: Nils de Bruin author_link: https://medium.com/@nilsdebruin link: https://medium.com/data-rebels/fastapi-google-as-an-external-authentication-provider-3a527672cf33 title: FastAPI...
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 23K bytes - Viewed (0) -
guava/src/com/google/common/net/MediaType.java
*/ public static final MediaType L24_AUDIO = createConstant(AUDIO_TYPE, "l24"); /** * Basic Audio, as defined by <a href="http://tools.ietf.org/html/rfc2046#section-4.3">RFC * 2046</a>. * * @since 20.0 */ public static final MediaType BASIC_AUDIO = createConstant(AUDIO_TYPE, "basic"); /** * Advanced Audio Coding. For more information, see <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
} /** * Creates a string buffer for logging statistics information. * * @param keyObj the crawler object * @param time the timestamp to include * @return a StringBuilder with basic log information */ private StringBuilder createStringBuffer(final Object keyObj, final long time) { final StringBuilder buf = new StringBuilder(1000); buf.append("url:").append(getUrl(keyObj));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
docs/security/README.md
| object_metadata_1 | | object_metadata_2 | +-------------------+ +-------------------+ ``` #### Key rotation - Basic Operation
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 26 09:25:50 UTC 2025 - 13.8K bytes - Viewed (0) -
docs/pt/docs/features.md
### Segurança e autenticação Segurança e autenticação integradas. Sem nenhum compromisso com bancos de dados ou modelos de dados. Todos os esquemas de seguranças definidos no OpenAPI, incluindo: * HTTP Basic. * **OAuth2** (também com **tokens JWT**). Confira o tutorial em [OAuth2 com JWT](tutorial/security/oauth2-jwt.md){.internal-link target=_blank}. * Chaves de API em: * Headers. * parâmetros da Query.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 10.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
} } /** * Check if a connection is unhealthy using comprehensive checks */ private boolean isConnectionUnhealthy(SmbTransportImpl transport) { try { // Basic disconnection check if (transport.isDisconnected()) { return true; } // Check if transport is failed if (transport.isFailed()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
assertTrue(length > 0); verify(mockDigest).sign(eq(buffer), eq(0), eq(length), eq(testBlock), any()); } @Test @DisplayName("Test decode basic message") void testDecodeBasicMessage() throws SMBProtocolDecodingException { byte[] buffer = new byte[1024]; System.arraycopy(SMBUtil.SMB_HEADER, 0, buffer, 0, SMBUtil.SMB_HEADER.length);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 36.2K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcBindTest.java
defaultBind.encode_in(mockBuffer); }, "Should throw NullPointerException with default constructor values"); } @Test @DisplayName("encode_in should write basic buffer operations") void testEncodeInBasicOperations() throws Exception { // Given int maxXmit = 1024; int maxRecv = 2048;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.facet_filetype_properties=Файл свойств labels.facet_filetype_python=Python labels.facet_filetype_ruby=Ruby labels.facet_filetype_scala=Scala labels.facet_filetype_shell=Скрипт оболочки labels.facet_filetype_vb=Visual Basic labels.facet_filetype_others=Другие labels.facet_label_reset=Сброс labels.searchoptions_all=Все labels.searchoptions_score=Оценка labels.searchoptions_menu_sort=Сортировка labels.searchoptions_menu_num=Количество
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.facet_filetype_properties=File di proprietà labels.facet_filetype_python=Python labels.facet_filetype_ruby=Ruby labels.facet_filetype_scala=Scala labels.facet_filetype_shell=Script shell labels.facet_filetype_vb=Visual Basic labels.facet_filetype_others=Altri labels.facet_label_reset=Reset labels.searchoptions_all=Tutto labels.searchoptions_score=Punteggio labels.searchoptions_menu_sort=Ordina labels.searchoptions_menu_num=Numero
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0)