Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for postscript (1.28 sec)

  1. src/main/resources/fess_thumbnail.xml

    			"${outputFile}"]
    		</property>
    		<property name="generatorList">
    			["${path}/generate-thumbnail"]
    		</property>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"application/postscript"
    			</arg>
    		</postConstruct>
    		<postConstruct name="register"></postConstruct>
    	</component>
    	<component name="imageThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.CommandGenerator">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Oct 11 21:34:52 UTC 2019
    - 5.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/MediaType.java

          createConstantUtf8(APPLICATION_TYPE, "opensearchdescription+xml");
    
      public static final MediaType PDF = createConstant(APPLICATION_TYPE, "pdf");
      public static final MediaType POSTSCRIPT = createConstant(APPLICATION_TYPE, "postscript");
    
      /**
       * <a href="http://tools.ietf.org/html/draft-rfernando-protocol-buffers-00">Protocol buffers</a>
       *
       * @since 15.0
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/MediaType.java

          createConstantUtf8(APPLICATION_TYPE, "opensearchdescription+xml");
    
      public static final MediaType PDF = createConstant(APPLICATION_TYPE, "pdf");
      public static final MediaType POSTSCRIPT = createConstant(APPLICATION_TYPE, "postscript");
    
      /**
       * <a href="http://tools.ietf.org/html/draft-rfernando-protocol-buffers-00">Protocol buffers</a>
       *
       * @since 15.0
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/job/impl/ScriptExecutorTest.java

            @Override
            public Object evaluate(String template, Map<String, Object> paramMap) {
                this.lastScript = template;
                this.lastParams = paramMap;
                return prefix + "processed: " + template;
            }
    
            public String getLastScript() {
                return lastScript;
            }
    
            public Map<String, Object> getLastParams() {
                return lastParams;
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 10.2K bytes
    - Viewed (0)
Back to top