- Sort Score
- Result 10 results
- Languages All
Results 531 - 540 of 594 for attribute (0.04 sec)
-
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0) -
src/archive/zip/struct.go
func (h *FileHeader) SetMode(mode fs.FileMode) { h.CreatorVersion = h.CreatorVersion&0xff | creatorUnix<<8 h.ExternalAttrs = fileModeToUnixMode(mode) << 16 // set MSDOS attributes too, as the original zip does. if mode&fs.ModeDir != 0 { h.ExternalAttrs |= msdosDir } if mode&0200 == 0 { h.ExternalAttrs |= msdosReadOnly } }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 28 21:41:09 UTC 2024 - 12.1K bytes - Viewed (0) -
docs/pt/docs/tutorial/body.md
Utilize os tipos Python padrão para todos os atributos: {* ../../docs_src/body/tutorial001.py hl[7:11] *} Assim como quando declaramos parâmetros de consulta, quando um atributo do modelo possui um valor padrão, ele se torna opcional. Caso contrário, se torna obrigatório. Use `None` para torná-lo opcional. Por exemplo, o modelo acima declara um JSON "`object`" (ou `dict` no Python) como esse: ```JSON
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7K bytes - Viewed (0) -
docs/es/docs/how-to/custom-request-and-route.md
Aquí lo usamos para crear un `GzipRequest` a partir del request original. {* ../../docs_src/custom_request_and_route/tutorial001.py hl[18:26] *} /// note | Detalles técnicos Un `Request` tiene un atributo `request.scope`, que es simplemente un `dict` de Python que contiene los metadatos relacionados con el request. Un `Request` también tiene un `request.receive`, que es una función para "recibir" el cuerpo del request.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbEnumerationUtil.java
final DosFileFilter dff = unwrapDOSFilter(ff); if (dff != null) { if (dff.wildcard != null) { wildcard = dff.wildcard; } searchAttributes = dff.attributes; } final SmbResourceLocator locator = parent.getLocator(); if (locator.getURL().getHost().isEmpty()) { // smb:// -> enumerate servers through browsing Address addr;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/body-updates.md
Isso significa que, se você quiser atualizar o item `bar` usando `PUT` com um corpo contendo: ```Python { "name": "Barz", "price": 3, "description": None, } ``` Como ele não inclui o atributo já armazenado `"tax": 20.2`, o modelo de entrada assumiria o valor padrão de `"tax": 10.5`. E os dados seriam salvos com esse "novo" `tax` de `10.5`. ## Atualizações parciais com `PATCH`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.8K bytes - Viewed (0) -
src/archive/zip/reader.go
f.UncompressedSize64 = uint64(f.UncompressedSize) filenameLen := int(b.uint16()) extraLen := int(b.uint16()) commentLen := int(b.uint16()) b = b[4:] // skipped start disk number and internal attributes (2x uint16) f.ExternalAttrs = b.uint32() f.headerOffset = int64(b.uint32()) d := make([]byte, filenameLen+extraLen+commentLen) if _, err := io.ReadFull(r, d); err != nil { return err }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 28.4K bytes - Viewed (0) -
docs/hu/docs/index.md
* a `/items/{item_id}` címre érkező `PUT` kérések esetén, a JSON-t a következőképpen olvassa be: * Ellenőrzi hogy létezik a kötelező `name` nevű attribútum és `string`. * Ellenőrzi hogy létezik a kötelező `price` nevű attribútum és `float`. * Ellenőrzi hogy létezik a `is_offer` nevű opcionális paraméter, ami ha létezik akkor `bool` * Ez ágyazott JSON objektumokkal is működik
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 20.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
|| nego.getDialectRevision() != out.getDialect() || !Arrays.equals(nego.getServerGuid(), out.getServerGuid())) { log.debug("Secure negotiation failure"); throw new CIFSException("Mismatched attributes validating negotiate info"); } log.debug("Secure negotiation OK"); } /** * @param transport * @return * @throws SmbException */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.ldap_base_dn=Basis-DN labels.ldapAccountFilter=Kontofilter labels.ldapGroupFilter=Gruppenfilter labels.ldapMemberofAttribute=memberOf-Attribut labels.ldap_account_filter=Kontofilter labels.ldap_group_filter=Gruppenfilter labels.ldap_memberof_attribute=memberOf-Attribut labels.notification_login=Anmeldeseite labels.notification_search_top=Such-Startseite labels.storage_endpoint=Endpunkt
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1)