Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 161 for cache (0.34 sec)

  1. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/declarations/KotlinStandaloneDeclarationProvider.kt

     *
     * @param binaryRoots Binary roots of the binary libraries that are specific to [project].
     * @param sharedBinaryRoots Binary roots that are shared between multiple different projects. This allows Kotlin tests to cache stubs for
     * shared libraries like the Kotlin stdlib.
     */
    class KotlinStandaloneDeclarationProviderFactory(
        private val project: Project,
        sourceKtFiles: Collection<KtFile>,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java

                }
    
                Map<String, Artifact> map = new HashMap<>();
                for (Artifact artifact : resolvedArtifacts) {
                    /**
                     * MNG-6300: resolvedArtifacts can be cache result; this ensures reactor files are always up-to-date
                     * During lifecycle the Artifact.getFile() can change from target/classes to the actual jar.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:49 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

                        // cache
                        putResultDataBody(dataMap, fessConfig.getIndexFieldCache(), new String(InputStreamUtil.getBytes(is), charSet));
                        putResultDataBody(dataMap, fessConfig.getIndexFieldHasCache(), Constants.TRUE);
                    } catch (final Exception e) {
                        logger.warn("Failed to write a cache: {}:{}", sessionId, responseData, e);
                    }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 41.9K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_en.properties

    labels.search_result_last_modified=Last Modified:
    labels.search_result_favorite=Like
    labels.search_result_favorited=Liked
    labels.search_click_count=Viewed ({0})
    labels.search_result_more=more..
    labels.search_result_cache=Cache
    labels.search_result_similar=Similar Results ({0})
    labels.facet_label_title=Label
    labels.facet_timestamp_title=Date Range
    labels.facet_timestamp_1day=Past 24 Hours
    labels.facet_timestamp_1week=Past Week
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirScopeProvider.kt

             * with [getCompositeScope]) avoids duplicate inner classes, as they are contained in non-static and static scopes.
             *
             * A proper combined declared member scope kind also makes it easier to cache combined scopes directly (if needed).
             */
            COMBINED,
        }
    
        private fun getDeclaredMemberScope(classSymbol: KaSymbolWithMembers, kind: DeclaredMemberScopeKind): KaScope {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.search_result_favorite	=	Aime
    labels.search_result_favorited	=	Aimé
    labels.search_click_count	=	Vu ({0})
    labels.search_result_more	=	plus..
    labels.search_result_cache	=	Cache
    labels.search_result_similar	=	Résultats similaires ({0})
    labels.facet_label_title	=	Étiqueter
    labels.facet_timestamp_title	=	Plage de dates
    labels.facet_timestamp_1day	=	Dernières 24 heures
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  7. maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java

                    .desc("Defines the color mode of the output. Supported are 'auto', 'always', 'never'.")
                    .build());
            options.addOption(Option.builder(CACHE_ARTIFACT_NOT_FOUND)
                    .longOpt("cache-artifact-not-found")
                    .hasArg()
                    .desc(
                            "Defines caching behaviour for 'not found' artifacts. Supported values are 'true' (default), 'false'.")
                    .build());
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/indexer/IndexUpdater.java

                        docList.addProcessingTime(processingTime);
                        if (logger.isDebugEnabled()) {
                            logger.debug("Added the document({}, {}ms). The number of a document cache is {} (size: {}).",
                                    MemoryUtil.byteCountToDisplaySize(contentSize), processingTime, docList.size(), docList.getContentSize());
                        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-61331`](https://youtrack.jetbrains.com/issue/KT-61331) K2: add cache restoring in case of existing context
    - [`KT-61408`](https://youtrack.jetbrains.com/issue/KT-61408) K2: IDE K2: "Inconsistency in the cache. Someone without context put a null value in the cache"
    
    ### Analysis. Light Classes
    
    #### Performance Improvements
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.search_result_favorite=Like
    labels.search_result_favorited=Liked
    labels.search_click_count=Viewed ({0})
    labels.search_click_views={0} views
    labels.search_result_more=more..
    labels.search_result_cache=Cache
    labels.search_result_similar=Similar Results ({0})
    labels.facet_label_title=Label
    labels.facet_timestamp_title=Date Range
    labels.facet_timestamp_1day=Past 24 Hours
    labels.facet_timestamp_1week=Past Week
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
Back to top