- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 65 for Subscribe (0.07 seconds)
-
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) -
docs/tr/docs/help-fastapi.md
Yoksa **FastAPI** ile ilgili yardım mı almak istiyorsunuz? Yardım etmenin çok basit yolları var (bazıları sadece bir-iki tıklama gerektirir). Yardım almanın da birkaç yolu var. ## Bültene abone olun { #subscribe-to-the-newsletter } Şunlardan haberdar olmak için (seyrek yayımlanan) [**FastAPI and friends** bültenine](newsletter.md) abone olabilirsiniz: * FastAPI ve friends ile ilgili haberler 🚀 * Rehberler 📝 * Özellikler ✨
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.9K bytes - Click Count (0) -
docs/pt/docs/help-fastapi.md
Ou você gostaria de obter ajuda com o **FastAPI**? Há maneiras muito simples de ajudar (várias envolvem apenas um ou dois cliques). E também há várias formas de obter ajuda. ## Assine a newsletter { #subscribe-to-the-newsletter } Você pode assinar a (infrequente) [newsletter do **FastAPI and friends**](newsletter.md) para ficar por dentro de: * Notícias sobre FastAPI e amigos 🚀 * Tutoriais 📝 * Funcionalidades ✨
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 13.7K bytes - Click Count (0) -
docs/uk/docs/help-fastapi.md
Або ви хочете отримати допомогу щодо **FastAPI**? Є дуже прості способи допомогти (деякі потребують лише одного-двох кліків). І є кілька способів отримати допомогу. ## Підпишіться на розсилку { #subscribe-to-the-newsletter } Ви можете підписатися на (нечасту) розсилку [**FastAPI and friends**](newsletter.md), щоб бути в курсі: * Новин про FastAPI та друзів 🚀 * Посібників 📝 * Можливостей ✨ * Несумісних змін 🚨Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 19.8K bytes - Click Count (0) -
docs/de/docs/help-fastapi.md
Es gibt sehr einfache Möglichkeiten zu helfen (einige erfordern nur ein oder zwei Klicks). Und es gibt auch mehrere Möglichkeiten, Hilfe zu bekommen. ## Newsletter abonnieren { #subscribe-to-the-newsletter } Sie können den (unregelmäßigen) [**FastAPI and friends**-Newsletter](newsletter.md) abonnieren, um über folgende Themen informiert zu bleiben: * Neuigkeiten über FastAPI und Freunde 🚀 * Anleitungen 📝
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/es/docs/help-fastapi.md
¿O te gustaría conseguir ayuda con **FastAPI**? Hay formas muy sencillas de ayudar (varias implican solo uno o dos clics). Y también hay varias formas de conseguir ayuda. ## Suscríbete al boletín { #subscribe-to-the-newsletter } Puedes suscribirte al (esporádico) [boletín **FastAPI and friends**](newsletter.md) para mantenerte al día sobre: * Noticias sobre FastAPI y amigos 🚀 * Guías 📝 * Funcionalidades ✨
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 13.4K 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) -
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) -
android/guava/src/com/google/common/eventbus/Subscriber.java
static Subscriber create(EventBus bus, Object listener, Method method) { return isDeclaredThreadSafe(method) ? new Subscriber(bus, listener, method) : new SynchronizedSubscriber(bus, listener, method); } /** The event bus this subscriber belongs to. */ @Weak private final EventBus bus; /** The object with the subscriber method. */ @VisibleForTesting final Object target;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed May 14 19:40:47 GMT 2025 - 4.7K bytes - Click Count (0)