Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for te (0.15 sec)

  1. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "reading_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "reading_term_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "normalize_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "keyword",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu May 23 05:09:51 GMT 2019
    - 57.7K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/HttpHeaders.java

       * Service-Worker}</a> header field name.
       *
       * @since 20.0
       */
      public static final String SERVICE_WORKER = "Service-Worker";
      /** The HTTP {@code TE} header field name. */
      public static final String TE = "TE";
      /** The HTTP {@code Upgrade} header field name. */
      public static final String UPGRADE = "Upgrade";
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 22 21:08:08 GMT 2024
    - 34.3K bytes
    - Viewed (0)
  3. cmd/signature-v4-parser_test.go

    		expectedErrCode     APIErrorCode
    	}{
    		// Test Case - 1.
    		// Test case with no '=' in te inputCredentialStr.
    		{
    			inputCredentialStr:  "Credential",
    			expectedCredentials: credentialHeader{},
    			expectedErrCode:     ErrMissingFields,
    		},
    		// Test Case - 2.
    		// Test case with no "Credential" string in te inputCredentialStr.
    		{
    			inputCredentialStr:  "Cred=",
    			expectedCredentials: credentialHeader{},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 27.4K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image01.png">
    
    !!! check "Verifique"
    	Novamente, apenas com a mesma declaração de tipo do Python, o **FastAPI** te dá de forma automática e interativa a documentação (integrada com o Swagger UI).
    
    	Veja que o parâmetro de rota está declarado como sendo um inteiro (int).
    
    ## Beneficios baseados em padrões, documentação alternativa
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  5. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          },
          "reading_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "reading_term_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "normalize_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "keyword",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          },
          "reading_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "reading_term_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "normalize_analyzer_te" : {
            "type" : "custom",
            "tokenizer" : "keyword",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/fess.json

            "danish_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "dutch_stop": {
              "type":       "stop",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/docker.md

    ```
    
    #### Cache Docker
    
    Existe um truque importante nesse `Dockerfile`, primeiro copiamos o **arquivo com as dependências sozinho**, não o resto do código. Deixe-me te contar o porquê disso.
    
    ```Dockerfile
    COPY ./requirements.txt /code/requirements.txt
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  9. docs/pt/docs/async.md

    Você paga.
    
    O caixa diz alguma coisa para o cara na cozinha para que ele tenha que preparar seus hambúrgueres (mesmo embora ele esteja preparando os lanches dos outros clientes).
    
    O caixa te entrega seu número de chamada.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbTransportImpl.java

            try {
                return super.connect(this.transportContext.getConfig().getResponseTimeout());
            }
            catch ( TransportException te ) {
                throw new SmbException("Failed to connect: " + this.address, te);
            }
    
        }
    
    
        @Override
        protected void doConnect () throws IOException {
            /*
             * Negotiate Protocol Request / Response
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
Back to top