Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SessionID (0.05 sec)

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

        private boolean extendedSecurity;
    
        private final AtomicLong usageCount = new AtomicLong(1);
        private final AtomicBoolean transportAcquired = new AtomicBoolean(true);
    
        private long sessionId;
    
        private SMBSigningDigest digest;
        private Smb2EncryptionContext encryptionContext;
    
        private final String targetDomain;
        private final String targetHost;
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            }
    
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final CrawlingInfoHelper crawlingInfoHelper = ComponentUtil.getCrawlingInfoHelper();
            final String sessionId = crawlingInfoHelper.getCanonicalSessionId(responseData.getSessionId());
            final PathMappingHelper pathMappingHelper = ComponentUtil.getPathMappingHelper();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ru.properties

    labels.pageNumber=Номер страницы
    labels.password=Пароль
    labels.paths=Пути
    labels.port=Порт
    labels.regex=Регулярное выражение
    labels.regularName=Обычное имя
    labels.replacement=Замена
    labels.sessionId=ID сессии
    labels.sortOrder=Порядок сортировки
    labels.updatedBy=Обновлено
    labels.updatedTime=Время обновления
    labels.urls=URL-адреса
    labels.userAgent=User Agent
    labels.username=Имя пользователя
    labels.value=Значение
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
Back to top