- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 1,342 for startup (0.07 sec)
-
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/PlatformInitializer.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3.internal.platform import android.content.Context import androidx.startup.Initializer /** * Androidx Startup initializer to ensure that the AndroidPlatform has access to the application context. */ class PlatformInitializer : Initializer<Platform> { override fun create(context: Context): Platform {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 1K bytes - Viewed (1) -
guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
* Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in * the "running" state need to perform a periodic task. Subclasses can implement {@link #startUp}, * {@link #shutDown} and also a {@link #runOneIteration} method that will be executed periodically. * * <p>This class uses the {@link ScheduledExecutorService} returned from {@link #executor} to run
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.8K bytes - Viewed (0) -
docs/de/docs/tutorial/index.md
<div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) <span style="color: green;">INFO</span>: Started reloader process [28720] <span style="color: green;">INFO</span>: Started server process [28722]
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 3K bytes - Viewed (0) -
docs/em/docs/advanced/events.md
đŤ đ˘ đŞ đŁ âŽď¸ `async def` âď¸ đ `def`. ### `startup` đ đŽ đ˘ đ đ đ â đ¸ âśď¸, đŁ âŤď¸ âŽď¸ đ `"startup"`: {* ../../docs_src/events/tutorial001.py hl[8] *} đ đź, `startup` đ đâ𦺠đ˘ đ đ˘ đŹ "đ˝" ( `dict`) âŽď¸ đ˛. đ đŞ đŽ đ đ 1ď¸âŁ đ đâ𦺠đ˘. & đ đ¸ đ đŤ âśď¸ đ¨ đ¨ â đ `startup` đ đâ𦺠âď¸ đ. ### `shutdown` đ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6K bytes - Viewed (0) -
docs/ru/docs/fastapi-cli.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:49:43 UTC 2024 - 6.7K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractExecutionThreadService.java
} }; /** Constructor for use by subclasses. */ protected AbstractExecutionThreadService() {} /** * Start the service. This method is invoked on the execution thread. * * <p>By default this method does nothing. */ protected void startUp() throws Exception {} /** * Run the service. This method is invoked on the execution thread. Implementations must respond
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 7.2K bytes - Viewed (0) -
docs/ko/docs/advanced/events.md
ě´ ëśëśě ęą´ëë°ě ë ě˘ěľëë¤. /// *ěě*ęłź *ě˘ ëŁ* ëě ě¤íë ě´ ëĄě§ě ě ěíë ë체 ë°Šë˛ě´ ěěľëë¤. ě í댏ěźě´ě ě´ ěěë기 ě ě ëë ě˘ ëŁë ë ě¤íí´ěź íë ě´ë˛¤í¸ í¸ë¤ëŹ(í¨ě)뼟 ě ěí ě ěěľëë¤. ě´ í¨ěë¤ě `async def` ëë ěźë° `def`ëĄ ě ě¸í ě ěěľëë¤. ### `startup` ě´ë˛¤í¸ ě í댏ěźě´ě ě´ ěěë기 ě ě ě¤íëě´ěź íë í¨ě뼟 ěśę°íë ¤ëŠ´, `"startup"` ě´ë˛¤í¸ëĄ ě ě¸íŠëë¤:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:33:53 UTC 2025 - 9.2K bytes - Viewed (0) -
src/packaging/deb/init.d/fess
### BEGIN INIT INFO # Provides: fess # Required-Start: $network $remote_fs $named # Required-Stop: $network $remote_fs $named # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Starts fess # Description: Starts fess using start-stop-daemon ### END INIT INFO PATH=/bin:/usr/bin:/sbin:/usr/sbin NAME=fess DESC="Fess Server" DEFAULT=/etc/default/$NAME if [ `id -u` -ne 0 ]; then
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.8K bytes - Viewed (0) -
docs/en/docs/tutorial/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.1K bytes - Viewed (0) -
docs/em/docs/tutorial/index.md
<span style="color: green;">INFO</span>: Started reloader process [28720] <span style="color: green;">INFO</span>: Started server process [28722] <span style="color: green;">INFO</span>: Waiting for application startup. <span style="color: green;">INFO</span>: Application startup complete. ``` </div> âŤď¸ **đ đĄ** đ đ â âď¸ đ đ, â âŤď¸ & đ âŤď¸ đ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.2K bytes - Viewed (0)