Searched defs:placeholderPattern (Results 1 – 5 of 5) sorted by relevance
1997 Graph.prototype.placeholderPattern = new RegExp('%(date\{.*\}|[^%^\{^\}^ ^"^ \'^=^;]+)%', 'g'); method in Graph
5519 var placeholderPattern = new RegExp('{{(date\{.*\}|[^%^\{^\}]+)}}', 'g'); variable
2365 Graph.prototype.placeholderPattern=RegExp("%(date{.*}|[^%^{^}^ ^\"^ '^=^;]+)%","g");Graph.prototype… method in Graph
2614 Graph.prototype.placeholderPattern=RegExp("%(date{.*}|[^%^{^}^ ^\"^ '^=^;]+)%","g");Graph.prototype… method in Graph