| /external/google-cloud-java/ |
| D | settings.xml | 1 <!-- 8 ~ http://www.apache.org/licenses/LICENSE-2.0 15 --> 17 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 19 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 20 https://maven.apache.org/xsd/settings-1.0.0.xsd"> 23 <!-- Google's Maven Central mirror for Americas 24 https://maven-central.storage.googleapis.com/index.html 25 --> [all …]
|
| /external/sdk-platform-java/ |
| D | settings.xml | 1 <!-- 8 ~ http://www.apache.org/licenses/LICENSE-2.0 15 --> 17 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 19 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 20 https://maven.apache.org/xsd/settings-1.0.0.xsd"> 23 <!-- Google's Maven Central mirror for Americas 24 https://maven-central.storage.googleapis.com/index.html 25 --> [all …]
|
| /external/google-cloud-java/java-resource-settings/google-cloud-resource-settings-bom/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>google-cloud-resource-settings-bom</artifactId> 6 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} --> 11 <artifactId>google-cloud-pom-parent</artifactId> 12 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath> 16 <name>Google Resource Settings API BOM</name> 18 BOM for Resource Settings API 22 <maven.antrun.skip>true</maven.antrun.skip> [all …]
|
| /external/google-cloud-java/java-securitycenter-settings/google-cloud-securitycenter-settings-bom/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>google-cloud-securitycenter-settings-bom</artifactId> 6 <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} --> 11 <artifactId>google-cloud-pom-parent</artifactId> 12 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath> 16 <name>Google Security Command Center Settings API BOM</name> 18 BOM for Security Command Center Settings API 25 <artifactId>google-cloud-securitycenter-settings</artifactId> [all …]
|
| /external/google-java-format/ |
| D | README.md | 1 # google-java-format 3 `google-java-format` is a program that reformats Java source code to comply with 10 ### from the command-line 12 [Download the formatter](https://github.com/google/google-java-format/releases) 16 java -jar /path/to/google-java-format-${GJF_VERSION?}-all-deps.jar <options> [files...] 19 The formatter can act on whole files, on limited lines (`--lines`), on specific 20 offsets (`--offset`), passing through to standard-out (default) or altered 21 in-place (`--replace`). 24 [`google-java-format-diff.py`](https://github.com/google/google-java-format/blob/master/scripts/goo… 33 [google-java-format IntelliJ plugin](https://plugins.jetbrains.com/plugin/8527) [all …]
|
| /external/google-cloud-java/java-securitycenter-settings/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>google-cloud-securitycenter-settings-parent</artifactId> 7 <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} --> 8 <name>Google Security Command Center Settings API Parent</name> 15 <artifactId>google-cloud-jar-parent</artifactId> 16 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 17 <relativePath>../google-cloud-jar-parent/pom.xml</relativePath> 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> [all …]
|
| D | README.md | 1 # Google Security Command Center Settings API Client for Java 3 Java idiomatic client for [Security Command Center Settings API][product-docs]. 5 [![Maven][maven-version-image]][maven-version-link] 6 ![Stability][stability-image] 8 - [Product Documentation][product-docs] 9 - [Client Library Documentation][javadocs] 11 > Note: This client is a work-in-progress, and may occasionally 12 > make backwards-incompatible changes. 18 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: 25 <artifactId>libraries-bom</artifactId> [all …]
|
| /external/google-cloud-java/java-resource-settings/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>google-cloud-resource-settings-parent</artifactId> 7 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} --> 8 <name>Google Resource Settings API Parent</name> 15 <artifactId>google-cloud-jar-parent</artifactId> 16 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 17 <relativePath>../google-cloud-jar-parent/pom.xml</relativePath> 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> [all …]
|
| D | README.md | 1 # Google Resource Settings API Client for Java 3 Java idiomatic client for [Resource Settings API][product-docs]. 5 [![Maven][maven-version-image]][maven-version-link] 6 ![Stability][stability-image] 8 - [Product Documentation][product-docs] 9 - [Client Library Documentation][javadocs] 15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: 22 <artifactId>libraries-bom</artifactId> 33 <artifactId>google-cloud-resource-settings</artifactId> 37 If you are using Maven without the BOM, add this to your dependencies: [all …]
|
| /external/google-cloud-java/java-securitycenter-settings/grpc-google-cloud-securitycenter-settings-v1beta1/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>grpc-google-cloud-securitycenter-settings-v1beta1</artifactId> 7 …<version>0.20.0</version><!-- {x-version-update:grpc-google-cloud-securitycenter-settings-v1beta1:… 8 <name>grpc-google-cloud-securitycenter-settings-v1beta1</name> 9 <description>GRPC library for grpc-google-cloud-securitycenter-settings-v1beta1</description> 12 <artifactId>google-cloud-securitycenter-settings-parent</artifactId> 13 … <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} --> 18 <artifactId>grpc-api</artifactId> [all …]
|
| /external/google-cloud-java/java-resource-settings/grpc-google-cloud-resource-settings-v1/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>grpc-google-cloud-resource-settings-v1</artifactId> 7 …<version>1.17.0</version><!-- {x-version-update:grpc-google-cloud-resource-settings-v1:current} --> 8 <name>grpc-google-cloud-resource-settings-v1</name> 9 <description>GRPC library for google-cloud-resource-settings</description> 12 <artifactId>google-cloud-resource-settings-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} --> 18 <artifactId>grpc-api</artifactId> [all …]
|
| /external/google-cloud-java/java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>proto-google-cloud-securitycenter-settings-v1beta1</artifactId> 7 …<version>0.20.0</version><!-- {x-version-update:proto-google-cloud-securitycenter-settings-v1beta1… 8 <name>proto-google-cloud-securitycenter-settings-v1beta1</name> 9 <description>PROTO library for proto-google-cloud-securitycenter-settings-v1beta1</description> 12 <artifactId>google-cloud-securitycenter-settings-parent</artifactId> 13 … <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} --> 18 <artifactId>protobuf-java</artifactId> [all …]
|
| /external/google-cloud-java/java-resource-settings/proto-google-cloud-resource-settings-v1/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>proto-google-cloud-resource-settings-v1</artifactId> 7 …<version>1.17.0</version><!-- {x-version-update:proto-google-cloud-resource-settings-v1:current} -… 8 <name>proto-google-cloud-resource-settings-v1</name> 9 <description>Proto library for google-cloud-resource-settings</description> 12 <artifactId>google-cloud-resource-settings-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} --> 18 <artifactId>protobuf-java</artifactId> [all …]
|
| /external/jimfs/util/ |
| D | settings.xml | 1 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.… 6 <id>sonatype-nexus-snapshots</id> 11 </settings>
|
| /external/kotlinx.atomicfu/atomicfu-maven-plugin/ |
| D | settings.xml | 1 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 4 https://maven.apache.org/xsd/settings-1.0.0.xsd"> 7 <id>kotlin-dev</id> 12 </settings>
|
| /external/threetenbp/.github/ |
| D | maven-settings.xml | 1 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 4 https://maven.apache.org/xsd/settings-1.0.0.xsd"> 13 </settings>
|
| /external/jacoco/.azure-pipelines/ |
| D | maven-settings.xml | 1 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchem… 2 …xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.… 5 <id>sonatype-nexus-snapshots</id> 23 </settings>
|
| /external/google-cloud-java/java-securitycenter-settings/google-cloud-securitycenter-settings/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>google-cloud-securitycenter-settings</artifactId> 6 <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} --> 8 <name>Google Security Command Center Settings API</name> 12 <artifactId>google-cloud-securitycenter-settings-parent</artifactId> 13 … <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} --> 16 <site.installationModule>google-cloud-securitycenter-settings</site.installationModule> 21 <artifactId>grpc-api</artifactId> 25 <artifactId>grpc-stub</artifactId> [all …]
|
| /external/ksp/integration-tests/src/test/resources/buildcache/ |
| D | settings.gradle.kts | 2 val kotlinVersion: String by settings in <lambda>() 3 val kspVersion: String by settings in <lambda>() 4 val testRepo: String by settings in <lambda>() 10 maven(testRepo) in <lambda>() 12 maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/") in <lambda>() 17 val buildCacheDir: String by settings in <lambda>() 27 include(":test-processor")
|
| /external/ksp/integration-tests/src/test/resources/playground-android/ |
| D | settings.gradle.kts | 2 val kotlinVersion: String by settings in <lambda>() 3 val kspVersion: String by settings in <lambda>() 4 val testRepo: String by settings in <lambda>() 5 val agpVersion: String by settings in <lambda>() 13 maven(testRepo) in <lambda>() 17 maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/") in <lambda>() 24 include(":test-processor")
|
| /external/accompanist/docs/ |
| D | web.md | 3 [, which is provides the layout, and [`rememberWebViewState(url)`](../api/we… 28 ### WebView settings including JavaScript 30 By default, JavaScript is disabled in the WebView. To enable it or any other settings you can use t… 35 onCreated = { it.settings.javaScriptEnabled = true } 58 factory = { context -> CustomWebView(context) } 64 [ 3 val kspVersion: String by settings in <lambda>() 4 val testRepo: String by settings in <lambda>() 5 val agpVersion: String by settings in <lambda>() 14 maven(testRepo) in <lambda>() 18 maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/") in <lambda>() 26 include(":test-processor")
|
| /external/google-cloud-java/java-resource-settings/google-cloud-resource-settings/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>google-cloud-resource-settings</artifactId> 6 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} --> 8 <name>Google Resource Settings API</name> 9 …<description>Resource Settings API allows users to control and modify the behavior of their GCP re… 12 <artifactId>google-cloud-resource-settings-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} --> 16 <site.installationModule>google-cloud-resource-settings</site.installationModule> 21 <artifactId>grpc-api</artifactId> [all …]
|
| /external/tink/java_src/examples/android/helloworld/ |
| D | gradle.properties | 1 # Project-wide Gradle settings. 4 # Gradle settings configured through the IDE *will override* 5 # any settings specified in this file. 11 # The setting is particularly useful for tweaking memory settings. 12 org.gradle.jvmargs=-Xmx1536m 19 # Preferred source for Maven packages: 20 # "local": Local Maven repository (i.e. for testing without publishing) 21 # "snapshot": Maven Central snapshot repository (i.e. for testing published
|
| /external/ksp/integration-tests/src/test/resources/init-plus-provider/ |
| D | settings.gradle.kts | 2 val kotlinVersion: String by settings in <lambda>() 3 val kspVersion: String by settings in <lambda>() 4 val testRepo: String by settings in <lambda>() 12 maven(testRepo) in <lambda>() 14 maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/") in <lambda>() 18 rootProject.name = "init-plus-provider" 21 include(":init-processor") 22 include(":provider-processor")
|