- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 87 for gen (0.02 sec)
-
common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto
// +k8s:deepcopy-gen=true // +k8s:openapi-gen=true message Quantity { optional string string = 1; } // QuantityValue makes it possible to use a Quantity as value for a command // line parameter. // // +protobuf=true // +protobuf.embed=string // +protobuf.options.marshal=false // +protobuf.options.(gogoproto.goproto_stringer)=false // +k8s:deepcopy-gen=true message QuantityValue {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 3.9K bytes - Viewed (0) -
manifests/.gitattributes
*.descriptor linguist-generated=true *.descriptor -diff -merge *.descriptor_set linguist-generated=true *.descriptor_set -diff -merge *.pb.html linguist-generated=true *.pb.go linguist-generated=true *.gen.go linguist-generated=true *.gen.yaml linguist-generated=true
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Jan 12 18:15:05 UTC 2020 - 313 bytes - Viewed (0) -
README.md
* Every feature comes with tests * Developer Friendly ## Getting Started * GORM Guides [https://gorm.io](https://gorm.io) * Gen Guides [https://gorm.io/gen/index.html](https://gorm.io/gen/index.html) ## Contributing [You can help to deliver a better GORM, check out things you can do](https://gorm.io/contribute.html) ## Contributors
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Tue Nov 07 02:20:06 UTC 2023 - 1.8K bytes - Viewed (0) -
manifests/addons/dashboards/lib/g.libsonnet
import 'github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonnet'...
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 74 bytes - Viewed (0) -
common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto
// Default to false. // +k8s:conversion-gen=false // +optional optional bool hostNetwork = 11; // Use the host's pid namespace. // Optional: Default to false. // +k8s:conversion-gen=false // +optional optional bool hostPID = 12; // Use the host's ipc namespace. // Optional: Default to false. // +k8s:conversion-gen=false // +optional optional bool hostIPC = 13;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 7.7K bytes - Viewed (0) -
api/go1.12.txt
pkg syscall (freebsd-386), type Stat_t struct, Btim_ext int32 pkg syscall (freebsd-386), type Stat_t struct, Ctim_ext int32 pkg syscall (freebsd-386), type Stat_t struct, Dev uint64 pkg syscall (freebsd-386), type Stat_t struct, Gen uint64 pkg syscall (freebsd-386), type Stat_t struct, Ino uint64 pkg syscall (freebsd-386), type Stat_t struct, Mtim_ext int32 pkg syscall (freebsd-386), type Stat_t struct, Nlink uint64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 02 21:21:53 UTC 2019 - 13.5K bytes - Viewed (0) -
.gitignore
.classpath .project .settings .gradle eclipsebin bin gen build out lib generated target pom.xml.* release.properties local.properties .idea *.iml *.ipr *.iws *.log classes obj .DS_Store # Special Mkdocs files docs/4.x docs/changelog.md docs/contributing.md docs/index.md # jenv /.java-version /site/
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Dec 10 11:52:12 UTC 2022 - 337 bytes - Viewed (0) -
src/archive/zip/zip_test.go
t.Fatal(err) } } } t.Run("uint32max-2_NoZip64", func(t *testing.T) { t.Parallel() if generatesZip64(t, gen(0xfffffffe)) { t.Error("unexpected zip64") } }) t.Run("uint32max-1_Zip64", func(t *testing.T) { t.Parallel() if !generatesZip64(t, gen(0xffffffff)) { t.Error("expected zip64") } }) } // At 16k records, we need to generate a zip64 file.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu May 23 01:00:11 UTC 2024 - 19.6K bytes - Viewed (0) -
manifests/addons/dashboards/README.md
## Legacy Dashboards Many of our older dashboards are manually created in the UI and exported as JSON and checked in. ## Generation
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 815 bytes - Viewed (0) -
dbflute_fess/dfprop/databaseInfoMap.dfprop
# (so the tables are not existing in SchemaHTML and HistoryHTML and so on). # But you can specify the '@gen' suffix that means generate-only except. # A table with the mark can be treated as documents but no generating classes. # #; tableExceptList = list:{FOO_TABLE@gen ; prefix:FOO_@gen ; suffix:_FOO ; contain:_FOO_} # o tableTargetList: (NotRequired - Default list:{})
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 7.3K bytes - Viewed (0)