Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 138 for Kast (0.18 sec)

  1. src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcShareGetInfo.java

        public MsrpcShareGetInfo(String server, String sharename) {
            super(server, sharename, 502, new srvsvc.ShareInfo502());
            ptype = 0;
            flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG;
        }
    
        public ACE[] getSecurity() throws IOException {
            srvsvc.ShareInfo502 info502 = (srvsvc.ShareInfo502)info;
            if (info502.security_descriptor != null) {
                SecurityDescriptor sd;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 1.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfo.java

        public MsrpcShareGetInfo ( String server, String sharename ) {
            super(server, sharename, 502, new srvsvc.ShareInfo502());
            this.ptype = 0;
            this.flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG;
        }
    
    
        public ACE[] getSecurity () throws IOException {
            srvsvc.ShareInfo502 info502 = (srvsvc.ShareInfo502) this.info;
            if ( info502.security_descriptor != null ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 1.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                        <label for="doc.last_modified" class="col-sm-3 text-sm-right col-form-label">last_modified</label>
                                        <div class="col-sm-9">
                                            <la:errors property="doc.last_modified"/>
                                            <la:text styleId="doc.last_modified"
                                                     property="doc.last_modified" styleClass="form-control"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 24.9K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcShareEnum.java

            }
        }
    
        public MsrpcShareEnum(String server) {
            super("\\\\" + server, 1, new srvsvc.ShareInfoCtr1(), -1, 0, 0);
            ptype = 0;
            flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG;
        }
    
        public FileEntry[] getEntries() {
            /* The ShareInfo1 class does not implement the FileEntry
             * interface (because it is generated from IDL). Therefore
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 2K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_ru.properties

    constraints.Min.message         = {item} must be greater than or equal to {value}.
    constraints.NotNull.message     = {item} may not be null.
    constraints.Null.message        = {item} must be null.
    constraints.Past.message        = {item} must be in the past.
    constraints.Pattern.message     = {item} must match "{regexp}".
    constraints.Size.message        = Size of {item} must be between {min} and {max}.
    
    # ----------------------------------------------------------
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri May 20 12:12:28 GMT 2022
    - 10.2K bytes
    - Viewed (0)
  6. src/main/java/jcifs/netbios/NameServiceClientImpl.java

                    }
    
                    if ( response.received && response.resultCode == 0 ) {
                        int last = response.addrEntry.length - 1;
                        response.addrEntry[ last ].hostName.srcHashCode = addr.hashCode();
                        return response.addrEntry[ last ];
                    }
                }
                while ( --n > 0 && request.isBroadcast );
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Aug 14 14:26:22 GMT 2022
    - 38.2K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/Dfs.java

                                     * SmbFile.resolveDfs can re-insert the dr list with
                                     * the dr that was successful so that subsequent
                                     * attempts to resolve DFS use the last successful
                                     * referral first.
                                     */
                                    tmp.map = links.map;
                                    tmp.key = "\\";
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 11.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java

                    if (lastModified == null) {
                        return true;
                    }
                    urlQueue.setLastModified(lastModified.getTime());
                    log(logHelper, LogType.CHECK_LAST_MODIFIED, crawlerContext, urlQueue);
    
                    if (responseData == null) {
                        // head method
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14.6K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/util/MD4.java

            for (int i = 0; i < 8; i++)
                tail[padLen + i] = (byte)((count * 8) >>> (8 * i));
    
            engineUpdate(tail, 0, tail.length);
    
            byte[] result = new byte[16];
            // cast this MD4's context (array of 4 ints) into an array of 16 bytes.
            for (int i = 0; i < 4; i++)
                for (int j = 0; j < 4; j++)
                    result[i * 4 + j] = (byte)(context[i] >>> (8 * j));
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 9.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ja.properties

    labels.search_result_sort_created_desc=日付 (降順)
    labels.search_result_sort_content_length_asc=サイズ (昇順)
    labels.search_result_sort_content_length_desc=サイズ (降順)
    labels.search_result_sort_last_modified_asc=最終更新日時 (昇順)
    labels.search_result_sort_last_modified_desc=最終更新日時 (降順)
    labels.search_result_sort_click_count_asc=クリック数 (昇順)
    labels.search_result_sort_click_count_desc=クリック数 (降順)
    labels.search_result_sort_favorite_count_asc=お気に入り数 (昇順)
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
Back to top