- Sort Score
- Num 10 results
- Language All
Results 61 - 69 of 69 for subscribers (0.07 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
org = mailingList.getName(); val = interpolate(org); if (org != val) { mailingList.setName(val); } // Subscribe org = mailingList.getSubscribe(); val = interpolate(org); if (org != val) { mailingList.setSubscribe(val); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0) -
docs/fr/docs/help-fastapi.md
Il existe des moyens très simples d'aider (plusieurs ne nécessitent qu'un ou deux clics). Et il existe aussi plusieurs façons d'obtenir de l'aide. ## S'abonner à la newsletter { #subscribe-to-the-newsletter } Vous pouvez vous abonner à la (peu fréquente) [newsletter **FastAPI and friends**](newsletter.md) pour rester informé à propos : * Nouvelles sur FastAPI et ses amis 🚀 * Guides 📝
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 14.6K bytes - Click Count (0) -
docs/zh/docs/help-fastapi.md
# 帮助 FastAPI - 获取帮助 { #help-fastapi-get-help } 你喜欢 **FastAPI** 吗? 想帮助 FastAPI、其他用户和作者吗? 或者你想获取 **FastAPI** 的帮助? 有很多非常简单的方式可以帮忙(有些只需点一两下)。 同样,也有多种途径可以获得帮助。 ## 订阅新闻邮件 { #subscribe-to-the-newsletter } 你可以订阅(不频繁的)[**FastAPI and friends** 新闻邮件](newsletter.md),获取如下更新: * FastAPI 及其小伙伴的新闻 🚀 * 指南 📝 * 功能 ✨ * 破坏性更改 🚨 * 使用技巧 ✅ ## 在 X (Twitter) 上关注 FastAPI { #follow-fastapi-on-x-twitter }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 11.8K bytes - Click Count (0) -
docs/ja/docs/help-fastapi.md
**FastAPI** は気に入りましたか? FastAPIや他のユーザー、作者を応援したいですか? それとも **FastAPI** についてヘルプが必要ですか? とても簡単に応援できる方法があります(1、2回クリックするだけのものもあります)。 ヘルプを得る方法もいくつかあります。 ## ニュースレターを購読 { #subscribe-to-the-newsletter } [**FastAPI and friends** ニュースレター](newsletter.md)(配信はまれです)を購読すると、次の情報をキャッチアップできます: * FastAPI と関連プロジェクトのニュース 🚀 * ガイド 📝 * 機能 ✨ * 互換性に影響する変更 🚨 * ヒントやコツ ✅Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 15.3K bytes - Click Count (0) -
cmd/admin-handlers.go
}, nil) if err != nil { writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL) return } // Publish bootstrap events that have already occurred before client could subscribe. if traceOpts.TraceTypes().Contains(madmin.TraceBootstrap) { go globalBootstrapTracer.Publish(ctx, globalTrace) } for _, peer := range peers { if peer == nil { continue }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 99.7K bytes - Click Count (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
if (src != null) { if (sourceDominant || target.getSubscribe() == null) { target.setSubscribe(src); target.setLocation("subscribe", source.getLocation("subscribe")); } } } protected void mergeMailingList_Unsubscribe( MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.29.md
- `EnqueueExtensions` from plugins other than `PreEnqueue`, `PreFilter`, `Filter`, `Reserve` and `Permit` are now ignored. It reduces the number of kinds of cluster events the scheduler needs to subscribe/handle. ([#121571](https://github.com/kubernetes/kubernetes/pull/121571), [@sanposhiho](https://github.com/sanposhiho))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.32.md
- When `SchedulerQueueingHint` is enabled, the scheduler's in-tree plugins now subscribe to specific node events to decide whether to requeue Pods. This allows the scheduler to handle cluster events faster with less memory. Specific node events include updates to taints, tolerations or allocatable.
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 26 23:58:21 GMT 2026 - 470.5K bytes - Click Count (0)