- Sort Score
- Num 10 results
- Language All
Results 481 - 490 of 1,080 for fanout (0.24 seconds)
-
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
import jcifs.internal.SmbBasicFileInfo; import jcifs.internal.smb1.AndXServerMessageBlock; import jcifs.internal.util.SMBUtil; /** * SMB1 Open AndX Response message. * * This response contains information about the opened file, * including file ID, attributes, size, and access permissions. */ public class SmbComOpenAndXResponse extends AndXServerMessageBlock implements SmbBasicFileInfo {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.8K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/RelationshipTester.java
* * @author Gregory Kick */ @GwtCompatible @NullMarked final class RelationshipTester<T> { interface ItemReporter { String reportItem(Item<?> item); } /** * A word about using {@link Equivalence}, which automatically checks for {@code null} and * identical inputs: This sounds like it ought to be a problem here, since the goals of this class
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 5.9K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/persistent/HandleInfo.java
*/ package jcifs.internal.smb2.persistent; import java.io.Serializable; import java.util.Arrays; import jcifs.internal.smb2.lease.Smb2LeaseKey; /** * Information about a durable or persistent SMB handle. * This class holds all the necessary information to reconnect * a handle after network failures or server reboots. */ public class HandleInfo implements Serializable {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 5.9K bytes - Click Count (0) -
docs/ja/docs/advanced/using-request-directly.md
次の場所からデータを取得します: - パスのパラメータ - ヘッダー - クッキー - など こうすることで、**FastAPI** はそのデータを検証し、変換し、API のドキュメントを自動生成します。 しかし、`Request` オブジェクトに直接アクセスする必要がある場面もあります。 ## `Request` オブジェクトの詳細 { #details-about-the-request-object } **FastAPI** は内部的には **Starlette** の上にいくつかのツール層を載せたものなので、必要に応じて Starlette の [`Request`](https://www.starlette.dev/requests/) オブジェクトを直接使えます。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 2.8K bytes - Click Count (0) -
docs/fr/docs/help-fastapi.md
* Lire d'autres idées, des articles, et découvrir des outils que j'ai créés. * Me suivre pour lire quand je publie quelque chose de nouveau. ## Tweeter à propos de **FastAPI** { #tweet-about-fastapi } [Tweetez à propos de **FastAPI**](https://x.com/compose/tweet?text=I'm loving @fastapi because... https://github.com/fastapi/fastapi) et faites savoir à moi et aux autres pourquoi vous l'appréciez. 🎉Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 14.6K bytes - Click Count (0) -
docs/ru/docs/tutorial/security/oauth2-jwt.md
Этот код можно реально использовать в своем приложении, сохранять хэши паролей в базе данных и т.д. Мы продолжим разбираться, начиная с того места, на котором остановились в предыдущей главе, и расширим его. ## Про JWT { #about-jwt } JWT означает "JSON Web Tokens". Это стандарт для кодирования JSON-объекта в виде длинной строки без пробелов. Выглядит это следующим образом: ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 19.7K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/impl/ConstructorDescImpl.java
/** Constructor */ protected final Constructor<?> constructor; /** Array of constructor parameter types */ protected final Class<?>[] parameterTypes; /** Information about parameterized argument types */ protected final ParameterizedClassDesc[] parameterizedClassDescs; /** * Constructs an instance. * * @param beanDescCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 5K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/OsService.java
import org.apache.maven.api.Service; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * Service for detecting and providing information about the operating system (OS) * on which the application is running. * <p> * This service provides a platform-independent way to: * <ul> * <li>Query basic OS information like name, architecture, and version</li>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Feb 10 14:12:18 GMT 2025 - 3.5K bytes - Click Count (0) -
docs/ko/docs/help-fastapi.md
* 다른 아이디어와 기사들을 읽고, 제가 만들어왔던 툴에 대해서도 읽으십시오. * 새로운 내용을 게시할 때 읽기 위해 팔로우 하십시오. ## **FastAPI**에 대해 트윗하기 { #tweet-about-fastapi } [**FastAPI**에 대해 트윗](https://x.com/compose/tweet?text=I'm loving @fastapi because... https://github.com/fastapi/fastapi) 하고 저와 다른 사람들에게 FastAPI가 마음에 드는 이유를 알려주세요. 🎉Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.4K bytes - Click Count (0) -
cmd/metacache-bucket.go
if cache.bucket != b.bucket { logger.Info("cache bucket mismatch %s != %s", b.bucket, cache.bucket) remove[id] = struct{}{} continue } } // If above limit, remove the caches with the oldest handout time. if len(caches)-len(remove) > metacacheMaxEntries { remainCaches := make([]metacache, 0, len(caches)-len(remove)) for id, cache := range caches { if _, ok := remove[id]; ok { continue }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.6K bytes - Click Count (0)