Home
last modified time | relevance | path

Searched refs:responseType (Results 1 – 25 of 57) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DOperationInfo.php29 public $responseType; variable in Google\\Service\\ServiceManagement\\OperationInfo
48 public function setResponseType($responseType) argument
50 $this->responseType = $responseType;
57 return $this->responseType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3DetectIntentResponse.php41 public $responseType; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3DetectIntentResponse
116 public function setResponseType($responseType) argument
118 $this->responseType = $responseType;
125 return $this->responseType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
DGoogleCloudWebriskV1ComputeThreatListDiffResponse.php39 public $responseType; variable in Google\\Service\\WebRisk\\GoogleCloudWebriskV1ComputeThreatListDiffResponse
114 public function setResponseType($responseType) argument
116 $this->responseType = $responseType;
123 return $this->responseType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
DGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.php40 public $responseType; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse
123 public function setResponseType($responseType) argument
125 $this->responseType = $responseType;
132 return $this->responseType;
/plugin/asciidocjs/node_modules/unxhr/lib/
DXMLHttpRequest.js129 this.responseType = ''
397 const responseType = this.responseType || 'text'
443 const encoding = responseType === 'text' ? 'utf8' : 'binary'
518 const encoding = responseType === 'text' ? 'utf8' : 'binary'
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js59 try { oXmlHttp.responseType = 'msxml-document'; } catch(e){}
61 this.RespType = oXmlHttp.responseType;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js59 try { oXmlHttp.responseType = 'msxml-document'; } catch(e){}
61 this.RespType = oXmlHttp.responseType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1OptimizedStats.php25 protected $responseType = GoogleCloudApigeeV1OptimizedStatsResponse::class; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1OptimizedStats
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/lasso/
Dconnector.lasso54 'responseType' = 'xml',
145 $responseType = 'html';
215 if($responseType == 'xml');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
Dconnector.lasso54 'responseType' = 'xml',
145 $responseType = 'html';
223 if($responseType == 'xml');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
DAttributeContext.php37 protected $responseType = Response::class; variable in Google\\Service\\ServiceControl\\AttributeContext
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js58 try { oXmlHttp.responseType = 'msxml-document'; } catch(e){}
/plugin/llm/llm.js/
Dllm.js1 …(e);return void t(a)}}const s=new XMLHttpRequest;s.open("GET",e,!0),s.responseType="arraybuffer",s…
/plugin/stlviewer/stlviewer/
Dload_stl.min.js2 …ate&&200==e.status&&after_file_load(e.response)},e.open("GET",a,!0),e.responseType="arraybuffer",e…
/plugin/diagramsnet/lib/js/dropbox/
DDropbox-sdk.min.js9responseType||"text"===this.xhr.responseType)||"undefined"==typeof this.xhr.responseType?this.xhr.… method in n
/plugin/diagramsnet/lib/js/diagramly/
DTrelloClient.js348 request.responseType = 'json';
DApp.js6545 typeof new XMLHttpRequest().responseType === 'string')
6552 req.responseType = 'blob';
DEditorUi.js7253 xhr.responseType = 'blob';
7303 if (xhr.responseType == '' || xhr.responseType == 'text')
7712 xhr.responseType = 'blob';
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js598 xhr.responseType = 'arraybuffer';
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dnodejs.js1082 xhr.responseType = 'arraybuffer';
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md952 * Added support for instantiating responseType=class responseClass classes. Classes must implement
954 * Added support for additionalProperties for top-level parameters in responseType=model responseCla…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1247 * Added support for instantiating responseType=class responseClass classes. Classes must implement
1249 * Added support for additionalProperties for top-level parameters in responseType=model responseCla…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js3837 this.xhr.responseType = "arraybuffer";
Dogg.js2responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-us…
/plugin/html5video2/script/
Dvideo.min.js20responseType)return e.responseXML;var t=e.responseXML&&"parsererror"===e.responseXML.documentEleme…

123