Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for SS (0.17 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    com.so
    edu.so
    gov.so
    me.so
    net.so
    org.so
    
    // sr : https://en.wikipedia.org/wiki/.sr
    sr
    
    // ss : https://registry.nic.ss/
    // Submitted by registry <technical@nic.ss>
    ss
    biz.ss
    com.ss
    edu.ss
    gov.ss
    me.ss
    net.ss
    org.ss
    sch.ss
    
    // st : http://www.nic.st/html/policyrules/
    st
    co.st
    com.st
    consulado.st
    edu.st
    embaixada.st
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt

              construct = { Point(it[0] as Long?, it[1] as Long?) },
            )
        }
      }
    
      private fun date(s: String): Date {
        return SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ").run {
          timeZone = TimeZone.getTimeZone("GMT")
          parse(s)
        }
      }
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 31.7K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

        val servedDate = Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-2))
        val dateFormat: DateFormat = SimpleDateFormat("EEE dd-MMM-yyyy HH:mm:ss z", Locale.US)
        dateFormat.timeZone = TimeZone.getTimeZone("America/New_York")
        val lastModifiedString = dateFormat.format(lastModifiedDate)
        val servedString = dateFormat.format(servedDate)
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg debug/macho, type Regs386 struct, IP uint32
    pkg debug/macho, type Regs386 struct, SI uint32
    pkg debug/macho, type Regs386 struct, SP uint32
    pkg debug/macho, type Regs386 struct, SS uint32
    pkg debug/macho, type RegsAMD64 struct
    pkg debug/macho, type RegsAMD64 struct, AX uint64
    pkg debug/macho, type RegsAMD64 struct, BP uint64
    pkg debug/macho, type RegsAMD64 struct, BX uint64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. docs/en/docs/release-notes.md

    ### Translations
    
    * 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body.md`. PR [#4574](https://github.com/tiangolo/fastapi/pull/4574) by [@ss-o-furda](https://github.com/ss-o-furda).
    * 🌐 Add Vietnamese translation for `docs/vi/docs/features.md` and `docs/vi/docs/index.md`. PR [#3006](https://github.com/tiangolo/fastapi/pull/3006) by [@magiskboy](https://github.com/magiskboy).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.17.md

    - volumeDevices mapping ignored when container is privileged
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F14B         ; mapped                 ; 006D 0076     # 5.2  SQUARED MV
    1F14C         ; mapped                 ; 0073 0064     # 5.2  SQUARED SD
    1F14D         ; mapped                 ; 0073 0073     # 5.2  SQUARED SS
    1F14E         ; mapped                 ; 0070 0070 0076 #5.2  SQUARED PPV
    1F14F         ; mapped                 ; 0077 0063     # 6.0  SQUARED WC
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top