Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 296 for mpkg (0.1 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - Migrated `pkg/controller/endpoint` to contextual logging. ([#116755](https://github.com/kubernetes/kubernetes/pull/116755), [@my-git9](https://github.com/my-git9))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.22.md

    - Migrate `staging/src/k8s.io/apiserver/pkg/registry` logs to structured logging. ([#98287](https://github.com/kubernetes/kubernetes/pull/98287), [@lala123912](https://github.com/lala123912))
    - Migrate some log messages to structured logging in `pkg/volume/plugins.go`. ([#101510](https://github.com/kubernetes/kubernetes/pull/101510), [@huchengze](https://github.com/huchengze))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

    - OpenAPI will no longer duplicate these schemas:
      - `io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions_v2`
      - `io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta_v2`
      - `io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference_v2`
      - `io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails_v2`
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. cmd/metacache-set.go

    	"github.com/minio/minio/internal/bucket/versioning"
    	"github.com/minio/minio/internal/color"
    	"github.com/minio/minio/internal/hash"
    	xioutil "github.com/minio/minio/internal/ioutil"
    	"github.com/minio/pkg/v3/console"
    )
    
    //go:generate msgp -file $GOFILE -unexported
    
    type listPathOptions struct {
    	// ID of the listing.
    	// This will be used to persist the list.
    	ID string
    
    	// Bucket of the listing.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 30.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_pt_BR.properties

    labels.facet_filetype_rar=Arquivo RAR
    labels.facet_filetype_3gp=Vídeo 3gp
    labels.facet_filetype_3g2=Vídeo 3g2
    labels.facet_filetype_avi=Vídeo AVI
    labels.facet_filetype_flv=Vídeo FLV
    labels.facet_filetype_mpeg=Vídeo MPEG
    labels.facet_filetype_mp4=Vídeo MP4
    labels.facet_filetype_ogv=Vídeo OGV
    labels.facet_filetype_qt=Vídeo QuickTime
    labels.facet_filetype_m4v=Vídeo M4V
    labels.facet_filetype_ogg=Áudio OGG
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  6. cmd/erasure-healing.go

    	"errors"
    	"fmt"
    	"io"
    	"strconv"
    	"strings"
    	"sync"
    	"time"
    
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio/internal/grid"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/pkg/v3/sync/errgroup"
    	"github.com/puzpuzpuz/xsync/v3"
    )
    
    //go:generate stringer -type=healingMetric -trimprefix=healingMetric $GOFILE
    
    type healingMetric uint8
    
    const (
    	healingMetricBucket healingMetric = iota
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_zh_CN.properties

    labels.facet_filetype_tar=TAR存档
    labels.facet_filetype_rar=RAR存档
    labels.facet_filetype_3gp=3gp视频
    labels.facet_filetype_3g2=3g2视频
    labels.facet_filetype_avi=AVI视频
    labels.facet_filetype_flv=FLV视频
    labels.facet_filetype_mpeg=MPEG视频
    labels.facet_filetype_mp4=MP4视频
    labels.facet_filetype_ogv=OGV视频
    labels.facet_filetype_qt=QuickTime视频
    labels.facet_filetype_m4v=M4V视频
    labels.facet_filetype_ogg=OGG音频
    labels.facet_filetype_wav=WAV音频
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_fr.properties

    labels.facet_filetype_rar=Archive RAR
    labels.facet_filetype_3gp=Vidéo 3gp
    labels.facet_filetype_3g2=Vidéo 3g2
    labels.facet_filetype_avi=Vidéo AVI
    labels.facet_filetype_flv=Vidéo FLV
    labels.facet_filetype_mpeg=Vidéo MPEG
    labels.facet_filetype_mp4=Vidéo MP4
    labels.facet_filetype_ogv=Vidéo OGV
    labels.facet_filetype_qt=Vidéo QuickTime
    labels.facet_filetype_m4v=Vidéo M4V
    labels.facet_filetype_ogg=Audio OGG
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - github.com/coreos/etcd: [v3.3.13+incompatible](https://github.com/coreos/etcd/tree/v3.3.13)
    - github.com/coreos/go-systemd: [95778df](https://github.com/coreos/go-systemd/tree/95778df)
    - github.com/coreos/pkg: [399ea9e](https://github.com/coreos/pkg/tree/399ea9e)
    - github.com/dgrijalva/jwt-go: [v3.2.0+incompatible](https://github.com/dgrijalva/jwt-go/tree/v3.2.0)
    - github.com/dgryski/go-sip13: [e10d5fe](https://github.com/dgryski/go-sip13/tree/e10d5fe)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.facet_filetype_rar=RAR Archive
    labels.facet_filetype_3gp=3gp Video
    labels.facet_filetype_3g2=3g2 Video
    labels.facet_filetype_avi=AVI Video
    labels.facet_filetype_flv=FLV Video
    labels.facet_filetype_mpeg=MPEG Video
    labels.facet_filetype_mp4=MP4 Video
    labels.facet_filetype_ogv=OGV Video
    labels.facet_filetype_qt=QuickTime Video
    labels.facet_filetype_m4v=M4V Video
    labels.facet_filetype_ogg=OGG Audio
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
Back to top