Home
last modified time | relevance | path

Searched refs:getContext (Results 26 – 50 of 130) sorted by path

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php168 public function getContext() function in Google\\Service\\ServiceManagement\\Service
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php168 public function getContext() function in Google\\Service\\ServiceNetworking\\Service
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php168 public function getContext() function in Google\\Service\\ServiceUsage\\GoogleApiService
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateImageResponse.php62 public function getContext() function in Google\\Service\\Vision\\AnnotateImageResponse
H A DGoogleCloudVisionV1p1beta1AnnotateImageResponse.php62 public function getContext() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1AnnotateImageResponse
H A DGoogleCloudVisionV1p2beta1AnnotateImageResponse.php62 public function getContext() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1AnnotateImageResponse
H A DGoogleCloudVisionV1p3beta1AnnotateImageResponse.php62 public function getContext() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1AnnotateImageResponse
H A DGoogleCloudVisionV1p4beta1AnnotateImageResponse.php62 public function getContext() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1AnnotateImageResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DError.php43 public function getContext() function in Google\\Service\\WorkflowExecutions\\Error
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelConversionPing.php41 public function getContext() function in Google\\Service\\YouTube\\ChannelConversionPing
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php441 public function getContext() function in phpseclib3\\Crypt\\EC
/plugin/block/
H A Dscript.js123 return !!document.createElement('canvas').getContext;
128 var context = canvas.getContext("2d");
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194 …f(e){if(d(e)){var t=function(e){var t=document.createElement("canvas").getContext("2d");return t.f…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js8482 var getContext = noopGetContext;
8534 onError(err, getContext);
8552 onWarning(err, getContext);
8641 getContext = noopGetContext;
9076 getContext = getParseContext;
10104 var ctx = getContext();
10238 handleWarning(err, getContext);
10251 handleCData(text, getContext);
10283 handleOpen(node, getContext);
44110 function getContext() { function
[all …]
H A Dbpmn-modeler.production.min.js34 …f(e){if(m(e)){var t=function(e){var t=document.createElement("canvas").getContext("2d");return t.f…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js887 …ature(this)?b.state=b.refresh.call(this,a,l):b.state=f;return b.state},getContext:function(a){retu…
891 d;d.is(b)&&(d=d.getParent());if(this.enterBr||this.getContext(c)){if(m){var h=m,d=d.$.className.mat…
898getContext(b.elementPath());!c||this.isIndent&&CKEDITOR.plugins.indentList.firstItemInPath(this.co…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js964 …ature(this)?b.state=b.refresh.call(this,a,e):b.state=k;return b.state},getContext:function(a){retu… method in CKEDITOR.plugins.indent.specificDefinition
967 …e=c&&b.contains(c)||e;e.is(h)&&(e=e.getParent());if(this.enterBr||this.getContext(b)){if(d){var c=…
974getContext(c);!m||this.isIndent&&CKEDITOR.plugins.indentList.firstItemInPath(this.context,c,m)||(f…
975 c){return!this.getContext(c)||this.isIndent?u:v},exec:CKEDITOR.tools.bind(w,this)}}var k=CKEDITOR.p…
H A Dckeditor.js.unc19092 getContext: function(a) {
19171 if (this.enterBr || this.getContext(b)) {
19305 var m = this.getContext(c);
19311 var g = this.getContext(c),
19316 return !this.getContext(c) || this.isIndent ? u : v
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php153 $context = $openingTag->getContext();
H A DCall.php610 function getContext() function in ComboStrap\\Call
H A DCardTag.php191 return array(PluginUtility::CONTEXT => $previousOpening->getContext());
H A DHeadingTag.php118 $context = $openingTag->getContext(); // for sectioning
131 public static function getContext(CallStack $callStack): string function in ComboStrap\\HeadingTag
501 $context = HeadingTag::getContext($callStack);
H A DIconTag.php125 PluginUtility::CONTEXT => $openingCall->getContext()
H A DOutline.php179 if ($actualCall->isPluginCall() && $actualCall->getContext() === self::CONTEXT) {
210 if ($actualCall->getContext() === HeadingTag::TYPE_OUTLINE) {
218 && $actualCall->getContext() === HeadingTag::TYPE_OUTLINE) {
408 $this->actualHeadingCall->getContext(),
H A DPanelTag.php180 return array(PluginUtility::CONTEXT => $openingTag->getContext());

123456