Search Options

Results per page
Sort
Preferred Languages
Advance

Results 531 - 540 of 4,019 for pull (0.05 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

                                : null );
                        if ( cresp != null && cresp.isReceived() ) {
                            return (T) cresp;
                        }
                        if ( chain != null ) {
                            return this.transport.send(chain, null, params);
                        }
                        return null;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/ntlmssp/Type2Message.java

            return "Type2Message[target=" + target +
                ",challenge=" + (challenge == null ? "null" : "<" + challenge.length + " bytes>") +
                ",context=" + (context == null ? "null" : "<" + context.length + " bytes>") +
                ",targetInformation=" + (targetInformation == null ? "null" : "<" + targetInformation.length + " bytes>") +
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 12.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java

            if (businessCategory != null) {
                addFieldToSource(sourceMap, "businessCategory", businessCategory);
            }
            if (carLicense != null) {
                addFieldToSource(sourceMap, "carLicense", carLicense);
            }
            if (city != null) {
                addFieldToSource(sourceMap, "city", city);
            }
            if (departmentNumber != null) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  4. dbflute_fess/playsql/replace-schema.sql

        MEMBER_ID INTEGER IDENTITY NOT NULL PRIMARY KEY,
        MEMBER_NAME VARCHAR(200) NOT NULL,
        MEMBER_ACCOUNT VARCHAR(50) NOT NULL,
        MEMBER_STATUS_CODE CHAR(3) NOT NULL,
        FORMALIZED_DATETIME DATETIME,
        BIRTHDATE DATE,
        REGISTER_DATETIME DATETIME NOT NULL,
        REGISTER_USER VARCHAR(200) NOT NULL,
        UPDATE_DATETIME DATETIME NOT NULL,
        UPDATE_USER VARCHAR(200) NOT NULL,
        VERSION_NO BIGINT NOT NULL
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jul 25 06:04:16 UTC 2015
    - 449 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsbhv/BsFailureUrlBhv.java

            doUpdate(entity, null);
        }
    
        public void insertOrUpdate(FailureUrl entity) {
            doInsertOrUpdate(entity, null, null);
        }
    
        public void insertOrUpdate(FailureUrl entity, RequestOptionCall<IndexRequestBuilder> opLambda) {
            entity.asDocMeta().indexOption(opLambda);
            doInsertOrUpdate(entity, null, null);
        }
    
        public void delete(FailureUrl entity) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsbhv/BsRelatedQueryBhv.java

            doUpdate(entity, null);
        }
    
        public void insertOrUpdate(RelatedQuery entity) {
            doInsertOrUpdate(entity, null, null);
        }
    
        public void insertOrUpdate(RelatedQuery entity, RequestOptionCall<IndexRequestBuilder> opLambda) {
            entity.asDocMeta().indexOption(opLambda);
            doInsertOrUpdate(entity, null, null);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/log/bsbhv/BsUserInfoBhv.java

            doUpdate(entity, null);
        }
    
        public void insertOrUpdate(UserInfo entity) {
            doInsertOrUpdate(entity, null, null);
        }
    
        public void insertOrUpdate(UserInfo entity, RequestOptionCall<IndexRequestBuilder> opLambda) {
            entity.asDocMeta().indexOption(opLambda);
            doInsertOrUpdate(entity, null, null);
        }
    
        public void delete(UserInfo entity) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java

                user = userInfo.substring(u, i);
            }
    
            this.domain = dom != null ? dom : ( defDomain != null ? defDomain : "" );
            this.username = user != null ? user : ( defUser != null ? defUser : "" );
            this.password = pass != null ? pass : ( defPassword != null ? defPassword : "" );
    
            if ( type == null ) {
                this.type = guessAuthenticationType();
            }
            else {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 18.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigBhv.java

            doUpdate(entity, null);
        }
    
        public void insertOrUpdate(DataConfig entity) {
            doInsertOrUpdate(entity, null, null);
        }
    
        public void insertOrUpdate(DataConfig entity, RequestOptionCall<IndexRequestBuilder> opLambda) {
            entity.asDocMeta().indexOption(opLambda);
            doInsertOrUpdate(entity, null, null);
        }
    
        public void delete(DataConfig entity) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelTypeBhv.java

            doUpdate(entity, null);
        }
    
        public void insertOrUpdate(LabelType entity) {
            doInsertOrUpdate(entity, null, null);
        }
    
        public void insertOrUpdate(LabelType entity, RequestOptionCall<IndexRequestBuilder> opLambda) {
            entity.asDocMeta().indexOption(opLambda);
            doInsertOrUpdate(entity, null, null);
        }
    
        public void delete(LabelType entity) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top