Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 274 for makefile (0.14 sec)

  1. build/common.sh

    # *_OUTPUT_BINPATH - location where final binaries are placed.  If the remote
    #                    is really remote, this is the stuff that has to be copied
    #                    back.
    # OUT_DIR can come in from the Makefile, so honor it.
    readonly LOCAL_OUTPUT_ROOT="${KUBE_ROOT}/${OUT_DIR:-_output}"
    readonly LOCAL_OUTPUT_SUBPATH="${LOCAL_OUTPUT_ROOT}/dockerized"
    readonly LOCAL_OUTPUT_BINPATH="${LOCAL_OUTPUT_SUBPATH}/bin"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  2. hack/lib/golang.sh

           [ "${target}" = "vendor/github.com/onsi/ginkgo/ginkgo" ]; then
          # Aliases that build the ginkgo CLI for hack/ginkgo-e2e.sh.
          # "ginkgo" is the one that is documented in the Makefile. The others
          # are for backwards compatibility.
          echo "github.com/onsi/ginkgo/v2/ginkgo"
          continue
        fi
    
        if [[ "${target}" =~ ^([[:alnum:]]+".")+[[:alnum:]]+"/" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  3. src/encoding/json/testdata/code.json.gz

    ean_t":1305708623},{"name":"pkix","kids":[{"name":"Makefile","kids":[],"cl_weight":0.07692307692307693,"touches":1,"min_t":1307370946,"max_t":1307370946,"mean_t":1307370946},{"name":"pkix.go","kids":[],"cl_weight":0.07692307692307693,"touches":1,"min_t":1307370946,"max_t":1307370946,"mean_t":1307370946}],"cl_weight":0.15384615384615385,"touches":1,"min_t":1307370946,"max_t":1307370946,"mean_t":1307370946},{"name":"crl","kids":[{"name":"Makefile","kids":[],"cl_weight":0.27692307692307694,"touches...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <glob pattern="*.html"/>
        <glob pattern="*.htm"/>
      </mime-type>
    
      <mime-type type="text/x-makefile">
        <_comment>Makefile build file</_comment>
        <magic priority="20">
          <!-- Only magic for default autoconf/automake produced ones -->
          <match value="# Makefile.in generated by" type="string" offset="0"/>
          <!-- Not exhaustive, and most people don't set this! -->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. src/cmd/pack/pack_test.go

    }
    
    // Reset prepares a FakeFile for reuse.
    func (f *FakeFile) Reset() *FakeFile {
    	f.offset = 0
    	return f
    }
    
    // FileLike methods.
    
    func (f *FakeFile) Name() string {
    	// A bit of a cheat: we only have a basename, so that's also ok for FileInfo.
    	return f.name
    }
    
    func (f *FakeFile) Stat() (fs.FileInfo, error) {
    	return f, nil
    }
    
    func (f *FakeFile) Read(p []byte) (int, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 04 16:27:35 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/cases/cases.go

    }
    
    // Title returns a Caser for language-specific title casing. It uses an
    // approximation of the default Unicode Word Break algorithm.
    func Title(t language.Tag, opts ...Option) Caser {
    	return Caser{makeTitle(t, getOpts(opts...))}
    }
    
    // Fold returns a Caser that implements Unicode case folding. The returned Caser
    // is stateless and safe to use concurrently by multiple goroutines.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  7. subprojects/core/src/testFixtures/groovy/org/gradle/cache/internal/VersionSpecificCacheCleanupFixture.groovy

                @Override
                void process(TestFile markerFile) { }
            }
    
            abstract void process(TestFile markerFile)
    
            static MarkerFileType notUsedWithinDays(int days) {
                return new MarkerFileType() {
                    @Override
                    void process(TestFile markerFile) {
                        markerFile.createFile()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 26 15:32:56 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/SmokeContinuousIntegrationTest.groovy

            output.contains "value: original"
    
            when:
            waitBeforeModification(markerFile)
            markerFile.text = "changed"
    
            then:
            buildTriggeredAndSucceeded()
            output.contains "value: changed"
        }
    
        def "can recover from build failure"() {
            given:
            def markerFile = file("input/marker")
            file("inputFile").createFile()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirOriginalPsiProvider.kt

            fakeDeclaration.originalDeclaration = originalDeclaration
        }
    
        override fun recordOriginalKtFile(fakeFile: KtFile, originalFile: KtFile) {
            fakeFile.originalKtFile = originalFile
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/symbolDeclarationOverridesProvider/AbstractOverriddenDeclarationProviderTest.kt

    abstract class AbstractOverriddenDeclarationProviderTest : AbstractAnalysisApiBasedTest() {
        override fun doTestByMainFile(mainFile: KtFile, mainModule: KtTestModule, testServices: TestServices) {
            val actual = executeOnPooledThreadInReadAction {
                analyseForTest(mainFile) {
                    val symbol = getCallableSymbol(mainFile, testServices)
                    val allOverriddenSymbols = symbol.getAllOverriddenSymbols().map { renderSignature(it) }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 09:59:11 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top