- Sort Score
- Result 10 results
- Languages All
Results 1271 - 1280 of 1,291 for configs (0.05 sec)
-
src/main/resources/fess_label_ko.properties
labels.boost=부스트 값 labels.crawlingConfigName=이름 labels.crawlingConfigPath=크롤링할 경로 labels.processType=처리 종류 labels.parameters=파라미터 labels.designFile=업로드할 파일 labels.bulkFile=벌크 파일 labels.appendQueryParameter=검색 파라미터 추가 labels.configId=설정 ID labels.configParameter=설정 파라미터 labels.content=콘텐츠 labels.csvFileEncoding=CSV 인코딩 labels.defaultLabelValue=기본 라벨 labels.designFileName=파일 이름 labels.incrementalCrawling=최종 갱신 일시 확인 labels.errorCount=오류 횟수
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
api/go1.4.txt
pkg crypto/tls, type ClientHelloInfo struct, ServerName string pkg crypto/tls, type ClientHelloInfo struct, SupportedCurves []CurveID pkg crypto/tls, type ClientHelloInfo struct, SupportedPoints []uint8 pkg crypto/tls, type Config struct, GetCertificate func(*ClientHelloInfo) (*Certificate, error) pkg crypto/tls, type ConnectionState struct, TLSUnique []uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.boost=提升值 labels.crawlingConfigName=名称 labels.crawlingConfigPath=要爬网的路径 labels.processType=处理类型 labels.parameters=参数 labels.designFile=要上传的文件 labels.bulkFile=批量文件 labels.appendQueryParameter=添加搜索参数 labels.configId=配置ID labels.configParameter=配置参数 labels.content=内容 labels.csvFileEncoding=CSV编码 labels.defaultLabelValue=默认标签 labels.designFileName=文件名 labels.incrementalCrawling=检查上次修改时间 labels.errorCount=错误数
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.processType=Type de processus labels.parameters=Paramètres labels.designFile=Fichier à téléverser labels.bulkFile=Fichier en vrac labels.appendQueryParameter=Ajouter des paramètres de recherche labels.configId=ID de configuration labels.configParameter=Paramètre de configuration labels.content=Contenu labels.csvFileEncoding=Encodage CSV labels.defaultLabelValue=Étiquette par défaut labels.designFileName=Nom de fichier
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
// Previously we had a bug where we would download the entire response body as long as no // individual read took longer than 100ms. assertThat(elapsedMillis).isLessThan(500L) // Do another request to confirm that the discarded connection was not pooled. assertContent("A", getResponse(newRequest("/"))) assertThat(server.takeRequest().exchangeIndex).isEqualTo(0) // Connection is not pooled.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</match> </magic> <glob pattern="*.ics"/> <glob pattern="*.ifb"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-config"> <glob pattern="*.config"/> <glob pattern="*.conf"/> <glob pattern="*.cfg"/> <glob pattern="*.xconf"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/css">
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
api/go1.3.txt
pkg crypto/tls, type ClientSessionCache interface, Put(string, *ClientSessionState) pkg crypto/tls, type ClientSessionState struct pkg crypto/tls, type Config struct, ClientSessionCache ClientSessionCache pkg crypto/tls, type Config struct, CurvePreferences []CurveID pkg crypto/tls, type ConnectionState struct, Version uint16 pkg crypto/tls, type CurveID uint16
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
jsoniter "github.com/json-iterator/go" "github.com/minio/minio/internal/bpool" "github.com/minio/minio/internal/bucket/lifecycle" "github.com/minio/minio/internal/bucket/replication" "github.com/minio/minio/internal/config/storageclass" xhttp "github.com/minio/minio/internal/http" "github.com/tinylib/msgp/msgp" ) var ( // XL header specifies the format xlHeader = [4]byte{'X', 'L', '2', ' '}
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1) -
src/main/resources/fess_label_ja.properties
labels.crawlingConfigName=名前 labels.crawlingConfigPath=クロールするパス labels.processType=処理の種類 labels.parameters=パラメーター labels.designFile=アップロードするファイル labels.bulkFile=バルクファイル labels.appendQueryParameter=検索パラメーターの追加 labels.configId=設定ID labels.configParameter=設定パラメーター labels.content=コンテンツ labels.csvFileEncoding=CSVエンコーディング labels.defaultLabelValue=デフォルトラベル labels.designFileName=ファイル名 labels.incrementalCrawling=最終更新日時の確認 labels.errorCount=エラー回数
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
} // Assign as an unmodifiable list. This is effectively immutable. this.protocols = protocolsCopy.unmodifiable() } /** * Sets the verifier used to confirm that response certificates apply to requested hostnames for * HTTPS connections. * * If unset, a default hostname verifier will be used. */
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 51.7K bytes - Viewed (0)