- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for pet_type (0.04 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
/** * Returned by {@link #getType()} if the resource this {@code SmbFile} * represents is a server. */ public static final int TYPE_SERVER = 0x04; /** * Returned by {@link #getType()} if the resource this {@code SmbFile} * represents is a share. */ public static final int TYPE_SHARE = 0x08; /** * Returned by {@link #getType()} if the resource this {@code SmbFile}Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getType(); if (src != null) { if (sourceDominant || target.getType() == null) { target.setType(src); target.setLocation("type", source.getLocation("type")); } } }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
this.attrExpiration = currentTime + getContext().getConfig().getAttributeCacheTimeout(); return this.isExists; } @Override public int getType() throws SmbException { try { final int t = this.fileLocator.getType(); if (t == TYPE_SHARE) { try (SmbTreeHandle th = ensureTreeConnected()) { this.fileLocator.updateType(th.getTreeType());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
/** * @see java.lang.Object#toString() */ public String toString() { return "Dependency {groupId=" + getGroupId() + ", artifactId=" + getArtifactId() + ", version=" + getVersion() + ", type=" + getType() + "}"; } ]]> </code> </codeSegment> <codeSegment> <version>4.0.0+</version> <code> <![CDATA[Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
*/ protected void buildHighlighter(final QueryHelper queryHelper, final QueryFieldConfig queryFieldConfig, final FessConfig fessConfig) { final String highlighterType = highlightInfo.getType(); final int fragmentSize = highlightInfo.getFragmentSize(); final int numOfFragments = highlightInfo.getNumOfFragments(); final int fragmentOffset = highlightInfo.getFragmentOffset();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1)