/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/ |
H A D | TableOfContentsBuilder.php | 67 $this->replacePlaceholders($document, $toc); 90 private function replacePlaceholders(Document $document, TableOfContents $toc): void 106 private function replacePlaceholders(Document $document, TableOfContents $toc): void global() function in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder
|
/plugin/structnotification/action/ |
H A D | notification.php | 122 $message_with_replacements = $this->replacePlaceholders($message, $values); 225 protected function replacePlaceholders($message, $values) { 219 protected function replacePlaceholders($message, $values) { global() function in action_plugin_structnotification_notification
|
/plugin/tag/ |
H A D | helper.php | 535 $tag = $this->replacePlaceholders($tag); 549 protected function replacePlaceholders($tag) { function in helper_plugin_tag
|
/plugin/combo/vendor/symfony/process/ |
H A D | Process.php | 323 $commandline = $this->replacePlaceholders($commandline, $env); 1634 private function replacePlaceholders(string $commandline, array $env) function in Symfony\\Component\\Process\\Process
|
/plugin/diagramsnet/lib/plugins/ |
H A D | voice.js | 598 var text = mxResources.replacePlaceholders(message, params || []);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 13168 newCell.style = graph.replacePlaceholders(newCell, newCell.style, vars); 13258 parent.style = graph.replacePlaceholders(parent, parentstyle, vars); 13327 label = graph.replacePlaceholders(dataCell, 13338 label = (label || '') + graph.replacePlaceholders( 13345 graph.replacePlaceholders(placeholders, edge.style, vars) : 13368 el.value = graph.replacePlaceholders(
|
H A D | App.js | 763 …if (local || mxUtils.confirm(mxResources.replacePlaceholders(warning, [plugins.join('\n')]).replac…
|
H A D | Extensions.js | 5494 replacePlaceholders(cell, graph); 5521 function replacePlaceholders(cell, graph) function
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 3425 result = this.replacePlaceholders(cell, result); 3739 Graph.prototype.replacePlaceholders = function(cell, str, vars, translate) method in Graph 4738 tmp = this.replacePlaceholders(cell, tmp); 6902 result = shape.state.view.graph.replacePlaceholders(shape.state.cell, result);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 227 …;null==a&&(a=c);null!=a&&null!=b&&(a=mxResources.replacePlaceholders(a,b));return a},replacePlaceh… variable 2404 …placePlaceholders(b)&&null==b.getAttribute("placeholder")&&(c=this.replacePlaceholders(b,c));retur… 2415 Graph.prototype.replacePlaceholders=function(b,c,e,k){k=[];if(null!=c){for(var g=0;match=this.place… 2440 …ltip"));if(null!=e)null!=e&&this.isReplacePlaceholders(b)&&(e=this.replacePlaceholders(b,e)),c=thi… 2509 …getAttribute("placeholders")&&null!=c.state&&(e=c.state.view.graph.replacePlaceholders(c.state.cel…
|
H A D | app.min.js | 261 …;null==a&&(a=c);null!=a&&null!=b&&(a=mxResources.replacePlaceholders(a,b));return a},replacePlaceh… variable 2653 …placePlaceholders(a)&&null==a.getAttribute("placeholder")&&(b=this.replacePlaceholders(a,b));retur… 2664 Graph.prototype.replacePlaceholders=function(a,b,d,e){e=[];if(null!=b){for(var c=0;match=this.place… 2689 …ltip"));if(null!=d)null!=d&&this.isReplacePlaceholders(a)&&(d=this.replacePlaceholders(a,d)),b=thi… 2758 …getAttribute("placeholders")&&null!=c.state&&(d=c.state.view.graph.replacePlaceholders(c.state.cel… 11564 …substring(0,n.length)!=n&&(k=!1);if(k||mxUtils.confirm(mxResources.replacePlaceholders("The page h…
|
H A D | viewer-static.min.js | 227 …;null==a&&(a=c);null!=a&&null!=b&&(a=mxResources.replacePlaceholders(a,b));return a},replacePlaceh… variable 2404 …placePlaceholders(b)&&null==b.getAttribute("placeholder")&&(c=this.replacePlaceholders(b,c));retur… 2415 Graph.prototype.replacePlaceholders=function(b,c,e,k){k=[];if(null!=c){for(var g=0;match=this.place… 2440 …ltip"));if(null!=e)null!=e&&this.isReplacePlaceholders(b)&&(e=this.replacePlaceholders(b,e)),c=thi… 2509 …getAttribute("placeholders")&&null!=c.state&&(e=c.state.view.graph.replacePlaceholders(c.state.cel…
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 23 …;null==a&&(a=c);null!=a&&null!=b&&(a=mxResources.replacePlaceholders(a,b));return a},replacePlaceh… variable
|