Home
last modified time | relevance | path

Searched refs:getError (Results 176 – 188 of 188) sorted by last modified time

12345678

/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php297 public function getError() function in Facebook\\Helpers\\FacebookRedirectLoginHelper
/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/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3324 public function getError() { function in Google_Operation
H A DGoogle_GamesService.php2267 public function getError() { function in Google_RoomP2PStatus
H A DGoogle_SQLAdminService.php471 public function getError() { function in Google_BackupRun
695 public function getError() { function in Google_InstanceOperation
/plugin/mantis/lib/
H A Dclass.soap_server.php224 if($err = $this->wsdl->getError()){
640 if($errstr = $this->wsdl->getError()){
827 if($err = $parser->getError()){
H A Dclass.wsdl.php225 if($err = $tr->getError() ){
285 if($this->getError()){
H A Dnusoap.php3633 if($err = $this->wsdl->getError()){
4265 if($err = $parser->getError()){
4737 if($err = $tr->getError() ){
4797 if($this->getError()){
7357 if($errstr = $this->getError()){
7449 if ($this->getError())
7526 if($err = $http->getError()){
7529 } elseif($this->getError()){
7575 if($errstr = $parser->getError()){
7759 if ($this->getError()) {
[all …]
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/sphinxsearch/
H A DSphinxSearch.php192 public function getError() function in SphinxSearch
H A Daction.php135 if ($search->getError()){
/plugin/googlesearch/
H A Dnusoap.php3246 if($err = $this->wsdl->getError()){
3651 if($errstr = $this->wsdl->getError()){
3836 if($err = $parser->getError()){
4259 if($err = $tr->getError() ){
4319 if($this->getError()){
6501 if($errstr = $this->wsdl->getError()){
6668 if($errstr = $this->getError()){
6793 if($err = $http->getError()){
6796 } elseif($this->getError()){
6841 if($errstr = $parser->getError()){
H A DGoogleAPI.php56 $err = $this->soapclient->getError();
84 $err = $soapclient->getError();

12345678