- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 131 for not (0.02 sec)
-
fastapi/param_functions.py
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-23 18:30 - 62.5K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
// #line xxx "not-str-lit" // void __cgo_f_xxx_5(void) { static const char __cgo_undefined__5[] = (name); } // // If we see an error at not-declared:xxx, the corresponding name is not declared. // If we see an error at not-type:xxx, the corresponding name is not a type. // If we see an error at not-int-const:xxx, the corresponding name is not an integer constant. // If we see an error at not-num-const:xxx, the corresponding name is not a number constant.
Registered: 2024-11-05 11:13 - Last Modified: 2024-09-18 15:07 - 97.1K bytes - Viewed (0) -
internal/bucket/lifecycle/lifecycle_test.go
Registered: 2024-11-03 19:28 - Last Modified: 2024-05-23 01:12 - 55.1K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
``` Conscrypt is the bundled security provider on Android so it is not necessary to configure it on that platform. * New: `HttpUrl.addQueryParameter()` percent-escapes more characters. Previously several ASCII punctuation characters were not percent-escaped when used with this method. This does not impact already-encoded query parameters in APIs like `HttpUrl.parse()` and
Registered: 2024-11-01 11:42 - Last Modified: 2022-02-06 14:55 - 50.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Make kubectl edit not convert GV on edits ([#23437](https://github.com/kubernetes/kubernetes/pull/23437), [@DirectXMan12](https://github.com/DirectXMan12)) * don't ship kube-registry-proxy and pause images in tars. ([#23605](https://github.com/kubernetes/kubernetes/pull/23605), [@mikedanese](https://github.com/mikedanese))
Registered: 2024-11-01 09:05 - Last Modified: 2020-12-24 02:28 - 84K bytes - Viewed (0) -
cmd/object-api-multipart_test.go
{bucketName: "------", objName: "obj", PartID: 1, expectedError: fmt.Errorf("%s", "Bucket name invalid: ------")}, { bucketName: "$this-is-not-valid-too", objName: "obj", PartID: 1, expectedError: fmt.Errorf("%s", "Bucket name invalid: $this-is-not-valid-too"), }, {bucketName: "a", objName: "obj", PartID: 1, expectedError: fmt.Errorf("%s", "Bucket name invalid: a")}, // Test case - 5.
Registered: 2024-11-03 19:28 - Last Modified: 2024-09-06 09:42 - 88.8K bytes - Viewed (0) -
istioctl/pkg/proxyconfig/proxyconfig.go
// Copyright Istio Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS,
Registered: 2024-11-06 22:53 - Last Modified: 2024-10-24 15:53 - 50.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} if ( !isDirectory() ) { throw new SmbException("Is not a directory"); } try ( SmbTreeHandleImpl th = ensureTreeConnected() ) { if ( !th.isSMB2() && !th.hasCapability(SmbConstants.CAP_NT_SMBS) ) { throw new SmbUnsupportedOperationException("Not supported without CAP_NT_SMBS"); }
Registered: 2024-11-03 00:10 - Last Modified: 2024-05-23 01:50 - 82.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
/* * Copyright 2012-2024 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Registered: 2024-10-31 13:40 - Last Modified: 2024-10-20 02:08 - 86.1K bytes - Viewed (0) -
cmd/xl-storage-format-v2_gen.go
if (zb0001Mask & 0x2) == 0 { // if not omitted // string "V1Obj" o = append(o, 0xa5, 0x56, 0x31, 0x4f, 0x62, 0x6a) if z.ObjectV1 == nil { o = msgp.AppendNil(o) } else { o, err = z.ObjectV1.MarshalMsg(o) if err != nil { err = msgp.WrapError(err, "ObjectV1") return } } } if (zb0001Mask & 0x4) == 0 { // if not omitted // string "V2Obj"
Registered: 2024-11-03 19:28 - Last Modified: 2024-10-22 15:30 - 55.5K bytes - Viewed (0)