- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 228 for PRIORITY (0.27 sec)
-
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelResolver.java
import org.eclipse.aether.resolution.VersionRangeResolutionException; import org.eclipse.aether.resolution.VersionRangeResult; /** * A model resolver to assist building of dependency POMs. This resolver gives priority to those repositories that have * been initially specified and repositories discovered in dependency POMs are recessively merged into the search chain. * * @see DefaultArtifactDescriptorReader
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 12.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
} } } protected static class XmlSitemapsHandler extends DefaultHandler { private static final String PRIORITY_ELEMENT = "priority"; private static final String CHANGEFREQ_ELEMENT = "changefreq"; private static final String LASTMOD_ELEMENT = "lastmod"; private static final String LOC_ELEMENT = "loc";
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:40:57 UTC 2024 - 11.8K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/http2/MockHttp2Peer.kt
) { check(type == -1) this.type = Http2.TYPE_WINDOW_UPDATE this.streamId = streamId this.windowSizeIncrement = windowSizeIncrement } override fun priority( streamId: Int, streamDependency: Int, weight: Int, exclusive: Boolean, ) { throw UnsupportedOperationException() } override fun pushPromise(
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 8.7K bytes - Viewed (0) -
api/go1.20.txt
pkg log/syslog (freebsd-riscv64), const LOG_UUCP = 64 #53466 pkg log/syslog (freebsd-riscv64), const LOG_UUCP Priority #53466 pkg log/syslog (freebsd-riscv64), const LOG_WARNING = 4 #53466 pkg log/syslog (freebsd-riscv64), const LOG_WARNING Priority #53466 pkg log/syslog (freebsd-riscv64), func Dial(string, string, Priority, string) (*Writer, error) #53466 pkg log/syslog (freebsd-riscv64), func New(Priority, string) (*Writer, error) #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Queues.java
} /** * Creates a {@code PriorityBlockingQueue} containing the given elements. * * <p><b>Note:</b> If the specified iterable is a {@code SortedSet} or a {@code PriorityQueue}, * this priority queue will be ordered according to the same ordering. * * @since 11.0 (but the bound of {@code E} was changed from {@code Object} to {@code Comparable} * in 15.0) */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 26 14:11:14 UTC 2024 - 18.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java
} } return urls.build(); } /** * These tests fail in JDK 9 and JDK 10 for an unknown reason. It might be the test; it might be * the underlying functionality. Fixing this is not a high priority; if you need it to be fixed, * please comment on <a href="https://github.com/google/guava/issues/3086">issue 3086</a>. */ private static boolean isJdk9OrHigher() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 13.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* Default value for expendable pod priority cutoff in GCP deployment of Cluster Autoscaler changed from 0 to -10. * action required: users deploying workloads with priority lower than 0 may want to use priority lower than -10 to avoid triggering scale-up. ### Other notable changes
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java
boolean updateScope = false; Artifact farthestArtifact = farthest.getArtifact(); Artifact nearestArtifact = nearest.getArtifact(); /* farthest is runtime and nearest has lower priority, change to runtime */ if (Artifact.SCOPE_RUNTIME.equals(farthestArtifact.getScope()) && (Artifact.SCOPE_TEST.equals(nearestArtifact.getScope())
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 36.7K bytes - Viewed (0) -
api/go1.1.txt
pkg log/syslog (linux-386), const LOG_LOCAL5 = 168 pkg log/syslog (linux-386), const LOG_LOCAL5 Priority pkg log/syslog (linux-386), const LOG_LOCAL6 = 176 pkg log/syslog (linux-386), const LOG_LOCAL6 Priority pkg log/syslog (linux-386), const LOG_LOCAL7 = 184 pkg log/syslog (linux-386), const LOG_LOCAL7 Priority pkg log/syslog (linux-386), const LOG_LPR = 48 pkg log/syslog (linux-386), const LOG_LPR Priority
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.txt
pkg log/syslog (darwin-386), const LOG_ALERT Priority pkg log/syslog (darwin-386), const LOG_CRIT Priority pkg log/syslog (darwin-386), const LOG_DEBUG Priority pkg log/syslog (darwin-386), const LOG_EMERG Priority pkg log/syslog (darwin-386), const LOG_ERR Priority pkg log/syslog (darwin-386), const LOG_INFO Priority pkg log/syslog (darwin-386), const LOG_NOTICE Priority pkg log/syslog (darwin-386), const LOG_WARNING Priority
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)