Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for exists (0.04 sec)

  1. popper.min.js.map

    /** @prop {Number|String} offset=0\n * The offset value as described in the modifier description\n */\n offset: 0,\n },\n\n /**\n * Modifier used to prevent the popper from being positioned outside the boundary.\n *\n * A scenario exists where the reference itself is not within the boundaries.<br />\n * We can say it has \"escaped the boundaries\" — or just \"escaped\".<br />\n * In this case we need to decide whether the popper should either:\n *\n * - detach from the reference...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  2. FessMessages.java

    final String ERRORS_APP_DB_ALREADY_UPDATED = "{errors.app.db.already.updated}"; L172: L173: /** The key of the message: already existing data, so retry. */ L174: public static final String ERRORS_APP_DB_ALREADY_EXISTS = "{errors.app.db.already.exists}"; L175: L176: /** The key of the message: Your request might have been processed before this request. Please check and retry it. */ L177: public static final String ERRORS_APP_DOUBLE_SUBMIT_REQUEST = "{errors.app.double.submit.request}"; L178:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      119.9K bytes
  3. FessLabels.java

    /** The key of the message: Properties for Bug Report */ L1821: public static final String LABELS_system_info_bug_report_title = "{labels.system_info_bug_report_title}"; L1822: L1823: /** The key of the message: system.properties does not exist. Default values are applied. */ L1824: public static final String LABELS_system_info_system_properties_does_not_exist = L1825: "{labels.system_info_system_properties_does_not_exist}"; L1826: L1827: /** The key of the message: File...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Mar 22 11:58:34 UTC 2024
      146.4K bytes
Back to top