Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 92 for Capt (3.6 sec)

  1. samples/bookinfo/src/ratings/Dockerfile

    #   See the License for the specific language governing permissions and
    #   limitations under the License.
    
    FROM node:21.6-slim
    
    #hadolint ignore=DL3008
    RUN apt-get update \
        && apt-get install curl --no-install-recommends -y \
        && rm -rf /var/lib/apt/lists/*
    
    ARG service_version
    ENV SERVICE_VERSION ${service_version:-v1}
    
    COPY package.json /opt/microservices/
    COPY ratings.js /opt/microservices/
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 1009 bytes
    - Viewed (0)
  2. maven-embedder/src/site/apt/index.apt.vm

    Hervé Boutemy <******@****.***> 1613846083 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 20 18:34:43 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  3. maven-core/src/site/apt/lifecycles.apt.vm

    Hervé Boutemy <******@****.***> 1641653859 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Jan 08 14:57:39 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/demo/demoPlugins/demoPluginUsage.kt

        val topLevelScope = TopLevelScope()
        topLevelScope.run {
            plugins {
                val kotlinVersion = "1.9.20"
    
                id("org.jetbrains.kotlin.jvm") version kotlinVersion
                id("org.jetbrains.kotlin.kapt") version kotlinVersion apply false
                id("java") apply false
                val app = id("application")
                app.apply(false)
            }
        }
        println(topLevelScope.plugins)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 12:28:39 UTC 2024
    - 499 bytes
    - Viewed (0)
  5. cluster/gce/gci/mounter/Dockerfile

    # 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.
    
    FROM ubuntu:xenial
    
    RUN apt-get update && apt-get install -y netbase nfs-common=1:1.2.8-9ubuntu12
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 13 14:41:50 UTC 2022
    - 713 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/java/apt/kotlin/settings.gradle.kts

    rootProject.name = "apt"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 25 bytes
    - Viewed (0)
  7. .idea/dictionaries/yan.xml

      <dictionary name="yan">
        <words>
          <w>barebone</w>
          <w>debuggee</w>
          <w>deserializes</w>
          <w>destructured</w>
          <w>hacky</w>
          <w>impls</w>
          <w>inlined</w>
          <w>kapt</w>
          <w>kotlinc</w>
          <w>mutators</w>
          <w>parcelable</w>
          <w>parceler</w>
          <w>parcelers</w>
          <w>parcelize</w>
          <w>repl</w>
          <w>testdata</w>
          <w>uast</w>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Oct 20 16:41:23 UTC 2021
    - 547 bytes
    - Viewed (0)
  8. apache-maven/src/site/apt/index.apt.vm

    Hervé Boutemy <******@****.***> 1629419163 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Aug 20 00:26:03 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  9. maven-core/src/site/apt/artifact-handlers.apt

    Hervé Boutemy <******@****.***> 1711986351 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 06:12:44 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. maven-core/src/site/apt/configuration-management.apt

    carrychair <******@****.***> 1710721493 +0800
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top