Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for Forum (0.01 sec)

  1. okhttp/src/jvmMain/kotlin/okhttp3/internal/platform/ConscryptPlatform.kt

     */
    class ConscryptPlatform private constructor() : Platform() {
      private val provider: Provider = Conscrypt.newProvider()
    
      // See release notes https://groups.google.com/forum/#!forum/conscrypt
      // for version differences
      override fun newSSLContext(): SSLContext =
        // supports TLSv1.3 by default (version api is >= 1.4.0)
        SSLContext.getInstance("TLS", provider)
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  2. docs/fr/README.md

     - [OGNL](https://github.com/codelibs/fess-script-ognl)
    
    ## Localisation
    
    ### Japonais
    
     - [Site Web](https://fess.codelibs.org/ja/)
    
    ### Coréen
    
     - [Forum](https://github.com/nocode2k/fess-kr-forum)
    
    ## Informations de Développement
    
    ### Récupérer le Code Source
    
    1. Clonez le dépôt Fess :
        ```
        $ cd ~/workspace
        $ git clone https://github.com/codelibs/fess.git
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java

        /**
         * Sets up HTML data for admin pages.
         * <p>
         * This method configures common data needed for admin pages including
         * editable flags, user roles, and forum links.
         * </p>
         *
         * @param runtime the action runtime context
         */
        @Override
        protected void setupHtmlData(final ActionRuntime runtime) {
            super.setupHtmlData(runtime);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. docs/contribute/code_of_conduct.md

     * **Be pragmatic**: Questions are encouraged and should be asked early in the process to avoid
       problems later. Be thoughtful and considerate when seeking out the appropriate forum for your
       questions. Those who are asked should be responsive and helpful.
    
     * **Step down considerately**: Members of every project come and go. When somebody leaves or
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_config.properties

    # ----------------------------------------------------------
    #                                                      Forum
    #                                                     ------
    
    # Forum link for user support.
    forum.link=https://discuss.codelibs.org/c/Fess{lang}/
    # Supported languages for the forum.
    forum.supported.langs=en,ja
    
    # ----------------------------------------------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                return "(?i)" + p.substring(GsaConfigParser.REGEXP_IGNORE_CASE.length());
            }
    
            return p;
        }
    
        /**
         * Gets the link to the Fess forum.
         *
         * @return The forum link.
         */
        public String getForumLink() {
            final String url = ComponentUtil.getFessConfig().getForumLink();
            if (StringUtil.isBlank(url)) {
                return null;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_en.properties

    labels.eol_error=The system you are using is no longer supported. Please refer to the product support lifecycle page and upgrade.
    labels.tooltip_search_view=Search Screen
    labels.tooltip_run_crawler=Run Crawler
    labels.tooltip_forum=Forum
    labels.tooltip_onlinehelp=Help
    labels.tooltip_logout=Logout
    labels.advance=Advanced Search
    labels.advance_search_title=Advanced Search
    labels.advance_search_must_queries=with all of the words
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. guava/src/com/google/common/net/MediaType.java

       *
       * @since 17.0
       */
      public static final MediaType EOT = createConstant(APPLICATION_TYPE, "vnd.ms-fontobject");
    
      /**
       * As described in the <a href="http://idpf.org/epub">International Digital Publishing Forum</a>
       * EPUB is the distribution and interchange format standard for digital publications and
       * documents. This media type is defined in the <a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.tooltip_search_view=Suchbildschirm
    labels.tooltip_run_crawler=Crawler ausführen
    labels.tooltip_forum=Forum
    labels.tooltip_onlinehelp=Hilfe
    labels.tooltip_logout=Abmelden
    labels.advance=Erweiterte Suche
    labels.advance_search_title=Erweiterte Suche
    labels.advance_search_must_queries=mit allen Wörtern
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_pl.properties

    labels.eol_error=Twój system nie jest już obsługiwany. Zapoznaj się ze stroną końca życia produktu, aby zaktualizować.
    labels.tooltip_search_view=Widok wyszukiwania
    labels.tooltip_run_crawler=Uruchom crawlera
    labels.tooltip_forum=Forum
    labels.tooltip_onlinehelp=Pomoc
    labels.tooltip_logout=Wyloguj się
    labels.advance=Wyszukiwanie zaawansowane
    labels.advance_search_title=Wyszukiwanie zaawansowane
    labels.advance_search_must_queries=Zawiera wszystkie słowa
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top