PATH:
home2
/
oltarimozi
/
.cpaddons_upgrade
/
wp-admin
/
js
( function() { function WordCounter( settings ) { var key, shortcodes; if ( settings ) { for ( key in settings ) { if ( settings.hasOwnProperty( key ) ) { this.settings[ key ] = settings[ key ]; } } } shortcodes = this.settings.l10n.shortcodes; if ( shortcodes && shortcodes.length ) { this.settings.shortcodesRegExp = new RegExp( '\\[\\/?(?:' + shortcodes.join( '|' ) + ')[^\\]]*?\\]', 'g' ); } } WordCounter.prototype.settings = { HTMLRegExp: /<\/?[a-z][^>]*?>/gi, HTMLcommentRegExp: /<!--[\s\S]*?-->/g, spaceRegExp: / | /gi, HTMLEntityRegExp: /&\S+?;/g, connectorRegExp: /--|\u2014/g, removeRegExp: new RegExp( [ '[', // Basic Latin (extract) '\u0021-\u0040\u005B-\u0060\u007B-\u007E', // Latin-1 Supplement (extract) '\u0080-\u00BF\u00D7\u00F7', // General Punctuation // Superscripts and Subscripts // Currency Symbols // Combining Diacritical Marks for Symbols // Letterlike Symbols // Number Forms // Arrows // Mathematical Operators // Miscellaneous Technical // Control Pictures // Optical Character Recognition // Enclosed Alphanumerics // Box Drawing // Block Elements // Geometric Shapes // Miscellaneous Symbols // Dingbats // Miscellaneous Mathematical Symbols-A // Supplemental Arrows-A // Braille Patterns // Supplemental Arrows-B // Miscellaneous Mathematical Symbols-B // Supplemental Mathematical Operators // Miscellaneous Symbols and Arrows '\u2000-\u2BFF', // Supplemental Punctuation '\u2E00-\u2E7F', ']' ].join( '' ), 'g' ), astralRegExp: /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, wordsRegExp: /\S\s+/g, characters_excluding_spacesRegExp: /\S/g, characters_including_spacesRegExp: /[^\f\n\r\t\v\u00AD\u2028\u2029]/g, l10n: window.wordCountL10n || {} }; WordCounter.prototype.count = function( text, type ) { var count = 0; type = type || this.settings.l10n.type; if ( type !== 'characters_excluding_spaces' && type !== 'characters_including_spaces' ) { type = 'words'; } if ( text ) { text = text + '\n'; text = text.replace( this.settings.HTMLRegExp, '\n' ); text = text.replace( this.settings.HTMLcommentRegExp, '' ); if ( this.settings.shortcodesRegExp ) { text = text.replace( this.settings.shortcodesRegExp, '\n' ); } text = text.replace( this.settings.spaceRegExp, ' ' ); if ( type === 'words' ) { text = text.replace( this.settings.HTMLEntityRegExp, '' ); text = text.replace( this.settings.connectorRegExp, ' ' ); text = text.replace( this.settings.removeRegExp, '' ); } else { text = text.replace( this.settings.HTMLEntityRegExp, 'a' ); text = text.replace( this.settings.astralRegExp, 'a' ); } text = text.match( this.settings[ type + 'RegExp' ] ); if ( text ) { count = text.length; } } return count; }; window.wp = window.wp || {}; window.wp.utils = window.wp.utils || {}; window.wp.utils.WordCounter = WordCounter; } )();
[-] edit-comments.min.js
[edit]
[-] press-this.js
[edit]
[-] nav-menu.js
[edit]
[-] press-this.min.js
[edit]
[-] widgets.js
[edit]
[-] comment.min.js
[edit]
[-] dashboard.min.js
[edit]
[-] widgets.min.js
[edit]
[-] word-count.js
[edit]
[-] set-post-thumbnail.js
[edit]
[-] inline-edit-post.js
[edit]
[-] user-profile.js
[edit]
[-] theme.min.js
[edit]
[-] tags-box.min.js
[edit]
[-] set-post-thumbnail.min.js
[edit]
[-] accordion.min.js
[edit]
[-] media-upload.min.js
[edit]
[-] user-suggest.min.js
[edit]
[-] inline-edit-post.min.js
[edit]
[-] media-upload.js
[edit]
[-] wp-fullscreen-stub.min.js
[edit]
[-] color-picker.min.js
[edit]
[-] custom-header.js
[edit]
[-] dashboard.js
[edit]
[-] iris.min.js
[edit]
[-] postbox.js
[edit]
[-] word-count.min.js
[edit]
[-] language-chooser.js
[edit]
[-] theme.js
[edit]
[-] xfn.js
[edit]
[-] media-gallery.js
[edit]
[-] customize-widgets.min.js
[edit]
[-] plugin-install.js
[edit]
[-] tags.js
[edit]
[-] inline-edit-tax.min.js
[edit]
[-] svg-painter.min.js
[edit]
[-] farbtastic.js
[edit]
[-] updates.js
[edit]
[-] post.js
[edit]
[-] language-chooser.min.js
[edit]
[-] link.js
[edit]
[-] custom-background.js
[edit]
[-] comment.js
[edit]
[-] accordion.js
[edit]
[-] editor.min.js
[edit]
[-] user-suggest.js
[edit]
[-] inline-edit-tax.js
[edit]
[-] common.min.js
[edit]
[-] custom-background.min.js
[edit]
[-] media-gallery.min.js
[edit]
[-] media.min.js
[edit]
[-] common.js
[edit]
[-] tags-box.js
[edit]
[-] editor-expand.min.js
[edit]
[-] link.min.js
[edit]
[-] customize-widgets.js
[edit]
[-] image-edit.js
[edit]
[-] nav-menu.min.js
[edit]
[-] revisions.js
[edit]
[-] bookmarklet.min.js
[edit]
[-] gallery.min.js
[edit]
[-] bookmarklet.js
[edit]
[-] media.js
[edit]
[+]
..
[-] password-strength-meter.js
[edit]
[-] customize-nav-menus.min.js
[edit]
[-] image-edit.min.js
[edit]
[-] customize-controls.js
[edit]
[-] password-strength-meter.min.js
[edit]
[-] postbox.min.js
[edit]
[-] customize-nav-menus.js
[edit]
[-] post.min.js
[edit]
[-] customize-controls.min.js
[edit]
[-] tags.min.js
[edit]
[-] editor-expand.js
[edit]
[-] xfn.min.js
[edit]
[-] wp-fullscreen-stub.js
[edit]
[-] revisions.min.js
[edit]
[-] user-profile.min.js
[edit]
[-] plugin-install.min.js
[edit]
[-] updates.min.js
[edit]
[-] gallery.js
[edit]
[-] color-picker.js
[edit]
[-] editor.js
[edit]
[-] edit-comments.js
[edit]
[-] svg-painter.js
[edit]