- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 63 for 81 (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/go1.5.txt
pkg debug/elf, const R_PPC64_GOT_TLSGD16 R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA = 82 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI = 81 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO = 80 pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSLD16 = 83
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jul 30 21:14:09 GMT 2015 - 46.6K bytes - Click Count (0) -
docs/metrics/prometheus/grafana/bucket/minio-bucket.json
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Aug 04 01:46:49 GMT 2025 - 101.9K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const EMULTIHOP = 94 pkg syscall (netbsd-arm64-cgo), const EMULTIHOP Errno pkg syscall (netbsd-arm64-cgo), const ENAMETOOLONG = 63 pkg syscall (netbsd-arm64-cgo), const ENEEDAUTH = 81 pkg syscall (netbsd-arm64-cgo), const ENEEDAUTH Errno pkg syscall (netbsd-arm64-cgo), const ENETDOWN = 50 pkg syscall (netbsd-arm64-cgo), const ENETRESET = 52 pkg syscall (netbsd-arm64-cgo), const ENETUNREACH = 51
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s
VPSRLW $81, Z13, K4, Z11 // 62d1254c71d551 or 62d1a54c71d551 VPSRLW $81, Z14, K4, Z11 // 62d1254c71d651 or 62d1a54c71d651 VPSRLW $81, (CX), K4, Z11 // 62f1254c711151 or 62f1a54c711151 VPSRLW $81, 99(R15), K4, Z11 // 62d1254c71976300000051 or 62d1a54c71976300000051
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 159.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/simple-oauth2.md
S'il n'existe pas d'utilisateur, nous renvoyons une erreur indiquant « Incorrect username or password ». Pour l'erreur, nous utilisons l'exception `HTTPException` : {* ../../docs_src/security/tutorial003_an_py310.py hl[3,79:81] *} ### Vérifier le mot de passe { #check-the-password } À ce stade, nous avons les données utilisateur depuis notre base, mais nous n'avons pas encore vérifié le mot de passe.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 11.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/simple-oauth2.md
Se não existir tal usuário, retornaremos um erro dizendo "Incorrect username or password". Para o erro, usamos a exceção `HTTPException`: {* ../../docs_src/security/tutorial003_an_py310.py hl[3,79:81] *} ### Confira a senha { #check-the-password } Neste ponto temos os dados do usuário do nosso banco de dados, mas não verificamos a senha. Vamos colocar esses dados primeiro no modelo `UserInDB` do Pydantic.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 10.2K bytes - Click Count (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
/// 이제 폼 필드의 `username`을 사용하여 (가짜) 데이터베이스에서 유저 데이터를 가져옵니다. 해당 사용자가 없으면 "잘못된 사용자 이름 또는 패스워드"라는 오류가 반환됩니다. 오류의 경우 `HTTPException` 예외를 사용합니다: {* ../../docs_src/security/tutorial003_an_py310.py hl[3,79:81] *} ### 패스워드 확인하기 { #check-the-password } 이 시점에서 데이터베이스의 사용자 데이터 형식을 확인했지만 암호를 확인하지 않았습니다. 먼저 데이터를 Pydantic `UserInDB` 모델에 넣겠습니다. 일반 텍스트 암호를 저장하면 안 되니 (가짜) 암호 해싱 시스템을 사용합니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/smb3-features/01-smb3-lease-design.md
} public int getLeaseVersion() { return getIntProperty(LEASE_VERSION, 2); // Default to V2 if supported } } ``` ## 8. Testing Strategy ### 8.1 Unit Tests ```java package jcifs.tests.smb3; import org.junit.Test; import static org.junit.Assert.*; public class LeaseTest { @Test public void testLeaseKeyGeneration() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 22K bytes - Click Count (0) -
android/guava/src/com/google/common/math/LongMath.java
Éamonn McManus <******@****.***> 1773097141 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 09 23:01:02 GMT 2026 - 46.8K bytes - Click Count (0) -
docs/smb3-features/02-persistent-handles-design.md
} public String getHandleStateDirectory() { return getProperty(HANDLE_STATE_DIR, System.getProperty("user.home") + "/.jcifs/handles"); } ``` ## 8. Testing Strategy ### 8.1 Unit Tests ```java package jcifs.tests.smb3; import org.junit.Test; import static org.junit.Assert.*; public class PersistentHandleTest { @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 31.6K bytes - Click Count (0)