Home
last modified time | relevance | path

Searched refs:replacePlaceholders (Results 1 – 13 of 13) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php67 $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 Dnotification.php122 $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 Dhelper.php535 $tag = $this->replacePlaceholders($tag);
549 protected function replacePlaceholders($tag) { function in helper_plugin_tag
/plugin/combo/vendor/symfony/process/
H A DProcess.php323 $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 Dvoice.js598 var text = mxResources.replacePlaceholders(message, params || []);
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js13168 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 DApp.js763 …if (local || mxUtils.confirm(mxResources.replacePlaceholders(warning, [plugins.join('\n')]).replac…
H A DExtensions.js5494 replacePlaceholders(cell, graph);
5521 function replacePlaceholders(cell, graph) function
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3425 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 Dviewer.min.js227 …;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 Dapp.min.js261 …;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 Dviewer-static.min.js227 …;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 DmxClient.js23 …;null==a&&(a=c);null!=a&&null!=b&&(a=mxResources.replacePlaceholders(a,b));return a},replacePlaceh… variable