Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 397 for SETTINGS (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-cli/src/test/resources/userHome/.m2/settings.xml

    <settings xmlns="http://maven.apache.org/SETTINGS/1.1.0">
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Jun 16 14:57:14 GMT 2025
    - 70 bytes
    - Click Count (0)
  2. compat/maven-embedder/src/examples/simple-project/settings.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <settings xmlns='http://maven.apache.org/SETTINGS/1.0.0'>
      <pluginGroups>
        <pluginGroup>org.codehaus.tycho</pluginGroup>
        <pluginGroup>org.sonatype.pwt</pluginGroup>
      </pluginGroups>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Jul 21 17:09:50 GMT 2025
    - 992 bytes
    - Click Count (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Settings.kt

     * limitations under the License.
     */
    package okhttp3.internal.http2
    
    /**
     * Settings describe characteristics of the sending peer, which are used by the receiving peer.
     * Settings are [connection][Http2Connection] scoped.
     */
    class Settings {
      /** Bitfield of which flags that values. */
      private var set: Int = 0
    
      /** Flag values. */
      private val values = IntArray(COUNT)
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 3.8K bytes
    - Click Count (0)
  4. .teamcity/settings.kts

    bot-gradle <******@****.***> 1755158306 +0000
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Aug 14 07:58:26 GMT 2025
    - 1.2K bytes
    - Click Count (0)
  5. .vscode/settings.json

    Yuri Schimke <******@****.***> 1713104645 +0100
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Apr 14 14:24:05 GMT 2024
    - 52 bytes
    - Click Count (0)
  6. settings.gradle.kts

    project(":mockwebserver-junit4").name = "mockwebserver3-junit4"
    include(":mockwebserver-junit5")
    project(":mockwebserver-junit5").name = "mockwebserver3-junit5"
    
    val androidBuild: String by settings
    val graalBuild: String by settings
    val loomBuild: String by settings
    
    if (androidBuild.toBoolean()) {
      include(":regression-test")
    }
    
    if (graalBuild.toBoolean()) {
      include(":native-image-tests")
    }
    
    include(":okcurl")
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sat Oct 11 09:17:37 GMT 2025
    - 2K bytes
    - Click Count (0)
  7. impl/maven-core/src/test/projects/plugin-manager/project-with-plugin-classpath-ordering/sub/settings-template.xml

    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <settings xmlns='http://maven.apache.org/SETTINGS/1.0.0'>
      <profiles>
        <profile>
          <id>maven-core-it-repo</id>
          <repositories>
            <repository>
              <id>maven-core-it</id>
              <url>@baseurl@/repo</url>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Jul 21 17:09:50 GMT 2025
    - 1.7K bytes
    - Click Count (0)
  8. build-logic-commons/settings.gradle.kts

                }
            }
        }
    }
    
    plugins {
        id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
    }
    
    includeBuild("../build-logic-settings")
    
    // Shared basics for all
    include("basics")
    
    // Platform: defines shared dependency versions
    include("build-platform")
    
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon May 19 17:09:05 GMT 2025
    - 1.9K bytes
    - Click Count (0)
  9. buildSrc/settings.gradle.kts

    Yuri Schimke <******@****.***> 1758435742 +0100
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 174 bytes
    - Click Count (0)
  10. build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts

    Alex Semin <******@****.***> 1736350787 +0100
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Jan 15 16:07:38 GMT 2025
    - 4.1K bytes
    - Click Count (0)
Back to Top