- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 122 for user_agent (0.08 sec)
-
src/main/resources/fess_label.properties
labels.included_urls=Included URLs For Crawling labels.excluded_urls=Excluded URLs For Crawling labels.included_doc_urls=Included URLs For Indexing labels.excluded_doc_urls=Excluded URLs For Indexing labels.user_agent=User Agent labels.web_crawling_button_create=Create labels.web_crawling_button_create_job=Create new job labels.crawler_configuration=General Configuration labels.crawler_title_edit=General Configuration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
import okhttp3.RequestBody.Companion.toRequestBody import okhttp3.TestUtil.assertSuppressed import okhttp3.internal.RecordingAuthenticator import okhttp3.internal.RecordingOkAuthenticator import okhttp3.internal.USER_AGENT import okhttp3.internal.addHeaderLenient import okhttp3.internal.authenticator.JavaNetAuthenticator import okhttp3.internal.http.HTTP_PERM_REDIRECT import okhttp3.internal.http.HTTP_TEMP_REDIRECT
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.excluded_urls=Ausgeschlossene URLs beim Crawling labels.included_doc_urls=Eingeschlossene URLs bei der Indizierung labels.excluded_doc_urls=Ausgeschlossene URLs bei der Indizierung labels.user_agent=User Agent labels.web_crawling_button_create=Erstellen labels.web_crawling_button_create_job=Neue Aufgabe erstellen labels.crawler_configuration=Allgemeine Konfiguration labels.crawler_title_edit=Allgemeine Konfiguration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.included_urls=Включить URLs для сканирования labels.excluded_urls=Исключить URLs для сканирования labels.included_doc_urls=Включить URLs для индексации labels.excluded_doc_urls=Исключить URLs для индексации labels.user_agent=User Agent labels.web_crawling_button_create=Создать labels.web_crawling_button_create_job=Создать новое задание labels.crawler_configuration=Основная конфигурация labels.crawler_title_edit=Основная конфигурация
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.included_urls = URL incluses pour l'exploration labels.excluded_urls = URL exclues pour l'exploration labels.included_doc_urls = URL incluses pour l'indexation labels.excluded_doc_urls = URL exclues pour l'indexation labels.user_agent = Agent utilisateur labels.web_crawling_button_create = Créer labels.web_crawling_button_create_job = Créer un nouveau job labels.crawler_configuration = Paramétrage général labels.crawler_title_edit = Paramétrage général
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.web_crawling_title_details = 웹 크롤링 설정 labels.included_urls = 크롤링하는 URL labels.excluded_urls = 크롤링에서 제외 할 URL labels.included_doc_urls = 검색 대상이되는 URL labels.excluded_doc_urls = 검색에서 제외 할 URL labels.user_agent = 사용자 에이전트 labels.web_crawling_button_create = 작성 labels.web_crawling_button_create_job = 새 작업 만들기 labels.crawler_configuration = 일반 설정 labels.crawler_title_edit = 일반 설정 labels.schedule = 스케줄 labels.enabled = 사용
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/CallTest.kt
import okhttp3.TestUtil.assumeNotWindows import okhttp3.TestUtil.awaitGarbageCollection import okhttp3.internal.DoubleInetAddressDns import okhttp3.internal.RecordingOkAuthenticator import okhttp3.internal.USER_AGENT import okhttp3.internal.addHeaderLenient import okhttp3.internal.closeQuietly import okhttp3.internal.http.HTTP_EARLY_HINTS import okhttp3.internal.http.HTTP_PROCESSING import okhttp3.internal.http.RecordingProxySelector
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 142.5K bytes - Viewed (0) -
android/guava/src/com/google/common/net/HttpHeaders.java
* * @since 28.1 */ public static final String UPGRADE_INSECURE_REQUESTS = "Upgrade-Insecure-Requests"; /** The HTTP {@code User-Agent} header field name. */ public static final String USER_AGENT = "User-Agent"; // HTTP Response header fields /** The HTTP {@code Accept-Ranges} header field name. */ public static final String ACCEPT_RANGES = "Accept-Ranges";
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 01 19:08:38 UTC 2024 - 35.3K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.web_crawling_title_details=ウェブクロール設定 labels.included_urls=クロール対象とするURL labels.excluded_urls=クロール対象から除外するURL labels.included_doc_urls=検索対象とするURL labels.excluded_doc_urls=検索対象から除外するURL labels.user_agent=ユーザーエージェント labels.web_crawling_button_create=作成 labels.web_crawling_button_create_job=新しいジョブの作成 labels.crawler_configuration=全般の設定 labels.crawler_title_edit=全般の設定 labels.schedule=スケジュール labels.enabled=有効
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
internal/logger/target/console/console.go
remoteHost = "\nRemoteHost: " + entry.RemoteHost } var host string if entry.Host != "" { host = "\nHost: " + entry.Host } var userAgent string if entry.UserAgent != "" { userAgent = "\nUserAgent: " + entry.UserAgent } if len(entry.Trace.Variables) > 0 { tagString = "\n " + tagString } msg := color.RedBold(entry.Trace.Message)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 3.9K bytes - Viewed (0)