- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for backports (0.07 sec)
-
.github/release-drafter-3.x.yml
# under the License. _extends: maven-gh-actions-shared:.github/release-drafter.yml tag-template: maven-$RESOLVED_VERSION # Override replacers to strip backport branch prefixes and handle JIRA links replacers: # Strip backport branch prefixes like [maven-4.0.x], [maven-3.x], etc. - search: '/^\[maven-[\d\.x-]+\]\s*-?\s*/g' replace: '' # Convert JIRA ticket references to links (but not maven branch prefixes)
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 13:07:10 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/util/StringUtil.java
* Contains helper methods for string operations, including backported JDK functionality * for compatibility with older Java versions. */ public final class StringUtil { /** * */ private StringUtil() { } /** * Implementation of {@link java.lang.String#join} backported for JDK7. * * @param delimiter the separator to use between elementsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableMapValues.java
return new SerializedForm<V>(map); } @GwtIncompatible @J2ktIncompatible /* * The mainline copy of ImmutableMapValues doesn't produce this serialized form anymore, though * the backport does. For now, we're keeping the class declaration in *both* flavors so that both * flavors can read old data or data from the other flavor. However, we strongly discourage
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 3.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/RegularImmutableSet.java
return true; } } } @Override public int size() { return elements.length; } // We're careful to put only E instances into the array in the mainline. // (In the backport, we don't need this suppression, but we keep it to minimize diffs.) @SuppressWarnings("unchecked") @Override public UnmodifiableIterator<E> iterator() { return (UnmodifiableIterator<E>) Iterators.forArray(elements);Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 3.8K bytes - Viewed (0) -
docs/en/docs/release-notes.md
### Features * ⬆Increase supported version of aiofiles to suppress warnings. PR [#2899](https://github.com/tiangolo/fastapi/pull/2899) by [@SnkSynthesis](https://github.com/SnkSynthesis). * ➖ Do not require backports in Python >= 3.7. PR [#1880](https://github.com/tiangolo/fastapi/pull/1880) by [@FFY00](https://github.com/FFY00).
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:06:15 UTC 2025 - 586.7K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"application/vnd.lotus-freelance", "application/vnd.lotus-notes", "application/vnd.lotus-organizer", "application/vnd.lotus-screencam", "application/vnd.lotus-wordpro", "application/vnd.macports.portpkg", "application/vnd.marlin.drm.actiontoken+xml", "application/vnd.marlin.drm.conftoken+xml", "application/vnd.marlin.drm.license+xml", "application/vnd.marlin.drm.mdcf", "application/vnd.mcd",
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="WordPro\r\373" type="string" offset="0" /> </magic> <glob pattern="*.lwp"/> </mime-type> <mime-type type="application/vnd.macports.portpkg"> <glob pattern="*.portpkg"/> </mime-type> <mime-type type="application/vnd.marlin.drm.actiontoken+xml"/> <mime-type type="application/vnd.marlin.drm.conftoken+xml"/>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5)