Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for highlightClass (0.14 sec)

  1. src/main/webapp/js/admin/adminlte.min.js

    this.options.highlightPath){var o=n.default(lt).val().toLowerCase(),l=new RegExp(o,"gi");this.options.highlightName&&(e=e.replace(l,(function(e){return'<strong class="'+i.options.highlightClass+'">'+e+"</strong>"}))),this.options.highlightPath&&(a=a.replace(l,(function(e){return'<strong class="'+i.options.highlightClass+'">'+e+"</strong>"})))}var s=n.default("<a/>",{href:decodeURIComponent(t),class:"list-group-item"}),r=n.default("<div/>",{class:"search-title"}).html(e),d=n.default("<div/>",{cla...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/adminlte.min.js.map

    me) {\n        name = name.replace(\n          regExp,\n          str => {\n            return `<strong class=\"${this.options.highlightClass}\">${str}</strong>`\n          }\n        )\n      }\n\n      if (this.options.highlightPath) {\n        path = path.replace(\n          regExp,\n          str => {\n            return `<strong class=\"${this.options.highlightClass}\">${str}</strong>`\n          }\n        )\n      }\n    }\n\n    const groupItemElement = $('<a/>', {\n      href: decodeURIComponent(link),\n...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
Back to top