Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 185 for 80 (0.13 sec)

  1. api/go1.14.txt

    pkg log/syslog (freebsd-arm64), const LOG_ALERT Priority
    pkg log/syslog (freebsd-arm64), const LOG_AUTH = 32
    pkg log/syslog (freebsd-arm64), const LOG_AUTH Priority
    pkg log/syslog (freebsd-arm64), const LOG_AUTHPRIV = 80
    pkg log/syslog (freebsd-arm64), const LOG_AUTHPRIV Priority
    pkg log/syslog (freebsd-arm64), const LOG_CRIT = 2
    pkg log/syslog (freebsd-arm64), const LOG_CRIT Priority
    pkg log/syslog (freebsd-arm64), const LOG_CRON = 72
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.17.md

    - github.com/creack/pty: v1.1.7
    - github.com/gliderlabs/ssh: v0.1.1
    - github.com/go-critic/go-critic: 1df3008
    - github.com/go-kit/kit: v0.8.0
    - github.com/go-lintpack/lintpack: v0.5.2
    - github.com/go-logfmt/logfmt: v0.3.0
    - github.com/go-ole/go-ole: v1.2.1
    - github.com/go-stack/stack: v1.8.0
    - github.com/go-toolsmith/astcast: v1.0.0
    - github.com/go-toolsmith/astcopy: v1.0.0
    - github.com/go-toolsmith/astequal: v1.0.0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  3. guava/src/com/google/common/net/InternetDomainName.java

       *
       * <pre>{@code
       * try {
       *   domainName = InternetDomainName.from(name);
       * } catch (IllegalArgumentException e) {
       *   domainName = DEFAULT_DOMAIN;
       * }
       * }</pre>
       *
       * @since 8.0 (previously named {@code isValidLenient})
       */
      public static boolean isValid(String name) {
        try {
          InternetDomainName unused = from(name);
          return true;
        } catch (IllegalArgumentException e) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  4. api/go1.11.txt

    pkg debug/elf, const EM_MICROBLAZE = 189
    pkg debug/elf, const EM_MICROBLAZE Machine
    pkg debug/elf, const EM_MMDSP_PLUS = 160
    pkg debug/elf, const EM_MMDSP_PLUS Machine
    pkg debug/elf, const EM_MMIX = 80
    pkg debug/elf, const EM_MMIX Machine
    pkg debug/elf, const EM_MN10200 = 90
    pkg debug/elf, const EM_MN10200 Machine
    pkg debug/elf, const EM_MN10300 = 89
    pkg debug/elf, const EM_MN10300 Machine
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.22.md

    - github.com/containerd/console: [v1.0.1 → v1.0.2](https://github.com/containerd/console/compare/v1.0.1...v1.0.2)
    - github.com/containernetworking/cni: [v0.8.0 → v0.8.1](https://github.com/containernetworking/cni/compare/v0.8.0...v0.8.1)
    - github.com/coredns/corefile-migration: [v1.0.11 → v1.0.12](https://github.com/coredns/corefile-migration/compare/v1.0.11...v1.0.12)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  6. api/go1.10.txt

    pkg debug/elf, const R_ARM_LDRS_SB_G0 = 78
    pkg debug/elf, const R_ARM_LDRS_SB_G0 R_ARM
    pkg debug/elf, const R_ARM_LDRS_SB_G1 = 79
    pkg debug/elf, const R_ARM_LDRS_SB_G1 R_ARM
    pkg debug/elf, const R_ARM_LDRS_SB_G2 = 80
    pkg debug/elf, const R_ARM_LDRS_SB_G2 R_ARM
    pkg debug/elf, const R_ARM_LDR_PC_G1 = 62
    pkg debug/elf, const R_ARM_LDR_PC_G1 R_ARM
    pkg debug/elf, const R_ARM_LDR_PC_G2 = 63
    pkg debug/elf, const R_ARM_LDR_PC_G2 R_ARM
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  7. docs/debugging/xl-meta/main.go

    means full recursive. 'testdir/**/xl.meta' will search for all xl.meta
    recursively.
    
    FLAGS:
      {{range .VisibleFlags}}{{.}}
      {{end}}
    `
    	isPart := regexp.MustCompile("[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/part\\.[0-9]+$")
    
    	app.HideHelpCommand = true
    	app.Flags = []cli.Flag{
    		cli.BoolFlag{
    			Usage:  "print each file as a separate line without formatting",
    			Name:   "ndjson",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 05 11:57:44 UTC 2024
    - 40.3K bytes
    - Viewed (0)
  8. src/archive/tar/reader_test.go

    		input:    makeInput(FormatGNU, "1234", "fewa"),
    		wantSize: 01234,
    		wantErr:  ErrHeader,
    	}, {
    		input:    makeInput(FormatGNU, "0031"),
    		wantSize: 031,
    	}, {
    		input:   makeInput(FormatGNU, "80"),
    		wantErr: ErrHeader,
    	}, {
    		input: makeInput(FormatGNU, "1234",
    			makeSparseStrings(sparseDatas{{0, 0}, {1, 1}})...),
    		wantMap:  sparseDatas{{0, 0}, {1, 1}},
    		wantSize: 01234,
    	}, {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 03 15:48:09 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.19.md

    - github.com/containerd/typeurl: [2a93cfd → v1.0.0](https://github.com/containerd/typeurl/compare/2a93cfd...v1.0.0)
    - github.com/containernetworking/cni: [v0.7.1 → v0.8.0](https://github.com/containernetworking/cni/compare/v0.7.1...v0.8.0)
    - github.com/coredns/corefile-migration: [v1.0.6 → v1.0.10](https://github.com/coredns/corefile-migration/compare/v1.0.6...v1.0.10)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/moment-with-locales.min.js

    ],0,function(){return 10*this.millisecond()}),W(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),W(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),W(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),W(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),W(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),z("millisecond","ms"),C("millisecond",16),le("S",ne,Z),le("SS",ne,$),le("SSS",ne,Q),ht="SSSS";ht.length<=9;ht+="S")le(ht,ie);function Yt(e,...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 360.5K bytes
    - Viewed (1)
Back to top