- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 3,143 for are (0.17 sec)
-
architecture/environments/operator.md
The operator has a very similar structure to istio/installer: components are grouped into features. `IstioOperatorSpec` defines functional settings at the feature level. Functional settings are those that performs some function in the Istio control plane without necessarily being tied to any one component that runs in a Deployment. Component settings are those that necessarily refer to a particular Deployment or Service. For example, the number
Plain Text - Registered: 2023-12-06 22:53 - Last Modified: 2023-08-09 22:09 - 13.4K bytes - Viewed (0) -
analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt
// Type parameters, return types and other annotations are all contained in KtUserType, // and are never considered used as expressions is KtUserType -> false // Only top-level named declarations have KtFile/KtScript Parents, and are never considered used is KtFile -> false is KtScript ->
Plain Text - Registered: 2023-12-01 08:18 - Last Modified: 2023-07-26 14:29 - 17.5K bytes - Viewed (0) -
docs/en/docs/deployment/versions.md
**FastAPI** is already being used in production in many applications and systems. And the test coverage is kept at 100%. But its development is still moving quickly. New features are added frequently, bugs are fixed regularly, and the code is still continuously improving.
Plain Text - Registered: 2023-12-03 07:19 - Last Modified: 2020-11-05 20:50 - 3.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ContiguousSet.java
} /** * Returns a contiguous set containing all {@code int} values from {@code lower} (inclusive) to * {@code upper} (exclusive). If the endpoints are equal, an empty set is returned. (These are the * same values contained in {@code Range.closedOpen(lower, upper)}.) * * @throws IllegalArgumentException if {@code lower} is greater than {@code upper} * @since 23.0 */
Java - Registered: 2023-12-01 12:43 - Last Modified: 2023-11-30 21:54 - 9.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapDifference.java
public interface MapDifference<K extends @Nullable Object, V extends @Nullable Object> { /** * Returns {@code true} if there are no differences between the two maps; that is, if the maps are * equal. */ boolean areEqual(); /** * Returns an unmodifiable map containing the entries from the left map whose keys are not present * in the right map. */ Map<K, V> entriesOnlyOnLeft(); /**
Java - Registered: 2023-12-01 12:43 - Last Modified: 2021-08-04 13:28 - 3.5K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/TreeTraverser.java
* That is, each node's subtrees are traversed after the node itself is returned. * * <p>No guarantees are made about the behavior of the traversal when nodes change while iteration * is in progress or when the iterators generated by {@link #children} are advanced. * * @deprecated Use {@link com.google.common.graph.Traverser#depthFirstPreOrder} instead, which has
Java - Registered: 2023-12-01 12:43 - Last Modified: 2021-08-04 13:28 - 8.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Ordering.java
* * <p>Except as noted, the orderings returned by the factory methods of this class are serializable * if and only if the provided instances that back them are. For example, if {@code ordering} and * {@code function} can themselves be serialized, then {@code ordering.onResultOf(function)} can as * well. * * <h3>For Java 8 users</h3> * * <p>If you are using Java 8, this class is now obsolete. Most of its functionality is now provided
Java - Registered: 2023-12-01 12:43 - Last Modified: 2023-03-28 18:35 - 39.3K bytes - Viewed (0) -
guava/src/com/google/common/hash/Striped64.java
* is a power of two. Indexing uses masked per-thread hash codes. * Nearly all declarations in this class are package-private, * accessed directly by subclasses. * * Table entries are of class Cell; a variant of AtomicLong padded * to reduce cache contention on most processors. Padding is * overkill for most Atomics because they are usually irregularly * scattered in memory and thus don't interfere much with each
Java - Registered: 2023-10-20 12:43 - Last Modified: 2021-04-20 18:43 - 11.4K bytes - Viewed (0) -
manifests/charts/gateways/istio-ingress/values.yaml
# and setting the desired values. # Configure this field in case that all pods of Istio control plane are expected to # be scheduled to particular nodes with specified taints. defaultTolerations: [] # Default hub for Istio images. # Releases are published to docker hub under 'istio' project. # Dev builds from prow are on gcr.io hub: gcr.io/istio-testing # Default tag for Istio images. tag: latest
Others - Registered: 2023-12-06 22:53 - Last Modified: 2023-12-06 02:56 - 12.6K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Striped.java
* #lazyWeakReadWriteLock(int) weak} {@code Striped<ReadWriteLock>}. <i>Strong</i> means that all * stripes (locks/semaphores) are initialized eagerly, and are not reclaimed unless {@code Striped} * itself is reclaimable. <i>Weak</i> means that locks/semaphores are created lazily, and they are * allowed to be reclaimed if nobody is holding on to them. This is useful, for example, if one
Java - Registered: 2023-12-01 12:43 - Last Modified: 2023-04-10 20:55 - 20.3K bytes - Viewed (0)