- Sort Score
- Result 10 results
- Languages All
Results 3101 - 3110 of 3,669 for typs (0.02 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/Result.java
* <li>error - no model, but diagnostics * <li>error - (partial) model and diagnostics * </ol> * Could encode these variants as subclasses, but kept in one for now * * @param <T> the model type * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Deprecated(since = "4.0.0") public class Result<T> { /** * Success without warnings * * @param model
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.9K bytes - Viewed (0) -
cmd/metacache-manager.go
// distributed deterministically. // Therefore no cluster locks are required. var localMetacacheMgr = &metacacheManager{ buckets: make(map[string]*bucketMetacache), trash: make(map[string]metacache), } type metacacheManager struct { mu sync.RWMutex init sync.Once buckets map[string]*bucketMetacache trash map[string]metacache // Recently deleted lists. } const metacacheMaxEntries = 5000
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 25 00:44:15 UTC 2022 - 5.2K bytes - Viewed (0) -
cmd/storage-interface.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "context" "io" "time" "github.com/minio/madmin-go/v3" ) // StorageAPI interface. type StorageAPI interface { // Stringified version of disk. String() string // Storage operations. // Returns true if disk is online and its valid i.e valid format.json.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Aug 12 08:38:15 UTC 2024 - 5.2K bytes - Viewed (0) -
architecture/networking/controllers.md
ikrt--"Builds on"-->ikc--"Builds on"-->ic--"Builds on"-->kcg ``` **`kube.Client`** is a fairly light wrapper around Kubernetes clients, but offers quite a few benefits. Istio consumes _many_ different types of clients (at the time of writing, 7), as well as informers for each of these. Additionally, we often need to convert to various different client forms for different libraries we integrate with.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Feb 09 17:41:25 UTC 2024 - 4.9K bytes - Viewed (0) -
docs/em/docs/tutorial/schema-extra-example.md
`Body()`, `File()`, & `Form()`, `example` âïļ `examples` ð ðŪ <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#mediaTypeObject" class="external-link" target="_blank">ð ð, `Request Body Object`, ð `content`, ð `Media Type Object` (ð§)</a>. ð ð â, ðĪ ð ⎠ð: **3ïļâĢ.1ïļâĢ.0ïļâĢ**, âģ ð. âŦïļ âïļ ð ⊠ðŧ ð & ð ð ïļ âŠïļâĄïļ ð ð ⎠ðŧ ð â, ðą â âŠïļâĄïļ âŪïļ ⎠ðŧ ð, ð ðŦ ðĪŠ ðš ð. ð, ðĶ ð âģ ðŦ ðâðĶš ð 3ïļâĢ.1ïļâĢ.0ïļâĢ,, ð, âŦïļ ð ðĢ âïļ ð ð....
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.5K bytes - Viewed (0) -
docs/hotfixes.md
Once the **patch** is successfully applied, developer must run tests to validate the fix that was backported by running following tests, locally. Unit tests ``` Îŧ make test ``` Verify different type of MinIO deployments work ``` Îŧ make verify ``` Verify if healing and replacing a drive works ``` Îŧ make verify-healing ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Feb 14 21:36:02 UTC 2024 - 5K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/RegularImmutableTable.java
} /** @throws IllegalArgumentException if {@code existingValue} is not null. */ /* * We could have declared this method 'static' but the additional compile-time checks achieved by * referencing the type variables seem worthwhile. */ final void checkNoDuplicate(R rowKey, C columnKey, @CheckForNull V existingValue, V newValue) { checkArgument( existingValue == null,
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 7.1K bytes - Viewed (0) -
tensorflow/c/eager/gradients_test.cc
==============================================================================*/ #include "tensorflow/c/eager/gradients.h" #include <memory> #include "absl/container/flat_hash_set.h" #include "absl/types/span.h" #include "tensorflow/c/eager/abstract_context.h" #include "tensorflow/c/eager/abstract_tensor_handle.h" #include "tensorflow/c/eager/c_api_experimental.h" #include "tensorflow/c/eager/c_api_test_util.h"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Feb 14 12:15:45 UTC 2020 - 31.4K bytes - Viewed (0) -
docs/em/docs/tutorial/response-model.md
### â ðĻ ð â âïļ ðâ ð ðĻ ð â ð ð ðŦ â Pydantic ð (â ð― ð) & ð â âŦïļ ð ð ðĒ, FastAPI ð ð â Pydantic ðĻ ð· âŠïļâĄïļ ð ð â, & ð â. ð ð ðĻ ðĨ ð âïļ ðģ ð <abbr title='A union between multiple types means "any of these types".'>ðŠðš</abbr> ð ð ð ðâ 1ïļâĢ âïļ ð ðŦ ðŦ â Pydantic ð, ðž ð ð â ðķ: //// tab | ð 3ïļâĢ.6ïļâĢ & ð ```Python hl_lines="10" {!> ../../docs_src/response_model/tutorial003_04.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.8K bytes - Viewed (0)