Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 133 for notice (1.18 sec)

  1. apache-maven/src/assembly/maven/lib/jansi-native/README.txt

    This directory contains Jansi native libraries extracted from Jansi JAR.
    
    You can add your own build for platforms not natively supported by Jansi.
    See here [1] on how to compile for your platform and here [2] how libraries
    follow Jansi's directory and filename conventions.
    
    [1] https://github.com/fusesource/jansi/tree/master/src/main/native
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 17:22:19 UTC 2022
    - 486 bytes
    - Viewed (0)
  2. architecture/platforms.md

        style extensibility fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000;
        extensibility --> core
        extensibility --> jvm
    
        subgraph native["native platform"]
        end
        style native fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000;
        native --> core
        native --> software
    
        enterprise["enterprise module"]
        style enterprise stroke:#1abc9c,fill:#b1f4e7,stroke-width:2px,color:#000;
    ```
    
    ## Platforms
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 06:42:46 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/build.gradle.kts

        testFixturesImplementation(libs.groovyDateUtil)
    
        testImplementation(project(":process-services"))
        testImplementation(project(":file-collections"))
        testImplementation(project(":native"))
        testImplementation(project(":resources"))
        testImplementation(testFixtures(project(":core-api")))
    
        integTestImplementation(project(":platform-base"))
    
        testRuntimeOnly(project(":distributions-core")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. analysis/analysis-api/testData/components/diagnosticsProvider/elementDiagnostics/hiddenFromObjectiveC.kt

    // TARGET_PLATFORM: Common
    // FILE: lib.kt
    package lib
    
    @Target(AnnotationTarget.ANNOTATION_CLASS)
    annotation class MetaAnno
    
    @MetaAnno
    annotation class Anno
    
    
    // MODULE: main(lib)
    // TARGET_PLATFORM: Native
    // FILE: main.kt
    package main
    
    import lib.*
    
    @Anno
    abstract class Base
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 15 14:30:08 UTC 2024
    - 365 bytes
    - Viewed (0)
  5. apache-maven/src/assembly/shared/run

    fi
    
    exec "$JAVACMD" \
      $MAVEN_OPTS \
      $MAVEN_DEBUG_OPTS \
      -classpath "$LAUNCHER_JAR" \
      "-Dclassworlds.conf=$CLASSWORLDS_CONF" \
      "-Dmaven.home=$MAVEN_HOME" \
      "-Dlibrary.jansi.path=${MAVEN_HOME}/lib/jansi-native" \
      "-Dmaven.multiModuleProjectDirectory=$MAVEN_PROJECTBASEDIR" \
      $LAUNCHER_CLASS \
      $MAVEN_ARGS \
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 21 09:29:19 UTC 2021
    - 740 bytes
    - Viewed (0)
  6. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

          a) it must be made available under this Agreement; and
    
    b) a copy of this Agreement must be included with each copy of the Program.
    
    Contributors may not remove or alter any copyright notices contained within
    the Program.
    
    Each Contributor must identify itself as the originator of its Contribution,
    if any, in a manner that reasonably allows subsequent Recipients to identify
    the originator of the Contribution.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Sep 17 05:50:12 UTC 2018
    - 11.1K bytes
    - Viewed (0)
  7. architecture/standards/0004-use-a-platform-architecture.md

    This platform includes the plugin publishing plugin and the plugin portal.
    
    #### Native platform
    
    This is a platform that builds on the core and software platforms to add support for developing native software.
    
    This platform provides specific support for Swift, C++ and C.
    
    ### Cross-cutting architecture modules
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 25 22:19:29 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. analysis/analysis-api-standalone/analysis-api-standalone-native/tests/org/jetbrains/kotlin/analysis/api/standalone/konan/fir/test/cases/session/builder/testUtils.kt

    import kotlin.io.path.extension
    import kotlin.streams.asSequence
    
    internal fun testDataPath(path: String): Path {
        return Paths.get("analysis/analysis-api-standalone/analysis-api-standalone-native/testData/nativeSessionBuilder").resolve(path)
    }
    
    internal fun compileToNativeKLib(kLibSourcesRoot: Path): Path {
        val ktFiles = Files.walk(kLibSourcesRoot).asSequence().filter { it.extension == "kt" }.toList()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Nov 16 13:31:53 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  9. analysis/analysis-api-impl-base/build.gradle.kts

        testImplementation(project(":analysis:decompiled:light-classes-for-decompiled"))
        testImplementation(project(":analysis:decompiled:decompiler-to-psi"))
        testImplementation(project(":analysis:decompiled:decompiler-native"))
        testImplementation(projectTests(":analysis:analysis-test-framework"))
        testImplementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
        testCompileOnly(toolsJarApi())
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:22:24 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg log/syslog (darwin-386), method (*Writer) Err(string) error
    pkg log/syslog (darwin-386), method (*Writer) Info(string) error
    pkg log/syslog (darwin-386), method (*Writer) Notice(string) error
    pkg log/syslog (darwin-386), method (*Writer) Warning(string) error
    pkg log/syslog (darwin-386), method (*Writer) Write([]uint8) (int, error)
    pkg log/syslog (darwin-386), type Priority int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top