PATH:
home
/
centosnipponia
/
public_html
/
BAK_tradeandtraffic
/
wp-content
/
cache
/
wpo-minify
/
tmp
{"request":{"hurl":"https:\/\/www.trade-traffic.com\/wp-content\/plugins\/wordfence\/js\/wfi18n.1670945819.js","inline":"","enable_minification":true,"type":"js","handle":"wfi18njs","version":"7.8.2"},"log":{"url":"\/wp-content\/plugins\/wordfence\/js\/wfi18n.1670945819.js","success":true},"code":"(function(){window.wfi18n={__:function(text){if(window.WordfenceI18nStrings&&text in window.WordfenceI18nStrings){return window.WordfenceI18nStrings[text]}\nreturn text}};if(typeof wp==='object'&&wp.i18n){window.wfi18n.sprintf=wp.i18n.sprintf;return}\nvar re={not_string:\/[^s]\/,not_bool:\/[^t]\/,not_type:\/[^T]\/,not_primitive:\/[^v]\/,number:\/[diefg]\/,numeric_arg:\/[bcdiefguxX]\/,json:\/[j]\/,not_json:\/[^j]\/,text:\/^[^\\x25]+\/,modulo:\/^\\x25{2}\/,placeholder:\/^\\x25(?:([1-9]\\d*)\\$|\\(([^)]+)\\))?(\\+)?(0|'[^$])?(-)?(\\d+)?(?:\\.(\\d+))?([b-gijostTuvxX])\/,key:\/^([a-z_][a-z_\\d]*)\/i,key_access:\/^\\.([a-z_][a-z_\\d]*)\/i,index_access:\/^\\[(\\d+)\\]\/,sign:\/^[+-]\/};function sprintf(key){return sprintf_format(sprintf_parse(key),arguments)}\nfunction vsprintf(fmt,argv){return sprintf.apply(null,[fmt].concat(argv||[]))}\nfunction sprintf_format(parse_tree,argv){var cursor=1,tree_length=parse_tree.length,arg,output='',i,k,ph,pad,pad_character,pad_length,is_positive,sign\nfor(i=0;i<tree_length;i++){if(typeof parse_tree[i]==='string'){output+=parse_tree[i]}else if(typeof parse_tree[i]==='object'){ph=parse_tree[i]\nif(ph.keys){arg=argv[cursor]\nfor(k=0;k<ph.keys.length;k++){if(arg==undefined){throw new Error(sprintf('[sprintf] Cannot access property \"%s\" of undefined value \"%s\"',ph.keys[k],ph.keys[k-1]))}\narg=arg[ph.keys[k]]}}else if(ph.param_no){arg=argv[ph.param_no]}else{arg=argv[cursor++]}\nif(re.not_type.test(ph.type)&&re.not_primitive.test(ph.type)&&arg instanceof Function){arg=arg()}\nif(re.numeric_arg.test(ph.type)&&(typeof arg!=='number'&&isNaN(arg))){throw new TypeError(sprintf('[sprintf] expecting number but found %T',arg))}\nif(re.number.test(ph.type)){is_positive=arg>=0}\nswitch(ph.type){case 'b':arg=parseInt(arg,10).toString(2)\nbreak\ncase 'c':arg=String.fromCharCode(parseInt(arg,10))\nbreak\ncase 'd':case 'i':arg=parseInt(arg,10)\nbreak\ncase 'j':arg=JSON.stringify(arg,null,ph.width?parseInt(ph.width):0)\nbreak\ncase 'e':arg=ph.precision?parseFloat(arg).toExponential(ph.precision):parseFloat(arg).toExponential()\nbreak\ncase 'f':arg=ph.precision?parseFloat(arg).toFixed(ph.precision):parseFloat(arg)\nbreak\ncase 'g':arg=ph.precision?String(Number(arg.toPrecision(ph.precision))):parseFloat(arg)\nbreak\ncase 'o':arg=(parseInt(arg,10)>>>0).toString(8)\nbreak\ncase 's':arg=String(arg)\narg=(ph.precision?arg.substring(0,ph.precision):arg)\nbreak\ncase 't':arg=String(!!arg)\narg=(ph.precision?arg.substring(0,ph.precision):arg)\nbreak\ncase 'T':arg=Object.prototype.toString.call(arg).slice(8,-1).toLowerCase()\narg=(ph.precision?arg.substring(0,ph.precision):arg)\nbreak\ncase 'u':arg=parseInt(arg,10)>>>0\nbreak\ncase 'v':arg=arg.valueOf()\narg=(ph.precision?arg.substring(0,ph.precision):arg)\nbreak\ncase 'x':arg=(parseInt(arg,10)>>>0).toString(16)\nbreak\ncase 'X':arg=(parseInt(arg,10)>>>0).toString(16).toUpperCase()\nbreak}\nif(re.json.test(ph.type)){output+=arg}else{if(re.number.test(ph.type)&&(!is_positive||ph.sign)){sign=is_positive?'+':'-'\narg=arg.toString().replace(re.sign,'')}else{sign=''}\npad_character=ph.pad_char?ph.pad_char==='0'?'0':ph.pad_char.charAt(1):' '\npad_length=ph.width-(sign+arg).length\npad=ph.width?(pad_length>0?pad_character.repeat(pad_length):''):''\noutput+=ph.align?sign+arg+pad:(pad_character==='0'?sign+pad+arg:pad+sign+arg)}}}\nreturn output}\nvar sprintf_cache=Object.create(null)\nfunction sprintf_parse(fmt){if(sprintf_cache[fmt]){return sprintf_cache[fmt]}\nvar _fmt=fmt,match,parse_tree=[],arg_names=0\nwhile(_fmt){if((match=re.text.exec(_fmt))!==null){parse_tree.push(match[0])}else if((match=re.modulo.exec(_fmt))!==null){parse_tree.push('%')}else if((match=re.placeholder.exec(_fmt))!==null){if(match[2]){arg_names|=1\nvar field_list=[],replacement_field=match[2],field_match=[]\nif((field_match=re.key.exec(replacement_field))!==null){field_list.push(field_match[1])\nwhile((replacement_field=replacement_field.substring(field_match[0].length))!==''){if((field_match=re.key_access.exec(replacement_field))!==null){field_list.push(field_match[1])}else if((field_match=re.index_access.exec(replacement_field))!==null){field_list.push(field_match[1])}else{throw new SyntaxError('[sprintf] failed to parse named argument key')}}}else{throw new SyntaxError('[sprintf] failed to parse named argument key')}\nmatch[2]=field_list}else{arg_names|=2}\nif(arg_names===3){throw new Error('[sprintf] mixing positional and named placeholders is not (yet) supported')}\nparse_tree.push({placeholder:match[0],param_no:match[1],keys:match[2],sign:match[3],pad_char:match[4],align:match[5],width:match[6],precision:match[7],type:match[8]})}else{throw new SyntaxError('[sprintf] unexpected placeholder')}\n_fmt=_fmt.substring(match[0].length)}\nreturn sprintf_cache[fmt]=parse_tree}\nwindow.wfi18n.sprintf=sprintf})();\n","status":true}
[+]
..
[-] js-657c1d1f.js.transient
[edit]
[-] js-c87d2175.js.transient
[edit]
[-] js-55de256e.js.transient
[edit]
[-] js-c3ae2f69.js.transient
[edit]
[-] js-40f8228a.js.transient
[edit]
[-] js-1fc824cc.js.transient
[edit]
[-] js-eaa72b9f.js.transient
[edit]
[-] js-e4fa272e.js.transient
[edit]
[-] js-c676292c.js.transient
[edit]
[-] js-32492eb2.js.transient
[edit]
[-] js-51802a56.js.transient
[edit]
[-] js-776d285c.js.transient
[edit]
[-] js-235e2a6f.js.transient
[edit]
[-] js-8a8c2d72.js.transient
[edit]
[-] js-86d92667.js.transient
[edit]
[-] js-32d21c66.js.transient
[edit]
[-] js-0fce2787.js.transient
[edit]
[-] js-4c1125b4.js.transient
[edit]
[-] js-63e3281e.js.transient
[edit]
[-] js-8d5a2d57.js.transient
[edit]
[-] js-30942a54.js.transient
[edit]
[-] js-fc082778.js.transient
[edit]
[-] js-9bf620d8.js.transient
[edit]
[-] js-3d6327ca.js.transient
[edit]
[-] js-3f051fff.js.transient
[edit]
[-] js-950a2d96.js.transient
[edit]
[-] css-a29c23c3.css.transient
[edit]
[-] css-63b56da5.css.transient
[edit]
[-] css-f9213815.css.transient
[edit]
[-] css-9c2431b9.css.transient
[edit]
[-] css-e128219a.css.transient
[edit]
[-] css-926f2630.css.transient
[edit]
[-] css-87ea2d0f.css.transient
[edit]
[-] css-8fd52d77.css.transient
[edit]
[-] css-87b22f9c.css.transient
[edit]
[-] css-270c21bb.css.transient
[edit]
[-] css-7eb62fd2.css.transient
[edit]
[-] css-e83124b3.css.transient
[edit]
[-] css-636a2091.css.transient
[edit]
[-] css-f3651b8a.css.transient
[edit]
[-] css-eb7b1f07.css.transient
[edit]
[-] css-56702333.css.transient
[edit]
[-] css-841f263d.css.transient
[edit]
[-] css-d153272b.css.transient
[edit]
[-] css-814728af.css.transient
[edit]
[-] css-c96e2de1.css.transient
[edit]
[-] css-a5b02d9f.css.transient
[edit]
[-] css-4ea7285b.css.transient
[edit]
[-] css-9bf422ef.css.transient
[edit]
[-] css-fee62be3.css.transient
[edit]
[-] css-151f2e1c.css.transient
[edit]
[-] css-0a3a223f.css.transient
[edit]
[-] css-60862273.css.transient
[edit]
[-] js-b8472d44.js.transient
[edit]
[-] js-4dbf2ce0.js.transient
[edit]
[-] js-b3192dcf.js.transient
[edit]
[-] js-3a8a2d16.js.transient
[edit]
[-] js-d3871e40.js.transient
[edit]
[-] js-0c8f2522.js.transient
[edit]
[-] js-caca291e.js.transient
[edit]
[-] js-8bbc289c.js.transient
[edit]
[-] js-fdb62783.js.transient
[edit]
[-] js-3bf02a77.js.transient
[edit]
[-] css-58562aeb.css.transient
[edit]
[-] css-27e36698.css.transient
[edit]
[-] css-9a5222e5.css.transient
[edit]
[-] css-bde92440.css.transient
[edit]
[-] css-3e02201e.css.transient
[edit]
[-] css-d3671b17.css.transient
[edit]
[-] css-c81e1e94.css.transient
[edit]
[-] css-2e2922c0.css.transient
[edit]
[-] css-57fa25ca.css.transient
[edit]
[-] css-a4d126b8.css.transient
[edit]
[-] css-531d283c.css.transient
[edit]
[-] css-41d42574.css.transient
[edit]
[-] css-94ad2d6e.css.transient
[edit]
[-] css-71fa2d2c.css.transient
[edit]
[-] css-20b827e8.css.transient
[edit]
[-] css-731a227c.css.transient
[edit]
[-] css-cc4e2b70.css.transient
[edit]
[-] css-dfc22da9.css.transient
[edit]
[-] css-e30221cc.css.transient
[edit]
[-] css-385d2200.css.transient
[edit]
[-] js-43de1cac.js.transient
[edit]
[-] js-a2072102.js.transient
[edit]
[-] js-f6be249c.js.transient
[edit]
[-] js-83df2cd1.js.transient
[edit]
[-] css-3d8b2857.css.transient
[edit]
[-] css-9da622f9.css.transient
[edit]
[-] css-640720a9.css.transient
[edit]
[-] css-6d3825e7.css.transient
[edit]
[-] css-970e22d1.css.transient
[edit]
[-] css-98fe22dd.css.transient
[edit]
[-] css-adb631ca.css.transient
[edit]
[-] css-9c922f78.css.transient
[edit]
[-] js-3c2b3152.js.transient
[edit]
[-] js-63952308.js.transient
[edit]
[-] js-fc991bae.js.transient
[edit]
[-] css-98aa22db.css.transient
[edit]
[-] css-f40e21ad.css.transient
[edit]
[-] js-f248222c.js.transient
[edit]
[-] css-97be22d5.css.transient
[edit]
[-] css-9b4822eb.css.transient
[edit]
[-] js-9c253771.js.transient
[edit]
[-] css-dc893236.css.transient
[edit]
[-] js-488118de.js.transient
[edit]
[-] js-05f4324a.js.transient
[edit]
[-] css-ea9c21f5.css.transient
[edit]
[-] css-28c53a77.css.transient
[edit]
[-] css-995a22df.css.transient
[edit]
[-] css-9c0622ef.css.transient
[edit]
[-] css-99fc22e3.css.transient
[edit]
[-] css-1b95226a.css.transient
[edit]
[-] js-9e7c2db8.js.transient
[edit]
[-] js-9e232adc.js.transient
[edit]
[-] js-3d53258a.js.transient
[edit]
[-] js-651c2acf.js.transient
[edit]
[-] css-9a4a22e5.css.transient
[edit]
[-] css-3e9f2036.css.transient
[edit]
[-] css-72702278.css.transient
[edit]
[-] css-75ba228c.css.transient
[edit]
[-] js-684a1d06.js.transient
[edit]
[-] js-b1f71a79.js.transient
[edit]
[-] js-57f018b1.js.transient
[edit]
[-] js-efb3249e.js.transient
[edit]
[-] js-29a234e8.js.transient
[edit]
[-] js-43ab2cfa.js.transient
[edit]
[-] css-9e9c22ff.css.transient
[edit]
[-] css-732c227c.css.transient
[edit]
[-] css-71282270.css.transient
[edit]
[-] css-da9e1ae8.css.transient
[edit]
[-] css-a82c26ad.css.transient
[edit]
[-] css-653e26b1.css.transient
[edit]
[-] css-256f2b2e.css.transient
[edit]
[-] js-f5a81fe0.js.transient
[edit]
[-] js-af752730.js.transient
[edit]
[-] js-214b250f.js.transient
[edit]
[-] js-1b531f40.js.transient
[edit]
[-] js-1c5e2220.js.transient
[edit]
[-] js-7c0619a4.js.transient
[edit]
[-] js-aff32fbe.js.transient
[edit]
[-] js-c8be2b6c.js.transient
[edit]
[-] js-f5872c21.js.transient
[edit]
[-] js-8c592609.js.transient
[edit]
[-] js-77451d2e.js.transient
[edit]
[-] js-3dce27fd.js.transient
[edit]
[-] js-5aa725d5.js.transient
[edit]
[-] js-84e2288d.js.transient
[edit]
[-] js-e9281eba.js.transient
[edit]
[-] js-a4411a10.js.transient
[edit]
[-] .htaccess.disabled
[edit]