%PDF- %PDF-
Direktori : /proc/985914/root/data/old/home/stash/atlassian-stash/static/util/ |
Current File : //proc/985914/root/data/old/home/stash/atlassian-stash/static/util/text-min.js |
define("util/text",["underscore","util/feature-detect"],function(B,A){return{capInt:function(C,D){return parseInt(C,10)<=parseInt(D,10)?String(C):(D+"+")},toSentenceCase:function(C){C+="";if(!C){return""}return C.charAt(0).toUpperCase()+C.substring(1)},camelCaseToHyphenated:function(C){if(typeof C!=="string"){return undefined}return C.replace(/([^\s\-_])(?=[A-Z])/g,"$1-").replace(/\s/,"-").toLowerCase()},indent:function(G,F,C){var E=(typeof F==="number"&&isFinite(F))?F:4,D=(typeof C==="string")?C:" ";if(typeof G!=="string"){return undefined}if(E<0){return G}return new Array(E+1).join(D)+G},unindent:function(G,F,C){var E=(typeof F==="number"&&isFinite(F))?F:4,D=(typeof C==="string")?C:" ";if(typeof G!=="string"){return undefined}if(E<0){return G}while(G.charAt(0)===D&&E){G=G.substring(1);E--}return G},formatSizeInBytes:function(F){var D=[" bytes","KB","MB","GB","TB","PB"],E=1024,C=0,G=D.length-1;F=(typeof F==="number")?F:parseInt(F,10);if(isNaN(F)){return""}while(F>=E&&C<G){F/=E;C++}F=Math.floor((F*10))/10;return F+D[C]},abbreviateText:function(H,C,G){if(typeof H!=="string"){return undefined}if(isNaN(C)||C<0||H.length<=C){return H}var E=(typeof G==="string")?G:"…",D=H.length-C+E.length,F=Math.round(H.length/2);return H.substring(0,F-Math.ceil(D/2))+E+H.substring(F+Math.floor(D/2),H.length)},convertBranchNameToSentence:function(C){if(!C||typeof C!=="string"){return""}if(!A.splitCapture()){return C}var D=/([A-Z]{1,10}-\d+)/,E=B.map(C.split(D),function(G,F){return(F%2===0)?G.replace(/[\-_]/g," "):G});return this.toSentenceCase(E.join(""))},endsWith:B.isFunction(String.prototype.endsWith)?function(D,C){return D.endsWith(C)}:function(D,C){C=String(C);var E=D.lastIndexOf(C);return E!==-1&&E===(D.length-C.length)}}});