Home
last modified time | relevance | path

Searched refs:index (Results 501 – 525 of 1806) sorted by path

1...<<21222324252627282930>>...73

/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3569 (drafts.length > 1) ? null : drafts[0].data, mxUtils.bind(this, function(index) argument
3572 index = (index != '') ? index : 0;
3574 this.loadDraft(drafts[index].data, mxUtils.bind(this, function()
3576 this.removeDatabaseItem(drafts[index].key);
3578 }), mxUtils.bind(this, function(index, success) argument
3580 index = (index != '') ? index : 0;
3585 this.removeDatabaseItem(drafts[index].key);
5523 (mxUtils.bind(this, function(id, index) argument
5534 files[index] = file;
H A DDialogs.js2760 var setActiveTab = function(index) argument
2766 if (i == index)
3447 var results = [], resMap = {}, index = 0;
3464 if ((index == 0) == (resMap[temp.url] == null))
3473 index++;
8133 var index = Math.floor(counter / (count / 3));
8261 delFn(plugins[index]);
8264 plugins.splice(index, 1);
11263 var results = [], resMap = {}, index = 0;
11280 if ((index == 0) == (resMap[temp.url] == null))
[all …]
H A DDiffSync.js440 var index = 0;
479 if (model.getChildAt(cell, index) != child)
481 model.add(cell, child, index);
486 index++;
H A DDriveClient.js1120 var index = data.lastIndexOf(',');
1122 if (index > 0)
1137 var xml = data.substring(index + 1);
H A DDropboxClient.js403 var index = (binary) ? data.lastIndexOf(',') : -1;
406 if (index > 0)
925 var index = (binary) ? data.lastIndexOf(',') : -1;
929 if (index > 0)
985 var index = (binary) ? data.lastIndexOf(',') : -1;
987 if (index > 0)
989 var xml = this.ui.extractGraphModelFromPng(data.substring(index + 1));
H A DDropboxFile.js227 var index = this.stat.path_display.lastIndexOf('/');
228 var folder = (index > 1) ? this.stat.path_display.substring(1, index + 1) : null;
H A DEditor.js4625 if (prop.index != null)
4762 var index = 0;
4772 index++;
4837 if (prop.index != null)
5236 setScheme(index);
5246 if (dots[index] != null)
6097 temp.splice(index, 1);
6734 var index = 0;
6769 if (index < actions.length)
6772 var action = actions[index++];
[all …]
H A DEditorUi.js964 if (index >= 0)
968 … data = data.slice(0, index) + replaceString + data.slice(index + replaceStrLen - 1, data.length);
9977 for (index in items)
9979 var item = items[index];
12940 var index = 0;
12942 while (index < lines.length && lines[index].charAt(0) == '#')
12944 var text = lines[index];
12945 index++;
12951 index++;
13060 if (lines[index] == null)
[all …]
H A DElectronApp.js1028 var index = path.lastIndexOf('.png');
1029 var isPng = index > -1 && index == path.length - 4;
H A DExtensions.js5575 last = match.index + val.length;
6142 var index = 0;
6152 group.insert(v, index++);
13229 var index = 0;
13232 while (p['t' + index])
13234 var lblObj = p['t' + index];
13247 var gTxtObj = stencil.text['t' + index];
13249 + (p['t' + index + '_TRotation']? p['t' + index + '_TRotation'] : 0)
13250 + (p['t' + index + '_TAngle']? p['t' + index + '_TAngle'] : 0);
13294 index++;
[all …]
H A DGitHubClient.js881 (function(index)
884 pathInfo.appendChild(createLink(tokens[index], mxUtils.bind(this, function()
886 path = tokens.slice(0, index + 1).join('/');
H A DGitLabClient.js867 (function(index)
870 pathInfo.appendChild(createLink(tokens[index], mxUtils.bind(this, function()
872 path = tokens.slice(0, index + 1).join('/');
H A DGraphViewer.js323 var index = this.getIndexById(id);
324 var found = index >= 0;
328 this.selectPage(index);
359 var index = self.getIndexById(src.substring(comma + 1));
361 if (index >= 0)
365 self.diagrams[index]));
H A DP2PCollab.js77 index: userCount, property in P2PCollab.processMsg.connectedUsers
H A DPages.js234 this.index = index;
250 this.previousIndex = this.index;
252 if (this.index == null)
256 this.index = tmp;
261 this.index = null;
370 return index + 1;
1028 index = (index != null) ? index : this.pages.length;
1307 startIndex = index;
1523 ' [' + (index + 1)+ ']');
1903 if (obj.index == null)
[all …]
H A DTrelloClient.js154 var index = (binary) ? data.lastIndexOf(',') : -1;
156 if (index > 0)
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1248 var index = sizes.length - 1;
1250 while (index > 0 && sizes[index].size > 128)
1252 index--;
1255 var size = sizes[index].size;
1256 var url = sizes[index].formats[0].preview_url;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js163 function createRow(type, index, x, y, xmlDoc) argument
167 row.setAttribute("IX", index);
H A Dimporter.js1878 this.index = 0;
1879 this.index = index;
2506 this.index = 0;
2513 this.index = 0;
2524 this.index = 0;
2531 this.index = 0;
2650 return this.index;
3258 var index = 1;
5212 } })(n, index) || index == null) {
10235 for (var index = 0; index < children.length; index++) {
[all …]
H A DmxVsdxCanvas2D.js192 mxVsdxCanvas2D.prototype.createRowScaled = function(type, index, x, y, a, b, c , d, xF, yF, aF, bF,… argument
194 …return this.createRowRel(type, index, x / VsdxExport.prototype.CONVERSION_FACTOR, y / VsdxExport.p…
200 mxVsdxCanvas2D.prototype.createRowRel = function(type, index, x, y, a, b, c , d, xF, yF, aF, bF, cF… argument
204 row.setAttribute("IX", index);
446 mxVsdxCanvas2D.prototype.addForeignData = function(type, index) argument
457 rel.setAttribute("r:id", "rId" + index);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js31 …yyy hh:MM TT")+"}");w="%"+w+"%";g.push(h.substring(d,match.index)+(null!=w?w:f));d=match.index+f.l…
1154 …=this.formulaA=this.d=this.c=this.b=this.a=this.y=this.x=null;this.index=0;this.index=a;this.x=b;t…
1155 …ction(){return this.formulaE};b.prototype.getIndex=function(){return this.index};return b}();f.Row…
1177index=0,this.noQuickDrag=this.noSnap=this.noShow=this.noLine=this.noFill=!1,this.rows=null,this.in…
1178 …ll(arguments),this.index=0,this.noQuickDrag=this.noSnap=this.noShow=this.noLine=this.noFill=!1,thi…
1181 …s=[];a.push.apply(a,b.rows)};d.prototype.getIndex$=function(){return this.index};d.prototype.isNoF…
1696index,this.zero+this.index+a);return this.index+=a,b},b.exports=d},{"../utils":32,"./DataReader":1…
1697index-=4;var b=this.reader.readString(4);throw new Error("Corrupted zip or bug : unexpected signat…
1705index)>a&&(i=e.slice(a,i),s[o]?s[o]+=i:s[++o]=i),(n=n[0])===(r=r[0])?s[o]?s[o]+=r:s[++o]=r:(s[++o]… property in AnonymousFunctiona0dbb0ba25800.v
1743index++,this.index<this.array.length},getCurrent:function(){return this.array[this.index]},getCurr… property in AnonymousFunctiona0dbb0bac2600.AnonymousFunctiona0dbb0baee500.o
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1525 rmWaypointAction.handler.removePoint(rmWaypointAction.handler.state, rmWaypointAction.index);
H A DDialogs.js1443 var addTextArea = function(index, name, value) argument
1445 names[index] = name;
1447 texts[index].style.width = '100%';
1451 texts[index].setAttribute('rows', '2');
1454 addRemoveButton(texts[index], name);
1458 texts[index].setAttribute('disabled', 'disabled');
2108 else if (index > 0 && index <= graph.model.getChildCount(graph.model.root))
2318 function addLayer(index, label, child, defaultParent) argument
2345 dropIndex = index;
2500 if (index > 0)
[all …]
H A DEditorUi.js260 var index = mxUtils.indexOf(appliedStyles, key);
262 if (index >= 0)
264 appliedStyles.splice(index, 1);
5178 var index = parent.getIndex(cell);
5182 graph.model.add(parent, cell, Math.max(0, index - 1));
5186 graph.model.add(parent, cell, Math.min(graph.model.getChildCount(parent), index + 1));
H A DFormat.js490 this.labelIndex = index;
494 this.diagramIndex = index;
498 this.currentIndex = index;
534 (index == ((containsLabel) ? this.labelIndex : ((graph.isSelectionEmpty()) ?
6254 var panel = this.format.cachedStyleEntries[index];
6388 this.format.cachedStyleEntries[index] = panel;
6417 var selectPage = mxUtils.bind(this, function(index) argument
6419 if (index >= 0 && index < pageCount)
6423 this.format.currentStylePage = index;
6453 (mxUtils.bind(this, function(index, elt) argument
[all …]

1...<<21222324252627282930>>...73