Home
last modified time | relevance | path

Searched refs:createFunction (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFunctionTest.php42 $node = $this->createFunction('foo');
48 $node = $this->createFunction('bar');
51 $node = $this->createFunction('bar', [new ConstantExpression('bar', 1)]);
54 $node = $this->createFunction('foofoo');
57 $node = $this->createFunction('foofoo', [new ConstantExpression('bar', 1)]);
60 $node = $this->createFunction('foobar');
63 $node = $this->createFunction('foobar', [new ConstantExpression('bar', 1)]);
67 $node = $this->createFunction('date', [
74 $node = $this->createFunction('barbar');
83 $node = $this->createFunction('barbar', [
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1788 this.funct = this.createFunction(funct);
1801 Action.prototype.createFunction = function(funct) method in Action
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js3014 …ion(b,c,e,k,g){mxEventSource.call(this);this.label=b;this.funct=this.createFunction(c);this.enable…
3015 mxUtils.extend(Action,mxEventSource);Action.prototype.createFunction=function(b){return b};Action.p…
H A Dviewer-static.min.js3014 …ion(b,c,e,k,g){mxEventSource.call(this);this.label=b;this.funct=this.createFunction(c);this.enable…
3015 mxUtils.extend(Action,mxEventSource);Action.prototype.createFunction=function(b){return b};Action.p…
H A Dapp.min.js3559 …ion(a,b,d,e,c){mxEventSource.call(this);this.label=a;this.funct=this.createFunction(b);this.enable…
3560 mxUtils.extend(Action,mxEventSource);Action.prototype.createFunction=function(a){return a};Action.p…