Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 306 for terminal (0.05 sec)

  1. docs/en/docs/js/termynal.js

    /**
     * termynal.js
     * A lightweight, modern and extensible animated terminal window, using
     * async/await.
     *
     * @author Ines Montani <******@****.***>
     * @version 0.0.1
     * @license MIT
     */
    
    'use strict';
    
    /** Generate a terminal widget. */
    class Termynal {
        /**
         * Construct the widget's settings.
         * @param {(string|Node)=} container - Query selector or container element.
         * @param {Object=} options - Custom settings.
    Registered: 2025-05-25 07:19
    - Last Modified: 2022-05-12 00:06
    - 9.3K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Huffman.kt

        val start = (code shl shift) and 0xff
        val end = 1 shl shift
        node.children!!.fill(terminal, start, start + end)
      }
    
      private class Node {
        /** Null if terminal. */
        val children: Array<Node?>?
    
        /** Terminal nodes have a symbol. */
        val symbol: Int
    
        /** Number of bits represented in the terminal node. */
        val terminalBitCount: Int
    
        /** Construct an internal node. */
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-03-19 19:25
    - 11K bytes
    - Viewed (0)
  3. docs/pt/docs/environment-variables.md

    * `C:\Program Files\Python312`
    * `C:\Windows\System32`
    
    ////
    
    Quando você digita um **comando** no terminal, o sistema operacional **procura** o programa em **cada um dos diretórios** listados na variável de ambiente `PATH`.
    
    Por exemplo, quando você digita `python` no terminal, o sistema operacional procura um programa chamado `python` no **primeiro diretório** dessa lista.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-09 16:39
    - 8.4K bytes
    - Viewed (0)
  4. docs/es/docs/environment-variables.md

    * `C:\Program Files\Python312`
    * `C:\Windows\System32`
    
    ////
    
    Cuando escribes un **comando** en la terminal, el sistema operativo **busca** el programa en **cada uno de esos directorios** listados en la variable de entorno `PATH`.
    
    Por ejemplo, cuando escribes `python` en la terminal, el sistema operativo busca un programa llamado `python` en el **primer directorio** de esa lista.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-30 18:26
    - 8.3K bytes
    - Viewed (0)
  5. docs/es/llm-prompt.md

    * OAuth2 Scopes: Scopes de OAuth2 (do not translate to "Alcances de OAuth2")
    * on the fly: sobre la marcha (do not translate to "al vuelo")
    * terminal: terminal (femenine, as in "la terminal")
    * terminals: terminales (plural femenine, as in "las terminales")
    * lifespan: lifespan (do not translate to "vida útil" or "tiempo de vida")
    * unload: quitar de memoria (do not translate to "descargar")
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-30 18:46
    - 5.8K bytes
    - Viewed (0)
  6. docs/es/docs/virtual-environments.md

    ```console
    $ echo "*" > .venv/.gitignore
    ```
    
    </div>
    
    /// details | Qué significa ese comando
    
    * `echo "*"`: "imprimirá" el texto `*` en el terminal (la siguiente parte cambia eso un poco)
    * `>`: cualquier cosa impresa en el terminal por el comando a la izquierda de `>` no debería imprimirse, sino escribirse en el archivo que va a la derecha de `>`
    * `.gitignore`: el nombre del archivo donde debería escribirse el texto
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-30 18:26
    - 22.2K bytes
    - Viewed (0)
  7. docs/en/docs/css/termynal.css

                box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
    }
    
    [data-termynal]:after {
        content: 'bash';
        position: absolute;
        color: var(--color-text-subtle);
        top: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    
    a[data-terminal-control] {
        text-align: right;
        display: block;
        color: #aebbff;
    }
    
    [data-ty] {
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-08-09 01:42
    - 2.2K bytes
    - Viewed (0)
  8. cmd/update-notifier.go

    	maxContentWidth := max(line1Length, line2Length)
    
    	// termWidth is set to a default one to use when we are
    	// not able to calculate terminal width via OS syscalls
    	termWidth := 25
    	if width, err := pb.GetTerminalWidth(); err == nil {
    		termWidth = width
    	}
    
    	// Box cannot be printed if terminal width is small than maxContentWidth
    	if maxContentWidth > termWidth {
    		return "\n" + line1InColor + "\n" + line2InColor + "\n\n"
    	}
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-03-09 03:07
    - 3.6K bytes
    - Viewed (0)
  9. docs/vi/docs/environment-variables.md

    * `C:\Program Files\Python312\Scripts`
    * `C:\Program Files\Python312`
    * `C:\Windows\System32`
    
    ////
    
    Khi bạn gõ một **lệnh** trong terminal, hệ điều hành **tìm kiếm** chương trình trong **mỗi thư mục** được liệt kê trong biến môi trường `PATH`.
    
    Ví dụ, khi bạn gõ `python` trong terminal, hệ điều hành tìm kiếm một chương trình được gọi `python` trong **thư mục đầu tiên** trong danh sách đó.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-02-07 22:17
    - 9.8K bytes
    - Viewed (0)
  10. docs/pt/docs/virtual-environments.md

    ```console
    $ echo "*" > .venv/.gitignore
    ```
    
    </div>
    
    /// details | O que esse comando significa
    
    * `echo "*"`: irá "imprimir" o texto `*` no terminal (a próxima parte muda isso um pouco)
    * `>`: qualquer coisa impressa no terminal pelo comando à esquerda de `>` não deve ser impressa, mas sim escrita no arquivo que vai à direita de `>`
    * `.gitignore`: o nome do arquivo onde o texto deve ser escrito
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-09 16:39
    - 22.6K bytes
    - Viewed (0)
Back to top