Home
last modified time | relevance | path

Searched refs:getContext (Results 76 – 100 of 130) sorted by path

123456

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js433 var ctx = c.getContext("2d");
813 var ctx = c.getContext("2d");
H A DmxVsdxCanvas2D.js473 var ctx = canvas.getContext("2d");
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1072 …his;this.filesLoading++;try{var k=document.createElement("canvas"),d=k.getContext("2d");m||(f=Stri…
1092 …s.offset;try{var f="bit"+this.bitPP,m=document.createElement("canvas").getContext("2d").createImag…
1107 …b=document.createElement("canvas");b.width=a.width;b.height=a.height;b.getContext("2d").putImageDa…
1117 var k=w.getContext("2d");k.fillStyle="#FFFFFF";k.fillRect(0,0,w.width,w.height);k.drawImage(A,d,f,w…
H A Dviewer-static.min.js173 …tion b(a,e){_classCallCheck(this,b);this.canvas=a;this.ctx=this.canvas.getContext("2d");this.gen=n…
3135 Editor.createRoughCanvas=function(b){var d=rough.canvas({getContext:function(){return b}});d.draw=f…
3189 if(c)try{var b=document.createElement("canvas"),g=b.getContext("2d");b.height=e.height;b.width=e.wi…
3203 …ceil(m*q);k.setAttribute("width",n);k.setAttribute("height",q);var x=k.getContext("2d");null!=H&&(…
3353 …document.createElement("canvas"),T=new Image;T.onload=function(){try{Q.getContext("2d").drawImage(…
3366 …ted=!(!b.getContext||!b.getContext("2d"))}catch(m){}try{var c=document.createElement("canvas"),e=n…
H A Dviewer.min.js173 …tion b(a,e){_classCallCheck(this,b);this.canvas=a;this.ctx=this.canvas.getContext("2d");this.gen=n…
3135 Editor.createRoughCanvas=function(b){var d=rough.canvas({getContext:function(){return b}});d.draw=f…
3189 if(c)try{var b=document.createElement("canvas"),g=b.getContext("2d");b.height=e.height;b.width=e.wi…
3203 …ceil(m*q);k.setAttribute("width",n);k.setAttribute("height",q);var x=k.getContext("2d");null!=H&&(…
3353 …document.createElement("canvas"),T=new Image;T.onload=function(){try{Q.getContext("2d").drawImage(…
3366 …ted=!(!b.getContext||!b.getContext("2d"))}catch(m){}try{var c=document.createElement("canvas"),e=n…
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified1990 this.canvas = t, this.ctx = this.canvas.getContext("2d"), this.gen = new U(e);
H A Drough.js.orig1 …s,fill:K}}}class Y{constructor(t,e){this.canvas=t,this.ctx=this.canvas.getContext("2d"),this.gen=n…
H A Drough.min.js72 …tion b(a,e){_classCallCheck(this,b);this.canvas=a;this.ctx=this.canvas.getContext("2d");this.gen=n…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396 …st e=this.model.color.hsva,t=new h.a(new h.b(e.h,1,1,1)),n=this.canvas.getContext("2d"),i=n.create…
426getContext(t),o=this._currentChord?this._currentChord.keypress:null;return this._getResolver().res…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 ….getContext('2d', { alpha: false })`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasE…
H A Dbundle.js396 …st e=this.model.color.hsva,t=new h.a(new h.b(e.h,1,1,1)),n=this.canvas.getContext("2d"),i=n.create…
426getContext(t),o=this._currentChord?this._currentChord.keypress:null;return this._getResolver().res…
H A Dbundle.js.map1getContext('2d');\n let dpr = window.devicePixelRatio || 1;\n let bsr = ctx.webkitBa…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte27 const context = canvas.getContext('2d');
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php120 ? $context->getContext()
222 return @rmdir($from, $this->getStreamContext()->getContext());
274 $context->getContext()
H A DFile.php222 $context->getContext()
H A DGeneric.php322 return @copy($from, $to, $this->getStreamContext()->getContext());
361 return @rename($from, $name, $this->getStreamContext()->getContext());
377 $this->getStreamContext()->getContext()
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php217 ->object($visitor->getContext())
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php91 public function getContext() function in Hoa\\Math\\Visitor\\Arithmetic
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DContext.php127 return stream_context_set_option($this->getContext(), $options);
139 return stream_context_set_params($this->getContext(), $parameters);
149 return stream_context_get_options($this->getContext());
159 return stream_context_get_params($this->getContext());
167 public function getContext() function in Hoa\\Stream\\Context
H A DREADME.md145 $out = fopen($streamName, 'rb', false, $context->getContext());
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php188 ->when($result = $context->getContext())
H A DStream.php776 $out = fopen($streamName, 'rb', false, $context->getContext());
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEvent.php38 public function getContext(): Context function in JMS\\Serializer\\EventDispatcher\\Event
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php63 $context = $event->getContext();
93 …$newEvent = new PreSerializeEvent($event->getContext(), $object, ['name' => $parentClassName, 'par…
H A DSymfonyValidatorValidatorSubscriber.php36 $context = $event->getContext();

123456