Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for msty (3.89 sec)

  1. operator/pkg/translate/translate_value.go

    		if err != nil {
    			return err
    		}
    		if !found {
    			scope.Debugf("path %s not found in helm Value.yaml tree, skip mapping.", inPath)
    			continue
    		}
    
    		if mstr, ok := m.(string); ok && mstr == "" {
    			scope.Debugf("path %s is empty string, skip mapping.", inPath)
    			continue
    		}
    		// Zero int values are due to proto3 compiling to scalars rather than ptrs. Skip these because values of 0 are
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 03:52:24 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. src/time/format.go

    	ANSIC       = "Mon Jan _2 15:04:05 2006"
    	UnixDate    = "Mon Jan _2 15:04:05 MST 2006"
    	RubyDate    = "Mon Jan 02 15:04:05 -0700 2006"
    	RFC822      = "02 Jan 06 15:04 MST"
    	RFC822Z     = "02 Jan 06 15:04 -0700" // RFC822 with numeric zone
    	RFC850      = "Monday, 02-Jan-06 15:04:05 MST"
    	RFC1123     = "Mon, 02 Jan 2006 15:04:05 MST"
    	RFC1123Z    = "Mon, 02 Jan 2006 15:04:05 -0700" // RFC1123 with numeric zone
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  3. src/time/export_test.go

    	stdLongYear:                     "2006",
    	stdYear:                         "06",
    	stdPM:                           "PM",
    	stdpm:                           "pm",
    	stdTZ:                           "MST",
    	stdISO8601TZ:                    "Z0700",
    	stdISO8601SecondsTZ:             "Z070000",
    	stdISO8601ShortTZ:               "Z07",
    	stdISO8601ColonTZ:               "Z07:00",
    	stdISO8601ColonSecondsTZ:        "Z07:00:00",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 19:23:32 UTC 2022
    - 4K bytes
    - Viewed (0)
  4. operator/cmd/mesh/manifest_shared_test.go

    		// placeholders, since the fake API server does not actually pull images and create pods.
    		hub: "fake hub",
    		tag: "fake tag",
    	}
    
    	_, mstr, err := renderOperatorManifest(nil, ocArgs)
    	if err != nil {
    		return err
    	}
    	if err := applyWithReconciler(reconciler, mstr); err != nil {
    		return err
    	}
    
    	return nil
    }
    
    // applyWithReconciler applies the given manifest string using the given reconciler.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 20 22:39:28 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.music-niff"/>
      <mime-type type="application/vnd.musician">
        <glob pattern="*.mus"/>
      </mime-type>
      <mime-type type="application/vnd.muvee.style">
        <glob pattern="*.msty"/>
      </mime-type>
      <mime-type type="application/vnd.ncd.control"/>
      <mime-type type="application/vnd.ncd.reference"/>
      <mime-type type="application/vnd.nervana"/>
      <mime-type type="application/vnd.netfpx"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/certs.go

    			s := fmt.Sprintf("!MISSING! %s\t\t\t\t", cert.Name)
    			fmt.Fprintln(tabw, s)
    			continue
    		}
    
    		s := fmt.Sprintf("%s\t%s\t%s\t%s\t%-8v",
    			cert.Name,
    			cert.ExpirationDate.Format("Jan 02, 2006 15:04 MST"),
    			duration.HumanDuration(time.Duration(cert.ResidualTimeSeconds)*time.Second),
    			cert.CAName,
    			yesNo(cert.ExternallyManaged),
    		)
    		fmt.Fprintln(tabw, s)
    	}
    
    	fmt.Fprintln(tabw)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  7. lib/time/zoneinfo.zip

    GMT0 Greenwich HST Hongkong Iceland Indian/Antananarivo Indian/Chagos Indian/Christmas Indian/Cocos Indian/Comoro Indian/Kerguelen Indian/Mahe Indian/Maldives Indian/Mauritius Indian/Mayotte Indian/Reunion Iran Israel Jamaica Japan Kwajalein Libya MET MST MST7MDT Mexico/BajaNorte Mexico/BajaSur Mexico/General NZ NZ-CHAT Navajo PRC PST8PDT Pacific/Apia Pacific/Auckland Pacific/Bougainville Pacific/Chatham Pacific/Chuuk Pacific/Easter Pacific/Efate Pacific/Enderbury Pacific/Fakaofo Pacific/Fiji Pacific/Funafuti...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 392.3K bytes
    - Viewed (1)
  8. src/time/time_test.go

    	Nanosecond           int // Fractional second.
    	Weekday              Weekday
    	ZoneOffset           int    // seconds east of UTC, e.g. -7*60*60 for -0700
    	Zone                 string // e.g., "MST"
    }
    
    type TimeTest struct {
    	seconds int64
    	golden  parsedTime
    }
    
    var utctests = []TimeTest{
    	{0, parsedTime{1970, January, 1, 0, 0, 0, 0, Thursday, 0, "UTC"}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  9. src/net/mail/message.go

    	days := [...]string{"2", "02"}     // day = 1*2DIGIT
    	years := [...]string{"2006", "06"} // year = 4*DIGIT / 2*DIGIT
    	seconds := [...]string{":05", ""}  // second
    	// "-0700 (MST)" is not in RFC 5322, but is common.
    	zones := [...]string{"-0700", "MST", "UT"} // zone = (("+" / "-") 4DIGIT) / "UT" / "GMT" / ...
    
    	for _, dow := range dows {
    		for _, day := range days {
    			for _, year := range years {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  10. src/time/zoneinfo_test.go

    // couple of specific timezones.
    func TestFirstZone(t *testing.T) {
    	undo := time.DisablePlatformSources()
    	defer undo()
    
    	const format = "Mon, 02 Jan 2006 15:04:05 -0700 (MST)"
    	var tests = []struct {
    		zone  string
    		unix  int64
    		want1 string
    		want2 string
    	}{
    		{
    			"PST8PDT",
    			-1633269601,
    			"Sun, 31 Mar 1918 01:59:59 -0800 (PST)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 13 17:06:56 UTC 2023
    - 9.9K bytes
    - Viewed (0)
Back to top