Home
last modified time | relevance | path

Searched refs:maxLength (Results 51 – 63 of 63) sorted by path

123

/plugin/mermaid/
H A Dmermaid.min.js63 `+i.mark.snippet),g+" "+f):g}function RF(i,a){Error.call(this),this.name="YAMLException",this.reason=i,this.mark=a,this.message=ABt(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}RF.prototype=Object.create(Error.prototype),RF.prototype.constructor=RF,RF.prototype.toString=function(a){return this.name+": "+ABt(this,a)};var Ox=RF;function qgt(i,a,f,g,w){var v="",b="",E=Math.floor(w/2)-1;return g-a>E&&(v=" ... ",a=g-E+v.length),f-g>E&&(b=" ...",f=g+E-b.length),{str:v+i.slice(a,f).replace(/\t/g,"→")+b,pos:g-a+v.length}}function Hgt(i,a){return tp.repeat(" ",a-i.length)+i}function cFe(i,a){if(a=Object.create(a||null),!i.buffer)return null;a.maxLength||(a.maxLength=79),typeof a.indent!="number"&&(a.indent=1),typeof a.linesBefore!="number"&&(a.linesBefore=3),typeof a.linesAfter!="number"&&(a.linesAfter=2);for(var f=/\r?\n|\r|\0/g,g=[0],w=[],v,b=-1;v=f.exec(i.buffer);)w.push(v.index),g.push(v.index+v[0].length),i.position<=v.index&&b<0&&(b=g.length-2);b<0&&(b=g.length-1);var E="",S,_,M=Math.min(i.line+a.linesAfter,w.length).toString().length,F=a.maxLength-(a.indent+M+3);for(S=1;S<=a.linesBefore&&!(b-S<0);S++)_=qgt(i.buffer,g[b-S],w[b-S],i.position-(g[b]-g[b-S]),F),E=tp.repeat(" ",a.indent)+Hgt((i.line-S+1).toString(),M)+" | "+_.str+`
[all...]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js5127 padStart: function padStart(maxLength) {
5128 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);
5145 module.exports = function (that, maxLength, fillString, left) {
5149 var intMaxLength = toLength(maxLength);
5207 padEnd: function padEnd(maxLength) {
5208 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);
19894 element.maxLength = this.data.maxLen;
H A Dpdf.js.map1maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength, arguments.length > 1 ? arg…
H A Dpdf.worker.js6296 padStart: function padStart(maxLength) {
6297 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);
6314 module.exports = function (that, maxLength, fillString, left) {
6318 var intMaxLength = toLength(maxLength);
6376 padEnd: function padEnd(maxLength) {
6377 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);
H A Dpdf.worker.js.map1maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength, arguments.length > 1 ? arg…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js3138 maxLength = Infinity,
3146 maxLength = nativeMin(array.length, maxLength);
3157 while (++index < length && result.length < maxLength) {
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js3138 maxLength = Infinity,
3146 maxLength = nativeMin(array.length, maxLength);
3157 while (++index < length && result.length < maxLength) {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js15651 var maxLength = 55; // default max length for long representation
15704 if (length <= maxLength)
/plugin/vkeyboard/
H A Dvkeyboard.js1 …){this.VKI_target.focus();if(this.VKI_target.maxLength){this.VKI_target.maxlength=this.VKI_target.
H A Dvkeyboard.js.unc1616 if (this.VKI_target.maxLength) this.VKI_target.maxlength = this.VKI_target.maxLength;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4209 …ctTag:SPAN({"class":"objectProp-object"},"$object"),propIterator:function(object){var maxLength=55;
4227 if(length<=maxLength){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "});
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js373 FCKTools.ArgumentsToArray = function( args, startIndex, maxLength ) argument
376 maxLength = maxLength || args.length ;
380 for ( var i = startIndex ; i < startIndex + maxLength && i < args.length ; i++ )
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js14146 maxLength: BaseXform.toIntAttribute(model.maxLength, 100, true),
14170 maxLength: BaseXform.toIntValue(attributes.maxLength, 100),

123