Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 96 for Schack (0.3 sec)

  1. 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)
  2. src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java

             * that chained message. Before doing so we must increment
             * the batchLevel of the andx message in case it itself is an
             * andx message and needs to perform the same check as above.
             */
    
            this.andx.batchLevel = this.batchLevel + 1;
    
            dst[ start + ANDX_COMMAND_OFFSET ] = this.andxCommand;
            dst[ start + ANDX_RESERVED_OFFSET ] = (byte) 0x00;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Nov 28 10:56:27 GMT 2022
    - 14.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/netbios/NameServiceClient.java

                            response.wait( timeout );
    
                            /* JetDirect printer can respond to regular broadcast query
                             * with node status so we need to check to make sure that
                             * the record type matches the question type and if not,
                             * loop around and try again.
                             */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 17.4K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/adminlte.min.js

    :function(t){return t},onUnCheck:function(t){return t}},a=function(){function e(t,e){this._config=e,this._element=t,this._init()}var i=e.prototype;return i.toggle=function(e){e.parents("li").toggleClass(s),t(e).prop("checked")?this.check(e):this.unCheck(t(e))},i.check=function(t){this._config.onCheck.call(t)},i.unCheck=function(t){this._config.onUnCheck.call(t)},i._init=function(){var e=this;t(n).find("input:checkbox:checked").parents("li").toggleClass(s),t(n).on("change","input:checkbox",(funct...
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 23.7K bytes
    - Viewed (3)
  5. src/main/java/jcifs/smb1/util/DES.java

            for (i=0;i<8;i++) {
                key8[i] = (byte)( key8[i] << 1);
            }
        }
    
        /// Set the key.
        public void setKey( byte[] key ) {
    
            // CHECK PAROTY TBD
            deskey( key, true, encryptKeys );
            deskey( key, false, decryptKeys );
        }
    
        // Turn an 8-byte key into internal keys.
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 21.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/core/lang/StringUtil.java

         * StringUtils.isAsciiPrintable("\u007f") = false
         * StringUtils.isAsciiPrintable("Ceki G\u00fclc\u00fc") = false
         * </pre>
         *
         * @param cs the CharSequence to check, may be null
         * @return {@code true} if every character is in the range 32 thru 126
         */
        public static boolean isAsciiPrintable(final CharSequence cs) {
            if (cs == null) {
                return false;
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/adminlte.min.js.map

    this._init()\n    }\n\n    // Public\n\n    toggle(item) {\n      item.parents('li').toggleClass(ClassName.TODO_LIST_DONE);\n      if (! $(item).prop('checked')) {\n        this.unCheck($(item));\n        return;\n      }\n\n      this.check(item);\n    }\n\n    check (item) {\n      this._config.onCheck.call(item);\n    }\n\n    unCheck (item) {\n      this._config.onUnCheck.call(item);\n    }\n\n    // Private\n\n    _init() {\n      var that = this\n      $(Selector.DATA_TOGGLE).find('input:che...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 77K bytes
    - Viewed (1)
  8. src/main/java/jcifs/smb1/smb1/SmbFile.java

        Info queryPath( String path, int infoLevel ) throws SmbException {
            connect0();
    
            if (log.level >= 3)
                log.println( "queryPath: " + path );
    
            /* normally we'd check the negotiatedCapabilities for CAP_NT_SMBS
             * however I can't seem to get a good last modified time from
             * SMB_COM_QUERY_INFORMATION so if NT_SMBs are requested
    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)
  9. src/main/resources/fess_label_ja.properties

    labels.system_error_title=システムエラー
    labels.contact_site_admin=サイト管理者にお問い合わせください。
    labels.request_error_title=リクエスト形式が正しくありません。
    labels.bad_request=URLへのリクエストが正しくありません。
    labels.page_not_found_title=ページが見つかりません。
    labels.check_url=URLを確認してください。
    labels.user_name=ユーザー名
    labels.login=ログイン
    labels.login.placeholder_username=ユーザー名
    labels.login.placeholder_password=パスワード
    labels.login.title=ログイン
    labels.index_label=ラベル
    labels.index_lang=優先する言語
    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)
  10. src/main/webapp/js/bootstrap.min.js.map

    mElement(this._element)\n\n    $(parent).trigger(showEvent)\n\n    if (showEvent.isDefaultPrevented()) {\n      return\n    }\n\n    // Disable totally Popper.js for Dropdown in Navbar\n    if (!this._inNavbar && usePopper) {\n      /**\n       * Check for Popper dependency\n       * Popper - https://popper.js.org\n       */\n      if (typeof Popper === 'undefined') {\n        throw new TypeError('Bootstrap\\'s dropdowns require Popper.js (https://popper.js.org/)')\n      }\n\n      let referenceElement...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jan 11 06:54:28 GMT 2020
    - 189.9K bytes
    - Viewed (0)
Back to top