Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for wmv2 (0.04 sec)

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

            byte[] ntResponse = new byte[24];
            NtlmUtil.E(key, sessionHash, ntResponse);
            return ntResponse;
        }
    
    
        /**
         * Creates the LMv2 response for the supplied information.
         *
         * @param domain
         *            The domain in which the username exists.
         * @param user
         *            The username.
         * @param password
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 9.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/ntlmssp/Type3Message.java

            parse(material);
        }
    
        /**
         * Returns the LanManager/LMv2 response.
         *
         * @return A <code>byte[]</code> containing the LanManager response.
         */
        public byte[] getLMResponse() {
            return lmResponse;
        }
    
        /**
         * Sets the LanManager/LMv2 response for this message.
         *
         * @param lmResponse The LanManager response.
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 22.9K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.wm"/>
      </mime-type>
      <mime-type type="video/x-ms-wmv">
        <sub-class-of type="video/x-ms-asf" />
        <glob pattern="*.wmv"/>
        <magic priority="60">
           <match value="Windows Media Video" type="unicodeLE" offset="0:8192" />
           <match value="VC-1 Advanced Profile" type="unicodeLE" offset="0:8192" />
           <match value="wmv2" type="unicodeLE" offset="0:8192" />
        </magic>
      </mime-type>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/ntlmssp/Type3Message.java

            return flags;
        }
    
    
        /**
         * Returns the LanManager/LMv2 response.
         *
         * @return A <code>byte[]</code> containing the LanManager response.
         */
        public byte[] getLMResponse () {
            return this.lmResponse;
        }
    
    
        /**
         * Sets the LanManager/LMv2 response for this message.
         *
         * @param lmResponse
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 30.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/MediaType.java

      public static final MediaType QUICKTIME = createConstant(VIDEO_TYPE, "quicktime");
      public static final MediaType WEBM_VIDEO = createConstant(VIDEO_TYPE, "webm");
      public static final MediaType WMV = createConstant(VIDEO_TYPE, "x-ms-wmv");
    
      /**
       * Flash video. For more information, see <a href=
       * "http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d48.html"
       * >this link</a>.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Sep 26 19:15:09 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java

                if( log.level > 0 )
                    ex.printStackTrace( log );
            }
            E( p21, challenge, p24 );
            return p24;
        }
    
        /**
         * Creates the LMv2 response for the supplied information.
         *
         * @param domain The domain in which the username exists.
         * @param user The username.
         * @param password The user's password.
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 22.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    crawler.document.html.max.digest.length=120
    crawler.document.html.default.lang=
    crawler.document.html.default.include.index.patterns=
    crawler.document.html.default.exclude.index.patterns=(?i).*(css|js|jpeg|jpg|gif|png|bmp|wmv|xml|ico|exe)
    crawler.document.html.default.include.search.patterns=
    crawler.document.html.default.exclude.search.patterns=
    
    # file
    crawler.document.file.name.encoding=
    crawler.document.file.no.title.label=No title.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  8. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"video/x-f4v",
    				"video/x-flc",
    				"video/x-fli",
    				"video/x-flv",
    				"video/x-jng",
    				"video/x-m4v",
    				"video/x-mng",
    				"video/x-ms-asf",
    				"video/x-ms-wm",
    				"video/x-ms-wmv",
    				"video/x-ms-wmx",
    				"video/x-ms-wvx",
    				"video/x-msvideo",
    				"video/x-sgi-movie",
    				"application/x-matroska",
    				"video/x-matroska",
    				"audio/x-matroska",
    				"video/webm",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String CRAWLER_DOCUMENT_HTML_DEFAULT_INCLUDE_INDEX_PATTERNS = "crawler.document.html.default.include.index.patterns";
    
        /** The key of the configuration. e.g. (?i).*(css|js|jpeg|jpg|gif|png|bmp|wmv|xml|ico|exe) */
        String CRAWLER_DOCUMENT_HTML_DEFAULT_EXCLUDE_INDEX_PATTERNS = "crawler.document.html.default.exclude.index.patterns";
    
        /** The key of the configuration. e.g.  */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top