Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 2,153 for projectId (0.07 sec)

  1. src/main/java/jcifs/internal/smb1/trans/nt/SmbComNtCancel.java

         */
        @Override
        protected int writeParameterWordsWireFormat ( byte[] dst, int dstIndex ) {
            return 0;
        }
    
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.internal.smb1.ServerMessageBlock#writeBytesWireFormat(byte[], int)
         */
        @Override
        protected int writeBytesWireFormat ( byte[] dst, int dstIndex ) {
            return 0;
        }
    
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/ApiResult.java

            protected String queryId;
            protected List<Map<String, Object>> docs;
            protected String highlightParams;
            protected String execTime;
            protected int pageSize;
            protected int pageNumber;
            protected long recordCount;
            protected String recordCountRelation;
            protected int pageCount;
            protected boolean nextPage;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java

        protected RoleQueryHelper roleQueryHelper;
    
        @Resource
        protected UserInfoHelper userInfoHelper;
    
        @Resource
        protected OsddHelper osddHelper;
    
        @Resource
        protected PopularWordHelper popularWordHelper;
    
        @Resource
        protected HttpServletRequest request;
    
        protected boolean searchLogSupport;
    
        protected boolean favoriteSupport;
    
        protected boolean thumbnailSupport;
    
        @Override
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 10K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java

            if (StringUtil.isNotBlank(forumLink)) {
                runtime.registerData("forumLink", forumLink);
            }
        }
    
        protected abstract String getActionRole();
    
        protected void write(final String path, final byte[] data) {
            LdiFileUtil.write(path, data);
        }
    
        protected ServletContext getServletContext() {
            return LaServletContextUtil.getServletContext();
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/core/message/MessageFormatter.java

     *
     * @author higa
     */
    public abstract class MessageFormatter {
    
        /** メッセージコードの数値部の長さ */
        protected static final int CODE_NUMBER_LENGTH = 4;
    
        /** メッセージコードに対応するリソースバンドル名の接尾辞 */
        protected static final String MESSAGES = "Messages";
    
        /** 初期化済みを示すフラグ */
        protected static volatile boolean initialized;
    
        /**
         * メッセージを返します。
         *
         * @param messageCode
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java

        }
    
        @Override
        protected void shutDown() {
          assertTrue(startUpCalled);
          assertTrue(runCalled);
          assertFalse(shutDownCalled);
          shutDownCalled = true;
          assertEquals(expectedShutdownState, state());
        }
    
        @Override
        protected void triggerShutdown() {
          exitRun.countDown();
        }
    
        @Override
        protected Executor executor() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 22:10:29 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultimapTester.java

      }
    
      protected final K k0() {
        return e0().getKey();
      }
    
      protected final V v0() {
        return e0().getValue();
      }
    
      protected final K k1() {
        return e1().getKey();
      }
    
      protected final V v1() {
        return e1().getValue();
      }
    
      protected final K k2() {
        return e2().getKey();
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/entity/SearchRenderData.java

    public class SearchRenderData {
    
        protected List<Map<String, Object>> documentItems;
    
        protected FacetResponse facetResponse;
    
        protected String appendHighlightParams;
    
        protected String execTime;
    
        protected int pageSize;
    
        protected int currentPageNumber;
    
        protected long allRecordCount;
    
        protected String allRecordCountRelation;
    
        protected int allPageCount;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. src/main/java/jcifs/internal/smb1/trans/SmbComTransactionResponse.java

        private boolean parametersDone, dataDone;
    
        protected int totalParameterCount;
        protected int totalDataCount;
        protected int parameterCount;
        protected int parameterOffset;
        protected int parameterDisplacement;
        protected int dataOffset;
        protected int dataDisplacement;
        protected int setupCount;
        protected int bufParameterStart;
        protected int bufDataStart;
    
        int dataCount;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 9.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java

        @Resource
        private Client client;
    
        protected int sizeForDelete = 100;
        protected String scrollForDelete = "1m";
        protected int sizeForCursor = 100;
        protected String scrollForCursor = "1m";
        protected String searchTimeout = "3m";
        protected String indexTimeout = "3m";
        protected String scrollSearchTimeout = "3m";
        protected String bulkTimeout = "3m";
        protected String deleteTimeout = "3m";
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top