- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 469 for logon (0.03 seconds)
-
src/main/resources/fess_label_ko.properties
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 - 51.6K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md
### Markdown link to static assets { #markdown-link-to-static-assets } These are links to static assets: * [FastAPI Logo](https://fastapi.tiangolo.com/img/fastapi-logo.png) * [FastAPI CSS](https://fastapi.tiangolo.com/css/fastapi.css) * [FastAPI JS](https://fastapi.tiangolo.com/js/fastapi.js) Tool should NOT add language code to their URLs.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 7.6K bytes - Click Count (0) -
ADDING_NEW_LANGUAGE.md
```properties labels.system_name=Fess labels.search=Search labels.login=Login labels.logout=Logout # ... approximately 1,056 more entries ``` **`fess_message_[locale].properties`** contains system messages such as: ```properties errors.required={0} is required. errors.minlength={0} cannot be less than {1}. success.login=Logged in successfully. # ... approximately 200 more entries ```Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
internal/config/identity/ldap/ldap.go
"github.com/minio/minio-go/v7/pkg/set" "github.com/minio/minio/internal/auth" xldap "github.com/minio/pkg/v3/ldap" ) // LookupUserDN searches for the full DN and groups of a given short/login // username. func (l *Config) LookupUserDN(username string) (*xldap.DNSearchResult, []string, error) { conn, err := l.LDAP.Connect() if err != nil { return nil, nil, err } defer conn.Close()
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Jul 12 01:04:53 GMT 2024 - 12.4K bytes - Click Count (1) -
scripts/topic_repos.py
continue final_repos.append( Repo( name=repo.name, html_url=repo.html_url, stars=repo.stargazers_count, owner_login=repo.owner.login, owner_html_url=repo.owner.html_url, ) ) data = [repo.model_dump() for repo in final_repos] # Local development # repos_path = Path("../docs/en/data/topic_repos.yml")Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Dec 16 12:34:01 GMT 2025 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessCredential.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.base.login; /** * Interface for Fess credential management. * Provides access to user identification information. */ public interface FessCredential { /** * Gets the user ID for this credential.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 927 bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/error/redirect.jsp
redirectPage.append("/error/systemerror/"); response.sendRedirect(redirectPage.toString()); } else { response.sendError(statusCode); } } else if("logOut".equals(type)) { redirectPage.append("/login/?type=logout&code=" + statusCode); response.sendRedirect(redirectPage.toString()); } else if("badRequest".equals(type)) { redirectPage.append("/error/badrequest/"); response.sendRedirect(redirectPage.toString());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/error/redirect.jsp
redirectPage.append("/error/systemerror/"); response.sendRedirect(redirectPage.toString()); } else { response.sendError(statusCode); } } else if("logOut".equals(type)) { redirectPage.append("/login/?type=logout&code=" + statusCode); response.sendRedirect(redirectPage.toString()); } else if("badRequest".equals(type)) { redirectPage.append("/error/badrequest/"); response.sendRedirect(redirectPage.toString());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 1.3K bytes - Click Count (0) -
docs/ja/docs/how-to/extending-openapi.md
/// ## デフォルトの上書き { #overriding-the-defaults } 上記の情報を使って、同じユーティリティ関数で OpenAPI スキーマを生成し、必要な部分を上書きできます。 たとえば、[カスタムロゴを含めるための ReDoc の OpenAPI 拡張](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)を追加してみましょう。 ### 通常の **FastAPI** { #normal-fastapi } まず、通常どおりに **FastAPI** アプリケーションを実装します: {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[1,4,7:9] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 3.9K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.busy_title=Service tijdelijk niet beschikbaar labels.busy_message=De server is momenteel zwaar belast. Probeer het later opnieuw. labels.user_name=Gebruikersnaam labels.login=Inloggen labels.login.placeholder_username=Gebruikersnaam labels.login.placeholder_password=Wachtwoord labels.login.title=Inloggen labels.index_label=Label labels.index_lang=Voorkeurstaal labels.index_sort=Sorteren labels.index_num=Aantal resultaten
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1)