Home
last modified time | relevance | path

Searched refs:requestType (Results 1 – 22 of 22) sorted by last modified time

/plugin/combo/ComboStrap/
H A DFetcherSvg.php1767 $requestType = $this->getRequestedType();
1769 $requestType = false;
1772 if ($requestType === FetcherSvg::ICON_TYPE || $isInIconDirectory) {
H A DSqliteRequest.php74 $requestType = $this->getRequestType();
75 switch ($requestType) {
100 throw new ExceptionCompile("The request type ($requestType) was not processed");
110 throw new ExceptionCompile("Error in the $requestType. Message: {$message}");
115 throw new ExceptionCompile("Error in the request type `$requestType`. res is not a PDOStatement but as the value ($res). Message: {$message}, Query: {$queryExecuted}");
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php41 * @param int $requestType
43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) { argument
48 $this->requestType = $requestType;
50 if ($requestType === self::ALLPROPS) {
129 if ($this->requestType === self::ALLPROPS) {
257 return $this->requestType === self::ALLPROPS;
287 if ($this->requestType === self::ALLPROPS) unset($r[404]);
312 protected $requestType; variable in Sabre\\DAV\\PropFind
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1DeleteIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata.php33 protected $requestType = GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1CreateIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1CreateIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1DeployIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1DeployIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata.php33 protected $requestType = GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata.php30 protected $requestType = GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest::class; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReport.php37 protected $requestType = ReportRequest::class; variable in Google\\Service\\Doubleclicksearch\\Report
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DRelyingparty.php77 public $requestType; variable in Google\\Service\\IdentityToolkit\\Relyingparty
268 public function setRequestType($requestType) argument
270 $this->requestType = $requestType;
277 return $this->requestType;
H A DResetPasswordResponse.php37 public $requestType; variable in Google\\Service\\IdentityToolkit\\ResetPasswordResponse
84 public function setRequestType($requestType) argument
86 $this->requestType = $requestType;
93 return $this->requestType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueries.php27 protected $requestType = SearchQueriesRequest::class; variable in Google\\Service\\CustomSearchAPI\\SearchQueries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DCopyLogEntriesMetadata.php34 protected $requestType = CopyLogEntriesRequest::class; variable in Google\\Service\\Logging\\CopyLogEntriesMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAttributeContext.php33 protected $requestType = Request::class; variable in Google\\Service\\ServiceControl\\AttributeContext
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php41 * @param int $requestType
43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) { argument
48 $this->requestType = $requestType;
50 if ($requestType === self::ALLPROPS) {
129 if ($this->requestType === self::ALLPROPS) {
257 return $this->requestType === self::ALLPROPS;
287 if ($this->requestType === self::ALLPROPS) unset($r[404]);
312 protected $requestType; variable in Sabre\\DAV\\PropFind
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js119 ….debug)this.DebugMessage("Starting xajax...");if(!this.callOptions.method){var requestType="post";}
120 else{var requestType=this.callOptions.method;if(requestType!=("get"||"post")){requestType="post";}
127 switch(requestType){case "get":{var uriGet=uri.indexOf("?")==-1?"?":"&";uriGet+=postData;uri+=uriGe…
128 alert("Illegal request type: "+requestType);return false;break;}
129 r=this.getRequestObject();if(!r)return false;r.open(requestType,uri,true);if(requestType=="post"){t…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...