Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go_spec.html

    <h4 id="Expression_switches">Expression switches</h4>
    
    <p>
    In an expression switch,
    the switch expression is evaluated and
    the case expressions, which need not be constants,
    are evaluated left-to-right and top-to-bottom; the first one that equals the
    switch expression
    triggers execution of the statements of the associated case;
    the other cases are skipped.
    If no case matches and there is a "default" case,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/bosch.html
    bosch
    
    // bostik : Bostik SA
    // https://www.iana.org/domains/root/db/bostik.html
    bostik
    
    // boston : Registry Services, LLC
    // https://www.iana.org/domains/root/db/boston.html
    boston
    
    // bot : Amazon Registry Services, Inc.
    // https://www.iana.org/domains/root/db/bot.html
    bot
    
    // boutique : Binky Moon, LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
Back to top