Home
last modified time | relevance | path

Searched refs:newTab (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Dtabs.ts55 const newTab = document.createElement("li"); constant
56 newTab.innerHTML = caption;
57 newTab.id = `tab-header-${this.container.id}-${this.nextTabId++}`;
59 this.tabBar.insertBefore(newTab, lastTab);
60 return newTab;
70 const newTab = this.addTab(caption); constant
71 newTab.dataset.divid = contentDiv.id;
72 newTab.draggable = true;
73 newTab.ondragstart = this.tabOnDragStart.bind(this);
75 this.tabBar.insertBefore(newTab, lastTab);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/turbolizer/src/
H A Dtabs.ts55 const newTab = document.createElement("li"); constant
56 newTab.innerHTML = caption;
57 newTab.id = `tab-header-${this.container.id}-${this.nextTabId++}`;
59 this.tabBar.insertBefore(newTab, lastTab);
60 return newTab;
70 const newTab = this.addTab(caption); constant
71 newTab.dataset.divid = contentDiv.id;
72 newTab.draggable = true;
73 newTab.ondragstart = this.tabOnDragStart.bind(this);
75 this.tabBar.insertBefore(newTab, lastTab);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/turbolizer/src/
H A Dtabs.ts55 const newTab = document.createElement("li"); constant
56 newTab.innerHTML = caption;
57 newTab.id = `tab-header-${this.container.id}-${this.nextTabId++}`;
59 this.tabBar.insertBefore(newTab, lastTab);
60 return newTab;
70 const newTab = this.addTab(caption); constant
71 newTab.dataset.divid = contentDiv.id;
72 newTab.draggable = true;
73 newTab.ondragstart = this.tabOnDragStart.bind(this);
75 this.tabBar.insertBefore(newTab, lastTab);
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTabList.c280 XmTabAttributes newTab; local
313 newTab = &(tab_list->tabs[tab_list->used]);
325 newTab = &(tab_list->tabs[position]);
333 newTab->label_string = (XmString) NULL;
338 newTab->foreground = XmCOLOR_DYNAMIC;
339 newTab->background = XmCOLOR_DYNAMIC;
341 newTab->sensitive = True;
342 newTab->value_mode = XmTAB_VALUE_COPY;
346 newTab->value_mode = attributes->value_mode;
351 if( newTab->value_mode == XmTAB_VALUE_COPY )
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2ClientGFx3.0/Resources/Classes/
H A DScreenTabManager.as38 var newTab:ScreenTab = mScreenTabs[newScreen.GetScreenTabId()];
40 if ( curTab != newTab )
42 newTab._visible = true;
43 ConsoleWindow.Trace("Hiding " + curTab.tabID + ", showing " + newTab.tabID);
47 new Tween( newTab, "_x", None.easeNone, newTab._x, ScreenTab.cExtendedPosX, .5, true );
48 newScreen.Show( true, newTab._x, ScreenTab.cExtendedPosX );
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/tabmodel/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelOrderControllerImpl.java29 public int determineInsertionIndex(@TabLaunchType int type, int position, Tab newTab) { in determineInsertionIndex() argument
32 position = determineInsertionIndex(type, newTab); in determineInsertionIndex()
35 if (willOpenInForeground(type, newTab.isIncognito())) { in determineInsertionIndex()
45 public int determineInsertionIndex(@TabLaunchType int type, Tab newTab) { in determineInsertionIndex() argument
48 if (sameModelType(currentModel, newTab)) { in determineInsertionIndex()
57 if (willOpenInForeground(type, newTab.isIncognito())) { in determineInsertionIndex()
62 currentModel, CriticalPersistedTabData.from(newTab).getParentId()); in determineInsertionIndex()
81 return mTabModelSelector.getModel(newTab.isIncognito()).getCount(); in determineInsertionIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_groups/
H A DTabGroupModelFilterUnitTest.java264 addTabToTabModel(POSITION1 + 1, newTab); in addTab_ToExistingGroup()
278 addTabToTabModel(-1, newTab); in addTab_ToNewGroup()
290 addTabToTabModel(POSITION1 + 1, newTab); in addTab_SetRootId()
302 addTabToTabModel(POSITION1 + 1, newTab); in addTab_DuringRestore()
315 addTabToTabModel(POSITION1 + 1, newTab); in addTab_ThemeChangeReparenting()
329 addTabToTabModel(-1, newTab); in addTab_ToWrongModel()
332 mTabGroupModelFilter.addTab(newTab); in addTab_ToWrongModel()
421 addTabToTabModel(POSITION4, newTab); in moveTabOutOfGroup_NonRootTab_NotFirstTab_UpdateTabModel()
470 addTabToTabModel(POSITION2, newTab); in moveTabOutOfGroup_RootTab_NotFirstTab_UpdateTabModel()
665 TabImpl newTab = addTabToTabModel(); in mergeListOfTabsToGroup_AllForward() local
[all …]
/dports/devel/kf5-kparts/kparts-5.89.0/src/
H A Dbrowserarguments.cpp20 bool newTab = false; member
119 void BrowserArguments::setNewTab(bool newTab) in setNewTab() argument
124 d->newTab = newTab; in setNewTab()
127 bool BrowserArguments::newTab() const in newTab() function in BrowserArguments
129 return d ? d->newTab : false; in newTab()
/dports/finance/prestashop/prestashop/modules/ps_themecusto/
H A Dps_themecusto.php167 $newTab = clone $themesTab;
168 $newTab->id = 0;
169 $newTab->id_parent = $themesTab->id_parent;
170 $newTab->class_name = $themesTab->class_name . 'Parent';
171 $newTab->save();
173 $newTab->position = 0;
174 $newTab->save();
175 $themesTab->id_parent = $newTab->id;
/dports/x11-fm/konqueror/konqueror-21.12.3/client/
H A Dkonqclientrequest.cpp36 bool newTab = false; member in KonqClientRequestPrivate
58 void KonqClientRequest::setNewTab(bool newTab) in setNewTab() argument
60 d->newTab = newTab; in setNewTab()
93 if (!d->newTab) { in openUrl()
95 d->newTab = cfg.group("FMSettings").readEntry("KonquerorTabforExternalURL", false); in openUrl()
97 if (d->newTab) { in openUrl()
/dports/japanese/kiten/kiten-21.12.3/app/
H A Dconfiguredialog.cpp87 QWidget *newTab = new ConfigDictionarySelector( dict, tabWidget, config ); in makeDictionaryFileSelectionPage() local
88 if( newTab ) in makeDictionaryFileSelectionPage()
90 connect( newTab, SIGNAL(widgetChanged()), in makeDictionaryFileSelectionPage()
93 newTab, SLOT(updateWidgets()) ); in makeDictionaryFileSelectionPage()
95 newTab, SLOT(updateWidgetsDefault()) ); in makeDictionaryFileSelectionPage()
97 newTab, SLOT(updateSettings()) ); in makeDictionaryFileSelectionPage()
98 tabWidget->addTab( newTab, dict ); in makeDictionaryFileSelectionPage()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinTabSet.java138 public void setActiveTab(final SWTSkinObjectTab newTab) { in setActiveTab() argument
139 setActiveTab(newTab, false); in setActiveTab()
142 private void setActiveTab(final SWTSkinObjectTab newTab, final boolean evenIfSame) { in setActiveTab() argument
149 swtSetActiveTab(newTab, evenIfSame); in setActiveTab()
157 protected void swtSetActiveTab(SWTSkinObjectTab newTab, boolean evenIfSame) { in swtSetActiveTab() argument
160 if (!tabs.contains(newTab)) { in swtSetActiveTab()
161 System.err.println("Not contain in " + sID + ": " + newTab); in swtSetActiveTab()
167 if (newTab != activeTab) { in swtSetActiveTab()
168 SWTSkinObject[] objects = setTabVisible(newTab, true, null); in swtSetActiveTab()
173 activeTab = newTab; in swtSetActiveTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabGroupUiMediatorUnitTest.java178 TabImpl newTab = prepareTab(TAB4_ID, TAB4_ID); in prepareIncognitoTabModel() local
442 TabImpl newTab = prepareTab(TAB4_ID, TAB4_ID); in tabSelection_NotSameGroup_GroupToGroup() local
477 TabImpl newTab = prepareTab(TAB4_ID, TAB4_ID); in tabSelection_NotSameGroup_SingleTabToSingleTab() local
577 TabImpl newTab = prepareTab(TAB4_ID, TAB4_ID); in tabAddition_SingleTab() local
596 mTabGroup2.add(newTab); in tabAddition_TabGroup_NoRefresh()
614 mTabGroup2.add(newTab); in tabAddition_TabGroup_Refresh()
631 mTabGroup2.add(newTab); in tabAddition_TabGroup_ScrollToTheLast()
1060 doReturn(newTab).when(mTabModel).getTabAt(3); in tabAddition_FromUI_CTS()
1061 mAllTabsList.add(newTab); in tabAddition_FromUI_CTS()
1079 doReturn(newTab).when(mTabModel).getTabAt(3); in tabAddition_FromLongPressBackground_CTS()
[all …]
H A DTabGroupTitleEditorUnitTest.java134 TabImpl newTab = TabUiUnitTestUtils.prepareTab(TAB3_ID, TAB3_TITLE); in tabClosureCommitted_RootTab_NotDeleteStoredTitle() local
135 List<Tab> tabs = new ArrayList<>(Arrays.asList(mTab1, mTab2, newTab)); in tabClosureCommitted_RootTab_NotDeleteStoredTitle()
139 List<Tab> groupAfterClosure = new ArrayList<>(Arrays.asList(mTab2, newTab)); in tabClosureCommitted_RootTab_NotDeleteStoredTitle()
153 TabImpl newTab = TabUiUnitTestUtils.prepareTab(TAB3_ID, TAB3_TITLE); in tabClosureCommitted_NotRootTab_NotDeleteStoredTitle() local
154 List<Tab> groupBeforeClosure = new ArrayList<>(Arrays.asList(mTab1, mTab2, newTab)); in tabClosureCommitted_NotRootTab_NotDeleteStoredTitle()
158 List<Tab> groupAfterClosure = new ArrayList<>(Arrays.asList(mTab1, newTab)); in tabClosureCommitted_NotRootTab_NotDeleteStoredTitle()
252 TabImpl newTab = TabUiUnitTestUtils.prepareTab(TAB3_ID, TAB3_TITLE); in tabMoveOutOfGroup_HandOverStoredTitle() local
253 List<Tab> tabs = new ArrayList<>(Arrays.asList(mTab1, mTab2, newTab)); in tabMoveOutOfGroup_HandOverStoredTitle()
/dports/finance/prestashop/prestashop/src/Adapter/Module/Tab/
H A DModuleTabRegister.php418 $newTab = clone $currentTab;
419 $newTab->id = 0;
420 $newTab->id_parent = $currentTab->id_parent;
421 $newTab->class_name = $currentTab->class_name . self::SUFFIX;
422 $newTab->save();
425 $newTab->position = $currentTab->position;
426 $newTab->save();
428 $currentTab->id_parent = $newTab->id;
431 return $newTab->id;
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/android/javatests/src/org/chromium/weblayer/test/
H A DTabTest.java241 Tab newTab = mActivity.getBrowser().createTab(); in testCreateTab()
243 Assert.assertNotEquals(newTab, mActivity.getTab()); in testCreateTab()
244 return newTab; in testCreateTab()
324 Tab newTab = browser.createTab(); in testWillAutomaticallyReloadAfterCrash()
326 Assert.assertNotEquals(newTab, mActivity.getTab()); in testWillAutomaticallyReloadAfterCrash()
327 Assert.assertNotEquals(newTab, browser.getActiveTab()); in testWillAutomaticallyReloadAfterCrash()
328 Assert.assertTrue(newTab.willAutomaticallyReloadAfterCrash()); in testWillAutomaticallyReloadAfterCrash()
331 browser.setActiveTab(newTab); in testWillAutomaticallyReloadAfterCrash()
332 Assert.assertEquals(newTab, browser.getActiveTab()); in testWillAutomaticallyReloadAfterCrash()
333 Assert.assertFalse(newTab.willAutomaticallyReloadAfterCrash()); in testWillAutomaticallyReloadAfterCrash()
[all …]
H A DNewTabCallbackTest.java65 public void onNewTab(Tab newTab, int mode) { in testDestroyTabInOnNewTab()
66 newTab.getBrowser().destroyTab(newTab); in testDestroyTabInOnNewTab()
67 Assert.assertTrue(newTab.isDestroyed()); in testDestroyTabInOnNewTab()
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/QtHelp/
H A DHelpSearchWidget.py32 newTab = pyqtSignal(QUrl) variable in HelpSearchWidget
99 self.newTab.emit(url)
112 self.newTab.emit(url)
151 newTab = menu.addAction(self.tr("Open Link in New Tab"))
159 elif act == newTab:
160 self.newTab.emit(link)
H A DHelpTocWidget.py27 newTab = pyqtSignal(QUrl) variable in HelpTocWidget
71 self.newTab.emit(url)
84 self.newTab.emit(url)
165 newTab = menu.addAction(self.tr("Open Link in New Tab"))
174 elif act == newTab:
175 self.newTab.emit(link)
/dports/www/kanboard/kanboard-1.2.21/app/Helper/
H A DUrlHelper.php71 * @param boolean $newTab Open the link in a new tab
76 …tion, array $params = array(), $csrf = false, $class = '', $title = '', $newTab = false, $anchor =… argument
79 …>url->link($html, $controller, $action, $params, $csrf, $class, $title, $newTab, $anchor, $absolut…
93 * @param boolean $newTab Open the link in a new tab
98 …tion, array $params = array(), $csrf = false, $class = '', $title = '', $newTab = false, $anchor =… argument
100 …csrf, $anchor, $absolute).'" class="'.$class.'" title=\''.$title.'\' '.($newTab ? 'target="_blank"…
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/search/
H A Dsearchwidget.cpp337 auto *newTab = new SearchJobWidget(searchHandler, this); in on_searchButton_clicked() local
338 m_allTabs.append(newTab); in on_searchButton_clicked()
342 m_ui->tabWidget->addTab(newTab, tabName); in on_searchButton_clicked()
343 m_ui->tabWidget->setCurrentWidget(newTab); in on_searchButton_clicked()
345 …connect(newTab, &SearchJobWidget::statusChanged, this, [this, newTab]() { tabStatusChanged(newTab)… in on_searchButton_clicked()
348 m_activeSearchTab = newTab; in on_searchButton_clicked()
349 tabStatusChanged(newTab); in on_searchButton_clicked()
/dports/editors/kate/kate-21.12.3/addons/search/
H A DKateSearchCommand.cpp39 Q_EMIT newTab(); in exec()
46 Q_EMIT newTab(); in exec()
53 Q_EMIT newTab(); in exec()
68 Q_EMIT newTab(); in exec()
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/History/
H A DHistoryDialog.py34 newTab = pyqtSignal(QUrl, str) variable in HistoryDialog
155 self.__openHistory(newTab=True)
161 self.__openHistory(newTab=True, background=True)
175 def __openHistory(self, newTab=False, background=False, argument
193 if newTab:
199 self.newTab.emit(
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/window/
H A DScilabWindow.java158 public void addTab(Tab newTab) { in addTab() argument
159 ScilabBridge.addTab(this, newTab); in addTab()
167 public void removeTab(Tab newTab) { in removeTab() argument
168 ScilabBridge.removeTab(this, newTab); in removeTab()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/indi/
H A DDevicePanel.qml104 var newTab = newTabComp.createObject(deviceSwipeView)
105 newTab.title = groupName
111 }', newTab.contentItem)
113 newTab.rootItem = columnForTab
125 deviceSwipeView.tabs.push(newTab)
128 var motionControl = component.createObject(newTab)

12345678910>>...25