Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for MakeFile (0.3 sec)

  1. 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)
  2. 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)
  3. 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)
  4. src/cmd/go/internal/fsys/fsys.go

    func (f fakeFile) Mode() fs.FileMode  { return f.real.Mode() }
    func (f fakeFile) ModTime() time.Time { return f.real.ModTime() }
    func (f fakeFile) IsDir() bool        { return f.real.IsDir() }
    func (f fakeFile) Sys() any           { return f.real.Sys() }
    
    func (f fakeFile) String() string {
    	return fs.FormatFileInfo(f)
    }
    
    // missingFile provides an fs.FileInfo for an overlaid file where the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:35:34 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  5. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10OriginalPsiProvider.kt

        override fun getOriginalKtFile(file: KtFile): KtFile? = null
    
        override fun recordOriginalDeclaration(fakeDeclaration: KtDeclaration, originalDeclaration: KtDeclaration) {}
    
        override fun recordOriginalKtFile(fakeFile: KtFile, originalFile: KtFile) {}
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/declarations/KotlinStandaloneDeclarationProvider.kt

            val fakeFile = object : KtFile(KtClassFileViewProvider(psiManager, fileContent.file), isCompiled = true) {
                override fun getStub() = ktFileStub
    
                override fun isPhysical() = false
            }
            ktFileStub.psi = fakeFile
            createdFakeKtFiles.add(fakeFile)
            return ktFileStub
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  7. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtOriginalPsiProvider.kt

        public abstract fun getOriginalKtFile(file: KtFile): KtFile?
    
        public abstract fun recordOriginalDeclaration(fakeDeclaration: KtDeclaration, originalDeclaration: KtDeclaration)
        public abstract fun recordOriginalKtFile(fakeFile: KtFile, originalFile: KtFile)
    }
    
    @KaAnalysisApiInternals
    public typealias KtOriginalPsiProvider = KaOriginalPsiProvider
    
    @KaAnalysisApiInternals
    public interface KaOriginalPsiProviderMixIn : KaSessionMixIn {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCompletionCandidateChecker.kt

        private val firCallSiteSession: FirSession
        private val firOriginalFile: FirFile
        private val firExplicitReceiver: FirExpression?
    
        init {
            val fakeFile = nameExpression.containingKtFile
            val firFakeFile = fakeFile.getOrBuildFirFile(firResolveSession)
    
            implicitReceivers = computeImplicitReceivers(firFakeFile)
            firCallSiteSession = firFakeFile.llFirSession
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  9. RELEASE.md

    *   `tf.lite`:
    
        *   Rename fields `SignatureDef` table in schema to maximize the parity with
            TF SavedModel's Signature concept.
        *   Deprecate Makefile builds. Makefile users need to migrate their builds
            to CMake or Bazel. Please refer to the
            [Build TensorFlow Lite with CMake](https://www.tensorflow.org/lite/guide/build_cmake)
            and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

    - Lower and upper case feature flag values are now allowed, but the name still has to match. ([#121441](https://github.com/kubernetes/kubernetes/pull/121441), [@soltysh](https://github.com/soltysh))
    - Makefile and scripts now respect `GOTOOLCHAIN` and otherwise ensure `./.go-version` is used. ([#120279](https://github.com/kubernetes/kubernetes/pull/120279), [@BenTheElder](https://github.com/BenTheElder))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top