Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Lorena (0.24 sec)

  1. src/main/resources/fess_indices/fess.json

                "lowercase",
                "japanese_stop"
              ]
            },
            "korean_analyzer": {
              "type": "custom",
              "tokenizer":"korean_tokenizer",
              "filter": [
                "truncate10_filter",
                "lowercase",
                "korean_stop"
              ]
            },
            "latvian_analyzer": {
              "type": "custom",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. api/go1.11.txt

    pkg debug/elf, const EM_COGE Machine
    pkg debug/elf, const EM_COOL = 217
    pkg debug/elf, const EM_COOL Machine
    pkg debug/elf, const EM_COREA_1ST = 193
    pkg debug/elf, const EM_COREA_1ST Machine
    pkg debug/elf, const EM_COREA_2ND = 194
    pkg debug/elf, const EM_COREA_2ND Machine
    pkg debug/elf, const EM_CR = 103
    pkg debug/elf, const EM_CR Machine
    pkg debug/elf, const EM_CR16 = 177
    pkg debug/elf, const EM_CR16 Machine
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  3. src/main/resources/fess_indices/_aws/fess/doc.json

              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
              "mapping": {
                "type": "text",
                "analyzer": "korean_analyzer"
              }
            }
          },
          {
            "lang_lt": {
              "match": "*_lt",
              "mapping": {
                "type": "text",
                "analyzer": "lithuanian_analyzer"
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/_cloud/fess/doc.json

              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
              "mapping": {
                "type": "text",
                "analyzer": "korean_analyzer"
              }
            }
          },
          {
            "lang_lt": {
              "match": "*_lt",
              "mapping": {
                "type": "text",
                "analyzer": "lithuanian_analyzer"
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess/doc.json

              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
              "mapping": {
                "type": "text",
                "analyzer": "korean_analyzer"
              }
            }
          },
          {
            "lang_lt": {
              "match": "*_lt",
              "mapping": {
                "type": "text",
                "analyzer": "lithuanian_analyzer"
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  6. docs/pt/docs/alternatives.md

    definir a validação, serialização e documentação ao mesmo tempo. Devido a isso e a algumas decisões de projeto, para pegar a validação, serialização e geração automática do _schema_, é necessário adicionar decoradores em muitos lugares. Então, ele se torna muito verboso.
    
    Ele também não controla modelos aninhados muito bem. Então, se o corpo JSON na requisição for um objeto JSON que contém campos internos que contém objetos JSON aninhados, ele não consegue ser validado e documentado apropriadamente....
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 25.5K bytes
    - Viewed (0)
  7. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    mock.pstmn.io mod.gi moda modalen.no modelling.aero modena.it modern.museum mods.jp modum.no moe moi moka.tochigi.jp mol.it molde.no molise.it mom moma.museum mombetsu.hokkaido.jp monash mond.jp money money.bj money.museum mongolian.jp monmouth.museum monster monticello.museum montreal.museum monza-brianza.it monza-e-della-brianza.it monza.it monzabrianza.it monzaebrianza.it monzaedellabrianza.it moo.jp moonscale.net mordovia.ru mordovia.su morena.br moriguchi.osaka.jp morimachi.shizuoka.jp morioka.iwate.jp...
    Others
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/docker.md

    ```Dockerfile
    CMD ["uvicorn", "app.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "80"]
    ```
    
    ## Recapitulando
    
    Usando sistemas de contêiner (por exemplo, com **Docker** e **Kubernetes**), torna-se bastante simples lidar com todos os **conceitos de implantação**:
    
    * HTTPS
    * Executando na inicialização
    * Reinícios
    * Replicação (o número de processos rodando)
    * Memória
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
Back to top