Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for included_urls (0.39 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Included URLs */
        public static final String LABELS_included_urls = "{labels.included_urls}";
    
        /** The key of the message: Excluded URLs */
        public static final String LABELS_excluded_urls = "{labels.excluded_urls}";
    
        /** The key of the message: Included Doc URLs */
        public static final String LABELS_included_doc_urls = "{labels.included_doc_urls}";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java

        public void setIncludedUrls_Equal(String includedUrls) {
            setIncludedUrls_Term(includedUrls, null);
        }
    
        public void setIncludedUrls_Equal(String includedUrls, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setIncludedUrls_Term(includedUrls, opLambda);
        }
    
        public void setIncludedUrls_Term(String includedUrls) {
            setIncludedUrls_Term(includedUrls, null);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 172.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebConfigCA.java

            setIncludedUrls_Terms("includedUrls", opLambda, null);
        }
    
        public void setIncludedUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebConfigCA> aggsLambda) {
            setIncludedUrls_Terms("includedUrls", opLambda, aggsLambda);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 149K bytes
    - Viewed (0)
Back to top