Home
last modified time | relevance | path

Searched refs:addFunction (Results 1 – 25 of 45) sorted by last modified time

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php73 public function addFunction( function in Elastica\\Query\\FunctionScore
107 return $this->addFunction('script_score', $script, $filter, $weight);
155 return $this->addFunction($function, $functionParams, $filter, $weight);
185 return $this->addFunction('field_value_factor', $functionParams, $filter, $weight);
196 return $this->addFunction('weight', $weight, $filter);
223 return $this->addFunction('random_score', $functionParams, $filter, $weight);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1511 - Remove boost from FunctionScore::addFunction because this is not supported by elasticsearch
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js9 CKEDITOR.tools.addFunction(k,a)+",this);\x3c/script\x3e\x3c/body\x3e\x3c/html\x3e",g=CKEDITOR.env.a…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc590 addFunction: function(b, e) {
13641 x = CKEDITOR.tools.addFunction(function(a) {
13644 y = CKEDITOR.tools.addFunction(function(a) {
13650 e.clickFn = t = CKEDITOR.tools.addFunction(function() {
15592 q = CKEDITOR.tools.addFunction(function(a, b) {
16563 q = CKEDITOR.tools.addFunction(function(d) {
16627 var v = CKEDITOR.tools.addFunction(k),
16628 w = CKEDITOR.tools.addFunction(function(b, e) {
17321 a._.filebrowserFn = CKEDITOR.tools.addFunction(m, a);
17848 e = CKEDITOR.tools.addFunction(function(b) {
[all …]
H A Dckeditor.js32 …ee});h&&this.extend(b.prototype,h,!0);a&&this.extend(b,a,!0);return b},addFunction:function(a,e){r…
574 …edNumber=CKEDITOR.tools.addFunction(function(){this.fire("formLoaded")},this),m=this.formUnloadNum…
587 …OG_RESIZE_NONE){var f=a.getParentEditor(),g,h,p,m,k,q,n=CKEDITOR.tools.addFunction(function(d){k=a…
686 …TOR.tools.addFunction(function(a){if(e.onkey)return a=new CKEDITOR.dom.event(a),!1!==e.onkey(e,a.g…
805addFunction(function(a){clearTimeout(this._.showSubTimeout);this._.showSubTimeout=CKEDITOR.tools.s…
806 this._.itemClickFn=CKEDITOR.tools.addFunction(function(a){var b=this.items[a];if(b.state==CKEDITOR.…
843 a.resize_dir)&&a.resize_minHeight!=a.resize_maxHeight,q=CKEDITOR.tools.addFunction(function(d){l||(…
846 …cusManager.add(b,1)});h.onClick=k;var v=CKEDITOR.tools.addFunction(k),w=CKEDITOR.tools.addFunction
899 delete this._.started}},getClick:function(){this._.click||(this._.click=CKEDITOR.tools.addFunction(…
910addFunction(function(a,b){a=new CKEDITOR.dom.event(a);var d=a.getKeystroke();switch(d){case 13:cas…
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1addFunction(d);var b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span"){m=m…
H A Dspecialchar.js.orig5 …ement("span"),c.setHtml(b),i.insertText(c.getText())},m=CKEDITOR.tools.addFunction(k),j,g=function…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
H A Dspecialchar.js.unc30 var onClick = CKEDITOR.tools.addFunction( onChoice );
72 var onKeydown = CKEDITOR.tools.addFunction( function( ev ) {
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.35 …;f.insertElement(c);i.hide();j.data.preventDefault()},n=CKEDITOR.tools.addFunction(function(a,c){v…
H A Dsmiley.js.unc45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) {
H A Dsmiley.js1 …nsertElement(s);n.hide();i.data.preventDefault()};var h=CKEDITOR.tools.addFunction(function(s,i){s…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1addFunction(level, fn) {\n if(!isProcessing && autoProcess && asyncProcess && batch.size() …
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2 …null,null,null,null,null,null,null,null,null,null,null,null,null,null],addFunction:(function(func)…
52 this.callback = Vorbis.Runtime.addFunction(function(len) {
H A Dopus.js2 …se{return Module["dynCall_"+sig].call(null,ptr)}}),functionPointers:[],addFunction:(function(func)…
H A Dogg.js2 …null,null,null,null,null,null,null,null,null,null,null,null,null,null],addFunction:(function(func)…
48 this.callback = Ogg.Runtime.addFunction(function(packet, bytes) {
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php195 ->when($visitor->addFunction($functionName, function () use ($functionResult) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php35 public function addFunction($name, $function) function in Twig\\Extension\\StagingExtension
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php144 public function addFunction($name, $callable = null) function in Hoa\\Math\\Context
H A DREADME.md129 We can add functions and constants on the visitor, thanks to the `addFunction`
134 $visitor->addFunction('rand', function ($min, $max) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1294 public function addFunction($name, $function = null) function in Twig\\Environment
1311 $this->staging->addFunction($name, $function);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php62 $environment->addFunction(new TwigFunction('foo', 'foo', []));
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php183 $twig->addFunction($function);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst314 ``addFunction()`` method on the ``\Twig\Environment`` instance::
317 $twig->addFunction('functionName', new Twig_Function_Function('someFunction'));
323 $twig->addFunction('otherFunction', new Twig_Function_Method($this, 'someMethod'));
336 $twig->addFunction('*_path', new Twig_Function_Function('twig_path'));
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php355 public function addFunction($name, $callable = null) function in Hoa\\Math\\Visitor\\Arithmetic
357 return $this->_context->addFunction($name, $callable);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php227 $context->addFunction($name);
239 $context->addFunction($name, $callable)
255 $context->addFunction($name, $callable)

12