Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 18 for selectend (0.1 seconds)

  1. src/main/webapp/WEB-INF/orig/view/advance.jsp

    								key="labels.advance_search_filetype_html"
    							/></option>
    						<option value="pdf" <c:if test="${as.filetype.contains('pdf')}">selected</c:if>><la:message
    								key="labels.advance_search_filetype_pdf"
    							/></option>
    						<option value="word" <c:if test="${as.filetype.contains('word')}">selected</c:if>><la:message
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 14.2K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/advance.jsp

    								key="labels.advance_search_filetype_html"
    							/></option>
    						<option value="pdf" <c:if test="${as.filetype.contains('pdf')}">selected</c:if>><la:message
    								key="labels.advance_search_filetype_pdf"
    							/></option>
    						<option value="word" <c:if test="${as.filetype.contains('word')}">selected</c:if>><la:message
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  3. src/main/webapp/js/suggestor.js

                $item.attr("aria-selected", isSelected ? "true" : "false");
                if (isSelected) {
                  $textArea.val($item.text());
                }
              });
    
              if (listSelNum === 0) {
                $textArea.val(inputText);
              }
            },
    
            /**
             * Confirm the selected suggestion
             */
            fixList: function () {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractEntity.java

        }
    
        protected void registerSpecifiedProperty(String propertyName) { // basically called by modified property registration
            if (__specifiedProperties != null) { // normally false, true if e.g. setting after selected
                __specifiedProperties.addPropertyName(propertyName);
            }
        }
    
        // ===================================================================================
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

         * This field can be used to store custom application settings.
         */
        @Size(max = 10000)
        public String appValue;
    
        /**
         * Default label value to use when no specific label is selected.
         * This affects which documents are included in search results by default.
         */
        @Size(max = 1000)
        public String defaultLabelValue;
    
        /**
         * Default sort order for search results.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/util/ResourceUtil.java

        }
    
        /**
         * Gets plugin JAR files from the plugin directory that match the specified filter.
         *
         * @param filter the FilenameFilter to apply when selecting plugin JAR files
         * @return an array of File objects representing matching plugin JAR files, or empty array if none found
         */
        public static File[] getPluginJarFiles(final FilenameFilter filter) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 14.1K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractBehavior.java

            final List<? extends RESULT> list = delegateSelectList(cb, entityType);
            if (list.isEmpty()) {
                return null;
            }
            if (list.size() >= 2) {
                String msg = "The size of selected list is over 1: " + list.size();
                throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated
            }
            return list.get(0);
        }
    
        @Override
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 26.4K bytes
    - Click Count (0)
  8. src/main/webapp/js/purify.min.js

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  9. src/main/resources/fess_message_nl.properties

    errors.failed_to_reindex=Kan herindexering van {0} naar {1} niet starten.
    errors.failed_to_rebuild_config_index=Kan configuratie-indexen niet opnieuw opbouwen.
    errors.no_target_index_selected=Selecteer minimaal één doelindex om opnieuw op te bouwen.
    errors.operation_already_running=De bewerking wordt al uitgevoerd op {0}.
    errors.failed_to_read_request_file=Kan verzoekbestand niet lezen: {0}
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/AdminDictStemmeroverrideAction.java

        //                                               -------
        /**
         * Display detailed view of a specific stemmer override item.
         * Shows read-only details of the selected item.
         *
         * @param dictId The dictionary ID
         * @param crudMode The CRUD mode (should be DETAILS)
         * @param id The ID of the stemmer override item to display
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 23.5K bytes
    - Click Count (0)
Back to Top