Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 72 for tag2 (0.02 sec)

  1. PrunedTagTest.java

    attrName=null, attrValue=null]", tags[0].toString()); L60: L61: tags = PrunedTag.parse("a.test"); L62: assertEquals(1, tags.length); L63: assertEquals("PrunedTag [tag=a, id=null, css=test, attrName=null, attrValue=null]", tags[0].toString()); L64: L65: tags = PrunedTag.parse("a[target=_blank]"); L66: assertEquals(1, tags.length); L67: assertEquals("PrunedTag [tag=a, id=null, css=null, attrName=target, attrValue=_blank]", tags[0].toString()); L68: L69: ...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.2K bytes
  2. PopularWordHelper.java

    } L58: L59: public List<String> getWordList(final SearchRequestType searchRequestType, final String seed, final String[] tags, final String[] roles, L60: final String[] fields, final String[] excludes) { L61: final String baseSeed = seed != null ? seed : fessConfig.getSuggestPopularWordSeed(); L62: final String[] baseTags = tags != null ? tags : fessConfig.getSuggestPopularWordTagsAsArray(); L63: final String[] baseRoles = roles != null ? roles L64: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.6K bytes
  3. FessPropTest.java

    } L155: }; L156: L157: PrunedTag[] tags = fessConfig.getCrawlerDocumentHtmlPrunedTagsAsArray(); L158: assertTrue(matchesTag(tags[0], "<script></script>")); L159: assertTrue(matchesTag(tags[0], "<script id=\\\"main\\\"></script>")); L160: assertFalse(matchesTag(tags[0], "<a></a>")); L161: L162: assertTrue(matchesTag(tags[1], "<div id=\"main\"></div>")); L163: assertFalse(matchesTag(tags[1], "<div></div>")); L164: L165: assertTrue(matchesTag(tags[2],...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12.7K bytes
  4. AdminStorageAction.java

    ata, "name", name); L449: final Map<String, String> tags = new HashMap<>(); L450: getObjectTags(getObjectName(path, name)).entrySet().forEach(e -> { L451: final int index = tags.size() / 2 + 1; L452: tags.put("name" + index, e.getKey()); L453: tags.put("value" + index, e.getValue()); L454: }); L455: RenderDataUtil.register(data, "savedTags", tags); L456: }); L457: } L458: L459: public static class...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      19.9K bytes
  5. common.jsp

    L1:<%@taglib prefix="c" uri="jakarta.tags.core"%><%-- L2: --%><%@taglib prefix="fmt" uri="jakarta.tags.fmt"%><%-- L3: --%><%@taglib prefix="fn" uri="jakarta.tags.functions" %><%-- L4: --%><%@taglib prefix="la" uri="http://lastaflute.org/latags" %><%-- L5: --%><%@taglib prefix="f" uri="http://lastaflute.org/functions" %><%-- L6: --%><%@taglib prefix="fe" uri="fess.tags.functions" %><%-- L7: --%><c:set var="contextPath" value="${pageContext.request.contextPath}"/>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Dec 23 06:18:48 UTC 2023
      446 bytes
  6. FessXpathTransformer.java

    uilder.newRequestData().get().url(u).build()); L763: } L764: } L765: anchorList = convertChildUrlList(anchorList); L766: } catch (final Exception e) { L767: logger.warn("Could not parse anchor tags.", e); L768: } L769: L770: final List<String> urlList = new ArrayList<>(anchorList.size()); L771: for (final RequestData requestData : anchorList) { L772: urlList.add(requestData.getUrl()); L773: } L774: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      42.9K bytes
  7. openapi-user.yaml

    L13:servers: L14: - url: http://localhost:8080/api/v1 L15:tags: L16: - name: search L17: description: Search operations L18: - name: popularword L19: description: Popular word operations L20: - name: monitor L21: description: Monitoring operations L22: - name: suggest L23: description: Suggest operations L24: - name: favorite L25: description: Favorite operations L26:paths: L27: /documents: L28: get: L29: tags: L30: - search L31: summary: Finds documents by...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  8. fess_label_en.properties

    L1044:labels.storage_bucket_name=Bucket Name L1045:labels.storage_file=File L1046:labels.storage_folder_name=Folder Name L1047:labels.storage_button_download=Download L1048:labels.storage_button_tags=Tags L1049:labels.storage_title_tag=Tag: L1050:labels.storage_tag_key=Tag Key L1051:labels.storage_tag_value=Tag Value L1052:labels.login.newpassword=Your password needs to be updated. L1053:labels.login.placeholder_new_password=New Password L1054:labels.login.placeholder_confirm_new_password=Confirm New Password...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  9. SuggestHelper.java

    } else if (tagFieldNameSet.contains(name)) { L193: tags.add(searchFieldLog.getSecond()); L194: } else if (roleFieldNameSet.contains(name)) { L195: roles.add(searchFieldLog.getSecond()); L196: } L197: } L198: L199: final String virtualHost = searchLog.getVirtualHost(); L200: if (virtualHost != null) { L201: tags.add(virtualHost); L202: } L203: L204: if (sb.length()...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      18.1K bytes
  10. SearchApiManager.java

    final int num; L1013: L1014: private final HttpServletRequest request; L1015: L1016: private final String[] tags; L1017: L1018: protected RequestParameter(final HttpServletRequest request, final String query, final String[] tags, final String[] fields, L1019: final int num) { L1020: this.query = query; L1021: this.tags = tags; L1022: this.fields = fields; L1023: this.num = num; L1024: this.request = request; L1025:...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      50.3K bytes
Back to top