Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 261 for design (0.23 sec)

  1. src/main/resources/fess_label_de.properties

    labels.key_match_title_details=Schlüssel-Match
    labels.design_configuration=Seitendesign
    labels.design_title_file_upload=Datei hochladen
    labels.design_title_file=Dateiverwaltung
    labels.design_file=Datei hochladen
    labels.design_file_name=Dateiname (optional)
    labels.design_button_upload=Hochladen
    labels.design_file_title_edit=JSP-Dateien
    labels.design_edit_button=Bearbeiten
    labels.design_download_button=Download
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  2. .github/ISSUE_TEMPLATE/11-language-change.yml

        id: generics-proposal
        attributes:
          label: Is this about generics?
          description: If so, how does this relate to the accepted design and other generics proposals?
          placeholder: |
           Yes or No
    
           If yes, 
            1. how does this relate to the accepted design and other generics proposals?
    
        validations:
          required: true
    
      - type: textarea
        id: proposal
        attributes:
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 20:49:24 GMT 2023
    - 4.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/design/admin_design.jsp */
        HtmlNext path_AdminDesign_AdminDesignJsp = new HtmlNext("/admin/design/admin_design.jsp");
    
        /** The path of the HTML: /admin/design/admin_design_edit.jsp */
        HtmlNext path_AdminDesign_AdminDesignEditJsp = new HtmlNext("/admin/design/admin_design_edit.jsp");
    
        /** The path of the HTML: /admin/dict/admin_dict.jsp */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  4. docs/en/docs/how-to/graphql.md

    ## GraphQL with Strawberry
    
    If you need or want to work with **GraphQL**, <a href="https://strawberry.rocks/" class="external-link" target="_blank">**Strawberry**</a> is the **recommended** library as it has the design closest to **FastAPI's** design, it's all based on **type annotations**.
    
    Depending on your use case, you might prefer to use a different library, but if you asked me, I would probably suggest you try **Strawberry**.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Aug 19 19:54:04 GMT 2023
    - 3.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/design/DesignForm.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.admin.design;
    
    import org.lastaflute.web.ruts.multipart.MultipartFormFile;
    
    public class DesignForm {
    
        public MultipartFormFile designFile;
    
        public String designFileName;
    
        public String fileName;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 865 bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.key_match_title_details	=	Correspondance clé
    labels.design_configuration	=	Conception de pages
    labels.design_title_file_upload	=	Téléchargement de fichiers
    labels.design_title_file	=	Gestionnaire de fichiers
    labels.design_file	=	Téléverser un fichier
    labels.design_file_name	=	Nom de fichier (facultatif)
    labels.design_button_upload	=	Télécharger
    labels.design_file_title_edit	=	Fichiers JSP
    labels.design_edit_button	=	Modifier
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  7. architecture/environments/operator.md

    # Istio operator code overview
    
    ## Introduction
    
    This document covers primarily the code, with some background on how the design maps to it.
    See the
    [design doc](https://docs.google.com/document/d/11j9ZtYWNWnxQYnZy8ayZav1FMwTH6F6z6fkDYZ7V298/edit#heading=h.qex63c29z2to)
    for a more complete design description. The operator code is divided roughly into five areas:
    
    1. [IstioOperatorSpec API](#istiooperatorspec-api) and related infrastructure, which is expressed as a
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Aug 09 22:09:18 GMT 2023
    - 13.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/design/EditForm.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.admin.design;
    
    /**
     * @author codelibs
     * @author jflute
     */
    public class EditForm {
    
        public String fileName;
    
        public String content;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 799 bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ja.properties

    labels.key_match_title_details=キーマッチ
    labels.design_configuration=ページのデザイン
    labels.design_title_file_upload=アップロードするファイル
    labels.design_title_file=ファイルマネージャー
    labels.design_file=ファイルのアップロード
    labels.design_file_name=ファイル名 (オプション)
    labels.design_button_upload=アップロード
    labels.design_file_title_edit=ページファイルの表示
    labels.design_edit_button=編集
    labels.design_download_button=ダウンロード
    labels.design_delete_button=削除
    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)
  10. docs/pt/docs/tutorial/body.md

    Você também poderá receber verificações de erros para operações de tipos incorretas:
    
    <img src="/img/tutorial/body/image04.png">
    
    Isso não é por acaso, todo o framework foi construído em volta deste design.
    
    E foi imensamente testado na fase de design, antes de qualquer implementação, para garantir que funcionaria para todos os editores de texto.
    
    Houveram mudanças no próprio Pydantic para que isso fosse possível.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.1K bytes
    - Viewed (0)
Back to top