Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 112 for Greene (0.06 seconds)

  1. .mailmap

    Piotr Jagielski <******@****.***> <Piotr Jagielski>
    Rene Groeschke <rene@gradle.com> <Rene@DevWin7.(none)>
    Rene Groeschke <rene@gradle.com> <******@****.***>
    Rene Groeschke <rene@gradle.com> <rene******@****.***>
    Rene Groeschke <rene@gradle.com> <rene******@****.***>
    Rene Groeschke <rene@gradle.com> <rene@breskeby.com>
    Rene Groeschke <rene@gradle.com> <******@****.***>
    Created: 2026-04-01 11:36
    - Last Modified: 2017-10-03 06:34
    - 3.3K bytes
    - Click Count (0)
  2. internal/color/color.go

    		if IsTerminal() {
    			return color.New(color.FgYellow).SprintfFunc()
    		}
    		return fmt.Sprintf
    	}()
    
    	Green = func() func(a ...any) string {
    		if IsTerminal() {
    			return color.New(color.FgGreen).SprintFunc()
    		}
    		return fmt.Sprint
    	}()
    
    	Greenf = func() func(format string, a ...any) string {
    		if IsTerminal() {
    			return color.New(color.FgGreen).SprintfFunc()
    		}
    		return fmt.Sprintf
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-29 02:39
    - 3.6K bytes
    - Click Count (0)
  3. docs/fr/docs/tutorial/security/first-steps.md

    Cela est dû au fait que **OAuth2** utilise des « form data » pour envoyer le `username` et le `password`.
    
    ///
    
    Exécutez l'exemple avec :
    
    <div class="termy">
    
    ```console
    $ fastapi dev
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    ## Vérifier { #check-it }
    
    Created: 2026-04-05 07:19
    - Last Modified: 2026-03-19 18:37
    - 9.3K bytes
    - Click Count (0)
  4. scripts/tests/test_translation_fixer/test_code_blocks/data/translated_doc_number_lt.md

    ```console
    // Use the command "live" and pass the language code as a CLI argument
    $ python ./scripts/docs.py live es
    
    <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008
    <span style="color: green;">[INFO]</span> Start watching changes
    <span style="color: green;">[INFO]</span> Start detecting changes
    ```
    
    And even more text
    
    ```json
    {
        // This is a sample JSON code block
    Created: 2026-04-05 07:19
    - Last Modified: 2026-01-10 21:48
    - 810 bytes
    - Click Count (0)
  5. scripts/tests/test_translation_fixer/test_code_blocks/data/translated_doc_lines_number_gt.md

    ```console
    // Use the command "live" and pass the language code as a CLI argument
    $ python ./scripts/docs.py live es
    
    <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008
    <span style="color: green;">[INFO]</span> Start watching changes
    <span style="color: green;">[INFO]</span> Start detecting changes
    ```
    
    And even more text
    
    ```json
    {
        // This is a sample JSON code block
    Created: 2026-04-05 07:19
    - Last Modified: 2026-01-10 21:48
    - 896 bytes
    - Click Count (0)
  6. src/test/resources/thumbnail/test_generate_thumbnail.sh

        echo -e "${GREEN}PASSED${NC}"
        ((TESTS_PASSED++))
    else
        echo -e "${RED}FAILED${NC}"
        ((TESTS_FAILED++))
    fi
    
    echo ""
    echo "--- ImageMagick version detection tests ---"
    
    echo -n "Testing: get_imagemagick_cmd function exists... "
    if grep -q 'get_imagemagick_cmd()' "${GENERATE_THUMBNAIL}"; then
        echo -e "${GREEN}PASSED${NC}"
        ((TESTS_PASSED++))
    else
    Created: 2026-03-31 13:07
    - Last Modified: 2025-12-04 08:02
    - 7.9K bytes
    - Click Count (0)
  7. internal/s3select/jstream/README.md

    ```bash
    cat input.json | jstream -v -d -1
    
    depth	start	end	type   | value
    2	018	023	string | "RGB"
    3	041	046	string | "red"
    3	048	055	string | "green"
    3	057	063	string | "blue"
    2	039	065	array  | ["red","green","blue"]
    1	004	069	object | {"colors":["red","green","blue"],"desc":"RGB"}
    2	087	093	string | "CMYK"
    3	111	117	string | "cyan"
    3	119	128	string | "magenta"
    3	130	138	string | "yellow"
    3	140	147	string | "black"
    Created: 2026-04-05 19:28
    - Last Modified: 2024-09-23 19:35
    - 3.2K bytes
    - Click Count (0)
  8. cmd/service.go

    	serviceStop                               // Stops the server.
    	serviceReloadDynamic                      // Reload dynamic config values.
    	serviceFreeze                             // Freeze all S3 API calls.
    	serviceUnFreeze                           // Un-Freeze previously frozen S3 API calls.
    	// Add new service requests here.
    )
    
    // Global service signal channel.
    var globalServiceSignalCh = make(chan serviceSignal)
    
    Created: 2026-04-05 19:28
    - Last Modified: 2024-02-28 07:02
    - 3.8K bytes
    - Click Count (0)
  9. scripts/tests/test_translation_fixer/test_code_blocks/data/translated_doc_mermaid_translated.md

    ```console
    // Use the command "live" and pass the language code as a CLI argument
    $ python ./scripts/docs.py live es
    
    <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008
    <span style="color: green;">[INFO]</span> Start watching changes
    <span style="color: green;">[INFO]</span> Start detecting changes
    ```
    
    And even more text
    
    ```json
    {
        // This is a sample JSON code block
    Created: 2026-04-05 07:19
    - Last Modified: 2026-01-10 21:48
    - 889 bytes
    - Click Count (0)
  10. scripts/tests/test_translation_fixer/test_code_blocks/data/translated_doc_wrong_lang_code_2.md

    ```console
    // Use the command "live" and pass the language code as a CLI argument
    $ python ./scripts/docs.py live es
    
    <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008
    <span style="color: green;">[INFO]</span> Start watching changes
    <span style="color: green;">[INFO]</span> Start detecting changes
    ```
    
    And even more text
    
    ```json
    {
        // This is a sample JSON code block
    Created: 2026-04-05 07:19
    - Last Modified: 2026-01-10 21:48
    - 942 bytes
    - Click Count (0)
Back to Top