Home
last modified time | relevance | path

Searched refs:viewHistory (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/tools/
H A DCLI.java104 boolean viewHistory = false; in run()
173 viewHistory = true; in run()
329 } else if (viewHistory) { in run()
330 viewHistory(historyFile, viewAllHistory); in run()
485 private void viewHistory(String historyFile, boolean all) in viewHistory() method in CLI
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/Build/Header/
H A DViews.elm119 , viewHistory header.backgroundColor header.tabs
375 viewHistory : BuildStatus -> List BuildTab -> Html Message
376 viewHistory backgroundColor = function
/dports/misc/concourse/concourse-6.7.2/web/elm/src/Build/Header/
H A DViews.elm119 , viewHistory header.backgroundColor header.tabs
375 viewHistory : BuildStatus -> List BuildTab -> Html Message
376 viewHistory backgroundColor = function
/dports/deskutils/pinot/pinot-1.20/UI/GTK3/src/
H A Dpinot.cpp334 ViewHistory viewHistory(historyDatabase); in main() local
341 viewHistory.expireItems(timeNow - EXPIRY_PERIOD); in main()
H A DStatisticsDialog.cpp205 ViewHistory viewHistory(PinotSettings::getInstance().getHistoryDatabaseName()); in populate_history() local
210 unsigned int viewCount = viewHistory.getItemsCount(); in populate_history()
/dports/net-im/kopete/kopete-21.12.3/libkopete/ui/
H A Dkopetestdaction.h51 static QAction *viewHistory(const QObject *recvr, const char *slot, QObject *parent);
H A Dkopetestdaction.cpp97 QAction *KopeteStdAction::viewHistory(const QObject *recvr, const char *slot, QObject *parent) in viewHistory() function in KopeteStdAction
/dports/net-im/licq-qt-gui/licq-f271d55/qt-gui/src/core/
H A Dusermenu.h95 void viewHistory();
H A Dsystemmenu.h278 void viewHistory();
H A Dusermenu.cpp168 myViewHistoryAction = addAction(tr("View &History..."), this, SLOT(viewHistory())); in UserMenu()
423 void UserMenu::viewHistory() in viewHistory() function in UserMenu
/dports/net-im/licq-osd/licq-f271d55/qt-gui/src/core/
H A Dusermenu.h95 void viewHistory();
H A Dsystemmenu.h278 void viewHistory();
H A Dusermenu.cpp168 myViewHistoryAction = addAction(tr("View &History..."), this, SLOT(viewHistory())); in UserMenu()
423 void UserMenu::viewHistory() in viewHistory() function in UserMenu
/dports/net-im/licq-jabber/licq-f271d55/qt-gui/src/core/
H A Dusermenu.h95 void viewHistory();
H A Dsystemmenu.h278 void viewHistory();
/dports/net-im/licq/licq-f271d55/qt-gui/src/core/
H A Dusermenu.h95 void viewHistory();
H A Dsystemmenu.h278 void viewHistory();
/dports/net-im/licq-icq/licq-f271d55/qt-gui/src/core/
H A Dusermenu.h95 void viewHistory();
H A Dsystemmenu.h278 void viewHistory();
/dports/deskutils/pinot/pinot-1.20/Core/
H A Dpinot-dbus-daemon.cpp370 ViewHistory viewHistory(historyDatabase); in main() local
380 viewHistory.expireItems(timeNow); in main()
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/gui/
H A Dmainwindow.cpp129 m_actions.viewHistory = new QAction(this); in createActions()
231 m_actions.viewHistory->setCheckable(true); in createActions()
319 m_actions.viewHistory->setText(MainWindow::tr("&History")); in setActionsText()
443 m_actions.viewHistory->setShortcut(Qt::CTRL + Qt::Key_7); in createActionShortcuts()
497 m_menus.view->addAction(m_actions.viewHistory); in createMenus()
855 connect(m_actions.viewHistory, SIGNAL(triggered(bool)), SLOT(setHistoryDockVisible(bool))); in createFixedConnections()
974 m_actions.viewHistory->setChecked(m_settings->historyDockVisible); in applySettings()
1878 m_actions.viewHistory->setChecked(false); in deleteHistoryDock()
/dports/devel/codequery/codequery-0.24.0/showgraph/GraphView/
H A Dnode_item.cpp138 graph()->view()->viewHistory()->eraseNode( this); in ~GNode()
584 node()->graph()->view()->viewHistory()->focusEvent( node()); in mouseReleaseEvent()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DJobClient.java1654 boolean viewHistory = false;
1722 viewHistory = true;
1865 } else if (viewHistory) {
1866 viewHistory(outputDir, viewAllHistory);
1915 private void viewHistory(String outputDir, boolean all)
/dports/net/concourse-fly/concourse-6.7.1/web/elm/benchmarks/
H A DBenchmarks.elm561 Html.Lazy.lazy2 viewHistory currentBuild builds
564 viewHistory : Concourse.Build -> List Concourse.Build -> Html Message
565 viewHistory currentBuild builds = function
/dports/misc/concourse/concourse-6.7.2/web/elm/benchmarks/
H A DBenchmarks.elm561 Html.Lazy.lazy2 viewHistory currentBuild builds
564 viewHistory : Concourse.Build -> List Concourse.Build -> Html Message
565 viewHistory currentBuild builds = function

12