Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 278 for guinea (0.05 sec)

  1. src/archive/zip/writer_test.go

    type WriteTest struct {
    	Name   string
    	Data   []byte
    	Method uint16
    	Mode   fs.FileMode
    }
    
    var writeTests = []WriteTest{
    	{
    		Name:   "foo",
    		Data:   []byte("Rabbits, guinea pigs, gophers, marsupial rats, and quolls."),
    		Method: Store,
    		Mode:   0666,
    	},
    	{
    		Name:   "bar",
    		Data:   nil, // large data set in the test
    		Method: Deflate,
    		Mode:   0644,
    	},
    	{
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-01-28 04:20
    - 14.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/eventbus/EventBus.java

     * href="https://github.com/google/guice/wiki/Motivation">Guice</a> and <a
     * href="https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-introduction">Spring</a>.
     * Frameworks typically offer a way to register multiple listeners independently and then request
     * them together as a set (<a href="https://dagger.dev/dev-guide/multibindings">Dagger</a>, <a
    Registered: 2025-05-30 12:43
    - Last Modified: 2024-12-21 03:10
    - 12.7K bytes
    - Viewed (0)
  3. docs/en/docs/how-to/index.md

    # How To - Recipes
    
    Here you will see different recipes or "how to" guides for **several topics**.
    
    Most of these ideas would be more or less **independent**, and in most cases you should only need to study them if they apply directly to **your project**.
    
    If something seems interesting and useful to your project, go ahead and check it, but otherwise, you might probably just skip them.
    
    /// tip
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-08-06 04:48
    - 592 bytes
    - Viewed (0)
  4. docs/sts/etcd.md

    For example, you can configure STS with Client Grants (KeyCloak) using the guides at [MinIO STS Quickstart Guide](https://min.io/docs/minio/linux/developers/security-token-service.html) and [KeyCloak Configuration Guide](https://github.com/minio/minio/blob/master/docs/sts/keycloak.md). Once this is done, STS credentials can be generated:
    
    ```
    Registered: 2025-05-25 19:28
    - Last Modified: 2022-09-29 04:28
    - 3.4K bytes
    - Viewed (0)
  5. docs/es/README.md

    Fess también incluye un rastreador (crawler), que puede rastrear documentos en un [servidor web](https://fess.codelibs.org/14.17/admin/webconfig-guide.html), [sistema de archivos](https://fess.codelibs.org/14.17/admin/fileconfig-guide.html), o [almacenamiento de datos](https://fess.codelibs.org/14.17/admin/dataconfig-guide.html) (como un archivo CSV o base de datos). Se admiten muchos formatos de archivos, incluidos (pero no limitados a): Microsoft Office, PDF y zip.
    
    Registered: 2025-05-26 08:04
    - Last Modified: 2024-10-12 07:19
    - 7.6K bytes
    - Viewed (0)
  6. docs/es/docs/deployment/docker.md

        `CMD` toma una lista de cadenas, cada una de estas cadenas es lo que escribirías en la línea de comandos separado por espacios.
    
        Este comando se ejecutará desde el **directorio de trabajo actual**, el mismo directorio `/code` que estableciste antes con `WORKDIR /code`.
    
    /// tip | Consejo
    
    Revisa qué hace cada línea haciendo clic en cada número en la burbuja del código. 👆
    
    ///
    
    /// warning | Advertencia
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-30 18:26
    - 31K bytes
    - Viewed (0)
  7. apache-maven/src/assembly/maven/conf/toolchains.xml

       |
       | * configuration: Additional configuration for this tool.
       |   Look for documentation of the toolchains-aware plugin which configuration elements
       |   can be used.
       |
       | See also https://maven.apache.org/guides/mini/guide-using-toolchains.html
       |
       | General example
    
      <toolchain>
        <type/>
        <provides>
          <version>1.0</version>
        </provides>
        <configuration/>
      </toolchain>
    
       | JDK examples
    Registered: 2025-05-24 08:56
    - Last Modified: 2024-08-22 14:47
    - 3.6K bytes
    - Viewed (0)
  8. docs/kms/README.md

    > Note that anyone can access or delete master keys at `https://play.min.io:7373`. You should run your own KES
    > instance in production.
    
    ## Configuration Guides
    
    A typical MinIO deployment that uses a KMS for SSE-S3 looks like this:
    
    ```
        ┌────────────┐
        │ ┌──────────┴─┬─────╮          ┌────────────┐
        └─┤ ┌──────────┴─┬───┴──────────┤ ┌──────────┴─┬─────────────────╮
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-02-26 09:25
    - 7.1K bytes
    - Viewed (0)
  9. docs/pt-BR/README.md

    O Fess também inclui um rastreador (Crawler), que pode rastrear documentos em um [servidor web](https://fess.codelibs.org/14.17/admin/webconfig-guide.html), [sistema de arquivos](https://fess.codelibs.org/14.17/admin/fileconfig-guide.html) ou [Data Store](https://fess.codelibs.org/14.17/admin/dataconfig-guide.html) (como CSV ou banco de dados). Muitos formatos de arquivos são suportados, incluindo (mas não limitado a): Microsoft Office, PDF e zip.
    
    Registered: 2025-05-26 08:04
    - Last Modified: 2024-10-12 07:19
    - 7.4K bytes
    - Viewed (0)
  10. docs/vi/docs/deployment/cloud.md

    * <a href="https://docs.porter.run/language-specific-guides/fastapi" class="external-link" target="_blank">Porter</a>
    * <a href="https://www.withcoherence.com/?utm_medium=advertising&utm_source=fastapi&utm_campaign=website" class="external-link" target="_blank">Coherence</a>
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-03-07 03:24
    - 1.7K bytes
    - Viewed (0)
Back to top