Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for mailto (0.2 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

    import org.codelibs.fess.app.web.base.FessAdminAction;
    import org.codelibs.fess.helper.SystemHelper;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.codelibs.fess.mylasta.mail.TestmailPostcard;
    import org.codelibs.fess.util.ComponentUtil;
    import org.lastaflute.core.mail.Postbox;
    import org.lastaflute.web.Execute;
    import org.lastaflute.web.response.HtmlResponse;
    import org.lastaflute.web.ruts.process.ActionRuntime;
    
    /**
     * @author shinsuke
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java

            this.labeledURI = value;
        }
    
        public String getMail() {
            checkSpecifiedProperty("mail");
            return convertEmptyToNull(mail);
        }
    
        public void setMail(String value) {
            registerModifiedProperty("mail");
            this.mail = value;
        }
    
        public String getMobile() {
            checkSpecifiedProperty("mobile");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                                key="labels.user_mail"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="attributes.mail"/>
                                            <la:text styleId="attributes.mail" property="attributes.mail" styleClass="form-control"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 14 12:15:45 GMT 2020
    - 31.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    user.code.pattern=[a-zA-Z0-9_]+
    
    # ----------------------------------------------------------
    #                                                       Mail
    #                                                     ------
    # From
    mail.from.name = Administrator
    mail.from.address = root@localhost
    mail.hostname=
    
    # ----------------------------------------------------------
    #                                                  Scheduler
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_ru.properties

    labels.process_time_is_exceeded=Лимит времени поиска был превышен. Частичный результат может отображаться.
    labels.user_given_name=Имя
    labels.givenName=Имя
    labels.user_surname=Фамилия
    labels.surame=Фамилия
    labels.user_mail=E-Mail
    labels.mail=E-Mail
    labels.user_employeeNumber=employeeNumber
    labels.employeeNumber=employeeNumber
    labels.user_telephoneNumber=telephoneNumber
    labels.telephoneNumber=telephoneNumber
    labels.user_homePhone=homePhone
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  6. LICENSE

        License along with this library; if not, write to the Free Software
        Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
        USA
    
    Also add information on how to contact you by electronic and paper mail.
    
    You should also get your employer (if you work as a programmer) or your
    school, if any, to sign a "copyright disclaimer" for the library, if
    necessary.  Here is a sample; alter the names:
    
    Plain Text
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Jan 18 20:25:38 GMT 2016
    - 25.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.mylasta.mail;
    
    import org.lastaflute.core.mail.LaTypicalPostcard;
    import org.lastaflute.core.mail.MPCall;
    import org.lastaflute.core.mail.Postbox;
    
    /**
     * The postcard for MailFlute on LastaFlute.
     * @author FreeGen
     */
    public class CrawlerPostcard extends LaTypicalPostcard {
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10K bytes
    - Viewed (1)
  8. src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java

                false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnMail = cci("mail", "mail", null, null, String.class, "mail", null, false, false, false, "keyword", 0,
                0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 27K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.user_mail"/></th>
                                            <td>${f:h(attributes.mail)}<la:hidden property="attributes.mail"/></td>
                                        </tr>
                                        <c:if test="${ldapAdminEnabled}">
                                            <tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 17.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_en.properties

    errors.cannot_delete_doc_because_of_running=Crawler is running. The document cannot be deleted.
    errors.failed_to_delete_doc_in_admin=Failed to delete document.
    errors.failed_to_send_testmail=Failed to send the test mail.
    errors.could_not_find_backup_index=Could not find index for backup.
    errors.no_user_for_changing_password=The current password is incorrect.
    errors.failed_to_change_password=Failed to change your password.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.4K bytes
    - Viewed (0)
Back to top