- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 469 for logon (0.11 seconds)
-
samples/guide/src/main/java/okhttp3/recipes/kt/PostMultipart.kt
val requestBody = MultipartBody .Builder() .setType(MultipartBody.FORM) .addFormDataPart("title", "Square Logo") .addFormDataPart( "image", "logo-square.png", File("docs/images/logo-square.png").asRequestBody(MEDIA_TYPE_PNG), ).build() val request = Request .Builder()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 2.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
// ========= /** * Gets the login manager for this admin action. * * @return the login manager wrapped in OptionalThing */ @Override protected OptionalThing<LoginManager> myLoginManager() { return OptionalThing.of(fessLoginAssist); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 13:57:12 GMT 2026 - 10.9K bytes - Click Count (0) -
src/main/resources/fess.xml
<arg>"cache"</arg> <arg>"cache.hbs"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"login"</arg> <arg>"login/index.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"newpassword"</arg> <arg>"login/newpassword.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"profile"</arg>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.5K bytes - Click Count (0) -
docs/tr/docs/deployment/fastapicloud.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/de/docs/deployment/fastapicloud.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.1K bytes - Click Count (0) -
samples/simple-client/src/main/java/okhttp3/sample/OkHttpContributors.java
private static final JsonAdapter<List<Contributor>> CONTRIBUTORS_JSON_ADAPTER = MOSHI.adapter( Types.newParameterizedType(List.class, Contributor.class)); static class Contributor { String login; int contributions; } public static void main(String... args) throws Exception { OkHttpClient client = new OkHttpClient(); // Create request for remote resource.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Apr 05 03:30:42 GMT 2024 - 2.2K bytes - Click Count (0) -
docs/uk/docs/deployment/fastapicloud.md
## Вхід { #login } Переконайтеся, що у вас вже є обліковий запис **FastAPI Cloud** (ми запросили вас зі списку очікування 😉). Потім увійдіть: <div class="termy"> ```console $ fastapi login You are logged in to FastAPI Cloud 🚀 ``` </div> ## Розгортання { #deploy }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 3.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
} @Test public void test_loginPaths() throws Exception { // Test login-related paths assertEquals("/login/index.jsp", FessHtmlPath.path_Login_IndexJsp.getRoutingPath()); assertEquals("/login/newpassword.jsp", FessHtmlPath.path_Login_NewpasswordJsp.getRoutingPath()); } @Test public void test_configPaths() throws Exception {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.1K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.page_not_found_title=頁面未找到。 labels.check_url=請檢查URL。 labels.busy_title=服務暫時無法使用 labels.busy_message=伺服器目前負載較高,請稍後再試。 labels.user_name=使用者名稱 labels.login=登入 labels.login.placeholder_username=使用者名稱 labels.login.placeholder_password=密碼 labels.login.title=登入 labels.index_label=標籤 labels.index_lang=首選語言 labels.index_sort=排序 labels.index_num=顯示數量 labels.logout_title=登出 labels.logout=登出
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
docs/ko/docs/deployment/fastapicloud.md
# FastAPI Cloud { #fastapi-cloud } **한 번의 명령**으로 FastAPI 앱을 [FastAPI Cloud](https://fastapicloud.com)에 배포할 수 있습니다. 아직이라면 대기자 명단에 등록해 보세요. 🚀 ## 로그인하기 { #login } 먼저 **FastAPI Cloud** 계정이 이미 있는지 확인하세요(대기자 명단에서 초대해 드렸을 거예요 😉). 그다음 로그인합니다: <div class="termy"> ```console $ fastapi login You are logged in to FastAPI Cloud 🚀 ``` </div> ## 배포하기 { #deploy } 이제 **한 번의 명령**으로 앱을 배포합니다: <div class="termy">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 2.3K bytes - Click Count (0)