- Sort Score
- Result 10 results
- Languages All
Results 681 - 690 of 816 for Kevent (0.04 sec)
-
android/guava/src/com/google/common/net/HttpHeaders.java
/** The HTTP {@code If-Unmodified-Since} header field name. */ public static final String IF_UNMODIFIED_SINCE = "If-Unmodified-Since"; /** The HTTP {@code Last-Event-ID} header field name. */ public static final String LAST_EVENT_ID = "Last-Event-ID"; /** The HTTP {@code Max-Forwards} header field name. */ public static final String MAX_FORWARDS = "Max-Forwards"; /** The HTTP {@code Origin} header field name. */Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Mar 27 20:37:16 UTC 2025 - 35.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Show LASTSEEN, the sorting key, as the first column in `kubectl get event` output ([#27549](https://github.com/kubernetes/kubernetes/pull/27549), [@therc](https://github.com/therc))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
### Bug or Regression
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
cmd/local-locker.go
// Reject new lock requests immediately when this many are queued // for the local lock mutex. // We do not block unlocking or maintenance, but they add to the count. // The limit is set to allow for bursty behavior, // but prevent requests to overload the server completely. // Rejected clients are expected to retry. const lockMutexWaitLimit = 1000 // lockRequesterInfo stores various info from the client for each lock that is requested.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 12K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
protected int doExecute(MavenContext context, MavenExecutionRequest request) throws Exception { context.eventSpyDispatcher.onEvent(request); MavenExecutionResult result; try { result = context.maven.execute(request); context.eventSpyDispatcher.onEvent(result); } finally { context.eventSpyDispatcher.close(); } if (result.hasExceptions()) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
We will create the database tables when the application starts. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[32:37] hl[35:37] *} Here we create the tables on an application startup event. For production you would probably use a migration script that runs before you start your app. ๐ค /// tipRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 05:06:56 UTC 2025 - 15.8K bytes - Viewed (0) -
docs/de/docs/tutorial/sql-databases.md
Wir werden die Datenbanktabellen erstellen, wenn die Anwendung startet. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[32:37] hl[35:37] *} Hier erstellen wir die Tabellen bei einem Anwendungsstart-Event. Fรผr die Produktion wรผrden Sie wahrscheinlich ein Migrationsskript verwenden, das ausgefรผhrt wird, bevor Sie Ihre App starten. ๐ค /// tip | TippRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 18.1K bytes - Viewed (0) -
helm-releases/minio-2.0.1.tgz
Note: Since NetworkPolicy is enabled, only pods with label {{ template "minio.fullname" . }}-client=true" will be able to connect to this minio cluster. {{- end }} minio/templates/_helper_create_bucket.txt #!/bin/sh set -e ; # Have script exit in the event of a failed command. {{- if .Values.configPathmc }} MC_CONFIG_DIR="{{ .Values.configPathmc }}" MC="/usr/bin/mc --insecure --config-dir ${MC_CONFIG_DIR}" {{- else }} MC="/usr/bin/mc --insecure" {{- end }} # connectToMinio # Use a check-sleep-check loop...Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 31 09:09:09 UTC 2021 - 13.6K bytes - Viewed (0) -
fastapi/applications.py
) -> Callable[[DecoratedCallable], DecoratedCallable]: """ Add an event handler for the application. `on_event` is deprecated, use `lifespan` event handlers instead. Read more about it in the [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/#alternative-events-deprecated). """ return self.router.on_event(event_type)
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 176.3K bytes - Viewed (0) -
docs/ko/docs/async.md
ํ์ง๋ง ์ด๋ก ์ธํด ๋น๋๊ธฐ ์ฝ๋ ์์ ์ด ํจ์ฌ ๊ฐ๋จํด์ก์ต๋๋ค. ๊ฐ์ (๋๋ ๊ฑฐ์ ์ ์ฌํ) ๋ฌธ๋ฒ์ ์ต์ ๋ฒ์ ์ ์๋ฐ์คํฌ๋ฆฝํธ(๋ธ๋ผ์ฐ์ ์ NodeJS)์๋ ์ถ๊ฐ๋์์ต๋๋ค. ํ์ง๋ง ๊ทธ ์ด์ ์, ๋น๋๊ธฐ ์ฝ๋๋ฅผ ์ฒ๋ฆฌํ๋ ๊ฒ์ ๊ฝค ๋ณต์กํ๊ณ ์ด๋ ค์ด ์ผ์ด์์ต๋๋ค. ํ์ด์ฌ์ ์์ ๋ฒ์ ์ด๋ผ๋ฉด, ์ค๋ ๋ ๋๋ <a href="https://www.gevent.org/" class="external-link" target="_blank">Gevent</a>๋ฅผ ์ฌ์ฉํ ์ ์์ ๊ฒ์ ๋๋ค. ํ์ง๋ง ์ฝ๋๋ฅผ ์ดํดํ๊ณ , ๋๋ฒ๊น ํ๊ณ , ์ด์ ๋ํด ์๊ฐํ๋๊ฒ ํจ์ฌ ๋ณต์กํฉ๋๋ค. ์์ ๋ฒ์ ์ NodeJS / ๋ธ๋ผ์ฐ์ ์๋ฐ์คํฌ๋ฆฝํธ๋ผ๋ฉด, "์ฝ๋ฐฑ ํจ์"๋ฅผ ์ฌ์ฉํ์ ๊ฒ์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ด๋ก ์ธํด "์ฝ๋ฐฑ ์ง์ฅ"์ ๋น ์ง๊ฒ ๋ ์ ์์ต๋๋ค. ## ์ฝ๋ฃจํด
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 26.7K bytes - Viewed (0)