Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 160 for cola (0.12 sec)

  1. src/main/resources/fess_indices/fess/it/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/italian_stop.txt
    ad
    al
    allo
    ai
    agli
    all
    agl
    alla
    alle
    con
    col
    coi
    da
    dal
    dallo
    dai
    dagli
    dall
    dagl
    dalla
    dalle
    di
    del
    dello
    dei
    degli
    dell
    degl
    della
    delle
    in
    nel
    nello
    nei
    negli
    nell
    negl
    nella
    nelle
    su
    sul
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_2x.md

    ## Version 2.3.0
    
    _2015-03-16_
    
     *  **HTTP/2 support.** We've done interop testing and haven't seen any
        problems. HTTP/2 support has been a big effort and we're particularly
        thankful to Adrian Cole who has helped us to reach this milestone.
    
     *  **RC4 cipher suites are no longer supported by default.** To connect to
        old, obsolete servers relying on these cipher suites, you must create a
        custom `ConnectionSpec`.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess.json

            },
            "italian_elision": {
              "type":         "elision",
              "articles": [
                    "c", "l", "all", "dall", "dell",
                    "nell", "sull", "coll", "pell",
                    "gl", "agl", "dagl", "degl", "negl",
                    "sugl", "un", "m", "t", "s", "v", "d"
              ]
            },
            "italian_stop": {
              "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pl.properties

    labels.labeltype_name=Nazwa
    labels.labeltype_value=Wartość
    labels.labeltype_included_paths=Uwzględnione ścieżki
    labels.labeltype_excluded_paths=Wykluczone ścieżki
    labels.roletype_configuration=Rola
    labels.roletype_title_details=Rola
    labels.roletype_name=Nazwa
    labels.roletype_value=Wartość
    labels.reqheader_configuration=Nagłówek żądania
    labels.reqheader_list_name=Nazwa
    labels.reqheader_list_web_crawling_config=Nazwa konfiguracji
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  5. docs/es/README.md

        $ mvn package
        $ mvn rpm:rpm   # Paquete .rpm
        $ mvn jdeb:jdeb # Paquete .deb
    
    ### Generar Código Fuente
    
        $ mvn dbflute:download # (comando ejecutado una sola vez)
        $ mvn dbflute:freegen
        $ mvn license:format
    
    ### Pruebas de Integración
    
    Inicia el servidor Fess y ejecuta el siguiente comando:
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/http/NetworkExplorer.java

                log.println(dirents.length + " items listed");
            }
            sorted = new LinkedList();
            fmt = req.getParameter("fmt");
            if (fmt == null) {
                fmt = "col";
            }
            sort = 0;
            if ((str = req.getParameter("sort")) == null || str.equals("name")) {
                sort = 0;
            } else if (str != null) {
                switch (str) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/http/NetworkExplorer.java

                log.debug(dirents.length + " items listed");
            }
            sorted = new LinkedList<>();
            fmt = req.getParameter("fmt");
            if (fmt == null) {
                fmt = "col";
            }
            sort = 0;
            if ((str = req.getParameter("sort")) == null || str.equals("name")) {
                sort = 0;
            } else if (str != null) {
                switch (str) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  8. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    sochi.su
    social
    soctrang.vn
    sodegaura.chiba.jp
    soeda.fukuoka.jp
    softbank
    software
    software.aero
    sogndal.no
    sogne.no
    sohu
    soja.okayama.jp
    soka.saitama.jp
    sokndal.no
    sola.no
    solar
    solund.no
    solutions
    soma.fukushima.jp
    somna.no
    sondre-land.no
    sondrio.it
    song
    songdalen.no
    soni.nara.jp
    sonla.vn
    sony
    soo.kagoshima.jp
    sopot.pl
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  9. src/main/resources/suggest_indices/suggest_analyzer.json

            "language":   "indonesian"
          },
          "italian_elision": {
            "type":         "elision",
            "articles": [
              "c", "l", "all", "dall", "dell",
              "nell", "sull", "coll", "pell",
              "gl", "agl", "dagl", "degl", "negl",
              "sugl", "un", "m", "t", "s", "v", "d"
            ]
          },
          "italian_stop": {
            "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  10. src/main/webapp/js/bootstrap.min.js

    K.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(t).position&&_e.getOrCreateInstance(t).hide()})),V(_e),b(_e);const ge={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},fe=new Set(["background","cite","href","ite...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 58.9K bytes
    - Viewed (0)
Back to top