Lines Matching refs:customProperties

4185 		mxCellRenderer.prototype.defaultVertexShape.prototype.customProperties = [
4190 mxCellRenderer.defaultShapes['link'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4194 mxCellRenderer.defaultShapes['flexArrow'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4200 mxCellRenderer.defaultShapes['process'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4204 mxCellRenderer.defaultShapes['rhombus'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4209 mxCellRenderer.defaultShapes['partialRectangle'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4216 mxCellRenderer.defaultShapes['parallelogram'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4221 mxCellRenderer.defaultShapes['hexagon'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4226 mxCellRenderer.defaultShapes['triangle'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4230 mxCellRenderer.defaultShapes['document'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4234 mxCellRenderer.defaultShapes['internalStorage'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4240 mxCellRenderer.defaultShapes['cube'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4246 mxCellRenderer.defaultShapes['step'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4251 mxCellRenderer.defaultShapes['trapezoid'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4256 mxCellRenderer.defaultShapes['tape'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4260 mxCellRenderer.defaultShapes['note'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4265 mxCellRenderer.defaultShapes['card'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4270 mxCellRenderer.defaultShapes['callout'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4278 mxCellRenderer.defaultShapes['folder'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4286 mxCellRenderer.defaultShapes['swimlane'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4293 mxCellRenderer.defaultShapes['table'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4299 concat(mxCellRenderer.defaultShapes['swimlane'].prototype.customProperties);
4301 mxCellRenderer.defaultShapes['doubleEllipse'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4305 mxCellRenderer.defaultShapes['ext'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4311 mxCellRenderer.defaultShapes['curlyBracket'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4316 mxCellRenderer.defaultShapes['image'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4320 mxCellRenderer.defaultShapes['label'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4336 mxCellRenderer.defaultShapes['dataStorage'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4340 mxCellRenderer.defaultShapes['manualInput'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4345 mxCellRenderer.defaultShapes['loopLimit'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4350 mxCellRenderer.defaultShapes['offPageConnector'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4355 mxCellRenderer.defaultShapes['display'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4359 mxCellRenderer.defaultShapes['singleArrow'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4364 mxCellRenderer.defaultShapes['doubleArrow'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4369 mxCellRenderer.defaultShapes['cross'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4373 mxCellRenderer.defaultShapes['corner'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4378 mxCellRenderer.defaultShapes['tee'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4383 mxCellRenderer.defaultShapes['umlLifeline'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4394 mxCellRenderer.defaultShapes['umlFrame'].prototype.customProperties = [ method in mxCellRenderer.defaultShapes
4485 state.shape.customProperties = state.shape.customProperties || [];
4489 Array.prototype.push.apply(state.shape.customProperties, Editor.commonVertexProperties); argument
4493 Array.prototype.push.apply(state.shape.customProperties, Editor.commonEdgeProperties); argument
4497 handleCustomProp(state.shape.customProperties);