Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for spreadsheet (0.32 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: ODF Word */
        public static final String LABELS_facet_filetype_odt = "{labels.facet_filetype_odt}";
    
        /** The key of the message: ODF Spreadsheet */
        public static final String LABELS_facet_filetype_ods = "{labels.facet_filetype_ods}";
    
        /** The key of the message: ODF Presentation */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_thumbnail.xml

    			<arg>"application/vnd.openxmlformats-officedocument.wordprocessingml.document"</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"application/vnd.openxmlformats-officedocument.presentationml.presentation"</arg>
    		</postConstruct>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Oct 11 21:34:52 UTC 2019
    - 5.4K bytes
    - Viewed (0)
  3. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java

            assertEquals("花子", extractData.getValues("extended-properties:Manager")[0]);
            assertEquals("ぶんるい", extractData.getValues("cp:category")[0]);
            assertEquals("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", extractData.getValues("Content-Type")[0]);
            assertEquals("かいしゃ", extractData.getValues("dc:publisher")[0]);
        }
    
        public void test_getTika_mspowerpoint() {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/func.go

    	if notStmtBoundary(op) {
    		pos = pos.WithNotStmt()
    	}
    	v.Pos = pos
    	return v
    }
    
    // LogStat writes a string key and int value as a warning in a
    // tab-separated format easily handled by spreadsheets or awk.
    // file names, lines, and function names are included to provide enough (?)
    // context to allow item-by-item comparisons across runs.
    // For example:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  5. RELEASE.md

        clarity. The 1.x API remains available in the compat.v1 module. A list of
        all symbol changes can be found
        [here](https://docs.google.com/spreadsheets/d/1FLFJLzg7WNP6JHODX5q8BDgptKafq_slHpnHVbJIteQ/edit#gid=0).
        *   API clean-up, included removing `tf.app`, `tf.flags`, and `tf.logging`
            in favor of [absl-py](https://github.com/abseil/abseil-py).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top