Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 54 for doc_id (0.57 sec)

  1. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

                                            <la:message key="labels.dict_list_link"/>
                                        </la:link>
                                        <la:link href="list/1?dictId=${f:u(dictId)}"
                                                 styleClass="btn btn-primary btn-xs">
                                            <em class="fa fa-th-list">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SIDCacheImpl.java

                            SID[] mems = getGroupMemberSids(tc, authorityServerName, domSid, entry.idx, flags);
                            SID groupSid = new SID(domSid, entry.idx);
                            groupSid.type = jcifs.SID.SID_TYPE_ALIAS;
                            groupSid.domainName = domSid.getDomainName();
                            groupSid.acctName = ( new UnicodeString(entry.name, false) ).toString();
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 12.6K bytes
    - Viewed (0)
  3. internal/dsync/drwmutex.go

    	var wg sync.WaitGroup
    	for lockID := range restClnts {
    		wg.Add(1)
    		go func(lockID int) {
    			defer wg.Done()
    			if sendRelease(ctx, ds, restClnts[lockID], owner, (*locks)[lockID], isReadLock, names...) {
    				(*locks)[lockID] = ""
    			}
    		}(lockID)
    	}
    	wg.Wait()
    
    	// Return true if releaseAll was successful, otherwise we return 'false'
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 19.7K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SID.java

            for ( i = 0; i < domsid.sub_authority_count; i++ ) {
                this.sub_authority[ i ] = domsid.sub_authority[ i ];
            }
            this.sub_authority[ i ] = rid;
        }
    
    
        /**
         * Construct a relative SID
         * 
         * @param domsid
         * @param id
         */
        public SID ( SID domsid, SID id ) {
            this.revision = domsid.revision;
            this.identifier_authority = domsid.identifier_authority;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 14.9K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp

                                            <la:message key="labels.dict_list_link"/>
                                        </la:link>
                                        <la:link href="list/1?dictId=${f:u(dictId)}"
                                                 styleClass="btn btn-primary btn-xs">
                                            <em class="fa fa-th-list">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 24 13:43:18 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/SID.java

         */
        public SID(SID domsid, int rid) {
            this.revision = domsid.revision;
            this.identifier_authority = domsid.identifier_authority;
            this.sub_authority_count = (byte)(domsid.sub_authority_count + 1);
            this.sub_authority = new int[this.sub_authority_count];
            int i;
            for (i = 0; i < domsid.sub_authority_count; i++) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            systemHelper.setForceStop(false);
            assertFalse(systemHelper.isForceStop());
        }
    
        public void test_generateDocId() {
            final String docId = systemHelper.generateDocId(Collections.emptyMap());
            assertNotNull(docId);
            assertEquals(32, docId.length());
        }
    
        public void test_abbreviateLongText() {
            assertEquals("", systemHelper.abbreviateLongText(""));
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_ru.properties

    errors.result_size_exceeded=No more results could be displayed.
    errors.target_file_does_not_exist={0} file does not exist.
    errors.failed_to_delete_file=Failed to delete {0} file.
    errors.docid_not_found=Not found Doc ID:{0}
    errors.document_not_found=Not found URL of Doc ID:{0}
    errors.not_load_from_server=Could not load from this server: {0}
    errors.failed_to_start_job=Failed to start job {0}.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri May 20 12:12:28 GMT 2022
    - 10.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_ko.properties

    errors.result_size_exceeded = 더 이상 결과를 표시 할 수 없습니다.
    errors.target_file_does_not_exist = {0} 파일이 존재하지 않습니다.
    errors.failed_to_delete_file = {0} 파일의 삭제에 실패했습니다.
    errors.docid_not_found = 문서 ID를 찾을 수 없습니다. 원인 : {0}
    errors.document_not_found = 문서 ID의 URL을 찾을 수 없습니다. 원인 : {0}
    errors.not_load_from_server =이 서버에서 로드 할 수 없습니다. 원인 : {0}
    errors.failed_to_start_job = 직업 {0}을 시작할 수 없습니다.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jul 07 06:11:30 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_de.properties

    errors.result_size_exceeded=Keine weiteren Ergebnisse konnten angezeigt werden.
    errors.target_file_does_not_exist=Datei {0} existiert nicht.
    errors.failed_to_delete_file=Löschen der Datei {0} fehlgeschlagen.
    errors.docid_not_found=Dokument-ID nicht gefunden: {0}
    errors.document_not_found=URL der Dokument-ID nicht gefunden: {0}
    errors.not_load_from_server=Konnte nicht vom Server geladen werden: {0}
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Oct 29 15:01:03 GMT 2019
    - 11.8K bytes
    - Viewed (0)
Back to top