Home
last modified time | relevance | path

Searched refs:CModule (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/irc/znc/znc-1.8.2/src/
H A DModules.cpp68 CModule::EModRet e = CModule::CONTINUE; \
128 CModule::CModule(ModHandle pDLL, CUser* pUser, CIRCNetwork* pNetwork, in CModule() function in CModule
162 CModule::~CModule() { in ~CModule()
610 CModule::EModRet CModule::OnIRCConnecting(CIRCSock* IRCSock) { in OnIRCConnecting()
679 CModule::EModRet CModule::OnStatusCommand(CString& sCommand) { in OnStatusCommand()
744 CModule::EModRet CModule::OnPrivBufferPlayLine(CClient& Client, in OnPrivBufferPlayLine()
783 CModule::EModRet CModule::OnUserRawMessage(CMessage& Message) { in OnUserRawMessage()
970 CModule::EModRet CModule::OnTopic(CNick& Nick, CChan& Channel, in OnTopic()
981 CModule::EModRet CModule::OnAddNetwork(CIRCNetwork& Network, in OnAddNetwork()
1084 CModule::EModRet CModule::OnModuleUnloading(CModule* pModule, bool& bSuccess, in OnModuleUnloading()
[all …]
/dports/irc/znc/znc-1.8.2/test/
H A DModulesTest.cpp27 class CLegacyModule : public CModule {
135 class CMessageModule : public CModule {
255 LegacyMod.eAction = CModule::HALT; in TEST_F()
266 LegacyMod.eAction = CModule::HALT; in TEST_F()
276 LegacyMod.eAction = CModule::HALT; in TEST_F()
286 LegacyMod.eAction = CModule::HALT; in TEST_F()
296 LegacyMod.eAction = CModule::HALT; in TEST_F()
306 LegacyMod.eAction = CModule::HALT; in TEST_F()
316 LegacyMod.eAction = CModule::HALT; in TEST_F()
326 LegacyMod.eAction = CModule::HALT; in TEST_F()
[all …]
H A DClientTest.cpp209 m_pTestModule->eAction = CModule::HALT; in TEST_F()
222 m_pTestModule->eAction = CModule::CONTINUE; in TEST_F()
229 m_pTestModule->eAction = CModule::HALT; in TEST_F()
246 m_pTestModule->eAction = CModule::HALT; in TEST_F()
263 m_pTestModule->eAction = CModule::HALT; in TEST_F()
280 m_pTestModule->eAction = CModule::HALT; in TEST_F()
297 m_pTestModule->eAction = CModule::HALT; in TEST_F()
315 m_pTestModule->eAction = CModule::HALT; in TEST_F()
332 m_pTestModule->eAction = CModule::HALT; in TEST_F()
349 m_pTestModule->eAction = CModule::HALT; in TEST_F()
[all …]
H A DIRCSockTest.cpp71 return CModule::CONTINUE; in TEST_F()
77 return CModule::HALT; in TEST_F()
154 m_pTestModule->eAction = CModule::HALT; in TEST_F()
172 m_pTestModule->eAction = CModule::HALT; in TEST_F()
190 m_pTestModule->eAction = CModule::HALT; in TEST_F()
273 m_pTestModule->eAction = CModule::HALT; in TEST_F()
291 m_pTestModule->eAction = CModule::HALT; in TEST_F()
308 m_pTestModule->eAction = CModule::HALT; in TEST_F()
384 m_pTestModule->eAction = CModule::HALT; in TEST_F()
403 m_pTestModule->eAction = CModule::HALT; in TEST_F()
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/core/
H A DCModuleManager.php22 use Core\CModule, alias
209 $module_class = CModule::class;
213 /** @var CModule $instance */
216 if ($instance instanceof CModule) {
223 CModule::class, $relative_path
249 * @return CModule|null
251 public function getModuleByActionName(string $action_name): ?CModule {
/dports/irc/znc/znc-1.8.2/include/znc/
H A DWebModules.h29 class CModule; variable
146 CModule* pModule = nullptr);
148 CModule* pModule = nullptr);
150 CString FindTmpl(CModule* pModule, const CString& sName);
172 bool AddModLoop(const CString& sLoopName, CModule& Module,
174 VCString GetDirs(CModule* pModule, bool bIsTemplate);
175 void SetPaths(CModule* pModule, bool bIsTemplate = false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/Shell/SymbolFile/DWARF/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "", sysroot: "/")
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/Shell/SymbolFile/DWARF/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/DWARF/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/DWARF/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dcompilercontext.ll4 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmoduleX" \
7 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
10 ; RUN: -compiler-context="Module:CModule,Module:SubModule,Struct:FromSubmodule" \
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
19 ; RUN: -compiler-context="Module:CModule,Module:SubModule,AnyType:FromSubmodule" \
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")

12345678910>>...22