Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for _getTitle (0.04 sec)

  1. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                            .forEach(v -> modifyDeleteEntry(modifyList, attrDescription, v)));
            final String attrTitle = fessConfig.getLdapAttrTitle();
            OptionalUtil.ofNullable(user.getTitle())
                    .filter(StringUtil::isNotBlank)
                    .ifPresent(s -> modifyReplaceEntry(modifyList, attrTitle, s))
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 82K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/bootstrap.min.js.map

    // Protected\n  isWithContent() {\n    return Boolean(this.getTitle())\n  }\n\n  addAttachmentClass(attachment) {\n    $(this.getTipElement()).addClass(`${CLASS_PREFIX}-${attachment}`)\n  }\n\n  getTipElement() {\n    this.tip = this.tip || $(this.config.template)[0]\n    return this.tip\n  }\n\n  setContent() {\n    const tip = this.getTipElement()\n    this.setElementContent($(tip.querySelectorAll(SELECTOR_TOOLTIP_INNER)), this.getTitle())\n    $(tip).removeClass(`${CLASS_NAME_FADE} ${CLASS_NAME_SHOW}`)\n...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            final Object titleObj = dataMap.get(fessConfig.getIndexFieldTitle());
            if (titleObj != null) {
                dataMap.put(fessConfig.getIndexFieldTitle(),
                        ComponentUtil.getDocumentHelper().getTitle(responseData, titleObj.toString(), dataMap));
            }
        }
    
        /**
         * Processes robots meta tags in the HTML document.
         * Handles noindex, nofollow, and none directives.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
Back to top