Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 64 of 64 for rs (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.7.md

        * `kubectl create secret` has a new option `--from-env-file` that populates a secret from file which follows a key=val format for each line.
    
      * Printing/describe
    
        * Print conditions of RC/RS in `kubectl describe` command. ([#44710](https://github.com/kubernetes/kubernetes/pull/44710), [@xiangpengzhao](https://github.com/xiangpengzhao))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.rld"/>
      </mime-type>
      <mime-type type="application/riscos"/>
      <mime-type type="application/rlmi+xml"/>
      <mime-type type="application/rls-services+xml">
        <glob pattern="*.rs"/>
      </mime-type>
      <mime-type type="application/rsd+xml">
        <glob pattern="*.rsd"/>
      </mime-type>
    
      <mime-type type="application/rss+xml">
        <alias type="text/rss"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  3. CREDITS

    ================================================================
    
    github.com/rs/cors
    https://github.com/rs/cors
    ----------------------------------------------------------------
    Copyright (c) 2014 Olivier Poitrey <rs@dailymotion.com>
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Mar 13 05:29:51 UTC 2025
    - 1.8M bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    panic. func (s *Scalar) nonAdjacentForm(w uint) [256]int8 { // This implementation is adapted from the one // in curve25519-dalek and is documented there: // https://github.com/dalek-cryptography/curve25519-dalek/blob/f630041af28e9a405255/src/scalar.rs#L800-L871 b := s.Bytes() if b[31] > 127 { panic("scalar has high bit set illegally") } if w < 2 { panic("w must be at least 2 by the definition of NAF") } else if w > 8 { panic("NAF digits must fit in int8") } var naf [256]int8 var digits [5]uint64...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top