- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 119 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) -
PULL_REQUESTS_ETIQUETTE.md
- If unable to complete the review, tag another reviewer (e.g., `@username please take over`). 4. **Shared Responsibility**: - All MinIO contributors are reviewers. The first commenter on a PR owns the review unless they delegate. - Multiple reviewers are encouraged for complex PRs. 5. **No Self-Edits**: - Don’t modify the PR directly (e.g., fixing bugs). Request changes from the submitter or create a follow-up PR.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun May 25 16:32:03 GMT 2025 - 4.7K bytes - Click Count (0) -
.github/workflows/auto-assign-pr-to-author.yml
permissions: {} jobs: add-reviews: permissions: contents: read # for kentaro-m/auto-assign-action to fetch config file pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers runs-on: ubuntu-latest steps:Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 12 13:13:58 GMT 2024 - 381 bytes - Click Count (0) -
docs/metrics/prometheus/grafana/README.md
Node level Replication metrics can be viewed in the Grafana dashboard using [json file here](https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/replication/minio-replication-node.json) 
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Oct 31 17:38:53 GMT 2024 - 2.4K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/maven/p0/1.0/p0-1.0.pom
<packaging>pom</packaging> <version>1.0</version> <scm> <connection>scm:svn:http://host/p0</connection> <developerConnection>scm:svn:https://host/p0</developerConnection> <url>http://host/viewer?path=/p0</url> </scm> <modules> <module>modules/p1</module> </modules>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 412 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml
<packaging>pom</packaging> <version>1.0</version> <scm> <connection>scm:svn:http://host/p0</connection> <developerConnection>scm:svn:https://host/p0</developerConnection> <url>http://host/viewer?path=/p0</url> </scm> <modules> <module>modules/p1</module> </modules>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 412 bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t12scm/ProjectInheritanceTest.java
File pom1 = new File(localRepo, "p0/modules/p1/pom.xml"); // load the child project, which inherits from p0... MavenProject project1 = getProject(pom1); assertEquals("http://host/viewer?path=/p0/modules/p1", project1.getScm().getUrl()); assertEquals("scm:svn:http://host/p0/modules/p1", project1.getScm().getConnection());Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:36 GMT 2025 - 3K bytes - Click Count (0) -
ci/official/pycpp.sh
fi # Note: the profile can be viewed by visiting chrome://tracing in a Chrome browser. # See https://docs.bazel.build/versions/main/skylark/performance.html#performance-profiling
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Dec 03 05:57:39 GMT 2025 - 2K bytes - Click Count (0)