Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 123 for Attribut (0.63 sec)

  1. android/guava/src/com/google/common/xml/XmlEscapers.java

       *
       * <p><b>Note:</b> Double and single quotes are not escaped, so it is <b>not safe</b> to use this
       * escaper to escape attribute values. Use {@link #xmlContentEscaper} if the output can appear in
       * element content or {@link #xmlAttributeEscaper} in attribute values.
       *
       * <p>This escaper substitutes {@code 0xFFFD} for non-whitespace control characters and the
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Jan 18 20:55:09 GMT 2022
    - 6.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/html/HtmlEscapers.java

    import com.google.common.annotations.GwtCompatible;
    import com.google.common.escape.Escaper;
    import com.google.common.escape.Escapers;
    
    /**
     * {@code Escaper} instances suitable for strings to be included in HTML attribute values and
     * most elements' text contents. When possible, avoid manual escaping by using templating
     * systems and high-level APIs that provide autoescaping.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 14 22:08:54 GMT 2021
    - 3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                               Hook
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java

    public class AccessContextLogic {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private TimeManager timeManager;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** crawlingInfoId */
        protected String crawlingInfoId;
    
        /** createdTime */
        protected Long createdTime;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordToLabelCB.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsElevateWordToLabelCQ _conditionQuery;
        protected BsElevateWordToLabelCA _conditionAggregation;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/common/ImplementedInvokerAssistant.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected static final String[] DEFAULT_CLIENT_INVOKE_NAMES = { "Page", "Action", "Controller", "ControllerImpl", "Task", "Test" };
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java

    public class BsElevateWordCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsElevateWordCQ _conditionQuery;
        protected BsElevateWordCA _conditionAggregation;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsFileAuthenticationCQ _conditionQuery;
        protected BsFileAuthenticationCA _conditionAggregation;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsAccessTokenCB.java

    public class BsAccessTokenCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsAccessTokenCQ _conditionQuery;
        protected BsAccessTokenCA _conditionAggregation;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.1K bytes
    - Viewed (0)
Back to top