Home
last modified time | relevance | path

Searched refs:strTableName (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/functions/
H A DNagDataClass.php185 if (($strTableName == 'tbl_user') || ($strTableName == 'tbl_group')) {
211 $strTableName,
220 $strTableName,
384 if (($strTableName == 'tbl_datadomain') || ($strTableName == 'tbl_configtarget') ||
472 if ($strTableName == 'tbl_group') {
942 if (($strTableName == 'tbl_service') || ($strTableName == 'tbl_host')) {
1001 if (($strTableName == 'tbl_service') || ($strTableName == 'tbl_host')) {
1553 if (($strTableName == 'tbl_user') || ($strTableName == 'tbl_group') ||
1554 ($strTableName == 'tbl_datadomain') || ($strTableName == 'tbl_configtarget')) {
1578 if (($strTableName == 'tbl_user') || ($strTableName == 'tbl_group') ||
[all …]
H A DNagConfigClass.php119 if ($strTableName == 'tbl_host') {
1211 if (($strTableName == 'tbl_host') || ($strTableName == 'tbl_service')) {
1213 switch ($strTableName) {
1444 if ($strTableName == 'tbl_host') {
1462 if (($strTableName == 'tbl_contact') || ($strTableName == 'tbl_contacttemplate')) {
1490 if (($strTableName == 'tbl_host') || ($strTableName == 'tbl_hosttemplate')) {
1496 if (($strTableName == 'tbl_service') || ($strTableName == 'tbl_servicetemplate')) {
1513 if (($strTableName == 'tbl_contact') || ($strTableName == 'tbl_contacttemplate')) {
1519 if (($strTableName == 'tbl_service') || ($strTableName == 'tbl_servicetemplate')) {
1664 if ($strTableName == 'tbl_host') {
[all …]
H A DNagContentClass.php118 if ($this->strTableName == 'tbl_host') {
122 if ($this->strTableName == 'tbl_service') {
126 if (($this->strTableName == 'tbl_user') || ($this->strTableName == 'tbl_group') ||
127 … ($this->strTableName == 'tbl_datadomain') || ($this->strTableName == 'tbl_configtarget')) {
182 if ($this->strTableName == 'tbl_host') {
184 $this->strTableName,
196 $this->strTableName,
530 if ($strTableName == 'tbl_hostdependency') {
563 if ($strTableName == 'tbl_hostescalation') {
588 if ($strTableName == 'tbl_servicedependency') {
[all …]
H A Dprepend_content.php46 $myContentClass->strTableName = $preTableName;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/
H A DInputCodingTableFactory.cpp17 IInputCodingTable* CInputCodingTableFactory::CreateCodingTable(const std::string& strTableName, in CreateCodingTable() argument
20 if (strTableName == "BaiduPY") in CreateCodingTable()
30 if (strTableName == "BasePY") in CreateCodingTable()
32 if (strTableName == "Korean") in CreateCodingTable()
H A DInputCodingTableFactory.h19 static IInputCodingTable* CreateCodingTable(const std::string& strTableName,
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/Tobacco/
H A DDictionarySingleton.cpp45 string strTableName = DictionarySingleton::inputMethodId; in isVocabulary() local
46 strTableName += "_char2word_table"; in isVocabulary()
47 string strColumnWordID = strTableName + ".wordID"; in isVocabulary()
48 string strColumnCharacters = strTableName + ".characters"; in isVocabulary()
52 fromString += strTableName; in isVocabulary()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/Tobacco/
H A DDictionarySingleton.cpp45 string strTableName = DictionarySingleton::inputMethodId; in isVocabulary() local
46 strTableName += "_char2word_table"; in isVocabulary()
47 string strColumnWordID = strTableName + ".wordID"; in isVocabulary()
48 string strColumnCharacters = strTableName + ".characters"; in isVocabulary()
52 fromString += strTableName; in isVocabulary()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Translation/
H A DKPTranslation.cs167 string strTableName) in SafeGetStringTableDictionary() argument
171 if(kpst.Name == strTableName) return kpst.ToDictionary(); in SafeGetStringTableDictionary()
300 public void ApplyTo(string strTableName, ToolStripItemCollection tsic) in ApplyTo() argument
307 if(kpstEnum.Name == strTableName) in ApplyTo()
/dports/devel/wxformbuilder/source/src/codegen/
H A Dcodegen.cpp397 wxString strTableName = propNs->GetValueAsString(); in ParseLuaTable() local
398 if(strTableName.length() <= 0) in ParseLuaTable()
399 strTableName = wxT("UI"); in ParseLuaTable()
400 m_out <<strTableName + wxT("."); in ParseLuaTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A DQueryTableView.hxx55 …void AddTabWin(const OUString& strDatabase, const OUString& strTableName, const OUString& strAl…
H A DTableWindowData.hxx55 ,const OUString& strTableName
H A DQueryDesignView.hxx113 void fillValidFields(std::u16string_view strTableName, weld::ComboBox& rFieldList);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A DQueryTableView.hxx57 …void AddTabWin(const OUString& strDatabase, const OUString& strTableName, const OUString& strAl…
H A DTableWindowData.hxx56 ,const OUString& strTableName
H A DQueryDesignView.hxx114 void fillValidFields(const OUString& strTableName, ComboBox* pFieldList);
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/src/
H A Dwxsqlite3.cpp3470 wxCharBuffer strTableName = tableName.ToUTF8(); in GetBlob() local
3471 const char* localTableName = strTableName; in GetBlob()
3782 wxCharBuffer strTableName = tableName.ToUTF8(); in GetMetaData() local
3783 const char* localTableName = strTableName; in GetMetaData()