Home
last modified time | relevance | path

Searched refs:oActions (Results 1 – 25 of 35) sorted by relevance

12

/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DServiceActions.php15 protected $oActions; variable in RainLoop\\ServiceActions
36 $this->oActions = $oActions;
46 return $this->oActions->Logger();
54 return $this->oActions->Plugins();
62 return $this->oActions->Config();
70 return $this->oActions->Cacher();
127 $this->oActions->SetIsAjax(true);
266 $this->oActions->Location('./');
292 $this->oActions->Location('./');
844 $this->oActions->Location('./');
[all …]
H A DSocial.php15 private $oActions; variable in RainLoop\\Social
22 public function __construct($oHttp, $oActions) argument
25 $this->oActions = $oActions;
36 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
44 $this->oActions->StorageProvider()->Clear(null,
54 return $this->oActions->SettingsProvider()->Save($oAccount, $oSettings);
68 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
77 $this->oActions->StorageProvider()->Clear(null,
87 return $this->oActions->SettingsProvider()->Save($oAccount, $oSettings);
101 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
[all …]
H A DService.php15 private $oActions; variable in RainLoop\\Service
28 $this->oActions = \RainLoop\Api::Actions();
30 $this->oServiceActions = new \RainLoop\ServiceActions($this->oHttp, $this->oActions);
32 if ($this->oActions->Config()->Get('debug', 'enable', false))
38 $sServer = \trim($this->oActions->Config()->Get('security', 'custom_server_signature', ''));
44 …$sXFrameOptionsHeader = \trim($this->oActions->Config()->Get('security', 'x_frame_options_header',…
50 …$sXssProtectionOptionsHeader = \trim($this->oActions->Config()->Get('security', 'x_xss_protection_…
56 if ($this->oActions->Config()->Get('labs', 'force_https', false) && !$this->oHttp->IsSecure())
312 '{{BaseAppThemeCssLink}}' => $this->oActions->ThemeLink($sTheme, $bAdmin),
333 \md5($this->oActions->Config()->Get('cache', 'index', '')),
[all …]
H A DApi.php48 static $oActions = null;
49 if (null === $oActions)
51 $oActions = \RainLoop\Actions::NewInstance();
54 return $oActions;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DServiceActions.php15 protected $oActions; variable in RainLoop\\ServiceActions
36 $this->oActions = $oActions;
46 return $this->oActions->Logger();
54 return $this->oActions->Plugins();
62 return $this->oActions->Config();
70 return $this->oActions->Cacher();
127 $this->oActions->SetIsAjax(true);
266 $this->oActions->Location('./');
292 $this->oActions->Location('./');
844 $this->oActions->Location('./');
[all …]
H A DSocial.php15 private $oActions; variable in RainLoop\\Social
22 public function __construct($oHttp, $oActions) argument
25 $this->oActions = $oActions;
36 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
44 $this->oActions->StorageProvider()->Clear(null,
54 return $this->oActions->SettingsProvider()->Save($oAccount, $oSettings);
68 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
77 $this->oActions->StorageProvider()->Clear(null,
87 return $this->oActions->SettingsProvider()->Save($oAccount, $oSettings);
101 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
[all …]
H A DService.php15 private $oActions; variable in RainLoop\\Service
28 $this->oActions = \RainLoop\Api::Actions();
30 $this->oServiceActions = new \RainLoop\ServiceActions($this->oHttp, $this->oActions);
32 if ($this->oActions->Config()->Get('debug', 'enable', false))
38 $sServer = \trim($this->oActions->Config()->Get('security', 'custom_server_signature', ''));
44 …$sXFrameOptionsHeader = \trim($this->oActions->Config()->Get('security', 'x_frame_options_header',…
50 …$sXssProtectionOptionsHeader = \trim($this->oActions->Config()->Get('security', 'x_xss_protection_…
56 if ($this->oActions->Config()->Get('labs', 'force_https', false) && !$this->oHttp->IsSecure())
312 '{{BaseAppThemeCssLink}}' => $this->oActions->ThemeLink($sTheme, $bAdmin),
333 \md5($this->oActions->Config()->Get('cache', 'index', '')),
[all …]
H A DApi.php48 static $oActions = null;
49 if (null === $oActions)
51 $oActions = \RainLoop\Actions::NewInstance();
54 return $oActions;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DDomain.php157 $sName = (string) $oActions->GetActionParam('Name', '');
158 $sIncHost = (string) $oActions->GetActionParam('IncHost', '');
159 $iIncPort = (int) $oActions->GetActionParam('IncPort', 143);
165 $iSievePort = (int) $oActions->GetActionParam('SievePort', 4190);
167 $sOutHost = (string) $oActions->GetActionParam('OutHost', '');
168 $iOutPort = (int) $oActions->GetActionParam('OutPort', 25);
230 $sName = (string) $oActions->GetActionParam('Name', '');
231 $sIncHost = (string) $oActions->GetActionParam('IncHost', '');
232 $iIncPort = (int) $oActions->GetActionParam('IncPort', 143);
240 $sOutHost = (string) $oActions->GetActionParam('OutHost', '');
[all …]
H A DChangePassword.php10 private $oActions; variable in RainLoop\\Providers\\ChangePassword
29 public function __construct($oActions, $oDriver = null, $bCheckWeak = true) argument
31 $this->oActions = $oActions;
83 $this->oActions->SetAuthToken($oAccount);
85 $mResult = $this->oActions->GetSpecAuthToken();
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DDomain.php157 $sName = (string) $oActions->GetActionParam('Name', '');
158 $sIncHost = (string) $oActions->GetActionParam('IncHost', '');
159 $iIncPort = (int) $oActions->GetActionParam('IncPort', 143);
165 $iSievePort = (int) $oActions->GetActionParam('SievePort', 4190);
167 $sOutHost = (string) $oActions->GetActionParam('OutHost', '');
168 $iOutPort = (int) $oActions->GetActionParam('OutPort', 25);
230 $sName = (string) $oActions->GetActionParam('Name', '');
231 $sIncHost = (string) $oActions->GetActionParam('IncHost', '');
232 $iIncPort = (int) $oActions->GetActionParam('IncPort', 143);
240 $sOutHost = (string) $oActions->GetActionParam('OutHost', '');
[all …]
H A DPrem.php85 public function PremSection(&$oActions, &$oConfig) argument
87 if ($oActions && $oActions->HasOneOfActionParams(array(
93 $oActions->setConfigFromParams($oConfig, 'LoginLogo', 'branding', 'login_logo', 'string');
95 $oActions->setConfigFromParams($oConfig, 'LoginDescription', 'branding', 'login_desc', 'string');
96 $oActions->setConfigFromParams($oConfig, 'LoginCss', 'branding', 'login_css', 'string');
98 $oActions->setConfigFromParams($oConfig, 'UserLogo', 'branding', 'user_logo', 'string');
99 …$oActions->setConfigFromParams($oConfig, 'UserLogoTitle', 'branding', 'user_logo_title', 'string');
102 $oActions->setConfigFromParams($oConfig, 'UserCss', 'branding', 'user_css', 'string');
104 …$oActions->setConfigFromParams($oConfig, 'WelcomePageUrl', 'branding', 'welcome_page_url', 'string…
284 public function UpdateCore($oActions, $sFile) argument
[all …]
H A DChangePassword.php10 private $oActions; variable in RainLoop\\Providers\\ChangePassword
29 public function __construct($oActions, $oDriver = null, $bCheckWeak = true) argument
31 $this->oActions = $oActions;
83 $this->oActions->SetAuthToken($oAccount);
85 $mResult = $this->oActions->GetSpecAuthToken();
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DManager.php10 private $oActions; variable in RainLoop\\Plugins\\Manager
70 public function __construct(\RainLoop\Actions $oActions) argument
73 $this->oActions = $oActions;
89 $sList = \strtolower($this->oActions->Config()->Get('plugins', 'enabled_list', ''));
208 return $this->oActions;
587 return $this->oActions->DefaultResponse($sFunctionName, $mData);
597 $oAccount = $this->oActions->GetAccount();
600 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
622 $oAccount = $this->oActions->GetAccount();
625 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DManager.php10 private $oActions; variable in RainLoop\\Plugins\\Manager
70 public function __construct(\RainLoop\Actions $oActions) argument
73 $this->oActions = $oActions;
89 $sList = \strtolower($this->oActions->Config()->Get('plugins', 'enabled_list', ''));
208 return $this->oActions;
587 return $this->oActions->DefaultResponse($sFunctionName, $mData);
597 $oAccount = $this->oActions->GetAccount();
600 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
622 $oAccount = $this->oActions->GetAccount();
625 $oSettings = $this->oActions->SettingsProvider()->Load($oAccount);
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DS__i_l_f.py723 oActions = list(struct.unpack((">%dH" % (self.numRules + 1)),
738 self.actions = [(data[s:e] if (e-s > 1) else "") for (s,e) in zip(oActions, oActions[1:])]
739 data = data[oActions[-1]:]
744 oActions = reduce(lambda a, x: (a[0]+len(x), a[1]+[a[0]]), self.actions + [b""], (0, []))[1]
782 data += struct.pack((">%dH" % (self.numRules+1)), *oActions)
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DS__i_l_f.py722 oActions = list(struct.unpack((">%dH" % (self.numRules + 1)),
737 self.actions = [(data[s:e] if (e-s > 1) else "") for (s,e) in zip(oActions, oActions[1:])]
738 data = data[oActions[-1]:]
743 oActions = reduce(lambda a, x: (a[0]+len(x), a[1]+[a[0]]), self.actions + [b""], (0, []))[1]
781 data += struct.pack((">%dH" % (self.numRules+1)), *oActions)
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dsilf.cc800 this->oActions.emplace_back(); in ParsePart()
801 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
802 (this->oActions[i] > actions_len)) { in ParsePart()
937 !SerializeParts(this->oActions, out) || in SerializePart()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dsilf.cc801 this->oActions.emplace_back(); in ParsePart()
802 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
803 (this->oActions[i] > actions_len)) { in ParsePart()
938 !SerializeParts(this->oActions, out) || in SerializePart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dsilf.cc801 this->oActions.emplace_back(); in ParsePart()
802 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
803 (this->oActions[i] > actions_len)) { in ParsePart()
938 !SerializeParts(this->oActions, out) || in SerializePart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/src/
H A Dsilf.cc801 this->oActions.emplace_back(); in ParsePart()
802 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
803 (this->oActions[i] > actions_len)) { in ParsePart()
938 !SerializeParts(this->oActions, out) || in SerializePart()
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dsilf.cc800 this->oActions.emplace_back(); in ParsePart()
801 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
802 (this->oActions[i] > actions_len)) { in ParsePart()
937 !SerializeParts(this->oActions, out) || in SerializePart()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dsilf.cc800 this->oActions.emplace_back(); in ParsePart()
801 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
802 (this->oActions[i] > actions_len)) { in ParsePart()
937 !SerializeParts(this->oActions, out) || in SerializePart()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/src/
H A Dsilf.cc802 this->oActions.emplace_back(); in ParsePart()
803 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
804 (this->oActions[i] > actions_len)) { in ParsePart()
939 !SerializeParts(this->oActions, out) || in SerializePart()
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dsilf.cc799 this->oActions.emplace_back(); in ParsePart()
800 if (!table.ReadU16(&this->oActions[i]) || in ParsePart()
801 (this->oActions[i] > actions_len)) { in ParsePart()
936 !SerializeParts(this->oActions, out) || in SerializePart()

12