- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 335 for uris (0.02 sec)
-
src/main/resources/fess_message_zh_CN.properties
constraints.TypeLong.message = {item} 必须是数字。 constraints.TypeFloat.message = {item} 必须是数字。 constraints.TypeDouble.message = {item} 必须是数字。 constraints.TypeAny.message = {item} 无法转换为 {propertyType}。 constraints.UriType.message = {item} 包含无法识别的 URI。 constraints.CronExpression.message = {item} 不是有效的 CRON 表达式。 # ---------------------------------------------------------- # Application Exception # ---------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/Config.java
} catch (final IOException ioe) {} } } /** * This static method registers the SMB URL protocol handler which is * required to use SMB URLs with the <code>java.net.URL</code> class. If this * method is not called before attempting to create an SMB URL with the * URL class the following exception will occur: * <blockquote><pre>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
type: string example: "e79fbfdfb09d4bffb58ec230c68f6f7e" url: type: string format: uri example: "https://fess.codelibs.org/" content_description: type: string
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
/** Indicates that an exception occurred during URL access. */ ACCESS_EXCEPTION, /** Indicates that a child URL was discovered. */ CHILD_URL, /** Indicates that multiple child URLs were discovered. */ CHILD_URLS, /** Indicates that a URL was evaluated for crawling eligibility. */ EVALUATED, /** Indicates that a general exception occurred during processing. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
import jcifs.netbios.NbtAddress; import jcifs.netbios.UniAddress; /** * * * This mainly tracks two locations: * - canonical URL path: path component of the URL: this is used to reconstruct URLs to resources and is not adjusted by * DFS referrals. (E.g. a resource with a DFS root's parent will still point to the DFS root not the share it's actually * located in).
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 23.6K bytes - Viewed (0) -
cmd/update.go
"github.com/valyala/bytebufferpool" ) const ( envMinisignPubKey = "MINIO_UPDATE_MINISIGN_PUBKEY" updateTimeout = 10 * time.Second ) var ( // Newer official download info URLs appear earlier below. minioReleaseInfoURL = MinioReleaseURL + "minio.sha256sum" // For windows our files have .exe additionally. minioReleaseWindowsInfoURL = MinioReleaseURL + "minio.exe.sha256sum" )
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) -
docs/en/docs/advanced/settings.md
In many cases your application could need some external settings or configurations, for example secret keys, database credentials, credentials for email services, etc. Most of these settings are variable (can change), like database URLs. And many could be sensitive, like secrets. For this reason it's common to provide them in environment variables that are read by the application. /// tip
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 12.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbResourceLocatorImplTest.java
@Mock private Configuration config; @Mock private Credentials creds; @Mock private NameServiceClient nsc; // Minimal URLStreamHandler to allow creating smb:// URLs in tests private static final URLStreamHandler SMB_HANDLER = new URLStreamHandler() { @Override protected URLConnection openConnection(URL u) { return null; // not used } };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
constraints.TypeLong.message = {item} 必須是數字。 constraints.TypeFloat.message = {item} 必須是數字。 constraints.TypeDouble.message = {item} 必須是數字。 constraints.TypeAny.message = {item} 無法轉換為 {propertyType}。 constraints.UriType.message = {item} 包含無法識別的 URI。 constraints.CronExpression.message = {item} 不是有效的 CRON 表達式。 # ---------------------------------------------------------- # Application Exception # ---------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0)