Home
last modified time | relevance | path

Searched refs:oHttp (Results 1 – 9 of 9) sorted by relevance

/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DServiceActions.php10 protected $oHttp; variable in RainLoop\\ServiceActions
35 $this->oHttp = $oHttp;
131 if ($this->oHttp->IsPost() &&
257 $this->oHttp->ServerNoCache();
896 $this->oHttp->ServerNoCache();
917 $this->oHttp->ServerNoCache();
929 $this->oHttp->ServerNoCache();
943 $this->oHttp->ServerNoCache();
1061 $this->oHttp->ServerNoCache();
1129 $this->oHttp->ServerNoCache();
[all …]
H A DSocial.php10 private $oHttp; variable in RainLoop\\Social
22 public function __construct($oHttp, $oActions) argument
24 $this->oHttp = $oHttp;
141 $this->oHttp->ServerNoCache();
153 $this->oHttp->ServerNoCache();
260 'code' => $this->oHttp->GetQuery('code'),
H A DService.php10 private $oHttp; variable in RainLoop\\Service
27 $this->oHttp = \MailSo\Base\Http::SingletonInstance();
30 $this->oServiceActions = new \RainLoop\ServiceActions($this->oHttp, $this->oActions);
56 if ($this->oActions->Config()->Get('labs', 'force_https', false) && !$this->oHttp->IsSecure())
H A DActions.php22 private $oHttp; variable in RainLoop\\Actions
141 $this->oHttp = null;
764 if (null === $this->oHttp)
769 return $this->oHttp;
1141 $oHttp = $this->Http();
1149 $oHttp->GetServer('SERVER_SOFTWARE', '~').']['.
1165 …'['.$oHttp->GetMethod().'] '.$oHttp->GetScheme().'://'.$oHttp->GetHost(false, false).$oHttp->GetSe…
4378 $oHttp = \MailSo\Base\Http::SingletonInstance();
4478 $oHttp = \MailSo\Base\Http::SingletonInstance();
9007 $this->oHttp->ServerNoCache();
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DServiceActions.php10 protected $oHttp; variable in RainLoop\\ServiceActions
35 $this->oHttp = $oHttp;
131 if ($this->oHttp->IsPost() &&
257 $this->oHttp->ServerNoCache();
896 $this->oHttp->ServerNoCache();
917 $this->oHttp->ServerNoCache();
929 $this->oHttp->ServerNoCache();
943 $this->oHttp->ServerNoCache();
1061 $this->oHttp->ServerNoCache();
1129 $this->oHttp->ServerNoCache();
[all …]
H A DSocial.php10 private $oHttp; variable in RainLoop\\Social
22 public function __construct($oHttp, $oActions) argument
24 $this->oHttp = $oHttp;
141 $this->oHttp->ServerNoCache();
153 $this->oHttp->ServerNoCache();
260 'code' => $this->oHttp->GetQuery('code'),
H A DService.php10 private $oHttp; variable in RainLoop\\Service
27 $this->oHttp = \MailSo\Base\Http::SingletonInstance();
30 $this->oServiceActions = new \RainLoop\ServiceActions($this->oHttp, $this->oActions);
56 if ($this->oActions->Config()->Get('labs', 'force_https', false) && !$this->oHttp->IsSecure())
H A DActions.php22 private $oHttp; variable in RainLoop\\Actions
141 $this->oHttp = null;
764 if (null === $this->oHttp)
769 return $this->oHttp;
1141 $oHttp = $this->Http();
1149 $oHttp->GetServer('SERVER_SOFTWARE', '~').']['.
1165 …'['.$oHttp->GetMethod().'] '.$oHttp->GetScheme().'://'.$oHttp->GetHost(false, false).$oHttp->GetSe…
4378 $oHttp = \MailSo\Base\Http::SingletonInstance();
4478 $oHttp = \MailSo\Base\Http::SingletonInstance();
9007 $this->oHttp->ServerNoCache();
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DPrem.php117 $oHttp = \MailSo\Base\Http::SingletonInstance();
119 …$sResult = $oHttp->GetUrlAsString(APP_API_PATH.'activate/'.\urlencode($sDomain).'/'.\urlencode($sK…
144 $oHttp = \MailSo\Base\Http::SingletonInstance();
146 …if (0 === \strlen($sDomain) || $oHttp->CheckLocalhost($sDomain) || !$oCacher || !$oConfig || !$oCa…
192 $sValue = $oHttp->GetUrlAsString(APP_API_PATH.'status/'.\urlencode($sDomain),