- Sort Score
- Num 10 results
- Language All
Results 991 - 1000 of 1,378 for typed (0.45 seconds)
-
src/main/java/org/codelibs/fess/suggest/constants/SuggestConstants.java
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 1.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/RelatedContentDbm.java
return null; } // =================================================================================== // Type Name // ========= @Override public String getEntityTypeName() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 10.9K bytes - Click Count (0) -
docs/fr/docs/advanced/security/http-basic-auth.md
- Importer `HTTPBasic` et `HTTPBasicCredentials`. - Créer un « schéma de sécurité » en utilisant `HTTPBasic`. - Utiliser ce `security` avec une dépendance dans votre chemin d'accès. - Cela renvoie un objet de type `HTTPBasicCredentials` : - Il contient le `username` et le `password` envoyés. {* ../../docs_src/security/tutorial006_an_py310.py hl[4,8,12] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.8K bytes - Click Count (0) -
cmd/healthcheck-handler.go
} ctx, cancel := context.WithTimeout(ctx, globalAPIConfig.getClusterDeadline()) defer cancel() opts := HealthOptions{ Maintenance: r.Form.Get("maintenance") == "true", DeploymentType: r.Form.Get("deployment-type"), } result := objLayer.Health(ctx, opts) w.Header().Set(xhttp.MinIOWriteQuorum, strconv.Itoa(result.WriteQuorum)) w.Header().Set(xhttp.MinIOStorageClassDefaults, strconv.FormatBool(result.UsingDefaults))
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Jun 26 07:44:34 GMT 2024 - 6.9K bytes - Click Count (0) -
cmd/mrf.go
// but not written in all disks (having quorum) type PartialOperation struct { Bucket string Object string VersionID string Versions []byte SetIndex, PoolIndex int Queued time.Time BitrotScan bool } // mrfState sncapsulates all the information // related to the global background MRF. type mrfState struct { opCh chan PartialOperation
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue May 27 15:19:03 GMT 2025 - 6.5K bytes - Click Count (0) -
guava/src/com/google/common/collect/ContiguousSet.java
* Collections#frequency}) can cause major performance problems. * * @author Gregory Kick * @since 10.0 */ @GwtCompatible @SuppressWarnings("rawtypes") // allow ungenerified Comparable types public abstract class ContiguousSet<C extends Comparable> extends ImmutableSortedSet<C> { /** * Returns a {@code ContiguousSet} containing the same values in the given domain {@linkplainCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 9.9K bytes - Click Count (0) -
internal/dsync/drwmutex.go
// dRWMutexRefreshInterval - default the interval between two refresh calls drwMutexRefreshInterval = 10 * time.Second drwMutexInfinite = 1<<63 - 1 ) // Timeouts are timeouts for specific operations. type Timeouts struct { // Acquire - tolerance limit to wait for lock acquisition before. Acquire time.Duration // RefreshCall - timeout for the refresh call RefreshCall time.DurationCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 20.3K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
assertTrue(result.contains("errorCode=0x00000001") || result.contains("errorCode=1")); } @Test @DisplayName("Test toString with all command types") void testToStringAllCommands() { byte[] commands = { ServerMessageBlock.SMB_COM_CREATE_DIRECTORY, ServerMessageBlock.SMB_COM_DELETE_DIRECTORY,
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 36.2K bytes - Click Count (0) -
docs/ja/docs/advanced/settings.md
これらの設定の多くは可変(変更されうる)で、データベースのURLのようなものがあります。また、多くはシークレットのように機微な情報です。 そのため、アプリケーションが読み取る環境変数で提供するのが一般的です。 /// tip | 豆知識 環境変数について理解するには、[環境変数](../environment-variables.md)を参照してください。 /// ## 型とバリデーション { #types-and-validation } これらの環境変数は Python の外部にあり、他のプログラムやシステム全体(Linux、Windows、macOS といった異なるOSを含む)と互換性が必要なため、文字列テキストのみを扱えます。 つまり、Python で環境変数から読み取られる値はすべて `str` になり、他の型への変換やバリデーションはコードで行う必要があります。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 12.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
assertEquals("Software Engineer", result[1]); assertEquals("******@****.***", result[2]); assertEquals("\"Loves \"\"coding\"\" and coffee\"", result[3]); // CSV with numbers and mixed data types - quoted fields keep quotes value = "123,\"Product Name\",45.67,\"Description with, comma\""; result = KuromojiCSVUtil.parse(value); assertEquals(4, result.length);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 18.9K bytes - Click Count (0)