Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for coord (0.03 sec)

  1. src/main/resources/fess_label_nl.properties

    labels.suggest_word_configuration=Voorgesteld woord
    labels.suggest_word_title_details=Voorgesteld woord
    labels.suggest_word_type=Woordtype
    labels.suggest_word_number=Aantal woorden
    labels.suggest_word_type_all=Alles
    labels.suggest_word_type_document=Document
    labels.suggest_word_type_query=Zoekterm
    labels.elevate_word_configuration=Extra woord
    labels.elevate_word_title_details=Extra woord
    labels.elevate_word_link_list=Lijst
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  2. doc/go_spec.html

    </pre>
    
    <pre>
    i, j := 0, 10
    f := func() int { return 7 }
    ch := make(chan int)
    r, w, _ := os.Pipe()  // os.Pipe() returns a connected pair of Files and an error, if any
    _, y, _ := coord(p)   // coord() returns three values; only interested in y coordinate
    </pre>
    
    <p>
    Unlike regular variable declarations, a short variable declaration may <i>redeclare</i>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top