Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 25 of 122) sorted by relevance

12345

/plugin/sketchcanvas/script/
H A Ddraw.js6 function l_arrow(ctx, arr) { argument
8 ctx.moveTo(arr[0].x, arr[0].y);
9 ctx.lineTo(arr[1].x, arr[1].y);
10 ctx.lineTo(arr[1].x-c[0].x, arr[1].y-c[0].y);
11 ctx.moveTo(arr[1].x, arr[1].y);
12 ctx.lineTo(arr[1].x-c[1].x, arr[1].y-c[1].y);
13 ctx.stroke();
17 function l_darrow(ctx, arr) { argument
20 ctx.moveTo(arr[0].x+c[0].x, arr[0].y+c[0].y);
21 ctx
31 l_tarrow(ctx, arr) global() argument
48 l_hige(ctx, arr) global() argument
57 l_elipse(ctx, arr) global() argument
80 l_elipsef(ctx, arr) global() argument
103 l_star(ctx, arr) global() argument
114 l_check(ctx, arr) global() argument
122 l_complete(ctx, arr) global() argument
[all...]
H A DSketchCanvas.js64 ctx = canvas.getContext('2d');
68 if(!ctx.setLineDash) {
69 ctx.setLineDash = function(){};
76 ctx.fillStyle = 'rgb(127,127,127)';
77 ctx.beginPath();
78 ctx.moveTo(mx0, my0 + mh0 / 2);
79 ctx.lineTo(mx0 + aw, my0);
80 ctx.lineTo(mx0 + aw, my0 + mh0);
81 ctx.closePath();
82 ctx
[all...]
/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 …]
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1697 ctx.lineCap = "round"; ctx.lineJoin = "round"
1698 ctx.lineWidth = lw; ctx.strokeStyle = col;
1787 ctx.stroke();
1796 ctx.save();
1826 ctx.fill();
1842 ctx.fill();
1849 ctx.fill();
1861 ctx.fill();
1897 ctx.fill();
1906 ctx.fill();
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php29 public function add(PredictionContext $ctx) : PredictionContext argument
31 if ($ctx === PredictionContext::empty()) {
32 return $ctx;
35 $existing = $this->cache->get($ctx);
41 $this->cache->put($ctx, $ctx);
43 return $ctx;
46 public function get(PredictionContext $ctx) : ?PredictionContext argument
48 return $this->cache->get($ctx);
/plugin/codemirror/dist/modes/
H A Dcommonlisp.min.js1ctx:{prev:null,start:0,indentTo:0},lastType:null,tokenize:h}},token:function(b,d){if(b.sol()&&type…
H A Dclojure.min.js1ctx:{prev:null,start:0,indentTo:0},lastToken:null,tokenize:o}},token:function(a,c){if(a.sol()&&typ…
H A Dr.min.js1ctx.argList){return"arg-is"}else if(l.test(c)){if(c=="$")return"operator dollar";a.eatWhile(l);ret… class in a
H A Dr.min.js.map1ctx","argList","quote","backUp","ALIGN_YES","ALIGN_NO","BRACELESS","push","type","indent","flags",…
H A Dgroovy.min.js.map1ctx","sol","indentation","eatSpace","style","indent","textAfter","Pass","firstChar","charAt","clos…
H A Dcommonlisp.min.js.map1ctx","prev","start","indentTo","token","sol","style","indentUnit","column","indent","_textAfter","…
H A Dd.min.js.map1ctx","sol","indentation","eatSpace","style","textAfter","Pass","firstChar","charAt","closing","ele…
/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 …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php31 private $ctx; variable in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException
51 ?ParserRuleContext $ctx, argument
58 $this->ctx = $ctx;
103 if ($this->ctx === null) {
107 return $this->recognizer->getATN()->getExpectedTokens($this->offendingState, $this->ctx);
121 return $this->ctx;
H A DNoViableAltException.php45 ?ParserRuleContext $ctx = null argument
47 if ($ctx === null) {
48 $ctx = $recognizer->getContext();
63 parent::__construct($recognizer, $input, $ctx);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeWalker.php59 /** @var ParserRuleContext $ctx */
60 $ctx = $ruleNode->getRuleContext();
62 $listener->enterEveryRule($ctx);
64 $ctx->enterRule($listener);
69 /** @var ParserRuleContext $ctx */
70 $ctx = $ruleNode->getRuleContext();
72 $ctx->exitRule($listener);
74 $listener->exitEveryRule($ctx);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1ctx,x,y,x2,y2,da){var dx=x2-x,dy=y2-y,len=sqrt(dx*dx+dy*dy),rot=atan2(dy,dx),dc=da.length,di=0,dra… argument
4ctx,object){var gradient,prop,coords=fabric.util.object.clone(this.coords);if(!this.type){return}i… argument
5ctx=this.canvas.contextTop,v=this.canvas.viewportTransform,p1=this._points[0],p2=this._points[1];c… argument
6ctx=this.contextTop||this.contextContainer;if(multiplier>1){this.setWidth(scaledWidth).setHeight(s… argument
8ctx){if(!this.hasBorders){return this}ctx.save();ctx.globalAlpha=this.isMoving?this.borderOpacityW… argument
9ctx){var current,previous=null,subpathStartX=0,subpathStartY=0,x=0,y=0,controlX=0,controlY=0,tempX… argument
11ctx){if(this.__skipDimension){return}if(!ctx){ctx=fabric.util.createCanvasElement().getContext("2d… argument
13ctx){this.callSuper("_render",ctx);this.ctx=ctx;this.isEditing&&this.renderCursorOrSelection()},re… argument
15ctx,cursorLocation.lineIndex);lineLeftOffset=this._getLineLeftOffset(widthOfSameLineBeforeCursor);…
H A Dfabric.js1007 ctx.bezierCurveTo.apply(ctx, segs[i]);
7341 ctx.shadowBlur = ctx.shadowOffsetX = ctx.shadowOffsetY = 0;
11465 ctx.transform.apply(ctx, this.transformMatrix);
11565 ctx.shadowBlur = ctx.shadowOffsetX = ctx.shadowOffsetY = 0;
11580 ctx.transform.apply(ctx, g);
11626 ctx.transform.apply(ctx, g);
13654 ctx.strokeStyle = this.stroke || ctx.fillStyle;
16143 ctx.transform.apply(ctx, this.transformMatrix);
20100 ctx.transform.apply(ctx, this.transformMatrix);
20699 this.ctx = ctx;
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php70 protected $ctx; variable in Antlr\\Antlr4\\Runtime\\Parser
136 $this->ctx = null;
583 * {@see Parser::$ctx} get the current context.
588 $this->ctx = $localctx;
615 $this->ctx = $parent;
623 // if we have new localctx, make sure we replace existing ctx
625 if ($this->buildParseTree && $this->ctx !== $localctx) {
635 $this->ctx = $localctx;
653 $this->ctx = $localctx;
671 $this->ctx
747 setContext(ParserRuleContext $ctx) global() argument
[all...]
H A DParserRuleContext.php77 public function copyFrom(ParserRuleContext $ctx) : void argument
80 $this->parentCtx = $ctx->parentCtx;
81 $this->invokingState = $ctx->invokingState;
83 $this->start = $ctx->start;
84 $this->stop = $ctx->stop;
87 if ($ctx->children) {
91 foreach ($ctx->children as $child) {
/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/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 D8871b8fcb6de4f0c7dff22798fb10fb7.asciidoc15 'source' => 'if (ctx._source.foo == \'bar\') {ctx._version++; ctx._source.remove(\'foo\')}',
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
H A Dac544eb247a29ca42aab13826ca88561.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }',

12345