Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lastname (0.15 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                trans = SmbTransport.getSmbTransport(addr, url.getPort());
                tree = trans.getSmbSession(auth).getSmbTree(share, null);
            }
    
            String hostName = getServerWithDfs();
            tree.inDomainDfs = dfs.resolve(hostName, tree.share, null, auth) != null;
            if (tree.inDomainDfs) {
                tree.connectionState = 2;
            }
    
            try {
                if( log.level >= 3 )
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Excluded URLs For Indexing */
        public static final String LABELS_EXCLUDED_DOC_URLS = "{labels.excludedDocUrls}";
    
        /** The key of the message: Hostname */
        public static final String LABELS_HOSTNAME = "{labels.hostname}";
    
        /** The key of the message: ID */
        public static final String LABELS_ID = "{labels.id}";
    
        /** The key of the message: Included Paths For Crawling */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top