Home
last modified time | relevance | path

Searched refs:tmpTags (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1221 var tmpTags = (tags != null) ? tags[stencilName] : null;
1223 if (tmpTags != null)
1225 entry.tags = tmpTags;
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js3831 (mxUtils.bind(this, function(item, title, tmpTags) argument
3833 if (tmpTags == null)
3837tmpTags = item.substring((slash >= 0) ? slash + 1 : 0, (dot >= 0) ? dot : item.length).replace(/[-…
3841 …ultImageWidth, this.defaultImageHeight, '', title, title != null, null, this.filterTags(tmpTags)));
3895 var tmpTags = (tags != null) ? tags[stencilName] : null;
3897 if (tmpTags != null)
3899 tmp.push(tmpTags);