- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 254 for lambda (0.05 sec)
-
docs/es/docs/environment-variables.md
Para hacer eso, créala justo antes del programa en sí, en la misma línea: <div class="termy"> ```console // Crea una env var MY_NAME en línea para esta llamada del programa $ MY_NAME="Wade Wilson" python main.py // Ahora puede leer la variable de entorno Hello Wade Wilson from Python // La env var ya no existe después $ python main.py
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.3K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/sv.js
säkert",badNumberOfSelectedOptionsStart:"Du måste åtminstone välja ",badNumberOfSelectedOptionsEnd:" svarsalternativ",badAlphaNumeric:"Du kan endast svara med alfanumersika tecken (a-z och siffror)",badAlphaNumericExtra:" och ",wrongFileSize:"Filen du försöker ladda upp är för stor (max %s)",wrongFileType:"Endast filer av typen %s är tillåtna",groupCheckedRangeStart:"Välj mellan ",groupCheckedTooFewStart:"Då måste göra minst ",groupCheckedTooManyStart:"Du får inte göra fler än ",groupCheckedEnd:" val",badCreditCard:"Du...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.5K bytes - Viewed (0) -
android/guava/src/com/google/common/eventbus/EventBus.java
* <li>Its performance is suboptimal, especially under Android. * <li>It <a href="https://github.com/google/guava/issues/1431">doesn't support parameterized * types</a>. * <li>With the introduction of lambdas in Java 8, EventBus went from less verbose than listeners * to <a href="https://github.com/google/guava/issues/3311">more verbose</a>. * </ul> * * <h2>EventBus Summary</h2> *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 12.7K bytes - Viewed (0) -
docs/es/docs/async.md
Luego el cajero 💁 dice "he terminado de hacer las hamburguesas" al poner tu número en el mostrador, pero no saltas como loco inmediatamente cuando el número mostrado cambia a tu número de turno. Sabes que nadie robará tus hamburguesas porque tienes el número de tu turno, y ellos tienen el suyo.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 24.7K bytes - Viewed (0) -
docs/pt/docs/deployment/concepts.md
Quando você executa **vários processos** do mesmo programa de API, eles são comumente chamados de **trabalhadores**. ### Processos do Trabalhador e Portas Lembra da documentação [Sobre HTTPS](https.md){.internal-link target=_blank} que diz que apenas um processo pode escutar em uma combinação de porta e endereço IP em um servidor? Isso ainda é verdade.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.7K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Suppliers.java
} /** * Returns a supplier that always supplies {@code instance}. * * <p><b>Discouraged:</b> Prefer using {@code () -> instance}, but note that lambdas do not have * human-readable {@link #toString()} representations and are not serializable. If you need a * supplier that is serializable, use {@code (Supplier<T> & Serializable) () -> instance}. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 16.5K bytes - Viewed (0) -
guava/src/com/google/common/base/Suppliers.java
} /** * Returns a supplier that always supplies {@code instance}. * * <p><b>Discouraged:</b> Prefer using {@code () -> instance}, but note that lambdas do not have * human-readable {@link #toString()} representations and are not serializable. If you need a * supplier that is serializable, use {@code (Supplier<T> & Serializable) () -> instance}. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 16.5K bytes - Viewed (0) -
docs/es/docs/fastapi-cli.md
``` </div> El programa de línea de comandos llamado `fastapi` es **FastAPI CLI**. FastAPI CLI toma el path de tu programa Python (por ejemplo, `main.py`), detecta automáticamente la `FastAPI` instance (comúnmente llamada `app`), determina el proceso de import correcto, y luego la sirve. Para producción usarías `fastapi run` en su lugar. 🚀
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/JobHelperTest.java
return null; } @Override public org.lastaflute.job.subsidiary.RegisteredJob registerNonCron(Class<? extends org.lastaflute.job.LaJob> jobType, org.lastaflute.job.subsidiary.JobConcurrentExec concurrentExec, org.lastaflute.job.subsidiary.InitialCronOpCall opLambda) { return null; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/ndr/NdrShort.java
/* jcifs msrpc client library in Java * Copyright (C) 2006 "Michael B. Allen" <jcifs at samba dot org> * "Eric Glass" <jcifs at samba dot org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.5K bytes - Viewed (0)