Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for email (0.03 sec)

  1. BsUserCQ.java

    L4415: } L4416: L4417: public void setMail_Equal(String mail) { L4418: setMail_Term(mail, null); L4419: } L4420: L4421: public void setMail_Equal(String mail, ConditionOptionCall<TermQueryBuilder> opLambda) { L4422: setMail_Term(mail, opLambda); L4423: } L4424: L4425: public void setMail_Term(String mail) { L4426: setMail_Term(mail, null); L4427: } L4428: L4429: public void setMail_Term(String mail, ConditionOptionCall<TermQueryBuilder> opLambda) { L4430:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      326.1K bytes
  2. FessConfig.java

    "user.code.pattern"; L1427: L1428: /** The key of the configuration. e.g. Administrator */ L1429: String MAIL_FROM_NAME = "mail.from.name"; L1430: L1431: /** The key of the configuration. e.g. root@localhost */ L1432: String MAIL_FROM_ADDRESS = "mail.from.address"; L1433: L1434: /** The key of the configuration. e.g. */ L1435: String MAIL_HOSTNAME = "mail.hostname"; L1436: L1437: /** The key of the configuration. e.g. */ L1438: String SCHEDULER_TARGET_NAME = "scheduler.target.name";...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
Back to top