Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for hi (0.3 sec)

  1. src/main/resources/fess_indices/fess.json

            },
            "hindi_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}hi/stopwords.txt"
            },
            "hindi_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}hi/protwords.txt"
            },
            "hindi_stemmer": {
              "type":       "stemmer",
              "language":   "hindi"
            },
    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)
  2. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"gl/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"hi/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"hu/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)
  3. src/test/java/jcifs/tests/PACTest.java

    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Oct 01 12:01:17 GMT 2023
    - 22.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    ckb_IQ=ckb-iq\n\
    cs=cs\n\
    da=da\n\
    de=de\n\
    el=el\n\
    en=en\n\
    en-ie=en-ie\n\
    en_IE=en-ie\n\
    es=es\n\
    et=et\n\
    eu=eu\n\
    fa=fa\n\
    fi=fi\n\
    fr=fr\n\
    gl=gl\n\
    gu=gu\n\
    he=he\n\
    hi=hi\n\
    hr=hr\n\
    hu=hu\n\
    hy=hy\n\
    id=id\n\
    it=it\n\
    ja=ja\n\
    ko=ko\n\
    lt=lt\n\
    lv=lv\n\
    mk=mk\n\
    ml=ml\n\
    nl=nl\n\
    no=no\n\
    pa=pa\n\
    pl=pl\n\
    pt=pt\n\
    pt-br=pt-br\n\
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  5. src/main/resources/fess_indices/_aws/fess/doc.json

              "match": "*_he",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          },
          {
            "lang_hi": {
              "match": "*_hi",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          },
          {
            "lang_hr": {
              "match": "*_hr",
    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)
  6. src/main/resources/fess_indices/_cloud/fess/doc.json

              "match": "*_he",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          },
          {
            "lang_hi": {
              "match": "*_hi",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          },
          {
            "lang_hr": {
              "match": "*_hr",
    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)
  7. src/main/resources/fess_indices/fess/doc.json

              "match": "*_he",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          },
          {
            "lang_hi": {
              "match": "*_hi",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          },
          {
            "lang_hr": {
              "match": "*_hr",
    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)
  8. src/main/java/jcifs/smb1/smb1/ServerMessageBlock.java

            dst[++dstIndex] = (byte)(val >> 8);
        }
        static long readTime( byte[] src, int srcIndex ) {
            int low = readInt4( src, srcIndex );
            int hi = readInt4( src, srcIndex + 4 );
            long t = ((long)hi << 32L ) | (low & 0xFFFFFFFFL);
            t = ( t / 10000L - MILLISECONDS_BETWEEN_1970_AND_1601 );
            return t;
        }
        static void writeTime( long t, byte[] dst, int dstIndex ) {
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 21K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

                _dst.enc_ndr_long(domain_guid.time_low);
                _dst.enc_ndr_short(domain_guid.time_mid);
                _dst.enc_ndr_short(domain_guid.time_hi_and_version);
                _dst.enc_ndr_small(domain_guid.clock_seq_hi_and_reserved);
                _dst.enc_ndr_small(domain_guid.clock_seq_low);
                int _domain_guid_nodes = 6;
                int _domain_guid_nodei = _dst.index;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 33K bytes
    - Viewed (0)
  10. src/main/java/jcifs/dcerpc/msrpc/lsarpc.java

                _dst.enc_ndr_long(this.domain_guid.time_low);
                _dst.enc_ndr_short(this.domain_guid.time_mid);
                _dst.enc_ndr_short(this.domain_guid.time_hi_and_version);
                _dst.enc_ndr_small(this.domain_guid.clock_seq_hi_and_reserved);
                _dst.enc_ndr_small(this.domain_guid.clock_seq_low);
                int _domain_guid_nodes = 6;
                int _domain_guid_nodei = _dst.index;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 20:40:13 GMT 2019
    - 35.6K bytes
    - Viewed (0)
Back to top