Home
last modified time | relevance | path

Searched refs:thisTab (Results 1 – 21 of 21) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DECSpecialMuleTags.cpp351 const CECTag *boolTag = thisTab->GetTagByName(tagName); in ApplyBoolean()
368 const CECTag *thisTab = NULL; in Apply() local
371 if ((thisTab = GetTagByName(EC_TAG_PREFS_GENERAL)) != NULL) { in Apply()
437 if ((thisTab = GetTagByName(EC_TAG_PREFS_REMOTECTRL)) != NULL) { in Apply()
460 if ((thisTab = GetTagByName(EC_TAG_PREFS_ONLINESIG)) != NULL) { in Apply()
464 if ((thisTab = GetTagByName(EC_TAG_PREFS_SERVERS)) != NULL) { in Apply()
483 if ((thisTab = GetTagByName(EC_TAG_PREFS_FILES)) != NULL) { in Apply()
518 if ((thisTab = GetTagByName(EC_TAG_PREFS_STATISTICS)) != NULL) { in Apply()
522 if ((thisTab = GetTagByName(EC_TAG_PREFS_SECURITY)) != NULL) { in Apply()
543 if ((thisTab = GetTagByName(EC_TAG_PREFS_CORETWEAKS)) != NULL) { in Apply()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DECSpecialMuleTags.cpp351 const CECTag *boolTag = thisTab->GetTagByName(tagName); in ApplyBoolean()
368 const CECTag *thisTab = NULL; in Apply() local
371 if ((thisTab = GetTagByName(EC_TAG_PREFS_GENERAL)) != NULL) { in Apply()
437 if ((thisTab = GetTagByName(EC_TAG_PREFS_REMOTECTRL)) != NULL) { in Apply()
460 if ((thisTab = GetTagByName(EC_TAG_PREFS_ONLINESIG)) != NULL) { in Apply()
464 if ((thisTab = GetTagByName(EC_TAG_PREFS_SERVERS)) != NULL) { in Apply()
483 if ((thisTab = GetTagByName(EC_TAG_PREFS_FILES)) != NULL) { in Apply()
518 if ((thisTab = GetTagByName(EC_TAG_PREFS_STATISTICS)) != NULL) { in Apply()
522 if ((thisTab = GetTagByName(EC_TAG_PREFS_SECURITY)) != NULL) { in Apply()
543 if ((thisTab = GetTagByName(EC_TAG_PREFS_CORETWEAKS)) != NULL) { in Apply()
[all …]
/dports/devel/cdialog/dialog-1.3-20201126/
H A Dutil.c797 bool thisTab; in dlg_print_text() local
873 thisTab = (CharOf(*txt) == TAB); in dlg_print_text()
877 if (thisTab) { in dlg_print_text()
884 if (thisTab) { in dlg_print_text()
896 if (thisTab && (y_after == y_origin)) in dlg_print_text()
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Dutil.c642 bool thisTab; in dlg_print_text() local
722 thisTab = (CharOf(*txt) == TAB); in dlg_print_text()
723 if (thisTab) { in dlg_print_text()
729 if (thisTab && (y_after == y_origin)) in dlg_print_text()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dtabs.cpp701 void Tabs::makeTabVisible(Tab* thisTab) in makeTabVisible() argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DContentParent.cpp4791 RefPtr<BrowserParent> thisTab = BrowserParent::GetFrom(aThisTab); in RecvCreateWindow() local
4834 if (thisTab && BrowserParent::GetFrom(thisTab)->GetBrowsingContext()) { in RecvCreateWindow()
4835 BrowsingContext* thisTabBC = thisTab->GetBrowsingContext(); in RecvCreateWindow()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c3046 Bitmask thisTab; /* Bitmap for pSrc */ in bestBtreeIndex() local
3048 thisTab = getMask(pWC->pMaskSet, iCur); in bestBtreeIndex()
3051 if( (pTerm->prereqAll & notValid)!=thisTab ) continue; in bestBtreeIndex()
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DContentParent.cpp5374 RefPtr<BrowserParent> thisTab = BrowserParent::GetFrom(aThisTab); in RecvCreateWindow() local
5418 if (thisTab && BrowserParent::GetFrom(thisTab)->GetBrowsingContext()) { in RecvCreateWindow()
5419 BrowsingContext* thisTabBC = thisTab->GetBrowsingContext(); in RecvCreateWindow()
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DContentParent.cpp5414 RefPtr<BrowserParent> thisTab = BrowserParent::GetFrom(aThisTab); in RecvCreateWindow() local
5458 if (thisTab && BrowserParent::GetFrom(thisTab)->GetBrowsingContext()) { in RecvCreateWindow()
5459 BrowsingContext* thisTabBC = thisTab->GetBrowsingContext(); in RecvCreateWindow()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DContentParent.cpp5374 RefPtr<BrowserParent> thisTab = BrowserParent::GetFrom(aThisTab); in RecvCreateWindow() local
5418 if (thisTab && BrowserParent::GetFrom(thisTab)->GetBrowsingContext()) { in RecvCreateWindow()
5419 BrowsingContext* thisTabBC = thisTab->GetBrowsingContext(); in RecvCreateWindow()
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DmyResultsOld.m1468 DATACHAR(dd, '['); DATASTRING(dd, thisTab); DATACHAR(dd, ']');
H A DmyResults.m2195 DATACHAR(dd, '['); DATASTRING(dd, thisTab); DATACHAR(dd, ']');
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c91797 Bitmask thisTab; /* Bitmap for pSrc */
91799 thisTab = getMask(pWC->pMaskSet, iCur);
91802 if( (pTerm->prereqAll & notValid)!=thisTab ) continue;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c85211 Bitmask thisTab; /* Bitmap for pSrc */
85213 thisTab = getMask(pWC->pMaskSet, iCur);
85216 if( (pTerm->prereqAll & notValid)!=thisTab ) continue;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c105788 Bitmask thisTab; /* Bitmap for pSrc */
105790 thisTab = getMask(pWC->pMaskSet, iCur);
105793 if( (pTerm->prereqAll & notValid)!=thisTab ) continue;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c101410 Bitmask thisTab; /* Bitmap for pSrc */
101412 thisTab = getMask(pWC->pMaskSet, iCur);
101415 if( (pTerm->prereqAll & notValid)!=thisTab ) continue;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c101374 Bitmask thisTab; /* Bitmap for pSrc */
101376 thisTab = getMask(pWC->pMaskSet, iCur);
101379 if( (pTerm->prereqAll & notValid)!=thisTab ) continue;
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c103574 Bitmask thisTab; /* Bitmap for pSrc */
103576 thisTab = getMask(pWC->pMaskSet, iCur);
103579 if( (pTerm->prereqAll & notValid)!=thisTab ) continue;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c107970 Bitmask thisTab; /* Bitmap for pSrc */
107972 thisTab = getMask(pWC->pMaskSet, iCur);
107975 if( (pTerm->prereqAll & p->notValid)!=thisTab ) continue;
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes109719 thisTab: ''
109727 treePrintOn: aStream tabs: tabs thisTab: myTab total: total totalTime: totalTime tallyExact: isExac…
109750 thisTab: sonTab
H A DPharoV10.sources212565 thisTab: ''
212688 thisTab: ''
212696 treePrintOn: aStream tabs: tabs thisTab: myTab total: total totalTime: totalTime tallyExact: isExac…
212719 thisTab: sonTab