Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 7 of 7 for licencia (0.05 seconds)

  1. docs/es/docs/index.md

    * [`orjson`](https://github.com/ijl/orjson) - Requerido si deseas usar `ORJSONResponse`.
    * [`ujson`](https://github.com/esnme/ultrajson) - Requerido si deseas usar `UJSONResponse`.
    
    ## Licencia { #license }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 22.6K bytes
    - Click Count (0)
  2. docs/pt/docs/index.md

    * [`ujson`](https://github.com/esnme/ultrajson) - Obrigatório se você deseja utilizar o `UJSONResponse`.
    
    ## Licença { #license }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  3. docs/fr/docs/index.md

    * [`ujson`](https://github.com/esnme/ultrajson) - Obligatoire si vous souhaitez utiliser `UJSONResponse`.
    
    ## Licence { #license }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 23.8K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java

                String deps = "";
                for (File file : dependencies) {
                    deps += file.getName() + "\n";
                }
                throw new GradleException("Licences dir " + licensesDir + " does not exist, but there are dependencies: " + deps);
            }
    
            Map<String, Boolean> licenses = new HashMap<>();
            Map<String, Boolean> notices = new HashMap<>();
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jul 26 12:16:14 GMT 2021
    - 14.3K bytes
    - Click Count (0)
  5. docs/es/docs/_llm-test.md

    * `bar` como un `str`
    * `baz` como una `list`
    
    * el Tutorial - Guía de usuario
    * la Guía de usuario avanzada
    * la documentación de SQLModel
    * la documentación de la API
    * la documentación automática
    
    * Ciencia de datos
    * Deep Learning
    * Machine Learning
    * Inyección de dependencias
    * autenticación HTTP Basic
    * HTTP Digest
    * formato ISO
    * el estándar JSON Schema
    * el JSON Schema
    * la definición del esquema
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 12.2K bytes
    - Click Count (0)
  6. docs/pt/docs/_llm-test.md

    * `bar` como uma `str`
    * `baz` como uma `list`
    
    * o Tutorial - Guia do Usuário
    * o Guia do Usuário Avançado
    * a documentação do SQLModel
    * a documentação da API
    * a documentação automática
    
    * Ciência de Dados
    * Deep Learning
    * Aprendizado de Máquina
    * Injeção de Dependências
    * autenticação HTTP Basic
    * HTTP Digest
    * formato ISO
    * o padrão JSON Schema
    * o JSON schema
    * a definição do schema
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 12.1K bytes
    - Click Count (0)
  7. CONTRIBUTING.md

         * 2.0; you may not use this file except in compliance with the Elastic License
         * 2.0.
         */
    
    It is important that the only code covered by the Elastic licence is contained
    within the top-level `x-pack` directory. The build will fail its pre-commit
    checks if contributed code does not have the appropriate license headers.
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
Back to Top