Home
last modified time | relevance | path

Searched refs:ctx (Results 101 – 122 of 122) sorted by path

12345

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14973 var ctx = this.ctx;
15139 var ctx = this.ctx;
15216 var ctx = this.ctx;
15242 var ctx = this.ctx;
15312 var ctx = this.ctx;
15406 var ctx = this.ctx;
15494 var ctx = this.ctx;
15623 var ctx = this.ctx;
15729 var ctx = this.ctx;
16535 this.ctx = ctx;
[all …]
H A Dpdf.js.map1ctx","PROTOTYPE","IS_FORCED","IS_GLOBAL","IS_STATIC","IS_PROTO","IS_BIND","target","expProto","sou…
H A Dpdf.worker.js2569 var ctx = __w_pdfjs_require__(30);
3711 var ctx = __w_pdfjs_require__(30);
4262 var ctx = __w_pdfjs_require__(30);
4449 then.call(value, ctx($resolve, wrapper, 1), ctx($reject, wrapper, 1));
4474 executor(ctx($resolve, this, 1), ctx($reject, this, 1));
4607 var ctx = __w_pdfjs_require__(30);
4668 var ctx = __w_pdfjs_require__(30);
4729 Dispatch.now(ctx(run, id, 1));
4751 setTimeout(ctx(run, id, 1), 0);
5148 var ctx = __w_pdfjs_require__(30);
[all …]
H A Dpdf.worker.js.map1ctx","PROTOTYPE","IS_FORCED","IS_GLOBAL","IS_STATIC","IS_PROTO","IS_BIND","target","expProto","own…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js3531 function getOutputScale(ctx) {
3533 …eRatio = ctx.webkitBackingStorePixelRatio || ctx.mozBackingStorePixelRatio || ctx.msBackingStorePi…
9791 ctx.save();
9794 ctx.restore();
9964 return ctx;
10069 canvasContext: ctx,
10102 var canvas = ctx.canvas;
12169 canvasContext: ctx,
15376 ctx.save();
15379 ctx.restore();
[all …]
H A Dviewer.js.map1ctx","pixelRatio","sx","sy","scaled","skipOverflowHiddenElements","parent","element","offsetY","of…
/plugin/processing/
H A Dscript.js6505 var ctx = c.getContext("2d");
6506 var obj = ctx.createImageData(this.width, this.height);
8398 var ctx = cvs.getContext('2d');
8399 var textureImage = ctx.createImageData(cvs.width, cvs.height);
8413 ctx.putImageData(textureImage, 0, 0);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js680 var ctx = object, expr = match[3];
687 ctx = ctx[comp];
688 if (null == ctx || '' == match[3]) break;
693 return before + String.interpret(ctx);
/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/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js170 ctx: obj,
207 var context = options.context, ctx = options.ctx, listening = options.listening;
210 … handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});
368 case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;
369 case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;
370 case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;
371 case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;
372 default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js32 func = function(ctx, message) { assert.equal(this, ctx, message); };
/plugin/sketchcanvas/script/
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...]
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...]
/plugin/slacknotifier/
H A Daction.php148 $ctx = [
153 Logger::error('Error posting to Slack', $ctx, __FILE__, __LINE__);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js493 var ctx = data, j = 0;
496 if (name in ctx) {
497 ctx = ctx[name];
498 if (typeof ctx === "string") {
499 ctx = (new Function("$", "return ("+ctx+");")).call(this, $);
503 ctx = ctx[name] = {};
507 if (typeof ctx[name] === "object") {
508ctx[name] = $.extend(true, (new Function("$", "return ("+attr.value+");")).call(this, $), ctx[name…
511 ctx[name] = attr.value;
/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/twitter/
H A Dsyntax.php302 $ctx = array(
308 $ctx = stream_context_create($ctx);
309 $json = file_get_contents($this->signRequest($url, $param), true, $ctx);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js32278 return ctx.convertTo(this)._forceRed(ctx);
32287 this.red = ctx;
35980 return ctx.convertTo(this)._forceRed(ctx);
81991 var ctx = {
82008 if (isUndefined(ctx.showHidden)) ctx.showHidden = false;
82009 if (isUndefined(ctx.depth)) ctx.depth = 2;
82010 if (isUndefined(ctx.colors)) ctx.colors = false;
82011 if (isUndefined(ctx.customInspect)) ctx.customInspect = true;
82012 if (ctx.colors) ctx.stylize = stylizeWithColor;
82013 return formatValue(ctx, obj, ctx.depth);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1ctx","9","unhandledRejectionHandled","possiblyUnhandledRejection","printWarning","getDomain","_get…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js724 if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this;
1222 var ctx;
1988 function checkCancel(ctx, reason) { argument
1995 ctx.cancelPromise = null;
2566 var ctx = arguments[2];
3291 var handler = ctx.handler;
3292 var promise = ctx.promise;
3293 var receiver = ctx.receiver;
3294 var value = ctx.value;
3307 this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value);
[all …]
/plugin/zoom/
H A Dscript.js9ctx=this,zw;setTimeout(function(){if($mouseTrap===null){var w=jWin.width();jWin.parent().append(fo…

12345