Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Adobe (0.04 sec)

  1. cmd/crossdomain-xml-handler.go

    // Standard path where an app would find cross domain policy information.
    const crossDomainXMLEntity = "/crossdomain.xml"
    
    // A cross-domain policy file is an XML document that grants a web client, such as Adobe Flash Player
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Mar 18 06:42:40 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. src/image/jpeg/reader.go

    }
    
    // applyBlack combines d.img3 and d.blackPix into a CMYK image. The formula
    // used depends on whether the JPEG image is stored as CMYK or YCbCrK,
    // indicated by the APP14 (Adobe) metadata.
    //
    // Adobe CMYK JPEG images are inverted, where 255 means no ink instead of full
    // ink, so we apply "v = 255 - v" at various points. Note that a double
    // inversion is a no-op, so inversions might be implicit in the code below.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.acucobol",
    				"application/vnd.acucorp",
    				"application/vnd.adobe.air-application-installer-package+zip",
    				"application/vnd.adobe.aftereffects.project",
    				"application/vnd.adobe.aftereffects.template",
    				"application/vnd.adobe.xdp+xml",
    				"application/vnd.adobe.xfdf",
    				"application/vnd.aether.imp",
    				"application/vnd.airzip.filesecure.azf",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  4. src/main/resources/fess_thumbnail.xml

    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"image/png"
    			</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"image/vnd.adobe.photoshop"
    			</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"image/photoshop"
    			</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Oct 11 21:34:52 UTC 2019
    - 5.4K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/util/mime.map

    application/octet-stream       bin exe ani      # Binary File
    application/oda                oda
    application/pagemaker          pm5 pt5 pm       # PageMaker
    application/pdf                pdf              # Adobe Acrobat
    application/postscript         ai eps ps        # Postscript File
    application/rtf                rtf              # Rich Text File
    application/toolbook           tbk              # Toolbook
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/net/MediaType.java

       * href="http://www.iana.org/assignments/media-types/image/vnd.adobe.photoshop">IANA</a>, and
       * found in {@code /etc/mime.types}, e.g. <a
       * href="http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types"></a> of the
       * Apache <a href="http://httpd.apache.org/">HTTPD project</a>; for the specification, see <a
       * href="http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm">
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  7. guava/src/com/google/common/net/MediaType.java

       * href="http://www.iana.org/assignments/media-types/image/vnd.adobe.photoshop">IANA</a>, and
       * found in {@code /etc/mime.types}, e.g. <a
       * href="http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types"></a> of the
       * Apache <a href="http://httpd.apache.org/">HTTPD project</a>; for the specification, see <a
       * href="http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm">
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.adobe.air-application-installer-package+zip">
        <glob pattern="*.air"/>
      </mime-type>
      <mime-type type="application/vnd.adobe.aftereffects.project">
        <glob pattern="*.aep"/>
      </mime-type>
      <mime-type type="application/vnd.adobe.aftereffects.template">
        <glob pattern="*.aet"/>
      </mime-type>
      <mime-type type="application/vnd.adobe.xdp+xml">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. src/net/http/sniff.go

    	&maskedSig{
    		mask:   []byte("\xFF\xFF\xFF\xFF\xFF"),
    		pat:    []byte("<?xml"),
    		skipWS: true,
    		ct:     "text/xml; charset=utf-8"},
    	&exactSig{[]byte("%PDF-"), "application/pdf"},
    	&exactSig{[]byte("%!PS-Adobe-"), "application/postscript"},
    
    	// UTF BOMs.
    	&maskedSig{
    		mask: []byte("\xFF\xFF\x00\x00"),
    		pat:  []byte("\xFE\xFF\x00\x00"),
    		ct:   "text/plain; charset=utf-16be",
    	},
    	&maskedSig{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 20 21:51:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  10. src/image/gif/reader.go

    		// nothing to do but read the data.
    	case eApplication:
    		b, err := readByte(d.r)
    		if err != nil {
    			return fmt.Errorf("gif: reading extension: %v", err)
    		}
    		// The spec requires size be 11, but Adobe sometimes uses 10.
    		size = int(b)
    	default:
    		return fmt.Errorf("gif: unknown extension 0x%.2x", extension)
    	}
    	if size > 0 {
    		if err := readFull(d.r, d.tmp[:size]); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top