Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,554 for privasi (0.03 sec)

  1. src/main/java/jcifs/internal/witness/WitnessClient.java

        private final InetAddress witnessServer;
        private final int port;
        private final CIFSContext context;
        private final ConcurrentHashMap<String, WitnessRegistration> registrations;
        private final ConcurrentHashMap<String, WitnessNotificationListener> listeners;
        private final ConcurrentHashMap<String, CompletableFuture<Void>> asyncNotifyTasks;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/MIEName.java

     *
     * @author Shun
     *
     */
    class MIEName {
    
        private static byte[] TOK_ID = { 04, 01 };
        private static int TOK_ID_SIZE = 2;
        private static int MECH_OID_LEN_SIZE = 2;
        private static int NAME_LEN_SIZE = 4;
    
        private final ASN1ObjectIdentifier oid;
        private final String name;
    
        /**
         * Instance a <code>MIEName</code> object.
         *
         * @param buf
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java

         */
        private String familyFriendly;
    
        /**
         * A space-delimited list of countries where the video may or may not be played.
         */
        private String restriction;
    
        /**
         * The price to download or view the video.
         */
        private String price;
    
        /**
         * Indicates whether a subscription is required to view the video.
         */
        private String requiresSubscription;
    
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  4. src/main/java/jcifs/http/NtlmHttpFilter.java

            // Default constructor
        }
    
        private static final Logger log = LoggerFactory.getLogger(NtlmHttpFilter.class);
    
        private String defaultDomain;
        private String domainController;
        private boolean loadBalance;
        private boolean enableBasic;
        private boolean insecureBasic;
        private String realm;
    
        private CIFSContext transportContext;
        private Address[] dcList = null;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/NtlmContext.java

        private int state = 1;
    
        private final CIFSContext transportContext;
    
        private String targetName;
        private byte[] type1Bytes;
    
        private byte[] signKey;
        private byte[] verifyKey;
        private byte[] sealClientKey;
        private byte[] sealServerKey;
    
        private Cipher sealClientHandle;
        private Cipher sealServerHandle;
    
        /**
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  6. src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateRequest.java

     * protocol version and connection parameters.
     */
    public class RdmaNegotiateRequest {
    
        private int minVersion;
        private int maxVersion;
        private int creditsRequested;
        private int preferredSendSize;
        private int maxReceiveSize;
        private int maxFragmentedSize;
    
        /**
         * Create new RDMA negotiation request
         */
        public RdmaNegotiateRequest() {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java

        static final int BUFFER_SIZE = 4096;
    
        private final int n;
    
        private final String delimiters;
    
        private final boolean expand;
    
        private final boolean ignoreCase;
    
        private final SynonymLoader synonymLoader;
    
        private long lastModified;
    
        private SynonymMap synonymMap = null;
    
        private FST.Arc<BytesRef> scratchArc;
    
        private FST<BytesRef> fst;
    
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Sat Mar 15 06:51:20 UTC 2025
    - 17K bytes
    - Viewed (0)
  8. src/test/java/jcifs/http/NtlmServletTest.java

            }
        }
    
        private TestNtlmServlet ntlmServlet;
    
        @Mock
        private ServletConfig servletConfig;
    
        @Mock
        private HttpServletRequest request;
    
        @Mock
        private HttpServletResponse response;
    
        @Mock
        private HttpSession session;
    
        @Mock
        private CIFSContext cifsContext;
    
        @Mock
        private Configuration configuration;
    
        @Mock
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/pager/LabelTypePager.java

        /** The total number of records. */
        private int allRecordCount;
    
        /** The total number of pages. */
        private int allPageCount;
    
        /** Indicates if a previous page exists. */
        private boolean existPrePage;
    
        /** Indicates if a next page exists. */
        private boolean existNextPage;
    
        /** The list of page numbers. */
        private List<Integer> pageNumberList;
    
        /** The size of a page. */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/pager/BadWordPager.java

         */
        private int allPageCount;
    
        /**
         * Whether a previous page exists.
         */
        private boolean existPrePage;
    
        /**
         * Whether a next page exists.
         */
        private boolean existNextPage;
    
        /**
         * The list of page numbers for navigation.
         */
        private List<Integer> pageNumberList;
    
        /**
         * The number of records per page.
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.1K bytes
    - Viewed (0)
Back to top