- Sort Score
- Num 10 results
- Language All
Results 2071 - 2080 of 3,365 for createA (0.17 seconds)
-
docs/smb3-features/05-rdma-smb-direct-design.md
*/ boolean isAvailable(); /** * Get supported RDMA capabilities */ Set<RdmaCapability> getSupportedCapabilities(); /** * Create RDMA connection to remote endpoint */ RdmaConnection createConnection(InetSocketAddress remote, InetSocketAddress local) throws IOException; /**Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 35.9K bytes - Click Count (0) -
docs/en/docs/tutorial/query-param-models.md
# Query Parameter Models { #query-parameter-models } If you have a group of **query parameters** that are related, you can create a **Pydantic model** to declare them. This would allow you to **re-use the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. ๐ /// note This is supported since FastAPI version `0.115.0`. ๐ค ///Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 2.2K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/ExtractGradleApiInfoTask.java
String gradleApiInfoJarPrefix = getGradleApiInfoJarPrefix().get(); File gradleRuntimeApiInfoJar = from.filter(file -> file.getName().startsWith(gradleApiInfoJarPrefix)).getSingleFile(); URI uri = URI.create("jar:" + gradleRuntimeApiInfoJar.getAbsoluteFile().toURI()); try (FileSystem fs = FileSystems.newFileSystem(uri, Collections.emptyMap())) { Path upgradedPropertiesJson = fs.getPath(UPGRADED_PROPERTIES_FILE);
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue May 27 09:07:14 GMT 2025 - 3.4K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/ResponseDataUtil.java
*/ public final class ResponseDataUtil { /** * Private constructor to prevent instantiation of this utility class. */ private ResponseDataUtil() { } /** * Creates a temporary file containing the response body from the given ResponseData. * * @param responseData the response data containing the response body * @return a temporary file containing the response bodyCreated: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Nov 22 13:28:22 GMT 2025 - 2.3K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapFile.java
* date. This incremental Sitemap fetching mechanism allows for the rapid * discovery of new URLs on very large sites. */ private String lastmod; /** * Creates a new SitemapFile instance. */ public SitemapFile() { // Default constructor } /* * (non-Javadoc) * * @see org.codelibs.fess.crawler.entity.Sitemap#getLoc() */Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 4.4K bytes - Click Count (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PasswordBasedExtractor.java
/** Cache for parsed password configurations from extraction parameters. */ private final Map<String, List<Pair<Pattern, String>>> configPasswordMap = new ConcurrentHashMap<>(); /** * Creates a new PasswordBasedExtractor instance. */ public PasswordBasedExtractor() { super(); } /** * Adds a password for files matching the given regular expression pattern.Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Aug 07 02:55:08 GMT 2025 - 5.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java
* file authentication settings used by the Fess search engine. */ public class FileAuthenticationService { /** * Default constructor for file authentication service. * Creates a new instance with default values. */ public FileAuthenticationService() { // Default constructor } /** * Behavior class for file authentication database operations. */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/doc.json
"type": "minhash", "bit_string": true, "minhash_analyzer": "minhash_analyzer" }, "content_length": { "type": "long" }, "created": { "type": "date", "format": "date_optional_time" }, "timestamp": { "type": "date", "format": "date_optional_time" }, "expires": {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Aug 15 11:50:35 GMT 2023 - 11.8K bytes - Click Count (0) -
src/main/java/jcifs/smb1/util/MimeMap.java
private static final int ST_TYPE = 3; private static final int ST_GAP = 4; private static final int ST_EXT = 5; private final byte[] in; private int inLen; /** * Creates a new MimeMap instance by loading MIME type mappings from the resource file. * * @throws IOException if there is an error reading the mime.map resource file */ public MimeMap() throws IOException {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/help_ko.jsp
sort ์ฐ์ฐ์์ ์ฌ์ฉ ๋ฐฉ๋ฒ์ sort:<field>.<order>์ ๋๋ค. <order> ๋ asc ๋๋ desc ์ค๋ฆ์ฐจ์ ยท ๋ด๋ฆผ์ฐจ์์ ์ง์ ํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, Fess๋ฅผ ํฌํจํ ๋ฌธ์ ํฌ๊ธฐ์ ๋ด๋ฆผ์ฐจ์์ผ๋ก ์ ๋ ฌํ๋ ค๋ฉด ๋ค์๊ณผ ๊ฐ์ด ์ ๋ ฅํฉ๋๋ค. <pre>Fess sort:content_length.desc</pre> ๊ธฐ๋ณธ์ผ๋ก ์ฌ์ฉ ๊ฐ๋ฅํ ํ๋๋ created, content_length ๋ฐ last_modified๋ฉ๋๋ค. ์ค์ ์์ ์ง์ ํ๋ ํ๋๋ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค. </dd> <dt>AND๊ฒ์</dt> <dd> AND ์ฐ์ฐ์๋ ์ ํ์ ์ฐ๊ฒฐ ์ฐ์ฐ์์ ๋๋ค. AND ์ฐ์ฐ์๋ ์ง์ ํ ๊ฒ์์ด๋ฅผ ๋ชจ๋ ํฌํจํ ๋ฌธ์์ ์ผ์นํฉ๋๋ค. ์๋ฅผ ๋ค์ด, Fess๊ณผ CodeLibs๋ฅผ ํฌํจํ๋ ๋ฌธ์ ๊ฒ์ํ๋ ค๋ฉด ๋ค์๊ณผ ๊ฐ์ด ์ ๋ ฅํฉ๋๋ค.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Mon Feb 26 14:01:31 GMT 2018 - 3.1K bytes - Click Count (0)