Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for highlightName (0.13 sec)

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

    nction(e){return t.trim(e.replace(/(\r\n|\n|\r)/gm," "))},a._renderItem=function(e,t,a){var i=this;if(a=a.join(" "+this.options.arrowSign+" "),e=unescape(e),t=decodeURI(t),this.options.highlightName||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.o...
    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

    link, path) {\n    path = path.join(` ${this.options.arrowSign} `)\n    name = unescape(name)\n    link = decodeURI(link)\n\n    if (this.options.highlightName || this.options.highlightPath) {\n      const searchValue = $(SELECTOR_SEARCH_INPUT).val().toLowerCase()\n      const regExp = new RegExp(searchValue, 'gi')\n\n      if (this.options.highlightName) {\n        name = name.replace(\n          regExp,\n          str => {\n            return `<strong class=\"${this.options.highlightClass}\">${str}</strong>`\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