Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 42 for bat (0.14 sec)

  1. .gitattributes

    #
    # The above will handle all files NOT found below
    # https://help.github.com/articles/dealing-with-line-endings/
    # https://github.com/Danimoth/gitattributes
    
    # These are explicitly windows files and should use crlf
    *.bat           text eol=crlf
    
    # These files are text and should be normalized (Convert crlf => lf)
    *.bash          text eol=lf
    *.css           text diff=css
    *.htm           text diff=html
    *.html          text diff=html
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Sep 02 12:15:16 GMT 2020
    - 1.1K bytes
    - Viewed (0)
  2. apache-maven/src/site/apt/index.apt.vm

    *----------+--------------------------------------------+-----------------------+
    || Windows | <<<%PROGRAMDATA%\\mavenrc.cmd>>> (since 4) | <<<%USERPROFILE%\\mavenrc_pre.bat>>>\
    ||         |                                            | <<<%USERPROFILE%\\mavenrc_pre.cmd>>> (since 3.3.1)\
    ||         |                                            | <<<%USERPROFILE%\\mavenrc.cmd>>> (since 4)
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Aug 20 00:26:03 GMT 2021
    - 1.9K bytes
    - Viewed (0)
  3. okcurl/build.gradle.kts

        // see https://www.graalvm.org/docs/reference-manual/native-image/#prerequisites
        windowsVsVarsPath("C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat")
      }
    }
    
    mavenPublishing {
      configure(KotlinJvm(javadocJar = JavadocJar.Empty()))
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 1.8K bytes
    - Viewed (1)
  4. Jenkinsfile

                                                sh "${cmd}"
                                            } else {
                                                bat 'wmic logicaldisk get size,freespace,caption'
                                                bat "${cmd}"
                                            }
                                        }
                                    } finally {
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  5. .cm/misc_labels.cm

    build_logic_files:
      - 'build.gradle.kts'
      - 'build.gradle'
      - 'settings.gradle.kts'
      - 'settings.gradle'
      - 'gradle.wrapper.jar'
      - 'gradle-wrapper.properties'
      - 'gradlew'
      - 'gradlew.bat'
      - 'verification-keyring.keys'
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 3K bytes
    - Viewed (0)
  6. ci/devinfra/docker_windows/Dockerfile

        [Environment]::SetEnvironmentVariable(\"PATH\", $old_path + \";${zulu_root}\bin\", \"Machine\"); \
        [Environment]::SetEnvironmentVariable(\"JAVA_HOME\", $zulu_root, \"Machine\")
    
    # Install gcloud (install.bat installs directly into bin folder of extracted zip contents)
    # Install needed gcloud components
    RUN Add-Type -AssemblyName "System.IO.Compression.FileSystem"; \
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
  7. build-logic/jvm/src/main/kotlin/gradlebuild/startscript/tasks/GradleStartScriptGenerator.kt

            generator.generateUnixScript(unixScriptFile)
            unixScriptFile.injectAgentOptions(TextUtil.getUnixLineSeparator())
    
            val windowsScriptFile = startScriptsDir.file("gradle.bat").get().asFile
            generator.generateWindowsScript(windowsScriptFile)
            windowsScriptFile.injectAgentOptions(TextUtil.getWindowsLineSeparator())
        }
    
        private
    Plain Text
    - Registered: Wed Feb 28 11:36:09 GMT 2024
    - Last Modified: Fri Feb 24 10:25:27 GMT 2023
    - 6.3K bytes
    - Viewed (0)
  8. .space/CODEOWNERS

    /native/native.tests/*.gradle.kts "Kotlin Native"
    /native/swift/**/*.gradle.kts "Kotlin Native"
    .gitignore "Kotlin Build Infrastructure"
    gradlew "Kotlin Build Infrastructure"
    gradlew.bat "Kotlin Build Infrastructure"
    
    /gradle.properties "Kotlin Build Infrastructure"
    
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Apr 25 19:58:12 GMT 2024
    - 23.9K bytes
    - Viewed (0)
  9. src/main/resources/fess_label.properties

    labels.facet_filetype_png=PNG Image
    labels.facet_filetype_svg=SVG Image
    labels.facet_filetype_tiff=TIFF Image
    labels.facet_filetype_jpg=JPEG Image
    labels.facet_filetype_archive=Archive
    labels.facet_filetype_bat=Batch File
    labels.facet_filetype_c=C
    labels.facet_filetype_cpp=C++
    labels.facet_filetype_csharp=C#
    labels.facet_filetype_css=CSS
    labels.facet_filetype_go=Go
    labels.facet_filetype_groovy=Groovy
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_en.properties

    labels.facet_filetype_png=PNG Image
    labels.facet_filetype_svg=SVG Image
    labels.facet_filetype_tiff=TIFF Image
    labels.facet_filetype_jpg=JPEG Image
    labels.facet_filetype_archive=Archive
    labels.facet_filetype_bat=Batch File
    labels.facet_filetype_c=C
    labels.facet_filetype_cpp=C++
    labels.facet_filetype_csharp=C#
    labels.facet_filetype_css=CSS
    labels.facet_filetype_go=Go
    labels.facet_filetype_groovy=Groovy
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
Back to top