Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for old (0.14 sec)

  1. src/main/java/org/codelibs/fess/app/web/login/LoginAction.java

    import org.lastaflute.web.validation.VaErrorHook;
    
    public class LoginAction extends FessLoginAction {
    
        private static final Logger logger = LogManager.getLogger(LoginAction.class);
    
        private static final String INVALID_OLD_PASSWORD = "LoginAction.invalidOldPassword";
    
        // ===================================================================================
        // Attribute
        //
        @Resource
        private UserService userService;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/DataIndexHelper.java

    import org.opensearch.index.query.QueryBuilders;
    
    public class DataIndexHelper {
    
        private static final Logger logger = LogManager.getLogger(DataIndexHelper.class);
    
        private static final String DELETE_OLD_DOCS = "delete_old_docs";
    
        private static final String KEEP_EXPIRES_DOCS = "keep_expires_docs";
    
        protected long crawlingExecutionInterval = Constants.DEFAULT_CRAWLING_EXECUTION_INTERVAL;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/orig/view/profile/index.jsp

    				</div>
    				<la:form styleId="updatePassword" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_old_password">
    							<la:message key="labels.profile.placeholder_old_password" />
    						</c:set>
    						<la:password property="oldPassword" class="form-control"
    									 placeholder="${ph_old_password}" />
    						<div class="input-group-append">
    							<span class="input-group-text"><em class="fa fa-lock fa-fw"></span>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/profile/index.jsp

    				</div>
    				<la:form styleId="updatePassword" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_old_password">
    							<la:message key="labels.profile.placeholder_old_password" />
    						</c:set>
    						<la:password property="oldPassword" class="form-control"
    									 placeholder="${ph_old_password}" />
    						<div class="input-group-append">
    							<span class="input-group-text"><em class="fa fa-lock fa-fw"></span>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.logout_button=ログアウト
    labels.profile=パスワード変更
    labels.administration=管理
    labels.profile_button=設定
    labels.profile.title= 設定
    labels.profile.update= 更新
    labels.profile.back= 戻る
    labels.profile.placeholder_old_password= 現在のパスワード
    labels.profile.placeholder_new_password= 新しいパスワード
    labels.profile.placeholder_confirm_new_password= 新しいパスワードの確認
    labels.top.search=検索
    labels.index_title=Fess
    labels.index_form_search_btn=検索
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  6. src/test/java/jcifs/tests/FileLocationTest.java

                assertEquals("1.2.3.4", fl.getServerWithDfs());
                assertEquals("other", fl.getShare());
                assertEquals("\\foo\\bar\\", fl.getUNCPath());
                // this intentionally sticks to the old name
                assertEquals("/share/foo/bar/", fl.getURLPath());
            }
        }
    
    
        @Test
        public void testDfsReferralShareNested () throws MalformedURLException, CIFSException {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 08 13:16:07 GMT 2020
    - 23K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.map

    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbSession.java

                        dc_list_expiration = now + CACHE_POLICY * 1000L;
                        if (list != null && list.length > 0) {
                            dc_list = list;
                        } else { /* keep using the old list */
                            dc_list_expiration = now + 1000 * 60 * 15; /* 15 min */
                            if (SmbTransport.log.level >= 2) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 18.6K bytes
    - Viewed (0)
  9. src/packaging/rpm/init.d/fess

    export FESS_DICTIONARY_PATH
    export FESS_HEAP_SIZE
    export SEARCH_ENGINE_HOME
    export SEARCH_ENGINE_HTTP_URL
    export FESS_JAVA_OPTS
    export JAVA_HOME
    
    lockfile=/var/lock/subsys/$prog
    
    # backwards compatibility for old config sysconfig files, pre 0.90.1
    if [ -n $USER ] && [ -z $FESS_USER ] ; then 
       FESS_USER=$USER
    fi
    
    checkJava() {
        if [ -x "$JAVA_HOME/bin/java" ]; then
            JAVA="$JAVA_HOME/bin/java"
        else
    Shell Script
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Jan 15 06:32:15 GMT 2023
    - 3.7K bytes
    - Viewed (1)
  10. src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java

                        return oldItem;
                    }
                    if (!item.equals(oldItem)) {
                        throw new DictionaryException("StemmerOverride file was updated: old=" + oldItem + " : new=" + item);
                    }
                    try {
                        if (!item.isDeleted()) {
                            // update
                            writer.write(item.toLineString());
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.6K bytes
    - Viewed (0)
Back to top