- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 129 for Priority (0.07 sec)
-
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 Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K 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 Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K 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 Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M 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 Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 18.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
} } /** * SAX handler for parsing XML sitemaps. */ 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 Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.7K 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 Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 36.5K bytes - Viewed (0) -
cmd/data-scanner_test.go
allVersExpObjInfos[0].UserTags = "del-all=true" replCfg := replication.Config{ Rules: []replication.Rule{ { ID: "", Status: "Enabled", Priority: 1, Destination: replication.Destination{ ARN: "arn:minio:replication:::dest-bucket", Bucket: "dest-bucket", }, }, }, } lr := objectlock.Retention{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12K bytes - Viewed (0) -
README.md
badWordSettings.setList(new String[]{"blocked", "terms"}); }) .elevateWordSettings(elevateWordSettings -> { elevateWordSettings.setElevateWords(Collections.singletonList( new ElevateWord("priority", 2.0f, Collections.emptyList()) )); }) .build(); ``` ### Request Parameters ```java SuggestResponse response = suggester.suggest() .setQuery("search term")
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Writer.kt
* `promisedStreamId` to which response frames will be delivered. Push promise frames are sent as * a part of the response to `streamId`. The `promisedStreamId` has a priority of one greater than * `streamId`. * * @param streamId client-initiated stream ID. Must be an odd number. * @param promisedStreamId server-initiated stream ID. Must be an even number.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 28 23:28:25 UTC 2025 - 11K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
stream.addBytesToWriteWindow(windowSizeIncrement) } } } } override fun priority( streamId: Int, streamDependency: Int, weight: Int, exclusive: Boolean, ) { // TODO: honor priority. } override fun pushPromise( streamId: Int, promisedStreamId: Int, requestHeaders: List<Header>,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0)