Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 25 of 188) sorted by relevance

12345678

/plugin/htmlokay/
H A Dsyntax.php127 return $this->getError(HTML_OK_EXCLUDEDWINDOW, $match, "IFRAME");
131 return $this->getError(HTML_OK_EXCLUDEDWINDOW, $match, "ILAYER");
148 return $this->getError(HTML_OK_NOTSUPPORTED, $match, "TABLE");
165 return $this->getError(HTML_OK_NOTSUPPORTED, $match, 'FORM');
169 return $this->getError(HTML_OK_NOTSUPPORTED, $match, 'SCRIPT');
186 return $this->getError(HTML_OK_NOTSUPPORTED, $match, "TABLE");
190 return $this->getError(HTML_OK_NOTSUPPORTED, $match, "STYLE");
295 return $this->getError(HTML_OK_BADFNNAME, $match, $err);
345 return $this->getError(HTML_OK_BADSELECTOR, $match, $err);
361 return $this->getError(HTML_OK_BADCLASSNAME, $match, $err);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DHttpException.php32 $message = $this->getErrorMessage($this->getError());
71 public function getError(): int function in Elastica\\Exception\\Connection\\HttpException
/plugin/googlesearch/
H A DGoogleAPI.php56 $err = $this->soapclient->getError();
84 $err = $soapclient->getError();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php43 public function getError(): string function in Elastica\\Bulk\\ResponseSet
47 return $bulkResponse->getError();
/plugin/mantis/lib/
H A Dclass.soapclient.php289 if($errstr = $this->getError()){
342 if ($errstr = $this->wsdl->getError()) {
381 if ($this->getError())
458 if($err = $http->getError()){
461 } elseif($this->getError()){
507 if($errstr = $parser->getError()){
691 if ($this->getError()) {
746 if ($this->getError()) {
747 return "echo \"" . $this->getError() . "\";";
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php79 public function getError() function in Elastica\\Response
124 return $this->getError();
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUploadedFileInterface.php92 public function getError(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TestDatastoreResponse.php41 public function getError() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1TestDatastoreResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DSchematizedData.php55 public function getError() function in Google\\Service\\CloudHealthcare\\SchematizedData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DUploadAccountResponse.php40 public function getError() function in Google\\Service\\IdentityToolkit\\UploadAccountResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCollectdValueError.php39 public function getError() function in Google\\Service\\Monitoring\\CollectdValueError
H A DCollectdPayloadError.php42 public function getError() function in Google\\Service\\Monitoring\\CollectdPayloadError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DClusterOperation.php59 public function getError() function in Google\\Service\\Dataproc\\ClusterOperation
H A DWorkflowNode.php54 public function getError() function in Google\\Service\\Dataproc\\WorkflowNode
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DCallFunctionResponse.php45 public function getError() function in Google\\Service\\CloudFunctions\\CallFunctionResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DImportAptArtifactsErrorInfo.php37 public function getError() function in Google\\Service\\ArtifactRegistry\\ImportAptArtifactsErrorInfo
H A DImportYumArtifactsErrorInfo.php37 public function getError() function in Google\\Service\\ArtifactRegistry\\ImportYumArtifactsErrorInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DOperation.php57 public function getError() function in Google\\Service\\Script\\Operation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DChatAppLogEntry.php71 public function getError() function in Google\\Service\\HangoutsChat\\ChatAppLogEntry
H A DDynamiteIntegrationLogEntry.php71 public function getError() function in Google\\Service\\HangoutsChat\\DynamiteIntegrationLogEntry
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DErrors.php58 public function getError() function in Google\\Service\\YouTubeAnalytics\\Errors
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DMoveAnalysis.php69 public function getError() function in Google\\Service\\CloudAsset\\MoveAnalysis
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse.php69 public function getError() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceManagedByIgmError.php41 public function getError() function in Google\\Service\\Compute\\InstanceManagedByIgmError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DReachabilityDetails.php46 public function getError() function in Google\\Service\\NetworkManagement\\ReachabilityDetails

12345678