Home
last modified time | relevance | path

Searched refs:aTab (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/localfeatures/
H A DKeyPointDetector.cpp107 double aTab[8]; in detectKeypoints() local
110 aTab[0] = aSH[aSIt][aYIt][aXIt]; in detectKeypoints()
111 aTab[1] = aSH[aSIt][aYIt][aXIt + 1]; in detectKeypoints()
120 unsigned int a04 = (aTab[0] > aTab[4] ? 0 : 4); in detectKeypoints()
121 unsigned int a15 = (aTab[1] > aTab[5] ? 1 : 5); in detectKeypoints()
122 unsigned int a26 = (aTab[2] > aTab[6] ? 2 : 6); in detectKeypoints()
123 unsigned int a37 = (aTab[3] > aTab[7] ? 3 : 7); in detectKeypoints()
124 unsigned int a0426 = (aTab[a04] > aTab[a26] ? a04 : a26); in detectKeypoints()
125 unsigned int a1537 = (aTab[a15] > aTab[a37] ? a15 : a37); in detectKeypoints()
126 unsigned int aMaxIdx = (aTab[a0426] > aTab[a1537] ? a0426 : a1537); in detectKeypoints()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/libsurf/
H A DKeyPointDetector.cpp105 double aTab[8]; in detectKeypoints() local
108 aTab[0] = aSH[aSIt] [aYIt] [aXIt]; in detectKeypoints()
110 aTab[2] = aSH[aSIt] [aYIt+1][aXIt]; in detectKeypoints()
118 unsigned int a04 = (aTab[0]>aTab[4]?0:4); in detectKeypoints()
119 unsigned int a15 = (aTab[1]>aTab[5]?1:5); in detectKeypoints()
120 unsigned int a26 = (aTab[2]>aTab[6]?2:6); in detectKeypoints()
121 unsigned int a37 = (aTab[3]>aTab[7]?3:7); in detectKeypoints()
122 unsigned int a0426 = (aTab[a04]>aTab[a26]?a04:a26); in detectKeypoints()
123 unsigned int a1537 = (aTab[a15]>aTab[a37]?a15:a37); in detectKeypoints()
124 unsigned int aMaxIdx = (aTab[a0426]>aTab[a1537]?a0426:a1537); in detectKeypoints()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/test/browser/shared-modules/
H A DContentTabHelpers.jsm237 function plan_for_content_tab_load(aTab) {
238 if (aTab === undefined) {
239 aTab = mc.tabmail.currentTabInfo;
241 aTab.pageLoaded = false;
257 if (aTab === undefined) {
258 aTab = mc.tabmail.currentTabInfo;
263 if (!aTab.pageLoaded) {
267 return !aTab.busy;
279 wh.wait_for_browser_load(aTab.browser, aURL);
285 function content_tab_e(aTab, aId) {
[all …]
H A DPrefTabHelpers.jsm49 * @param aTab The content tab to close.
51 function close_pref_tab(aTab) {
52 fdh.mc.tabmail.closeTab(aTab);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/applescript/
H A Dwindow_applescript_test.mm87 base::scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]);
88 base::scoped_nsobject<NSNumber> var([[aTab.get() uniqueID] copy]);
89 [aTab.get() setURL:@"http://google.com"];
92 [aWindow.get() insertInTabs:aTab.get()];
110 base::scoped_nsobject<NSNumber> var([[aTab.get() uniqueID] copy]);
111 [aTab.get() setURL:@"http://google.com"];
114 [aWindow.get() insertInTabs:aTab.get() atIndex:0];
129 base::scoped_nsobject<TabAppleScript> aTab;
133 aTab.reset([[TabAppleScript alloc] init]);
134 [aWindow.get() insertInTabs:aTab.get()];
[all …]
H A Dwindow_applescript.h50 - (void)insertInTabs:(TabAppleScript*)aTab;
55 - (void)insertInTabs:(TabAppleScript*)aTab atIndex:(int)index;
/dports/devel/agar/agar-1.5.0/gui/
H A Dnotebook.c199 AG_SizeAlloc aTab, aLbl; in SizeAllocate() local
222 aTab.x = 0; in SizeAllocate()
223 aTab.y = nb->bar_h; in SizeAllocate()
224 aTab.w = a->w; in SizeAllocate()
225 aTab.h = a->h - nb->bar_h; in SizeAllocate()
226 AG_WidgetSizeAlloc(tab, &aTab); in SizeAllocate()
321 AG_SizeAlloc aTab; in AG_NotebookSelect() local
338 aTab.x = 0; in AG_NotebookSelect()
339 aTab.y = nb->bar_h; in AG_NotebookSelect()
340 aTab.w = WIDGET(nb)->w; in AG_NotebookSelect()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/components/
H A DSessionStore.idl58 * @param aTab is the browser tab to get the value for.
63 AString getTabValue(in jsval aTab, in AString aKey);
66 * @param aTab is the browser tab to set the value for.
70 void setTabValue(in jsval aTab, in AString aKey, in AString aStringValue);
73 * @param aTab is the browser tab to get the value for.
76 void deleteTabValue(in jsval aTab, in AString aKey);
80 * @param aTab The browser tab to be restored.
82 void restoreZombieTab(in jsval aTab);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbatabstops.cxx198 style::TabStop aTab; in Add() local
199 aTab.Position = nPosition; in Add()
200 aTab.Alignment = nAlign; in Add()
201 aTab.DecimalChar = '.'; // default value in Add()
202 aTab.FillChar = cLeader; in Add()
211 *pOldTab = aTab; in Add()
219 aNewTabs[0] = aTab; in Add()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbatabstops.cxx195 style::TabStop aTab; in Add() local
196 aTab.Position = nPosition; in Add()
197 aTab.Alignment = nAlign; in Add()
198 aTab.DecimalChar = '.'; // default value in Add()
199 aTab.FillChar = cLeader; in Add()
208 *pOldTab = aTab; in Add()
216 aNewTabs[0] = aTab; in Add()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/sessionstore/
H A DnsISessionStore.idl79 * @param aTab is the tabbrowser tab whose state is to be returned.
84 AString getTabState(in nsIDOMNode aTab);
87 * @param aTab is the tabbrowser tab whose state is to be set.
90 void setTabState(in nsIDOMNode aTab, in AString aState);
100 nsIDOMNode duplicateTab(in nsIDOMWindow aWindow, in nsIDOMNode aTab,
177 * @param aTab is the tabbrowser tab to get the value for.
182 AString getTabValue(in nsIDOMNode aTab, in AString aKey);
185 * @param aTab is the tabbrowser tab to set the value for.
192 * @param aTab is the tabbrowser tab to get the value for.
195 void deleteTabValue(in nsIDOMNode aTab, in AString aKey);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/sessionstore/
H A DnsISessionStore.idl79 * @param aTab is the tabbrowser tab whose state is to be returned.
84 AString getTabState(in nsIDOMNode aTab);
87 * @param aTab is the tabbrowser tab whose state is to be set.
90 void setTabState(in nsIDOMNode aTab, in AString aState);
100 nsIDOMNode duplicateTab(in nsIDOMWindow aWindow, in nsIDOMNode aTab,
177 * @param aTab is the tabbrowser tab to get the value for.
182 AString getTabValue(in nsIDOMNode aTab, in AString aKey);
185 * @param aTab is the tabbrowser tab to set the value for.
192 * @param aTab is the tabbrowser tab to get the value for.
195 void deleteTabValue(in nsIDOMNode aTab, in AString aKey);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/components/sessionstore/
H A DnsISessionStore.idl84 * @param aTab is the tabbrowser tab whose state is to be returned.
89 AString getTabState(in nsINode aTab);
92 * @param aTab is the tabbrowser tab whose state is to be set.
95 void setTabState(in nsINode aTab, in AString aState);
107 nsINode duplicateTab(in nsIDOMWindow aWindow, in nsINode aTab,
185 * @param aTab is the tabbrowser tab to get the value for.
190 AString getTabValue(in nsINode aTab, in AString aKey);
193 * @param aTab is the tabbrowser tab to set the value for.
197 void setTabValue(in nsINode aTab, in AString aKey, in AString aStringValue);
200 * @param aTab is the tabbrowser tab to get the value for.
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/components/
H A DSessionStore.idl53 * @param aTab is the browser tab to get the value for.
58 AString getTabValue(in jsval aTab, in AString aKey);
61 * @param aTab is the browser tab to set the value for.
65 void setTabValue(in jsval aTab, in AString aKey, in AString aStringValue);
68 * @param aTab is the browser tab to get the value for.
71 void deleteTabValue(in jsval aTab, in AString aKey);
/dports/finance/xtrader/xtrader-0.99.9_10/util/
H A DMHDebug.cpp37 aTab[0] = '\0'; in MHDebug()
49 strcat (aTab, "\t"); in MHDebug()
52 sprintf (aaBuffer, "%s=> %s", aTab, pName); in MHDebug()
74 sprintf (aaBuffer2, "%s<= %s %s", aTab, aName->Get(), (aTime) ? aaBuffer : ""); in ~MHDebug()
101 sprintf (aaBuffer2, "\t%s%s", aTab, aaBuffer); in Log()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DContentBridgeParent.h59 virtual bool SendActivate(PBrowserParent* aTab) override { in SendActivate() argument
60 return PContentBridgeParent::SendActivate(aTab); in SendActivate()
63 virtual bool SendDeactivate(PBrowserParent* aTab) override { in SendDeactivate() argument
64 return PContentBridgeParent::SendDeactivate(aTab); in SendDeactivate()
H A DContentBridgeChild.cpp155 mozilla::ipc::IPCResult ContentBridgeChild::RecvActivate(PBrowserChild* aTab) { in RecvActivate() argument
156 TabChild* tab = static_cast<TabChild*>(aTab); in RecvActivate()
161 PBrowserChild* aTab) { in RecvDeactivate() argument
162 TabChild* tab = static_cast<TabChild*>(aTab); in RecvDeactivate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/StatisticsDialogs/
H A DStatisticsInputOutputDialog.cxx21 ScRangeList ScStatisticsInputOutputDialog::MakeColumnRangeList(SCTAB aTab, ScAddress const & aStart… in MakeColumnRangeList() argument
27 ScAddress(inCol, aStart.Row(), aTab), in MakeColumnRangeList()
28 ScAddress(inCol, aEnd.Row(), aTab) ); in MakeColumnRangeList()
35 ScRangeList ScStatisticsInputOutputDialog::MakeRowRangeList(SCTAB aTab, ScAddress const & aStart, S… in MakeRowRangeList() argument
41 ScAddress(aStart.Col(), inRow, aTab), in MakeRowRangeList()
42 ScAddress(aEnd.Col(), inRow, aTab) ); in MakeRowRangeList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/StatisticsDialogs/
H A DStatisticsInputOutputDialog.cxx21 ScRangeList ScStatisticsInputOutputDialog::MakeColumnRangeList(SCTAB aTab, ScAddress const & aStart… in MakeColumnRangeList() argument
27 ScAddress(inCol, aStart.Row(), aTab), in MakeColumnRangeList()
28 ScAddress(inCol, aEnd.Row(), aTab) ); in MakeColumnRangeList()
35 ScRangeList ScStatisticsInputOutputDialog::MakeRowRangeList(SCTAB aTab, ScAddress const & aStart, S… in MakeRowRangeList() argument
41 ScAddress(aStart.Col(), inRow, aTab), in MakeRowRangeList()
42 ScAddress(aEnd.Col(), inRow, aTab) ); in MakeRowRangeList()
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/responsivedesign/
H A Dresponsivedesign.jsm59 * @param aTab the tab targeted.
61 toggle: function (aWindow, aTab) {
62 if (this.isActiveForTab(aTab)) {
63 ActiveTabs.get(aTab).close();
73 * @param aTab the tab targeted.
90 * @param aTab the tab targeted.
92 isActiveForTab: function (aTab) {
93 return ActiveTabs.has(aTab);
100 return ActiveTabs.get(aTab);
107 * @param aTab the tab targeted.
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/sessionstore/
H A DSessionStore.jsm294 aTab,
301 aTab,
2356 * @param aTab
2387 * @param aTab
2404 * @param aTab
2464 * @param aTab
2874 if (!aTab || !aTab.ownerGlobal) {
2943 aTab,
2948 if (!aTab || !aTab.ownerGlobal) {
3580 * @param aTab
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/sessionstore/
H A DSessionStore.jsm294 aTab,
301 aTab,
2356 * @param aTab
2387 * @param aTab
2404 * @param aTab
2464 * @param aTab
2874 if (!aTab || !aTab.ownerGlobal) {
2943 aTab,
2948 if (!aTab || !aTab.ownerGlobal) {
3580 * @param aTab
[all …]
/dports/www/firefox/firefox-99.0/browser/components/sessionstore/
H A DSessionStore.jsm342 aTab,
349 aTab,
2449 * @param aTab
2480 * @param aTab
2497 * @param aTab
2523 * @param aTab
2570 * @param aTab
3013 if (!aTab || !aTab.ownerGlobal) {
3082 aTab,
3087 if (!aTab || !aTab.ownerGlobal) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpfe/appshell/
H A DnsChromeTreeOwner.cpp116 nsChromeTreeOwner::RemoteTabAdded(nsIRemoteTab* aTab, bool aPrimary) { in RemoteTabAdded() argument
118 return mAppWindow->RemoteTabAdded(aTab, aPrimary); in RemoteTabAdded()
122 nsChromeTreeOwner::RemoteTabRemoved(nsIRemoteTab* aTab) { in RemoteTabRemoved() argument
124 return mAppWindow->RemoteTabRemoved(aTab); in RemoteTabRemoved()
128 nsChromeTreeOwner::GetPrimaryRemoteTab(nsIRemoteTab** aTab) { in GetPrimaryRemoteTab() argument
130 return mAppWindow->GetPrimaryRemoteTab(aTab); in GetPrimaryRemoteTab()
/dports/lang/spidermonkey60/firefox-60.9.0/xpfe/appshell/
H A DnsChromeTreeOwner.cpp125 nsChromeTreeOwner::TabParentAdded(nsITabParent* aTab, bool aPrimary) { in TabParentAdded() argument
127 return mXULWindow->TabParentAdded(aTab, aPrimary); in TabParentAdded()
131 nsChromeTreeOwner::TabParentRemoved(nsITabParent* aTab) { in TabParentRemoved() argument
133 return mXULWindow->TabParentRemoved(aTab); in TabParentRemoved()
137 nsChromeTreeOwner::GetPrimaryTabParent(nsITabParent** aTab) { in GetPrimaryTabParent() argument
139 return mXULWindow->GetPrimaryTabParent(aTab); in GetPrimaryTabParent()

123456789