- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for urls (0.14 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java
} public void setUrls_Equal(String urls) { setUrls_Term(urls, null); } public void setUrls_Equal(String urls, ConditionOptionCall<TermQueryBuilder> opLambda) { setUrls_Term(urls, opLambda); } public void setUrls_Term(String urls) { setUrls_Term(urls, null); } public void setUrls_Term(String urls, ConditionOptionCall<TermQueryBuilder> opLambda) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 172.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* as a file or directory from a {@code URL} object. * * @param url The URL of the target resource */ public SmbFile(final URL url) { this(url, new NtlmPasswordAuthentication(url.getUserInfo())); } /** * Constructs an SmbFile representing a resource on an SMB network such * as a file or directory from a {@code URL} object and an
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebConfigCA.java
} public void setUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setUrls_Terms("urls", opLambda, null); } public void setUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebConfigCA> aggsLambda) { setUrls_Terms("urls", opLambda, aggsLambda); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 149K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
*/ public SmbFile(final URL url, final CIFSContext tc) throws MalformedURLException { super(url); if (url.getPath() != null && !url.getPath().isEmpty() && url.getPath().charAt(0) != '/') { throw new MalformedURLException("Invalid SMB URL: " + url); } this.transportContext = tc; this.fileLocator = new SmbResourceLocatorImpl(tc, url);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Included URLs */ public static final String LABELS_included_urls = "{labels.included_urls}"; /** The key of the message: Excluded URLs */ public static final String LABELS_excluded_urls = "{labels.excluded_urls}"; /** The key of the message: Included Doc URLs */ public static final String LABELS_included_doc_urls = "{labels.included_doc_urls}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
MockResponse .Builder() .addHeader("X-Response-ID: 2") .build(), ) val url = server.url("/") val request = Request .Builder() .url(url) .apply { if (withOverride) { cacheUrlOverride(url) } }.method(requestMethod, requestBodyOrNull(requestMethod)) .build()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 113.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* Added --log-facility flag to enhance dnsmasq logging ([#32422](https://github.com/kubernetes/kubernetes/pull/32422), [@MrHohn](https://github.com/MrHohn)) * Split dns healthcheck into two different urls ([#32406](https://github.com/kubernetes/kubernetes/pull/32406), [@MrHohn](https://github.com/MrHohn))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
public static final String CONSTRAINTS_ScriptAssert_MESSAGE = "{constraints.ScriptAssert.message}"; /** The key of the message: {item} is not a valid URL. */ public static final String CONSTRAINTS_URL_MESSAGE = "{constraints.URL.message}"; /** The key of the message: {item} is required. */ public static final String CONSTRAINTS_Required_MESSAGE = "{constraints.Required.message}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</field> <field> <name>url</name> <version>3.0.0+</version> <description> <![CDATA[ The URL to the project's homepage. <p><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if project's {@code child.project.url.inherit.append.path="false"}</p> ]]>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
src/main/webapp/js/admin/bootstrap.min.js.map
[],\n strong: [],\n u: [],\n ul: []\n}\n\n/**\n * A pattern that recognizes a commonly useful subset of URLs that are safe.\n *\n * Shoutout to Angular https://github.com/angular/angular/blob/12.2.x/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i\n\n/**\n * A pattern that matches safe data URLs. Only matches image, video and audio types.\n *\n * Shoutout to Angular https://github.com/angular/angular...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 180.9K bytes - Viewed (0)