- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 189 for bias (0.06 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
/** * Flag indicating the message is signed. */ public static final int SMB2_FLAGS_SIGNED = 0x00000008; /** * Mask for message priority bits. */ public static final int SMB2_FLAGS_PRIORITY_MASK = 0x00000070; /** * Flag indicating the operation is a DFS operation. */ public static final int SMB2_FLAGS_DFS_OPERATIONS = 0x10000000;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
* tables, that otherwise encounter collisions for hash codes that do not differ in lower or upper * bits. * * @param h hash code */ static int rehash(int h) { // Spread bits to regularize both segment and index locations, // using variant of single-word Wang/Jenkins hash. // TODO(kevinb): use Hashing/move this to Hashing?
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
EON $0x22220000, R3, R4 // EON $572653568, R3, R4 // 5b44a4d264003bca ANDS $0x22220000, R3, R4 // ANDS $572653568, R3, R4 // 5b44a4d264001bea BICS $0x22220000, R3, R4 // BICS $572653568, R3, R4 // 5b44a4d264003bea EOR $0xe03fffffffffffff, R20, R22 // EOR $-2287828610704211969, R20, R22 // 96e243d2
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 10:48:50 UTC 2025 - 95.3K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.crawler_configuration=Configuração geral labels.crawler_title_edit=Configuração geral labels.schedule=Agendamento labels.enabled=Habilitado labels.day_for_cleanup=Excluir documentos anteriores labels.day=dias labels.crawl_button_update=Atualizar labels.none=Nenhum labels.crawling_thread_count=Configuração de rastreadores simultâneos labels.incremental_crawling=Verificar data da última modificação
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (openbsd-386), type Dirent struct, Fileno uint64 pkg syscall (openbsd-386), type Dirent struct, Off int64 pkg syscall (openbsd-386), type Dirent struct, X__d_padding [4]uint8 pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32 pkg syscall (openbsd-386), type Kevent_t struct, Data int64 pkg syscall (openbsd-386), type Mclpool struct, Grown int32 pkg syscall (openbsd-386), type RtMetrics struct, Expire int64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
docs/de/docs/alternatives.md
Das löste das Problem, YAML (eine andere Syntax) in Python-Docstrings schreiben zu müssen. Diese Kombination aus Flask, Flask-apispec mit Marshmallow und Webargs war bis zur Entwicklung von **FastAPI** mein Lieblings-Backend-Stack. Die Verwendung führte zur Entwicklung mehrerer Flask-Full-Stack-Generatoren. Dies sind die Hauptstacks, die ich (und mehrere externe Teams) bisher verwendet haben:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 26.7K bytes - Viewed (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
&eamo?ustam??ma&nnak?ta??nukonuzi?orukuf??nohenawak?o&nosus?ti??u&stamamah?z&a&mun?wak??i!ay?i&hs&agih?in??manim??mihs????????m&a&tias!.&a&d&ihsoy?ot?usah??k&a&dih?sa??o&arihs?s???m&a&tias?y&as?o&rom?tah??ustamihsagih???i&hsagurust?jawak??uri??ni?wa&g&e&ko?man??ikot?o??k&ara?i&hsoy?mak???ru?zorokot??y&a&g&amuk?ihsok?otah??kuf??imo??ziin??e&bakusak?ogawak?sogo?ttas?zokoy??i&baraw?h&cugawak?s&oyim?ubustam???iroy?k&ato?ihs?u&k?stawi???m&akoyr?i&hsoy?juf??uziimak???naznar?o&dakas?ihsay?jnoh?n&a&go?n...
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 12 15:39:59 UTC 2025 - 75.3K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.crawler_configuration=Configuración general labels.crawler_title_edit=Configuración general labels.schedule=Programación labels.enabled=Habilitado labels.day_for_cleanup=Eliminar documentos anteriores labels.day=días labels.crawl_button_update=Actualizar labels.none=Ninguno labels.crawling_thread_count=Configuración de rastreadores simultáneos labels.incremental_crawling=Comprobar fecha de última modificación
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
guava/src/com/google/common/math/LongMath.java
* roundArbitrarilyAsLong is Long.MAX_VALUE. (This is the only way this condition can occur as * otherwise the conversion back to long pads with zero bits.) In this case we know that * roundArbitrarily > x. (This is important when x == Long.MAX_VALUE == * roundArbitrarilyAsLong.) */ cmpXToRoundArbitrarily = -1; } else {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 29 16:20:07 UTC 2025 - 46.8K bytes - Viewed (0) -
android/guava/src/com/google/common/base/CharMatcher.java
return totalCharacters <= SmallCharMatcher.MAX_SIZE && tableLength > (totalCharacters * 4 * Character.SIZE); // err on the side of BitSetMatcher } /** Sets bits in {@code table} matched by this matcher. */ @GwtIncompatible // used only from other GwtIncompatible code void setBits(BitSet table) { for (int c = Character.MAX_VALUE; c >= Character.MIN_VALUE; c--) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0)