Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 705 for Hoon (0.23 sec)

  1. runtime/filetype.vim

    " HLS Playlist (or another form of playlist)
    au BufNewFile,BufRead *.m3u,*.m3u8		setf hlsplaylist
    
    " Hollywood
    au BufRead,BufNewFile *.hws			setf hollywood
    
    " Hoon
    au BufRead,BufNewFile *.hoon			setf hoon
    
    " Tilde (must be before HTML)
    au BufNewFile,BufRead *.t.html			setf tilde
    
    " HTML (.shtml and .stm for server side)
    au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm  call dist#ft#FThtml()
    Plain Text
    - Registered: 2023-03-13 09:55
    - Last Modified: 2023-03-08 20:35
    - 72.4K bytes
    - Viewed (0)
  2. docs/vendor/fontawesome-free-5.15.2-web/svgs/regular/moon.svg

    moon.svg...
    SVG Image
    - Registered: 2023-03-14 09:01
    - Last Modified: 2021-01-27 23:30
    - 779 bytes
    - Viewed (0)
  3. docs/vendor/fontawesome-free-5.15.2-web/svgs/solid/moon.svg

    moon.svg...
    SVG Image
    - Registered: 2023-03-14 09:01
    - Last Modified: 2021-01-27 23:30
    - 563 bytes
    - Viewed (0)
  4. docs/vendor/fontawesome-free-5.15.2-web/svgs/solid/cloud-moon.svg

    cloud-moon.svg...
    SVG Image
    - Registered: 2023-03-14 09:01
    - Last Modified: 2021-01-27 23:30
    - 856 bytes
    - Viewed (0)
  5. docs/vendor/fontawesome-free-5.15.2-web/svgs/solid/cloud-moon-rain.svg

    cloud-moon-rain.svg...
    SVG Image
    - Registered: 2023-03-14 09:01
    - Last Modified: 2021-01-27 23:30
    - 1.3K bytes
    - Viewed (0)
  6. src/deprecated-syntax-selectors.js

      'hoa',
      'hoc',
      'hocharacter',
      'hocomment',
      'hocon',
      'hoconstant',
      'hocontinuation',
      'hocontrol',
      'hombrew-formula',
      'homebrew',
      'homematic',
      'hook',
      'hoon',
      'horizontal-blending',
      'horizontal-packed-arithmetic',
      'horizontal-rule',
      'hostname',
      'hosts',
      'hour',
      'hours',
      'hps',
      'hql',
      'hr',
      'hrm',
      'hs',
    JavaScript
    - Registered: 2023-03-13 05:20
    - Last Modified: 2019-05-31 16:33
    - 78.4K bytes
    - Viewed (0)
  7. css/theme/source/moon.scss

    Hakim El Hattab <******@****.***> 1599640002 +0200
    Plain Text
    - Registered: 2023-03-17 06:46
    - Last Modified: 2020-09-09 08:26
    - 1.3K bytes
    - Viewed (0)
  8. dist/theme/moon.css

    Blair MacIntyre <******@****.***> 1622806840 -0400
    CSS
    - Registered: 2023-03-17 06:46
    - Last Modified: 2021-06-04 11:40
    - 7K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    dhl
    
    // diamonds : 2013-09-22 Binky Moon, LLC
    diamonds
    
    // diet : 2014-06-26 Uniregistry, Corp.
    diet
    
    // digital : 2014-03-06 Binky Moon, LLC
    digital
    
    // direct : 2014-04-10 Binky Moon, LLC
    direct
    
    // directory : 2013-09-20 Binky Moon, LLC
    directory
    
    // discount : 2014-03-06 Binky Moon, LLC
    discount
    
    // discover : 2015-07-23 Discover Financial Services
    discover
    
    Plain Text
    - Registered: 2023-03-14 04:59
    - Last Modified: 2021-12-16 08:22
    - 214.9K bytes
    - Viewed (2)
  10. other/gauss_easter.py

        leap_day_reinstall_number = leap_day_inhibits / 4
        secular_moon_shift = (
            15 - lunar_orbit_correction + leap_day_inhibits - leap_day_reinstall_number
        ) % 30
        century_starting_point = (4 + leap_day_inhibits - leap_day_reinstall_number) % 7
    
        # days to be added to March 21
        days_to_add = (19 * metonic_cycle + secular_moon_shift) % 30
    
        # PHM -> Paschal Full Moon
        days_from_phm_to_sunday = (
            2 * julian_leap_year
    Python
    - Registered: 2023-03-16 19:18
    - Last Modified: 2020-05-19 11:44
    - 1.8K bytes
    - Viewed (0)
Back to top