/plugin/sketchcanvas/script/ |
H A D | draw.js | 6 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 D | SketchCanvas.js | 68 ctx = canvas.getContext('2d');
72 if(!ctx.setLineDash) {
73 ctx.setLineDash = function(){};
80 ctx.fillStyle = 'rgb(127,127,127)';
81 ctx.beginPath();
82 ctx.moveTo(mx0, my0 + mh0 / 2);
83 ctx.lineTo(mx0 + aw, my0);
84 ctx.lineTo(mx0 + aw, my0 + mh0);
85 ctx.closePath();
86 ctx [all...] |
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A D | mxJsCanvas.js | 132 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 D | slides.js | 1697 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 D | PredictionContextCache.php | 29 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 D | commonlisp.min.js | 1 …ctx:{prev:null,start:0,indentTo:0},lastType:null,tokenize:h}},token:function(b,d){if(b.sol()&&type…
|
H A D | clojure.min.js | 1 …ctx:{prev:null,start:0,indentTo:0},lastToken:null,tokenize:o}},token:function(a,c){if(a.sol()&&typ…
|
H A D | r.min.js | 1 …ctx.argList){return"arg-is"}else if(l.test(c)){if(c=="$")return"operator dollar";a.eatWhile(l);ret… class in a
|
H A D | r.min.js.map | 1 …ctx","argList","quote","backUp","ALIGN_YES","ALIGN_NO","BRACELESS","push","type","indent","flags",…
|
H A D | groovy.min.js.map | 1 …ctx","sol","indentation","eatSpace","style","indent","textAfter","Pass","firstChar","charAt","clos…
|
H A D | commonlisp.min.js.map | 1 …ctx","prev","start","indentTo","token","sol","style","indentUnit","column","indent","_textAfter","…
|
H A D | d.min.js.map | 1 …ctx","sol","indentation","eatSpace","style","textAfter","Pass","firstChar","charAt","closing","ele…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 119 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 D | RecognitionException.php | 31 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 D | NoViableAltException.php | 45 ?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 D | ParseTreeWalker.php | 59 /** @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 D | fabric.min.js | 1 …ctx,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 4 …ctx,object){var gradient,prop,coords=fabric.util.object.clone(this.coords);if(!this.type){return}i… argument 5 …ctx=this.canvas.contextTop,v=this.canvas.viewportTransform,p1=this._points[0],p2=this._points[1];c… argument 6 …ctx=this.contextTop||this.contextContainer;if(multiplier>1){this.setWidth(scaledWidth).setHeight(s… argument 8 …ctx){if(!this.hasBorders){return this}ctx.save();ctx.globalAlpha=this.isMoving?this.borderOpacityW… argument 9 …ctx){var current,previous=null,subpathStartX=0,subpathStartY=0,x=0,y=0,controlX=0,controlY=0,tempX… argument 11 …ctx){if(this.__skipDimension){return}if(!ctx){ctx=fabric.util.createCanvasElement().getContext("2d… argument 13 …ctx){this.callSuper("_render",ctx);this.ctx=ctx;this.isEditing&&this.renderCursorOrSelection()},re… argument 15 …ctx,cursorLocation.lineIndex);lineLeftOffset=this._getLineLeftOffset(widthOfSameLineBeforeCursor);…
|
H A D | fabric.js | 1007 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 D | Parser.php | 70 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 D | ParserRuleContext.php | 77 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 D | CurlFactory.php | 140 $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 D | 973a3ff47fc4ce036ecd9bd363fef9f7.asciidoc | 15 'source' => 'ctx._index = \'metricbeat-\' + (ctx._index.substring(\'metricbeat-\'.length(), ctx._index.length())) + \'-1\'',
|
H A D | 8871b8fcb6de4f0c7dff22798fb10fb7.asciidoc | 15 'source' => 'if (ctx._source.foo == \'bar\') {ctx._version++; ctx._source.remove(\'foo\')}',
|
H A D | 98aeb275f829b5f7b8eb2147701565ff.asciidoc | 10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
|
H A D | ac544eb247a29ca42aab13826ca88561.asciidoc | 10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }',
|