Home
last modified time | relevance | path

Searched defs:placeholderPattern (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1997 Graph.prototype.placeholderPattern = new RegExp('%(date\{.*\}|[^%^\{^\}^ ^"^ \'^=^;]+)%', 'g'); method in Graph
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5519 var placeholderPattern = new RegExp('{{(date\{.*\}|[^%^\{^\}]+)}}', 'g'); variable