- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 2,399 for ptype (0.12 sec)
-
src/main/java/jcifs/ntlmssp/av/AvPair.java
*/ public static final int MsvAvTargetName = 0x09; /** * Channel bindings type */ public static final int MsvAvChannelBindings = 0x0A; private final int type; private final byte[] raw; /** * Constructs an AV pair with type and raw data * @param type the AV pair type * @param raw the raw data bytes */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/tflite-other.md
issue in TensorFlow Lite that is not about Converters, Play Services or Ops body: - type: dropdown id: issue-type attributes: label: Issue Type description: What type of issue would you like to report? multiple: false options: - Bug - Build/Install - Performance - Support - Feature Request - Documentation Feature Request - Documentation Bug - Others validations: required: true - type: markdown attributes: value: | Please make sure that this is a bug. As per our
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Dec 29 22:28:29 UTC 2022 - 3.4K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type FdSet struct, X__fds_bits [32]uint32 pkg syscall (freebsd-386-cgo), type Flock_t struct pkg syscall (freebsd-386-cgo), type Flock_t struct, Len int64 pkg syscall (freebsd-386-cgo), type Flock_t struct, Pid int32 pkg syscall (freebsd-386-cgo), type Flock_t struct, Start int64 pkg syscall (freebsd-386-cgo), type Flock_t struct, Sysid int32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactoryRequest.java
} public ArtifactFactoryRequestBuilder type(String type) { this.type = type; return this; } public ArtifactFactoryRequest build() { return new DefaultArtifactFactoryRequest( session, trace, groupId, artifactId, version, classifier, extension, type); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 7.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/UriTypeTest.java
boolean hasFile = false; for (final ProtocolType type : values) { if (type == ProtocolType.WEB) { hasWeb = true; } else if (type == ProtocolType.FILE) { hasFile = true; } } assertTrue("Should have WEB protocol type", hasWeb); assertTrue("Should have FILE protocol type", hasFile); } // Test ProtocolType valueOf
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 21K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/MediaType.kt
/** * An [RFC 2045][rfc_2045] Media Type, appropriate to describe the content type of an HTTP request * or response body. * * [rfc_2045]: http://tools.ietf.org/html/rfc2045 */ class MediaType internal constructor( internal val mediaType: String, /** * Returns the high-level media type, such as "text", "image", "audio", "video", or "application". */ @get:JvmName("type") val type: String, /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:51:08 UTC 2025 - 5.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/ArtifactTransferEvent.java
} /** * Returns the request type. * * @return Returns the request type. The Request type is one of * <code>TransferEvent.REQUEST_GET</code> or <code>TransferEvent.REQUEST_PUT</code> */ public int getRequestType() { return requestType; } /** * Sets the request type * * @param requestType The requestType to set.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 7.7K bytes - Viewed (0) -
src/main/config/es/fess_config_path_mapping.json
"properties" : { "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "processType" : { "type" : "keyword" }, "regex" : { "type" : "keyword" }, "replacement" : { "type" : "keyword" }, "sortOrder" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
docs/en/docs/tutorial/response-model.md
You can declare the type used for the response by annotating the *path operation function* **return type**. You can use **type annotations** the same way you would for input data in function **parameters**, you can use Pydantic models, lists, dictionaries, scalar values like integers, booleans, etc. {* ../../docs_src/response_model/tutorial001_01_py310.py hl[16,21] *} FastAPI will use this return type to:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 16K bytes - Viewed (0) -
api/go1.6.txt
pkg debug/elf, method (R_MIPS) String() string pkg debug/elf, type Chdr32 struct pkg debug/elf, type Chdr32 struct, Addralign uint32 pkg debug/elf, type Chdr32 struct, Size uint32 pkg debug/elf, type Chdr32 struct, Type uint32 pkg debug/elf, type Chdr64 struct pkg debug/elf, type Chdr64 struct, Addralign uint64 pkg debug/elf, type Chdr64 struct, Size uint64 pkg debug/elf, type Chdr64 struct, Type uint32 pkg debug/elf, type CompressionType int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 13 23:40:13 UTC 2016 - 12.9K bytes - Viewed (0)