Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 110 of 170 for demais (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/css/admin/html5shiv.min.js

    a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Dec 31 23:16:54 GMT 2017
    - 2.7K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/joblog/ApiAdminJoblogAction.java

        /**
         * Returns specific job log by ID.
         * Provides detailed information about a particular job execution.
         *
         * @param id the job log ID
         * @return JSON response containing the job log details
         */
        @Execute
        public JsonResponse<ApiResult> get$log(final String id) {
            return asJson(new ApiLogResponse().log(jobLogService.getJobLog(id).map(this::createEditBody).orElseGet(() -> {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/admin/duplicatehost/admin_duplicatehost.jsp

                                                    <tr
                                                            data-href="${contextPath}/admin/duplicatehost/details/4/${f:u(data.id)}" role="button" tabindex="0">
                                                        <td>${f:h(data.regularName)}</td>
                                                        <td>${f:h(data.duplicateHostName)}</td>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/view/admin/relatedquery/admin_relatedquery.jsp

                                                    <tr
                                                            data-href="${contextPath}/admin/relatedquery/details/4/${f:u(data.id)}" role="button" tabindex="0">
                                                        <td>${f:h(data.term)}</td>
                                                    </tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 7.4K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        Integer getCookieSearchParameterMaxAgeAsInteger();
    
        /**
         * Get the value for the key 'cookie.search.parameter.domain'. <br>
         * The value is, e.g.  <br>
         * comment: Domain attribute for the search parameter cookie. Set to the domain scope you want the cookie to be available on (e.g., example.com).
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
  6. LICENSE

          editorial revisions, annotations, elaborations, or other modifications
          represent, as a whole, an original work of authorship. For the purposes
          of this License, Derivative Works shall not include works that remain
          separable from, or merely link (or bind by name) to the interfaces of,
          the Work and Derivative Works thereof.
    
          "Contribution" shall mean any work of authorship, including
    Created: Wed Apr 01 00:11:11 GMT 2026
    - Last Modified: Thu Feb 20 19:53:57 GMT 2020
    - 11.1K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/app/service/StemmerOverrideService.java

     * dictionaries. Stemmer override dictionaries allow administrators to define
     * custom stemming rules that override the default stemming behavior for
     * specific terms, improving search accuracy for domain-specific vocabularies.
     */
    public class StemmerOverrideService {
    
        /** Dictionary manager for accessing dictionary files. */
        @Resource
        protected DictionaryManager dictionaryManager;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 5.7K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp

                                                           items="${dataConfigItems}">
                                                    <tr
                                                            data-href="${contextPath}/admin/dataconfig/details/4/${f:u(data.id)}" role="button" tabindex="0">
                                                        <td>${f:h(data.name)}</td>
                                                        <td class="text-center"><c:if
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/app/web/admin/user/AdminUserActionTest.java

            assertEquals(0, CrudMode.LIST);
            assertEquals(1, CrudMode.CREATE);
            assertEquals(2, CrudMode.EDIT);
            assertEquals(3, CrudMode.DELETE);
            assertEquals(4, CrudMode.DETAILS);
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 15 12:54:47 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp

                                                    <tr
                                                            data-href="${contextPath}/admin/dict/protwords/details/${f:u(dictId)}/4/${f:u(data.id)}">
                                                        <td>${f:h(data.inputValue)}</td>
                                                    </tr>
                                                </c:forEach>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top