Home
last modified time | relevance | path

Searched refs:script (Results 126 – 150 of 762) sorted by last modified time

12345678910>>...31

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DScriptedMetric.php49 public function setCombineScript(string $script): self argument
51 return $this->setParam('combine_script', $script);
61 public function setInitScript(string $script): self argument
63 return $this->setParam('init_script', $script);
69 * This is the only required script. If no combine_script is specified, the resulting state needs to be stored in
74 public function setMapScript(string $script): self argument
76 return $this->setParam('map_script', $script);
82 * The script is provided with access to a variable _aggs which is an array of the result of the combine_script on
87 public function setReduceScript(string $script): self argument
89 return $this->setParam('reduce_script', $script);
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D033778305d52746f5ce0a2a922c8e521.asciidoc10 'script' => [
H A D4cd246e5c4c035a2cd4081ae9a3d54e5.asciidoc9 'script' => [
H A D58df61acbfb15b8ef0aaa18b81ae98a6.asciidoc9 'script' => 'ctx._source.remove(\'new_field\')',
H A Da49169b4622918992411fab4ec48191b.asciidoc11 'script' => [
H A Deb30ba547e4a7b8f54f33ab259aca523.asciidoc9 'script' => 'ctx._source.new_field = \'value_of_new_field\'',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DUpdateDocument.php42 public function setScript(AbstractScript $script): AbstractDocument argument
44 parent::setScript($script);
47 $source = $script->toArray();
49 if ($script->hasUpsert()) {
50 $upsert = $script->getUpsert()->getData();
55 if ($script->getScriptedUpsert()) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php156 public function addScript(AbstractScript $script, ?string $opType = null): self
158 $action = AbstractDocumentAction::create($script, $opType);
171 foreach ($scripts as $script) {
172 $this->addScript($script, $opType);
154 addScript(AbstractScript $script, string $opType = null) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTermsSet.php53 public function setMinimumShouldMatchScript(AbstractScript $script): self argument
55 return $this->addParam($this->field, $script->toArray()['script'], 'minimum_should_match_script');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc51 Returns all script contexts.
62 Returns available script types, languages and contexts.
/plugin/bookmark2wiki/
H A DREADME.md16 … Change the window.open statement to reflect the location of the bookmark2wiki.php script.
/plugin/ckgedit/action/
H A Dedit.php678 …<form id="dw__editform" method="post" action="<?php echo script()?>" accept-charset="<?php echo $…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md346 …b.com/ckeditor/ckeditor-dev/issues/815): Removed Node.js dependency from the CKEditor build script.
1150 …o [CKBuilder](https://github.com/ckeditor/ckbuilder) when using the `/dev/builder/build.sh` script.
H A Dckeditor.js.unc284 var a = document.createElement("script");
1164 script: 1,
1214 script: 1,
1376 script: g,
1492 script: 1,
1568 script: 1,
2204 CKEDITOR.tools.fixDomain + ")();\x3c/script\x3e"));
4771 script: 1
5467 new CKEDITOR.dom.element("script");
6357 script: 1
[all …]
H A Dckeditor.js56 …,p:1,pre:1,section:1,table:1,ul:1},g={command:1,link:1,meta:1,noscript:1,script:1,style:1},k={},h=…
57 …:1,meter:1,noscript:1,object:1,output:1,progress:1,q:1,ruby:1,s:1,samp:1,script:1,select:1,small:1…
59 …rogress:d(b,{progress:1}),q:b,rp:b,rt:b,ruby:a({rp:1,rt:1},b),s:b,samp:b,script:h,section:c,select…
61 …menu:1,nav:1,ol:1,section:1,table:1,td:1,th:1,tr:1,ul:1,video:1},$cdata:{script:1,style:1},$editab…
62 …plet:1,audio:1,button:1,embed:1,iframe:1,map:1,object:1,option:1,param:1,script:1,textarea:1,video…
232 {style:1,script:1}?a.remove():(a.parent&&c.push({check:"it",el:a.parent}),a.replaceWithChildren())}…
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO4 script ents_seri.php
12 the file name to the script at the command line:
/plugin/tagfilter/
H A DREADME.md12 The files are located in script/chosen/. The style.css is a modified version of the chosen.css
H A Dstyle.css202 background: url('script/select2/select2.png') right top no-repeat;
306 background: url('script/select2/select2.png') no-repeat 0 1px;
340 background: #fff url('script/select2/select2.png') no-repeat 100% -22px;
341 background: url('script/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
342 background: url('script/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
343 background: url('script/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
344 background: url('script/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
352 background: #fff url('script/select2/select2-spinner.gif') no-repeat 100%;
353 background: url('script/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
354 background: url('script/select
[all...]
H A D.travis.yml30 script:
/plugin/html5video2/script/
H A Dvideo.min.js20 …rif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva… property in AnonymousFunctionc9f82cd713900.nn
/plugin/bootswrapper/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_bootswrapper
/plugin/discussion/
H A Daction.php198 $script = ob_get_clean();
199 …ent->data['script'], array('type' => 'text/javascript', 'charset' => "utf-8", '_data' => $script));
958 …<form id="discussion__comment_form" method="post" action="<?php echo script() ?>" accept-charset="…
1100 …<form class="button discussion__<?php echo $act?>" method="get" action="<?php echo script().$ancho…
/plugin/discussion/syntax/
H A Dthreads.php193 …'<form id="discussion__newthread_form" method="post" action="'.script().'" accept-charset="'.$lan…
/plugin/publish/
H A D.travis.yml17 script: cd _test && ./phpunit.phar --stderr --group plugin_publish
/plugin/stlviewer/stlviewer/
H A DREADME.md22 <script src="stl_viewer.min.js"></script>
24 <script>
26 </script>

12345678910>>...31