Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Ar (0.02 sec)

  1. guava-tests/test/com/google/common/io/ResourcesTest.java

        // loader, even if it is not visible to the loader of the Resources class.
    
        File tempFile = createTempFile();
        PrintWriter writer = new PrintWriter(tempFile, "UTF-8");
        writer.println("rud a chur ar an méar fhada");
        writer.close();
    
        // First check that we can't find it without setting the context loader.
        // This is a sanity check that the test doesn't spuriously pass because
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed May 14 19:40:47 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/sv/stopwords.txt

    och
    det
    att
    i
    en
    jag
    hon
    som
    han
    på
    den
    med
    var
    sig
    för
    så
    till
    är
    men
    ett
    om
    hade
    de
    av
    icke
    mig
    du
    henne
    då
    sin
    nu
    har
    inte
    hans
    honom
    skulle
    hennes
    där
    min
    man
    ej
    vid
    kunde
    något
    från
    ut
    när
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 700 bytes
    - Viewed (0)
  3. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"synonym.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ar/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ca/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess.json

            },
            "arabic_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}ar/stopwords.txt"
            },
            "arabic_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}ar/protwords.txt"
            },
            "arabic_stemmer": {
              "type":       "stemmer",
              "language":   "arabic"
            },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    apple
    applinzi.com
    apps-1and1.com
    apps-1and1.net
    apps.fbsbx.com
    apps.lair.io
    appspacehosted.com
    appspaceusercontent.com
    appspot.com
    appudo.net
    aq
    aq.it
    aquarelle
    aquila.it
    ar
    ar.it
    ar.us
    arab
    arai.shizuoka.jp
    arakawa.saitama.jp
    arakawa.tokyo.jp
    aramco
    arao.kumamoto.jp
    archer.replit.dev
    archi
    architectes.bj
    ardal.no
    aremark.no
    arendal.no
    arezzo.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    --nx?g-&an&ms--nx?nd--nx??e&drf--nx?ngs--nx??murs--nx?netl--nx?olmb--nx?sorr--nx??h-&a&lms--nx?yrf--nx??emjt--nx??i&-&lboh--nx?rsir--nx?y&d&ar--nx?na--nx??ksa--nx?lem--nx?r&ul--nx?yd--nx????stu??j-&drav--nx?rolf--nx?sdav--nx??kua?l-&drojf--nx?lares--nx??m-tlohr--nx?n-esans--nx?olf?p-sdnil--nx?s-ladrl--nx?tih?v-rvsyt--nx??s&a&ns?ons??i&ar?er&dron?r&os?øs???ár??la&g?h??mor!t??sir?uf?åns??t&koulo&nka?ŋká??la?p-raddjb--nx?r-agrjnu--nx?s&aefr&ammah?ámmáh??orf?r&o?ø???u-vreiks--nx??u&h-dnusel--nx?i-&d...
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:39:59 UTC 2025
    - 75.3K bytes
    - Viewed (0)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    apple
    applinzi.com
    apps-1and1.com
    apps-1and1.net
    apps.fbsbx.com
    apps.lair.io
    appspacehosted.com
    appspaceusercontent.com
    appspot.com
    appudo.net
    aq
    aq.it
    aquarelle
    aquila.it
    ar
    ar.it
    ar.us
    arab
    arai.shizuoka.jp
    arakawa.saitama.jp
    arakawa.tokyo.jp
    aramco
    arao.kumamoto.jp
    archer.replit.dev
    archi
    architectes.bj
    ardal.no
    aremark.no
    arendal.no
    arezzo.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  8. src/main/java/org/codelibs/fess/indexer/IndexUpdater.java

                final long commitMarginTime = fessConfig.getIndexerWebfsCommitMarginTimeAsInteger().longValue();
                for (final AccessResult<?> ar : arList.toArray(new AccessResult[arList.size()])) {
                    if (ar.getCreateTime().longValue() > execTime - commitMarginTime) {
                        arList.remove(ar);
                    }
                }
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 32.7K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    og.ao
    org.ao
    co.ao
    pb.ao
    it.ao
    
    // aq : https://www.iana.org/domains/root/db/aq.html
    aq
    
    // ar : https://nic.ar/es/nic-argentina/normativa
    ar
    bet.ar
    com.ar
    coop.ar
    edu.ar
    gob.ar
    gov.ar
    int.ar
    mil.ar
    musica.ar
    mutual.ar
    net.ar
    org.ar
    senasa.ar
    tur.ar
    
    // arpa : https://www.iana.org/domains/root/db/arpa.html
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_aws/fess.json

              "type":       "elision",
              "articles": [ "h", "n", "t" ]
            },
            "irish_stop": {
              "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
Back to top