Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Suppress (0.23 sec)

  1. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java

                    ((EsAbstractEntity) entity).asDocMeta().id(itemResponse.getId());
                }
                results[i] = itemResponse.isFailed() ? 0 : 1;
            }
            return results;
        }
    
        // to suppress xacceptUpdateColumnModifiedPropertiesIfNeeds()'s specify process
        @Override
        protected UpdateOption<CB> createPlainUpdateOption() {
            UpdateOption<CB> updateOption = new UpdateOption<CB>();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  2. dbflute_fess/dfprop/replaceSchemaMap.dfprop

        # o isSuppressTruncateTable: (NotRequired - Default false)
        #  You can suppress truncating tables at initializing schema.
        #
        #; isSuppressTruncateTable = false
        # - - - - - - - - - -/
    
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o isSuppressDropForeignKey: (NotRequired - Default false)
        #  You can suppress dropping foreign keys at initializing schema.
        #
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 9.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java

                }
            } catch (final Exception ignored) {}
        }
    
        protected void handleFileUploadException(final FileUploadException e) throws ServletException {
            // suppress logging because it can be caught by logging filter
            //log.error("Failed to parse multipart request", e);
            throw new ServletException("Failed to upload the file.", e);
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java

        //                                                                               Hook
        //                                                                              ======
        // to suppress unexpected override by sub-class
        // you should remove the 'final' if you need to override this
        @Override
        public ActionResponse godHandPrologue(final ActionRuntime runtime) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  5. src/main/assemblies/files/logging.properties

    java.util.logging.FileHandler.level=INFO
    java.util.logging.FileHandler.pattern=${fess.log.path}/server_%g.log
    java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
    java.util.logging.FileHandler.count=10
    
    # Suppress warning logs
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Aug 21 11:31:50 GMT 2016
    - 475 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java

                    ((EsAbstractEntity) entity).asDocMeta().id(itemResponse.getId());
                }
                results[i] = itemResponse.isFailed() ? 0 : 1;
            }
            return results;
        }
    
        // to suppress xacceptUpdateColumnModifiedPropertiesIfNeeds()'s specify process
        @Override
        protected UpdateOption<CB> createPlainUpdateOption() {
            UpdateOption<CB> updateOption = new UpdateOption<CB>();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/adminlte.min.css.map

    0; // 1\n  font-family: $font-family-base;\n  @include font-size($font-size-base);\n  font-weight: $font-weight-base;\n  line-height: $line-height-base;\n  color: $body-color;\n  text-align: left; // 3\n  background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 2M bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java

                    ((EsAbstractEntity) entity).asDocMeta().id(itemResponse.getId());
                }
                results[i] = itemResponse.isFailed() ? 0 : 1;
            }
            return results;
        }
    
        // to suppress xacceptUpdateColumnModifiedPropertiesIfNeeds()'s specify process
        @Override
        protected UpdateOption<CB> createPlainUpdateOption() {
            UpdateOption<CB> updateOption = new UpdateOption<CB>();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  9. src/main/webapp/css/bootstrap.min.css.map

    font-size($font-size-base);\n  font-weight: $font-weight-base;\n  line-height: $line-height-base;\n  color: $body-color;\n  text-align: left; // 3\n  background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 626.8K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css.map

    font-size($font-size-base);\n  font-weight: $font-weight-base;\n  line-height: $line-height-base;\n  color: $body-color;\n  text-align: left; // 3\n  background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 626.8K bytes
    - Viewed (0)
Back to top