- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 911 for urls (0.02 sec)
-
src/main/java/org/codelibs/fess/helper/PluginHelper.java
* * @param name the name of the artifact * @param version the version of the artifact * @param url the URL where the artifact can be downloaded */ public Artifact(final String name, final String version, final String url) { this.name = name; this.version = version; this.url = url; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
docs/pt/docs/advanced/settings.md
Em muitos casos a sua aplicação pode precisar de configurações externas, como chaves secretas, credenciais de banco de dados, credenciais para serviços de email, etc. A maioria dessas configurações é variável (podem mudar), como URLs de bancos de dados. E muitas delas podem conter dados sensíveis, como tokens secretos. Por isso é comum prover essas configurações como variáveis de ambiente que são utilizidas pela aplicação. ## Variáveis de Ambiente
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Jan 15 20:17:23 UTC 2025 - 15.8K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
* that uses this client’s DNS, TLS, and proxy configuration. */ fun address(url: HttpUrl): Address { var useSslSocketFactory: SSLSocketFactory? = null var useHostnameVerifier: HostnameVerifier? = null var useCertificatePinner: CertificatePinner? = null if (url.isHttps) { useSslSocketFactory = sslSocketFactory useHostnameVerifier = hostnameVerifier
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 51.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
byte[] challenge = null; /** * Create an {@code NtlmPasswordAuthentication} object from the userinfo * component of an SMB URL like "{@code domain;user:pass}". This constructor * is used internally be jCIFS when parsing SMB URLs. */ /** * Create an NtlmPasswordAuthentication object from a userinfo string. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final String[] docIds = userInfoHelper.getResultDocIds(URLDecoder.decode(queryId, Constants.UTF_8)); if (docIds == null) { throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "No searched urls."); } searchHelper .getDocumentByDocId(docId, new String[] { fessConfig.getIndexFieldUrl(), fessConfig.getIndexFieldLang() }, OptionalThing.empty())
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (1) -
src/main/resources/fess_label_zh_TW.properties
labels.createdTime=建立時間 labels.depth=深度 labels.excludedPaths=要從爬網中排除的路徑 labels.excludedUrls=要從爬網中排除的URL labels.excludedDocPaths=要從搜尋中排除的路徑 labels.excludedDocUrls=要從搜尋中排除的URL labels.hostname=主機名稱 labels.id=ID labels.includedPaths=要包含在爬網中的路徑 labels.includedUrls=要包含在爬網中的URL labels.includedDocPaths=要包含在搜尋中的路徑 labels.includedDocUrls=要包含在搜尋中的URL labels.maxAccessCount=最大訪問數 labels.name=名稱 labels.numOfThread=執行緒數 labels.duplicateHostName=重複名稱
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.web_crawling_configuration=Webcrawlen labels.web_crawling_title_details=Webcrawlconfiguratie labels.included_urls=URL(s) om op te nemen in crawlen labels.excluded_urls=URL(s) om uit te sluiten van crawlen labels.included_doc_urls=URL(s) om op te nemen in zoeken labels.excluded_doc_urls=URL(s) om uit te sluiten van zoeken labels.user_agent=User-Agent labels.web_crawling_button_create=Maken
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
cmd/test-utils_test.go
req.Header.Set("Expires", expiresStr) } // url.RawPath will be valid if path has any encoded characters, if not it will // be empty - in which case we need to consider url.Path (bug in net/http?) encodedResource := req.URL.RawPath encodedQuery := req.URL.RawQuery if encodedResource == "" { splits := strings.SplitN(req.URL.Path, "?", 2) encodedResource = splits[0] if len(splits) == 2 {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.excludedUrls=Исключенные URL для сканирования labels.excludedDocPaths=Исключенные пути для поиска labels.excludedDocUrls=Исключенные URL для поиска labels.hostname=Имя хоста labels.id=ID labels.includedPaths=Включенные пути для сканирования labels.includedUrls=Включенные URL для сканирования labels.includedDocPaths=Включенные пути для поиска labels.includedDocUrls=Включенные URL для поиска
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.web_crawling_configuration=Scansione web labels.web_crawling_title_details=Configurazione scansione web labels.included_urls=URL da includere nella scansione labels.excluded_urls=URL da escludere dalla scansione labels.included_doc_urls=URL da includere nella ricerca labels.excluded_doc_urls=URL da escludere dalla ricerca labels.user_agent=User-Agent labels.web_crawling_button_create=Crea
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0)