Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 492 for title (0.31 sec)

  1. src/main/resources/fess_label.properties

    labels.crud_link_details=Details
    labels.crud_link_list=List
    labels.crud_title_list=List
    labels.crud_title_create=Create
    labels.crud_title_edit=Edit
    labels.crud_title_delete=Confirm to delete
    labels.crud_title_details=Details
    labels.crud_delete_confirmation=Do you really want to delete it?
    labels.admin_brand_title=Fess
    labels.admin_dashboard_title=Dashboard
    labels.admin_toggle_navi=Toggle navigation
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  2. src/main/resources/fess_label_en.properties

    labels.crud_link_details=Details
    labels.crud_link_list=List
    labels.crud_title_list=List
    labels.crud_title_create=Create
    labels.crud_title_edit=Edit
    labels.crud_title_delete=Confirm to delete
    labels.crud_title_details=Details
    labels.crud_delete_confirmation=Do you really want to delete it?
    labels.admin_brand_title=Fess
    labels.admin_dashboard_title=Dashboard
    labels.admin_toggle_navi=Toggle navigation
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  3. docs/es/docs/features.md

    * Documentación automática del modelo de datos con <a href="https://json-schema.org/"...
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  4. tests/test_openapi_examples.py

                                "type": "array",
                                "title": "Detail",
                            }
                        },
                        "type": "object",
                        "title": "HTTPValidationError",
                    },
                    "Item": {
                        "properties": {"data": {"type": "string", "title": "Data"}},
                        "type": "object",
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Oct 24 20:26:06 GMT 2023
    - 17K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %><!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.plugin_title"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
        <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.5K bytes
    - Viewed (0)
  6. docs/tr/docs/alternatives.md

    Marshmallow ve Webargs <abbr title="Eklenti: Plug-In">eklentiler</abbr> olarak; veri doğrulama, ayrıştırma ve dönüştürmeyi sağlıyor.
    
    Ancak dökümantasyondan hala ses seda yok. Daha sonrasında ise APISpec geldi.
    
    APISpec pek çok framework için bir <abbr title="Eklenti: Plug-In">eklenti</abbr> olarak kullanılıyor (Starlette için de bir <abbr title="Eklenti: Plug-In">eklentisi</abbr> var).
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 28.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.crud_link_edit=編集
    labels.crud_link_details=詳細
    labels.crud_link_list=一覧
    labels.crud_title_list=一覧
    labels.crud_title_create=作成
    labels.crud_title_edit=編集
    labels.crud_title_delete=削除の確認
    labels.crud_title_details=詳細
    labels.crud_delete_confirmation=本当に削除しますか?
    labels.admin_brand_title=Fess
    labels.admin_dashboard_title=ダッシュボード
    labels.admin_toggle_navi=トグルナビゲーション
    labels.general_menu_system=システム
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. src/main/resources/fess_label_ko.properties

    labels.crud_link_edit = 편집
    labels.crud_link_details = 상세
    labels.crud_link_list = 목록
    labels.crud_title_list = 목록
    labels.crud_title_create = 작성
    labels.crud_title_edit = 편집
    labels.crud_title_delete = 삭제 확인
    labels.crud_title_details = 상세
    labels.crud_delete_confirmation = 삭제 하시겠습니까?
    labels.admin_brand_title = Fess
    labels.admin_dashboard_title = 대시보드
    labels.admin_toggle_navi = 토글 탐색
    labels.general_menu_system = 시스템
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  9. tests/test_security_oauth2.py

                            },
                            "username": {"title": "Username", "type": "string"},
                            "password": {"title": "Password", "type": "string"},
                            "scope": {"title": "Scope", "type": "string", "default": ""},
                            "client_id": IsDict(
                                {
                                    "title": "Client Id",
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:40:57 GMT 2024
    - 10.7K bytes
    - Viewed (0)
  10. tests/test_annotated.py

            },
            "components": {
                "schemas": {
                    "HTTPValidationError": {
                        "title": "HTTPValidationError",
                        "type": "object",
                        "properties": {
                            "detail": {
                                "title": "Detail",
                                "type": "array",
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:40:57 GMT 2024
    - 10.2K bytes
    - Viewed (0)
Back to top