- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 600 for baseIdx (0.12 sec)
-
guava/src/com/google/common/net/MediaType.java
public static final MediaType CBOR = createConstant(APPLICATION_TYPE, "cbor"); /** * Media type for the <a href="https://tools.ietf.org/html/rfc7946">GeoJSON Format</a>, a * geospatial data interchange format based on JSON. * * @since 28.0 */ public static final MediaType GEO_JSON = createConstant(APPLICATION_TYPE, "geo+json"); public static final MediaType GZIP = createConstant(APPLICATION_TYPE, "x-gzip");
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Sep 26 19:15:09 UTC 2024 - 47.5K bytes - Viewed (0) -
src/cmd/api/main_test.go
const usePkgCache = true var ( pkgCache = map[string]*apiPackage{} // map tagKey to package pkgTags = map[string][]string{} // map import dir to list of relevant tags ) // tagKey returns the tag-based key to use in the pkgCache. // It is a comma-separated string; the first part is dir, the rest tags. // The satisfied tags are derived from context but only those that
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 31.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
### PodSecurity graduates to Beta [PodSecurity](https://kubernetes.io/docs/concepts/security/pod-security-admission/) moves to Beta. `PodSecurity` replaces the deprecated `PodSecurityPolicy` admission controller.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/OrderingTest.java
} } } /** * A means for changing an Ordering into another Ordering. Each instance is responsible for * creating the alternate Ordering, and providing a List that is known to be ordered, based on an * input List known to be ordered according to the input Ordering. */ private enum OrderingMutation { REVERSE { @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 42.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/OrderingTest.java
} } } /** * A means for changing an Ordering into another Ordering. Each instance is responsible for * creating the alternate Ordering, and providing a List that is known to be ordered, based on an * input List known to be ordered according to the input Ordering. */ private enum OrderingMutation { REVERSE { @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 42.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
SIG CLI Over the course of 1.13 release SIG CLI mostly focused on stabilizing the items we’ve been working on over the past releases such as server-side printing and its support in kubectl, as well as finishing [kubectl diff which is based on server-side dry-run feature](https://kubernetes.io/docs/concepts/overview/working-with-objects/object-management/#how-to-create-objects). We’ve continued separating kubectl code to prepare for extraction out of main repository. Finally, thanks to...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<association> <type>ActivationFile</type> </association> </field> <field> <name>packaging</name> <version>4.1.0+</version> <type>String</type> <description>Specifies that this profile will be activated based on the project's packaging.</description>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
guava/src/com/google/common/net/InternetDomainName.java
} /** Returns the domain name, normalized to all lower case. */ @Override public String toString() { return name; } /** * Equality testing is based on the text supplied by the caller, after normalization as described * in the class documentation. For example, a non-ASCII Unicode domain name and the Punycode * version of the same domain name would not be considered equal.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Feb 05 20:47:23 UTC 2024 - 28K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* to function (See <a href="../../overview-summary.html#scp">Setting * JCIFS Properties</a>). Here are some examples of SMB URLs with brief * descriptions of what they do: * * <p> * [1] This URL scheme is based largely on the <i>SMB * Filesharing URL Scheme</i> IETF draft. * * <p> * <table border="1" cellpadding="3" cellspacing="0" width="100%" summary="URL examples"> * <tr bgcolor="#ccccff">
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)