- Sort Score
- Result 10 results
- Languages All
Results 661 - 670 of 670 for Level (0.04 sec)
-
common-protos/k8s.io/api/autoscaling/v2beta1/generated.proto
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata // +optional optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; // spec is the specification for the behaviour of the autoscaler. // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. // +optional
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 21.2K bytes - Viewed (0) -
common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto
message ValidatingAdmissionPolicy { // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. // +optional optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; // Specification of the desired behavior of the ValidatingAdmissionPolicy.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 25.7K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Cmsghdr struct pkg syscall (freebsd-arm64), type Cmsghdr struct, Len uint32 pkg syscall (freebsd-arm64), type Cmsghdr struct, Level int32 pkg syscall (freebsd-arm64), type Cmsghdr struct, Type int32 pkg syscall (freebsd-arm64), type Credential struct pkg syscall (freebsd-arm64), type Credential struct, Gid uint32
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type BpfVersion struct, Minor uint16 pkg syscall (darwin-arm64), type Cmsghdr struct pkg syscall (darwin-arm64), type Cmsghdr struct, Len uint32 pkg syscall (darwin-arm64), type Cmsghdr struct, Level int32 pkg syscall (darwin-arm64), type Cmsghdr struct, Type int32 pkg syscall (darwin-arm64), type Credential struct pkg syscall (darwin-arm64), type Credential struct, Gid uint32
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</mime-type> <mime-type type="image/x-jbig2"> <alias type="image/x-jb2"/> <acronym>JBIG2</acronym> <_comment> A lossless image compression standard from the Joint Bi-level Image Experts Group. </_comment> <tika:link>http://www.itu.int/rec/T-REC-T.88/en</tika:link> <magic priority="50"> <match value="0x974A42320D0A1A0A" type="string" offset="0"/> </magic>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Cmsghdr struct #53466 pkg syscall (freebsd-riscv64), type Cmsghdr struct, Len uint32 #53466 pkg syscall (freebsd-riscv64), type Cmsghdr struct, Level int32 #53466 pkg syscall (freebsd-riscv64), type Cmsghdr struct, Type int32 #53466 pkg syscall (freebsd-riscv64), type Credential struct #53466 pkg syscall (freebsd-riscv64), type Credential struct, Gid uint32 #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
implements scala.Serializable { public void ConfigurationParser$$anonfun$9(ConfigurationParser); } xsbt/boot/Logging.class package xsbt.boot; public final synchronized class Logging implements scala.Serializable { private final Enumeration$Value level; public final void debug(scala.Function0); public void Logging(Enumeration$Value); } xsbt/boot/ConfigurationParser$$anonfun$readRepositoriesConf$2.class package xsbt.boot; public final synchronized class ConfigurationParser$$anonfun$readRepositoriesConf$2...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
3008..3029 ; valid ; ; NV8 # 1.1 LEFT ANGLE BRACKET..HANGZHOU NUMERAL NINE 302A..302D ; valid # 1.1 IDEOGRAPHIC LEVEL TONE MARK..IDEOGRAPHIC ENTERING TONE MARK 302E..3035 ; valid ; ; NV8 # 1.1 HANGUL SINGLE DOT TONE MARK..VERTICAL KANA REPEAT MARK LOWER HALF
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0) -
android/guava/src/com/google/common/math/Quantiles.java
* frac(x) respectively. This is the same definition as used by Excel and by S, it is the Type 7 * definition in <a * href="http://stat.ethz.ch/R-manual/R-devel/library/stats/html/quantile.html">R</a>, and it is * described by <a * href="http://en.wikipedia.org/wiki/Quantile#Estimating_the_quantiles_of_a_population">
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 12 17:02:53 UTC 2023 - 29.9K bytes - Viewed (0) -
src/cmd/api/main_test.go
checkFiles, err := filepath.Glob(filepath.Join(testenv.GOROOT(t), "api/go1*.txt")) if err != nil { t.Fatal(err) } var nextFiles []string if v := runtime.Version(); strings.Contains(v, "devel") || strings.Contains(v, "beta") { next, err := filepath.Glob(filepath.Join(testenv.GOROOT(t), "api/next/*.txt")) if err != nil { t.Fatal(err) } nextFiles = next } for _, c := range contexts {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 31.4K bytes - Viewed (0)