Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for fr (0.18 sec)

  1. src/main/resources/fess_message_fr.properties

    Christophe Gesché <******@****.***> 1675724357 +0100
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Feb 06 22:59:17 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    Shinsuke Sugaya <******@****.***> 1711108714 +0900
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  3. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    forum.hu forumz.info fosnes.no fot.br foundation foundation.museum fox foz.br fr fr-1.paas.massivegrid.net fr-par-1.baremetal.scw.cloud fr-par-2.baremetal.scw.cloud fr.eu.org fr.it fra1-de.cloudjiffy.net framer.app framer.media framer.photos framer.website framer.wiki framercanvas.com frana.no francaise.museum frankfurt.museum franziskaner.museum fredrikstad.no free free.hr freebox-os.com freebox-os.fr freeboxos.com freeboxos.fr freeddns.org freeddns.us freedesktop.org freemasonry.museum freemyip.com...
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  4. src/archive/tar/reader.go

    	nb int64     // Number of remaining bytes to read
    }
    
    func (fr *regFileReader) Read(b []byte) (n int, err error) {
    	if int64(len(b)) > fr.nb {
    		b = b[:fr.nb]
    	}
    	if len(b) > 0 {
    		n, err = fr.r.Read(b)
    		fr.nb -= int64(n)
    	}
    	switch {
    	case err == io.EOF && fr.nb > 0:
    		return n, io.ErrUnexpectedEOF
    	case err == nil && fr.nb == 0:
    		return n, io.EOF
    	default:
    		return n, err
    	}
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 08 01:59:14 GMT 2024
    - 26.8K bytes
    - Viewed (0)
  5. src/archive/tar/reader_test.go

    			if err != nil {
    				t.Fatalf("unexpected error: %v", err)
    			}
    			defer f.Close()
    
    			var fr io.Reader = f
    			if strings.HasSuffix(v.file, ".bz2") {
    				fr = bzip2.NewReader(fr)
    			}
    
    			// Capture all headers and checksums.
    			var (
    				tr      = NewReader(fr)
    				hdrs    []*Header
    				chksums []string
    				rdbuf   = make([]byte, 8)
    			)
    			for {
    				var hdr *Header
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess.json

                ]
            },
            "french_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}fr/stopwords.txt"
            },
            "french_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}fr/protwords.txt"
            },
            "french_stemmer": {
              "type":       "stemmer",
              "language":   "light_french"
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  7. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"fi/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"fr/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"gl/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Mar 23 05:42:27 GMT 2023
    - 15.9K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/_aws/fess/doc.json

              "match": "*_fi",
              "mapping": {
                "type": "text",
                "analyzer": "finnish_analyzer"
              }
            }
          },
          {
            "lang_fr": {
              "match": "*_fr",
              "mapping": {
                "type": "text",
                "analyzer": "french_analyzer"
              }
            }
          },
          {
            "lang_gl": {
              "match": "*_gl",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/_cloud/fess/doc.json

              "match": "*_fi",
              "mapping": {
                "type": "text",
                "analyzer": "finnish_analyzer"
              }
            }
          },
          {
            "lang_fr": {
              "match": "*_fr",
              "mapping": {
                "type": "text",
                "analyzer": "french_analyzer"
              }
            }
          },
          {
            "lang_gl": {
              "match": "*_gl",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/doc.json

              "match": "*_fi",
              "mapping": {
                "type": "text",
                "analyzer": "finnish_analyzer"
              }
            }
          },
          {
            "lang_fr": {
              "match": "*_fr",
              "mapping": {
                "type": "text",
                "analyzer": "french_analyzer"
              }
            }
          },
          {
            "lang_gl": {
              "match": "*_gl",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
Back to top