Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for oasys3 (0.39 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.oasis.opendocument.image-template",
    				"application/vnd.oasis.opendocument.presentation",
    				"application/vnd.oasis.opendocument.presentation-template",
    				"application/vnd.oasis.opendocument.spreadsheet",
    				"application/vnd.oasis.opendocument.spreadsheet-template",
    				"application/vnd.oasis.opendocument.text",
    				"application/vnd.oasis.opendocument.text-master",
    				"application/vnd.oasis.opendocument.text-template",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/vnd.fujitsu.oasys">
        <glob pattern="*.oas"/>
      </mime-type>
      <mime-type type="application/vnd.fujitsu.oasys2">
        <glob pattern="*.oa2"/>
      </mime-type>
      <mime-type type="application/vnd.fujitsu.oasys3">
        <glob pattern="*.oa3"/>
      </mime-type>
      <mime-type type="application/vnd.fujitsu.oasysgp">
        <glob pattern="*.fg5"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/AbstractTestFilteringIntegrationTest.groovy

            "pass and Other" | ["test", "--tests", "*.pass1", "--tests", "*OtherTest*"] | ["Foo1Test", "OtherTest"]                        | ["pass1"]         | []                | []               | ["bar", "pass3"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/MediaType.java

          createConstant(APPLICATION_TYPE, "vnd.oasis.opendocument.graphics");
      public static final MediaType OPENDOCUMENT_PRESENTATION =
          createConstant(APPLICATION_TYPE, "vnd.oasis.opendocument.presentation");
      public static final MediaType OPENDOCUMENT_SPREADSHEET =
          createConstant(APPLICATION_TYPE, "vnd.oasis.opendocument.spreadsheet");
      public static final MediaType OPENDOCUMENT_TEXT =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/MediaType.java

          createConstant(APPLICATION_TYPE, "vnd.oasis.opendocument.graphics");
      public static final MediaType OPENDOCUMENT_PRESENTATION =
          createConstant(APPLICATION_TYPE, "vnd.oasis.opendocument.presentation");
      public static final MediaType OPENDOCUMENT_SPREADSHEET =
          createConstant(APPLICATION_TYPE, "vnd.oasis.opendocument.spreadsheet");
      public static final MediaType OPENDOCUMENT_TEXT =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/a.out.go

    	ASWPALB
    	ASWPALD
    	ASWPALH
    	ASWPALW
    	ASWPAW
    	ASWPB
    	ASWPD
    	ASWPH
    	ASWPLB
    	ASWPLD
    	ASWPLH
    	ASWPLW
    	ASWPW
    	ASXTB
    	ASXTBW
    	ASXTH
    	ASXTHW
    	ASXTW
    	ASYS
    	ASYSL
    	ATBNZ
    	ATBZ
    	ATLBI
    	ATST
    	ATSTW
    	AUBFIZ
    	AUBFIZW
    	AUBFM
    	AUBFMW
    	AUBFX
    	AUBFXW
    	AUCVTFD
    	AUCVTFS
    	AUCVTFWD
    	AUCVTFWS
    	AUDIV
    	AUDIVW
    	AUMADDL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/core-plugins/checkstyle_plugin.adoc

    ====
    
    https://github.com/checkstyle/contribution/tree/master/xsl[View a sample Checkstyle stylesheet.]
    
    [[sec:enable_checkstyle_sarif]]
    == Generate SARIF report
    
    link:https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html[SARIF] report is supported on Checkstyle versions 10.3.3 and newer. It is not enabled by default.
    
    .Enable SARIF Report
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 16:44:32 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_config.properties

    application/vnd.ms-powerpoint=powerpoint\n\
    application/vnd.openxmlformats-officedocument.presentationml.presentation=powerpoint\n\
    application/vnd.oasis.opendocument.text=odt\n\
    application/vnd.oasis.opendocument.spreadsheet=ods\n\
    application/vnd.oasis.opendocument.presentation=odp\n\
    application/pdf=pdf\n\
    application/x-fictionbook+xml=fb2\n\
    application/e-pub+zip=epub\n\
    application/x-ibooks+zip=ibooks\n\
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  9. pkg/credentialprovider/plugin/plugin_test.go

    				key:       "image3",
    				expiresAt: fakeClock.Now().Add(2 * time.Minute),
    				credentials: map[string]credentialprovider.DockerConfigEntry{
    					"image3": {
    						Username: "user3",
    						Password: "pass3",
    					},
    				},
    			},
    		},
    	}
    
    	for _, tc := range testcases {
    		t.Run(tc.name, func(t *testing.T) {
    			p.cache.Add(&tc.cacheEntry)
    			fakeClock.Step(tc.step)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 09 06:11:06 UTC 2022
    - 26.5K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/asm7.go

    	{ADMB, C_VCON, C_NONE, C_NONE, C_NONE, C_NONE, 51, 4, 0, 0, 0},
    	{AHINT, C_VCON, C_NONE, C_NONE, C_NONE, C_NONE, 52, 4, 0, 0, 0},
    	{ASYS, C_VCON, C_NONE, C_NONE, C_NONE, C_NONE, 50, 4, 0, 0, 0},
    	{ASYS, C_VCON, C_NONE, C_NONE, C_ZREG, C_NONE, 50, 4, 0, 0, 0},
    	{ASYSL, C_VCON, C_NONE, C_NONE, C_ZREG, C_NONE, 50, 4, 0, 0, 0},
    	{ATLBI, C_SPOP, C_NONE, C_NONE, C_NONE, C_NONE, 107, 4, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top