- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 63 for viewers (0.03 seconds)
-
.github/CODEOWNERS
platforms/documentation/docs/src/docs/userguide/reference/core-plugins/checkstyle_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm platforms/documentation/docs/src/docs/userguide/reference/core-plugins/codenarc_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm platforms/documentation/docs/src/docs/userguide/reference/core-plugins/distribution_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Nov 07 21:47:29 GMT 2025 - 11K bytes - Click Count (0) -
guava/src/com/google/common/collect/Table.java
* <p>The mappings corresponding to a given row key may be viewed as a {@link Map} whose keys are * the columns. The reverse is also available, associating a column with a row key / value map. Note * that, in some implementations, data access by column key may have fewer supported operations or * worse performance than data access by row key. * * <p>The methods returning collections or maps always return views of the underlying table.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 10.5K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Table.java
* <p>The mappings corresponding to a given row key may be viewed as a {@link Map} whose keys are * the columns. The reverse is also available, associating a column with a row key / value map. Note * that, in some implementations, data access by column key may have fewer supported operations or * worse performance than data access by row key. * * <p>The methods returning collections or maps always return views of the underlying table.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 10.5K bytes - Click Count (0) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
* During code reviews that introduce new APIs, reviewers need to be mindful that all new properties are implemented with lazy types.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Oct 15 20:00:57 GMT 2024 - 10K bytes - Click Count (0) -
docs/en/docs/fastapi-people.md
{% endif %} {% endfor %} </div> ## Top Translation Reviewers These users are the **Top Translation Reviewers**. 🕵️Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Jan 28 20:34:56 GMT 2025 - 10.5K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableTable.java
} /** * Returns an immutable copy of the provided table. * * <p>The {@link Table#cellSet()} iteration order of the provided table determines the iteration * ordering of all views in the returned table. Note that some views of the original table and the * copied table may have different iteration orders. For more control over the ordering, create aCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 17.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableTable.java
} /** * Returns an immutable copy of the provided table. * * <p>The {@link Table#cellSet()} iteration order of the provided table determines the iteration * ordering of all views in the returned table. Note that some views of the original table and the * copied table may have different iteration orders. For more control over the ordering, create aCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 17.4K bytes - Click Count (0) -
android/guava/src/com/google/common/io/TempFileCreator.java
static { Set<String> views = FileSystems.getDefault().supportedFileAttributeViews(); if (views.contains("posix")) { filePermissions = () -> asFileAttribute(PosixFilePermissions.fromString("rw-------")); directoryPermissions = () -> asFileAttribute(PosixFilePermissions.fromString("rwx------")); } else if (views.contains("acl")) {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 29 18:50:14 GMT 2025 - 11.8K bytes - Click Count (0) -
docs/bucket/replication/README.md
The replication configuration in use on a bucket can be viewed using the `mc replicate export alias/bucket` command. To disable replica metadata modification syncing, use `mc replicate edit` with the --replicate flag. ```
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Tables.java
* {@code factory.get()} does. * * <p>Call this method only when the simpler factory methods in classes like {@link * HashBasedTable} and {@link TreeBasedTable} won't suffice. * * <p>The views returned by the {@code Table} methods {@link Table#column}, {@link * Table#columnKeySet}, and {@link Table#columnMap} have iterators that don't support {@codeCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 24.9K bytes - Click Count (0)