/
home
/
altere25
/
labratnyc.com
/
wp-admin
/
js
/
/home/altere25/labratnyc.com/wp-admin/js
mkdir
upload
Name
Size
Mode
Actions
widgets/
-
0755
rm
accordion.js
2933
0644
edit
dl
rm
accordion.min.js
758
0644
edit
dl
rm
application-passwords.js
6394
0644
edit
dl
rm
application-passwords.min.js
3024
0644
edit
dl
rm
auth-app.js
5796
0644
edit
dl
rm
auth-app.min.js
2084
0644
edit
dl
rm
code-editor.js
17963
0644
edit
dl
rm
code-editor.min.js
3543
0644
edit
dl
rm
color-picker.js
9768
0644
edit
dl
rm
color-picker.min.js
3486
0644
edit
dl
rm
comment.js
5205
0644
edit
dl
rm
comment.min.js
2081
0644
edit
dl
rm
common.js
70421
0644
edit
dl
rm
common.min.js
26210
0644
edit
dl
rm
custom-background.js
3435
0644
edit
dl
rm
custom-background.min.js
1206
0644
edit
dl
rm
custom-header.js
2023
0644
edit
dl
rm
customize-controls.js
295905
0644
edit
dl
rm
customize-controls.min.js
112538
0644
edit
dl
rm
customize-nav-menus.js
114134
0644
edit
dl
rm
customize-nav-menus.min.js
48272
0644
edit
dl
rm
customize-widgets.js
71727
0644
edit
dl
rm
customize-widgets.min.js
28065
0644
edit
dl
rm
dashboard.js
27562
0644
edit
dl
rm
dashboard.min.js
8711
0644
edit
dl
rm
edit-comments.js
38139
0644
edit
dl
rm
edit-comments.min.js
15515
0644
edit
dl
rm
editor-expand.js
42606
0644
edit
dl
rm
editor-expand.min.js
13451
0644
edit
dl
rm
editor.js
45055
0644
edit
dl
rm
editor.min.js
13085
0644
edit
dl
rm
farbtastic.js
7849
0644
edit
dl
rm
gallery.js
5543
0644
edit
dl
rm
gallery.min.js
3741
0644
edit
dl
rm
image-edit.js
40936
0644
edit
dl
rm
image-edit.min.js
15515
0644
edit
dl
rm
inline-edit-post.js
20676
0644
edit
dl
rm
inline-edit-post.min.js
9586
0644
edit
dl
rm
inline-edit-tax.js
7797
0644
edit
dl
rm
inline-edit-tax.min.js
2997
0644
edit
dl
rm
iris.min.js
23643
0644
edit
dl
rm
language-chooser.js
890
0644
edit
dl
rm
language-chooser.min.js
423
0644
edit
dl
rm
link.js
4873
0644
edit
dl
rm
link.min.js
2319
0644
edit
dl
rm
media-gallery.js
1303
0644
edit
dl
rm
media-gallery.min.js
611
0644
edit
dl
rm
media-upload.js
3465
0644
edit
dl
rm
media-upload.min.js
1152
0644
edit
dl
rm
media.js
6765
0644
edit
dl
rm
media.min.js
2439
0644
edit
dl
rm
nav-menu.js
62617
0644
edit
dl
rm
nav-menu.min.js
30785
0644
edit
dl
rm
password-strength-meter.js
4236
0644
edit
dl
rm
password-strength-meter.min.js
1123
0644
edit
dl
rm
password-toggle.js
1339
0644
edit
dl
rm
password-toggle.min.js
847
0644
edit
dl
rm
plugin-install.js
7086
0644
edit
dl
rm
plugin-install.min.js
2403
0644
edit
dl
rm
post.js
40494
0644
edit
dl
rm
post.min.js
19415
0644
edit
dl
rm
postbox.js
18937
0644
edit
dl
rm
postbox.min.js
6761
0644
edit
dl
rm
privacy-tools.js
11146
0644
edit
dl
rm
privacy-tools.min.js
5189
0644
edit
dl
rm
revisions.js
34729
0644
edit
dl
rm
revisions.min.js
18401
0644
edit
dl
rm
set-post-thumbnail.js
876
0644
edit
dl
rm
set-post-thumbnail.min.js
620
0644
edit
dl
rm
site-health.js
13880
0644
edit
dl
rm
site-health.min.js
6474
0644
edit
dl
rm
site-icon.js
6853
0644
edit
dl
rm
site-icon.min.js
2532
0644
edit
dl
rm
svg-painter.js
3280
0644
edit
dl
rm
svg-painter.min.js
1567
0644
edit
dl
rm
tags-box.js
11140
0644
edit
dl
rm
tags-box.min.js
3077
0644
edit
dl
rm
tags-suggest.js
5771
0644
edit
dl
rm
tags-suggest.min.js
2269
0644
edit
dl
rm
tags.js
7839
0644
edit
dl
rm
tags.min.js
3111
0644
edit
dl
rm
theme-plugin-editor.js
26176
0644
edit
dl
rm
theme-plugin-editor.min.js
12104
0644
edit
dl
rm
theme.js
57350
0644
edit
dl
rm
theme.min.js
27530
0644
edit
dl
rm
updates.js
111999
0644
edit
dl
rm
updates.min.js
48443
0644
edit
dl
rm
user-profile.js
18161
0644
edit
dl
rm
user-profile.min.js
7914
0644
edit
dl
rm
user-suggest.js
2301
0644
edit
dl
rm
user-suggest.min.js
676
0644
edit
dl
rm
widgets.js
23098
0644
edit
dl
rm
widgets.min.js
12609
0644
edit
dl
rm
word-count.js
7696
0644
edit
dl
rm
word-count.min.js
1530
0644
edit
dl
rm
xfn.js
740
0644
edit
dl
rm
xfn.min.js
458
0644
edit
dl
rm
Edit:
/home/altere25/labratnyc.com/wp-admin/js/password-strength-meter.js
(4236B)
/** * @output wp-admin/js/password-strength-meter.js */ /* global zxcvbn */ window.wp = window.wp || {}; (function($){ var __ = wp.i18n.__, sprintf = wp.i18n.sprintf; /** * Contains functions to determine the password strength. * * @since 3.7.0 * * @namespace */ wp.passwordStrength = { /** * Determines the strength of a given password. * * Compares first password to the password confirmation. * * @since 3.7.0 * * @param {string} password1 The subject password. * @param {Array} disallowedList An array of words that will lower the entropy of * the password. * @param {string} password2 The password confirmation. * * @return {number} The password strength score. */ meter : function( password1, disallowedList, password2 ) { if ( ! Array.isArray( disallowedList ) ) disallowedList = [ disallowedList.toString() ]; if (password1 != password2 && password2 && password2.length > 0) return 5; if ( 'undefined' === typeof window.zxcvbn ) { // Password strength unknown. return -1; } var result = zxcvbn( password1, disallowedList ); return result.score; }, /** * Builds an array of words that should be penalized. * * Certain words need to be penalized because it would lower the entropy of a * password if they were used. The disallowedList is based on user input fields such * as username, first name, email etc. * * @since 3.7.0 * @deprecated 5.5.0 Use {@see 'userInputDisallowedList()'} instead. * * @return {string[]} The array of words to be disallowed. */ userInputBlacklist : function() { window.console.log( sprintf( /* translators: 1: Deprecated function name, 2: Version number, 3: Alternative function name. */ __( '%1$s is deprecated since version %2$s! Use %3$s instead. Please consider writing more inclusive code.' ), 'wp.passwordStrength.userInputBlacklist()', '5.5.0', 'wp.passwordStrength.userInputDisallowedList()' ) ); return wp.passwordStrength.userInputDisallowedList(); }, /** * Builds an array of words that should be penalized. * * Certain words need to be penalized because it would lower the entropy of a * password if they were used. The disallowed list is based on user input fields such * as username, first name, email etc. * * @since 5.5.0 * * @return {string[]} The array of words to be disallowed. */ userInputDisallowedList : function() { var i, userInputFieldsLength, rawValuesLength, currentField, rawValues = [], disallowedList = [], userInputFields = [ 'user_login', 'first_name', 'last_name', 'nickname', 'display_name', 'email', 'url', 'description', 'weblog_title', 'admin_email' ]; // Collect all the strings we want to disallow. rawValues.push( document.title ); rawValues.push( document.URL ); userInputFieldsLength = userInputFields.length; for ( i = 0; i < userInputFieldsLength; i++ ) { currentField = $( '#' + userInputFields[ i ] ); if ( 0 === currentField.length ) { continue; } rawValues.push( currentField[0].defaultValue ); rawValues.push( currentField.val() ); } /* * Strip out non-alphanumeric characters and convert each word to an * individual entry. */ rawValuesLength = rawValues.length; for ( i = 0; i < rawValuesLength; i++ ) { if ( rawValues[ i ] ) { disallowedList = disallowedList.concat( rawValues[ i ].replace( /\W/g, ' ' ).split( ' ' ) ); } } /* * Remove empty values, short words and duplicates. Short words are likely to * cause many false positives. */ disallowedList = $.grep( disallowedList, function( value, key ) { if ( '' === value || 4 > value.length ) { return false; } return $.inArray( value, disallowedList ) === key; }); return disallowedList; } }; // Backward compatibility. /** * Password strength meter function. * * @since 2.5.0 * @deprecated 3.7.0 Use wp.passwordStrength.meter instead. * * @global * * @type {wp.passwordStrength.meter} */ window.passwordStrength = wp.passwordStrength.meter; })(jQuery);
Save
cmd:
run