Home
last modified time | relevance | path

Searched refs:len (Results 126 – 150 of 422) sorted by path

12345678910>>...17

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... () int b int[] arr$ int len$ int i$ int hashCode public java.lang ...
H A Dcommons-lang3-3.5.jar ... .StringBuffer) int i boolean match StringBuffer buffer int len int sepLen public void append (java.lang. ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js2171 var len = (length != null) ? length : Editor.GUID_LENGTH;
2174 for (var i = 0; i < len; i++)
2877 var out = "", i = 0, len = str.length, c1, c2, c3;
2879 while (i < len)
2883 if (i == len)
2893 if (i == len)
3623 Editor.updateCRC = function(crc, data, off, len) argument
3627 for (var n = 0; n < len; n++)
H A DEditorUi.js14940 EditorUi.prototype.updateCRC = function(crc, data, off, len) argument
14943 return Editor.updateCRC(crc, data, off, len);
H A DmxFreehand.js360 var len = buffer.length;
362 if (len % 2 === 1 || len >= bufferSize)
369 for (i = offset; i < len; i++)
H A DmxRuler.js178 var tickStep, tickSize, len;
183 len = 10;
188 len = 10;
193 len = 20;
199 len = 8;
201 len = 16;
203 tickStep = mxConstants.PIXELS_PER_INCH / len;
275 if (current % len == 0)
282 … drawLine(RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, i, text);
286 … drawLine(i, RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, text);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js165 …Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, te… argument
1291 success = mxUtils.bind(this, function(results, len, more, terms) argument
1295 var pg = page - Math.ceil((len - count / 4) / count);
1313 succ(results, len, false, terms);
1324 succ(results, len, false, terms);
1330 succ(results, len, false, terms);
1335 succ(results, len, false, terms);
1341 succ(results, len, false, terms);
1347 succ(results, len, false, terms);
1352 succ(results, len, more || !this.editorUi.isOffline(), terms);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js54 var len = this.colors === 0 ? 1 << this.bitPP : this.colors;
55 this.palette = new Array(len);
56 for (var i = 0; i < len; i++) {
H A Dimporter.js12296 a.push(0); return a; })(len);
12308 if (d < len) {
12310 if (d < len)
12352 a.push(0); return a; })(len);
12365 if (d < len) {
12465 if (d < len) {
12467 if (d < len)
12502 if (d < len) {
12552 if (d < len) {
12554 if (d < len)
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js97 var len = toInteger(value);
137 var A = isCallable(C) ? Object(new C(len)) : new Array(len);
143 while (k < len) {
153 A.length = len;
1478 var len = bytes.byteLength;
3559 len = len || 2;
6677 var len = null;
6713 if (len > 0)
6715 n.x = n.x * size / len;
10997 for (var i = 0, len = sel.rangeCount; i < len; ++i)
[all …]
H A DSidebar.js738 var len = results.length;
739 success(results.slice(page * count, (page + 1) * count), len, false, tmp);
949 … this.searchEntries(searchTerm, count, page, mxUtils.bind(this, function(results, len, more, terms) argument
956 this.insertSearchHint(div, searchTerm, count, page, results, len, more, terms);
1127 Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, ter… argument
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified60 …arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js58len,r=-s.len,p=0;if(v.width!==""){s=this.PHTMLdimen(v.width,"w",0);if(s.pm){r+=s.len}else{u.style.…
H A DAM_HTMLorMML.js52len,r=-s.len,p=0;if(v.width!==""){s=this.PHTMLdimen(v.width,"w",0);if(s.pm){r+=s.len}else{u.style.…
H A DAccessible-full.js80len,r=-s.len,p=0;if(v.width!==""){s=this.PHTMLdimen(v.width,"w",0);if(s.pm){r+=s.len}else{u.style.…
H A DAccessible.js74len,r=-s.len,p=0;if(v.width!==""){s=this.PHTMLdimen(v.width,"w",0);if(s.pm){r+=s.len}else{u.style.…
H A DMML_HTMLorMML-full.js58len,r=-s.len,p=0;if(v.width!==""){s=this.PHTMLdimen(v.width,"w",0);if(s.pm){r+=s.len}else{u.style.…
H A DMML_HTMLorMML.js53len,r=-s.len,p=0;if(v.width!==""){s=this.PHTMLdimen(v.width,"w",0);if(s.pm){r+=s.len}else{u.style.…
H A DTeX-MML-AM_HTMLorMML-full.js78len,r=-s.len,p=0;if(v.width!==""){s=this.PHTMLdimen(v.width,"w",0);if(s.pm){r+=s.len}else{u.style.…

12345678910>>...17