Home
last modified time | relevance | path

Searched refs:ctx (Results 26 – 50 of 122) sorted by last modified time

12345

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D973a3ff47fc4ce036ecd9bd363fef9f7.asciidoc15 'source' => 'ctx._index = \'metricbeat-\' + (ctx._index.substring(\'metricbeat-\'.length(), ctx._index.length())) + \'-1\'',
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
H A D0a958e486ede3f519d48431ab689eded.asciidoc10 'source' => 'ctx._source.counter += params.count',
H A Dac544eb247a29ca42aab13826ca88561.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }',
H A D4cd246e5c4c035a2cd4081ae9a3d54e5.asciidoc10 'source' => 'ctx._source.tags.add(params.tag)',
H A D58df61acbfb15b8ef0aaa18b81ae98a6.asciidoc9 'script' => 'ctx._source.remove(\'new_field\')',
H A Deb30ba547e4a7b8f54f33ab259aca523.asciidoc9 'script' => 'ctx._source.new_field = \'value_of_new_field\'',
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php142 $ctx = hash_init($algo);
144 hash_update($ctx, $stream->read(1048576));
147 $out = hash_final($ctx, (bool) $rawOutput);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc204 'script' => 'ctx._source.counter += count',
229 'source' => 'ctx._source.counter += params.count',
/plugin/achart/assets/
H A Dapexcharts.min.js6ctx=i,this.w=i.w,this.setEasingFunctions()}return a(t,[{key:"setEasingFunctions",value:function(){…
14ctx=i,this.w=i.w}return a(t,[{key:"initModules",value:function(){this.ctx.publicMethods=["updateOp…
/plugin/tagfilter/script/select2/
H A Dselect2.js226 * @param ctx object to be used as this reference within fn
229 function debounce(quietMillis, fn, ctx) { argument
230 ctx = ctx || undefined;
236 fn.apply(ctx, args);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php61 * @param array $ctx Optional handler context.
69 array $ctx = [] argument
77 $ctx
113 return new $className($message, $request, $response, $previous, $ctx);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php140 $ctx = [
145 $ctx[self::CURL_VERSION_STR] = curl_version()['version'];
152 return self::retryFailedRewind($handler, $easy, $ctx);
155 return self::createRejection($easy, $ctx);
177 $ctx
184 $ctx['errno'],
185 $ctx['error'],
511 array $ctx argument
524 return self::createRejection($easy, $ctx);
531 $ctx['error'] = 'The cURL request was retried 3 times '
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php135 $ctx = hash_init($algo);
137 hash_update($ctx, $stream->read(1048576));
140 $out = hash_final($ctx, (bool) $rawOutput);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10104 var ctx = getContext();
10106 var line = ctx.line,
10107 column = ctx.column,
10108 data = ctx.data;
14985 fn(e, ctx);
52360 function preExecute(ctx) { argument
52387 function execute(ctx) { argument
52388 ctx.oldLabel = getLabel(ctx.element);
52389 return setText(ctx.element, ctx.newLabel);
52392 function revert(ctx) { argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js119 ctx.beginPath();
122 ctx.stroke();
128 ctx.save();
132 ctx.restore();
145 ctx.beginPath();
146 ctx.lineWidth = 0.7;
148 ctx.setLineDash([]);
149 ctx.font = '9px Arial';
291 ctx.lineWidth = 1;
435 ctx.lineWidth = 0.5;
[all …]
H A DApp.js2443 var ctx = canvas.getContext('2d');
2446 ctx.scale(scale, scale);
2447 ctx.translate(-x0, -y0);
2458 ctx.save();
2459 ctx.fillStyle = bg;
2460 ctx.fillRect(x0, y0, Math.ceil(bounds.width + 4), Math.ceil(bounds.height + 4));
2461 ctx.restore();
2469 ctx.drawImage(img, bgImg.x * scale, bgImg.y * scale,
H A DDriveClient.js1822 var ctx = canvas.getContext('2d');
1823 ctx.drawImage(img, 0, 0, canvas.width, canvas.height);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js78 var ctx = canvas.getContext("2d");
79 var imageData = ctx.createImageData(this.width, this.height);
H A Dimporter.js433 var ctx = c.getContext("2d");
434 ctx.putImageData(bitmap.imageData, 0, 0);
813 var ctx = c.getContext("2d");
814 ctx.fillStyle = "#FFFFFF";
815 ctx.fillRect(0, 0, c.width, c.height);
816ctx.drawImage(img, offsetX, offsetY, c.width, c.height, 0, 0, c.width, c.height);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js173ctx=this.canvas.getContext("2d");this.gen=new S(e)}_createClass(b,[{key:"draw",value:function(a){v…
H A Dviewer.min.js173ctx=this.canvas.getContext("2d");this.gen=new S(e)}_createClass(b,[{key:"draw",value:function(a){v…
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js132 this.ctx.save();
138 this.ctx.restore();
506 this.ctx.save();
539 ctx.save();
571 ctx.restore();
596 this.ctx.fill();
601 this.ctx.stroke();
610 this.ctx.fill();
616 this.ctx.fill();
678 this.ctx.save();
[all …]

12345