Home
last modified time | relevance | path

Searched refs:getContext (Results 51 – 75 of 130) sorted by path

123456

/plugin/combo/syntax/
H A Dbrand.php157 $openTagContext = $openTag->getContext();
H A Dheader.php94 PluginUtility::CONTEXT => $openingCall->getContext()
H A Dheadingatx.php89 $context = HeadingTag::getContext($callStack);
H A Dheadingwiki.php137 $context = HeadingTag::getContext($callStack);
H A Dlabel.php117 if ($parentTag->getContext() == PanelTag::CONTEXT_PREVIEW_ALONE) {
135 $context = $openingTag->getContext();
H A Dlink.php382 PluginUtility::CONTEXT => $openingTag->getContext()
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php47 $context = $recognizer->getContext();
71 for ($context = $recognizer->getContext(); $context; $context = $context->getParent()) {
H A DDefaultErrorStrategy.php281 $this->nextTokensContext = $recognizer->getContext();
583 $expectingAtLL2 = $atn->nextTokensInContext($next, $recognizer->getContext());
864 $ctx = $recognizer->getContext();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php32 $recognizer->getContext(),
H A DInputMismatchException.php21 $ctx ?? $recognizer->getContext()
H A DNoViableAltException.php48 $ctx = $recognizer->getContext();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php728 public function getContext() : ?ParserRuleContext function in Antlr\\Antlr4\\Runtime\\Parser
819 * state and context, as given by {@see #getState} and {@see #getContext},
827 ->getExpectedTokens($this->getState(), $this->getContext());
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js135getContext("2d");switch(e.width=t.width,e.height=t.height,r.save(),n){case 2:r.translate(i,0),r.sc…
207 …tion b(a,e){_classCallCheck(this,b);this.canvas=a;this.ctx=this.canvas.getContext("2d");this.gen=n…
10207 …;t.className="geBtn";d.appendChild(t)}document.createElement("canvas").getContext&&"data:image/"==…
10467 Editor.createRoughCanvas=function(b){var c=rough.canvas({getContext:function(){return b}});c.draw=f…
10521 if(f)try{var b=document.createElement("canvas"),l=b.getContext("2d");b.height=e.height;b.width=e.wi…
10535 …ceil(g*q);p.setAttribute("width",k);p.setAttribute("height",q);var y=p.getContext("2d");null!=x&&(…
10685 …document.createElement("canvas"),P=new Image;P.onload=function(){try{Q.getContext("2d").drawImage(…
10698 …ted=!(!b.getContext||!b.getContext("2d"))}catch(q){}try{var c=document.createElement("canvas"),d=n…
11618 ….width+4)));q.setAttribute("height",Math.ceil(x*(t.height+4)));var B=q.getContext("2d");B.scale(x,…
12174 …overflow="hidden";t.style.position="relative";q.appendChild(t);var u=t.getContext("2d");this.ui=b;…
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1getContext("2d");switch(e.width=t.width,e.height=t.height,r.save(),n){case 2:r.translate(i,0),r.sc…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2443 var ctx = canvas.getContext('2d');
H A DDialogs.js4875 …if (!!document.createElement('canvas').getContext && linkInput.value.substring(0, 11) == 'data:ima…
H A DDriveClient.js1822 var ctx = canvas.getContext('2d');
H A DEditor.js703 getContext: function()
2740 var ctx = canvas.getContext('2d');
3421 var ctx = canvas.getContext('2d');
8602 var ctx = canvas.getContext('2d');
H A DEditorUi.js487 EditorUi.prototype.canvasSupported = !!(cnv.getContext && cnv.getContext('2d'));
504 var ctx = canvas.getContext('2d');
H A DmxRuler.js107 var ctx = canvas.getContext('2d');
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js20 this.ctx = canvas.getContext('2d');
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js78 var ctx = canvas.getContext("2d");

123456