Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _CLN_ (0.02 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/FileTransformer.java

        protected String path;
    
        /**
         * A string to replace ?.
         */
        protected String questionStr = "_QUEST_";
    
        /**
         * A string to replace :.
         */
        protected String colonStr = "_CLN_";
    
        /**
         * A string to replace ;.
         */
        protected String semicolonStr = "_SCLN_";
    
        /**
         * A string to replace &.
         */
        protected String ampersandStr = "_AMP_";
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top