- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 217 for getOs (0.02 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessRegistration.java
} /** * Gets the share name. * * @return the share name */ public String getShareName() { return shareName; } /** * Gets the server address. * * @return the server address */ public InetAddress getServerAddress() { return serverAddress; } /** * Gets the service type. *Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 6.7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:34:36 GMT 2025 - 8.9K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessNotification.java
this.flags = address.getAddress().length == 4 ? IPV4 : IPV6; } /** * Gets the IP address. * * @return the IP address */ public InetAddress getAddress() { return address; } /** * Gets the address flags. * * @return the flags */ public int getFlags() {
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 6.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderResult.java
* Gets the file model + build pom transformation, without inheritance nor interpolation. * * @return The raw model, never {@code null}. */ @Nonnull Model getRawModel(); /** * Gets the effective model of the parent POM. * * @return the effective model of the parent POM, never {@code null} */ @Nonnull Model getParentModel(); /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 4.2K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
} /** * Gets the keywords. * @return the keywords */ public String getKeywords() { return keywords; } /** * Sets the keywords. * @param keywords the keywords to set */ public void setKeywords(final String keywords) { this.keywords = keywords; } /** * Gets the stock tickers.Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:34:36 GMT 2025 - 4.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterRequest.java
public WitnessRegisterRequest() { // Default constructor } private int version; private String shareName; private String serverAddress; private int flags; /** * Gets the witness protocol version. * * @return the protocol version */ public int getVersion() { return version; } /** * Sets the witness protocol version. *
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 2.6K bytes - Click Count (0) -
src/main/java/org/codelibs/curl/CurlResponse.java
} } /** * Gets the content of the response using the provided parser function. * * @param <T> the type of the parsed content. * @param parser the function to parse the content. * @return the parsed content. */ public <T> T getContent(final Function<CurlResponse, T> parser) { return parser.apply(this); } /** * Gets the content of the response as a string.Created: Sat Dec 20 09:13:53 GMT 2025 - Last Modified: Mon Nov 24 03:10:07 GMT 2025 - 7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java
} /** * Gets the location URL of the image. * @return the image URL */ public String getLoc() { return loc; } /** * Sets the location URL of the image. * @param loc the image URL to set */ public void setLoc(final String loc) { this.loc = loc; } /** * Gets the caption of the image. * @return the captionCreated: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:34:36 GMT 2025 - 3.8K bytes - Click Count (0) -
src/main/java/jcifs/SmbException.java
} /** * Gets the SMB error code * * @return the error code */ public int getErrorCode() { return errorCode; } /** * Gets the error severity * * @return the severity */ public Severity getSeverity() { return severity; } /** * Gets the error category *Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 6.4K bytes - Click Count (0)