Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for commenters (0.17 sec)

  1. .github/actions/people/app/main.py

                if author_time > six_months_ago:
                    six_months_commenters[author_name] += 1
                if author_time > one_year_ago:
                    one_year_commenters[author_name] += 1
        discussion_experts_results = DiscussionExpertsResults(
            authors=authors,
            commenters=commenters,
            last_month_commenters=last_month_commenters,
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Mar 26 17:38:21 GMT 2024
    - 19.2K bytes
    - Viewed (1)
  2. build-logic/build-init-samples/src/main/kotlin/gradlebuild/samples/SamplesGenerator.kt

            generateReadmeFragment(templateFolder, "$specificContentId-body", settings, comments, descriptor, projectLayoutSetupRegistry)
            if (descriptor.language === Language.JAVA && descriptor.componentType === ComponentType.LIBRARY) {
                generateReadmeFragment(templateFolder, "$specificContentId-api-docs", settings, comments, descriptor, projectLayoutSetupRegistry)
            }
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Feb 06 17:51:21 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsUserInfoCQ.java

                opLambda.callback(builder);
            }
        }
    
        @Deprecated
        public void setCreatedAt_CommonTerms(LocalDateTime createdAt) {
            setCreatedAt_CommonTerms(createdAt, null);
        }
    
        @Deprecated
        public void setCreatedAt_CommonTerms(LocalDateTime createdAt, ConditionOptionCall<CommonTermsQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 20.1K bytes
    - Viewed (0)
  4. .github/actions/notify-translations/app/main.py

            logging.info(
                f"Checking current comments in discussion: #{discussion.number} to see if already notified about this PR: #{pr.number}"
            )
            comments = get_graphql_translation_discussion_comments(
                settings=settings, discussion_number=discussion.number
            )
            for comment in comments:
                if new_translation_message in comment.body:
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Sep 27 23:01:46 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoCQ.java

                opLambda.callback(builder);
            }
        }
    
        @Deprecated
        public void setCreatedTime_CommonTerms(Long createdTime) {
            setCreatedTime_CommonTerms(createdTime, null);
        }
    
        @Deprecated
        public void setCreatedTime_CommonTerms(Long createdTime, ConditionOptionCall<CommonTermsQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java

                opLambda.callback(builder);
            }
        }
    
        @Deprecated
        public void setCrawlingInfoId_CommonTerms(String crawlingInfoId) {
            setCrawlingInfoId_CommonTerms(crawlingInfoId, null);
        }
    
        @Deprecated
        public void setCrawlingInfoId_CommonTerms(String crawlingInfoId, ConditionOptionCall<CommonTermsQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 36K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsFavoriteLogCQ.java

                opLambda.callback(builder);
            }
        }
    
        @Deprecated
        public void setCreatedAt_CommonTerms(LocalDateTime createdAt) {
            setCreatedAt_CommonTerms(createdAt, null);
        }
    
        @Deprecated
        public void setCreatedAt_CommonTerms(LocalDateTime createdAt, ConditionOptionCall<CommonTermsQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 42.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordToLabelCQ.java

                opLambda.callback(builder);
            }
        }
    
        @Deprecated
        public void setElevateWordId_CommonTerms(String elevateWordId) {
            setElevateWordId_CommonTerms(elevateWordId, null);
        }
    
        @Deprecated
        public void setElevateWordId_CommonTerms(String elevateWordId, ConditionOptionCall<CommonTermsQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 23.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsGroupCQ.java

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        @Deprecated
        public void setGidNumber_CommonTerms(Long gidNumber) {
            setGidNumber_CommonTerms(gidNumber, null);
        }
    
        @Deprecated
        public void setGidNumber_CommonTerms(Long gidNumber, ConditionOptionCall<CommonTermsQueryBuilder> opLambda) {
            CommonTermsQueryBuilder builder = regCommonTermsQ("gidNumber", gidNumber);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 20K bytes
    - Viewed (0)
  10. docs/bigdata/README.md

    interaction pattern causes significant loss of performance because of the write amplification. _Netflix_, for example, developed two new staging committers - the Directory staging committer and the Partitioned staging committer - to take full advantage of native object storage operations. These committers do not require rename operation. The two staging committers were evaluated, along with another new addition called the Magic committer for benchmarking.
    
    It was found that the directory staging...
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 14.7K bytes
    - Viewed (0)
Back to top