Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 101 for getContent (0.28 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/impl/LogHelperImpl.java

                break;
            case CHECK_LAST_MODIFIED:
                processCheckLastModified(objs);
                break;
            case NOT_MODIFIED:
                processNotModified(objs);
                break;
            case GET_CONTENT:
                processGetContent(objs);
                break;
            case REDIRECT_LOCATION:
                processRedirectLocation(objs);
                break;
            case PROCESS_RESPONSE:
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 14K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

            }
            final int type = sid.getType();
            sidSet.add(sid);
            if (type == SID.SID_TYPE_DOM_GRP || type == SID.SID_TYPE_ALIAS) {
                try {
                    final CIFSContext context = file.getContext();
                    final SID[] children = context.getSIDResolver()
                            .getGroupMemberSids(context, file.getServer(), sid.getDomainSid(), sid.getRid(),
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  3. src/test/java/jcifs/smb/SmbFileTest.java

                // Arrange & Act
                SmbFile file = new SmbFile(url, mockCifsContext);
    
                // Assert
                assertNotNull(file);
                assertEquals(mockCifsContext, file.getContext());
            }
    
            @Test
            void testConstructorWithStringURL() throws MalformedURLException {
                // Arrange & Act
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  4. fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java

                            }
    
                            final boolean contentUpdated = isContentUpdated(client, urlQueue);
    
                            if (contentUpdated) {
                                log(logHelper, LogType.GET_CONTENT, crawlerContext, urlQueue);
                                // access an url
                                final long startTime = SystemUtil.currentTimeMillis();
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Aug 07 02:55:08 UTC 2025
    - 20.4K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/bootstrap.min.js.map

    get DefaultType() {\n    return DefaultType\n  }\n\n  // Overrides\n  isWithContent() {\n    return this.getTitle() || this._getContent()\n  }\n\n  addAttachmentClass(attachment) {\n    $(this.getTipElement()).addClass(`${CLASS_PREFIX}-${attachment}`)\n  }\n\n  getTipElement() {\n    this.tip = this.tip || $(this.config.template)[0]\n    return this.tip\n  }\n\n  setContent() {\n    const $tip = $(this.getTipElement())\n\n    // We use append for html objects to maintain js events\n    this.setE...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/job/PythonJobTest.java

                return null;
            }
    
            @Override
            public String getContextPath() {
                return null;
            }
    
            @Override
            public ServletContext getContext(String uripath) {
                return null;
            }
    
            @Override
            public int getMajorVersion() {
                return 0;
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 22.1K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/job/GenerateThumbnailJobTest.java

                return null;
            }
    
            @Override
            public String getContextPath() {
                return null;
            }
    
            @Override
            public ServletContext getContext(String uripath) {
                return null;
            }
    
            @Override
            public int getMajorVersion() {
                return 0;
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  8. docs/smb3-features/04-directory-leasing-design.md

            if (activeWatchers.containsKey(directoryPath)) {
                return;  // Already watching
            }
            
            try {
                SmbFile directory = new SmbFile(directoryPath, leaseManager.getContext());
                ChangeNotificationHandle handle = new ChangeNotificationHandle(
                    directoryPath, leaseKey, directory);
                
                activeWatchers.put(directoryPath, handle);
                
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 36.2K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/job/SuggestJobTest.java

                return null;
            }
    
            @Override
            public String getContextPath() {
                return "";
            }
    
            @Override
            public jakarta.servlet.ServletContext getContext(String uripath) {
                return null;
            }
    
            @Override
            public int getMajorVersion() {
                return 3;
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  10. okhttp/src/androidMain/baseline-prof.txt

    HSPLkotlin/coroutines/jvm/internal/CompletedContinuation;-><init>()V
    HSPLkotlin/coroutines/jvm/internal/ContinuationImpl;-><init>(Lkotlin/coroutines/Continuation;)V
    HSPLkotlin/coroutines/jvm/internal/ContinuationImpl;->getContext()Lkotlin/coroutines/CoroutineContext;
    HSPLkotlin/coroutines/jvm/internal/ContinuationImpl;->releaseIntercepted()V
    HSPLkotlin/coroutines/jvm/internal/SuspendLambda;-><init>(ILkotlin/coroutines/Continuation;)V
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (0)
Back to top