Home
last modified time | relevance | path

Searched refs:tipsAndTricks (Results 1 – 7 of 7) sorted by relevance

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DSplashScreen.java80 private List<String> tipsAndTricks = null; field in SplashScreen
362 if (tipsAndTricks == null) { in getTipsAndTricks()
369 tipsAndTricks = new ArrayList<>(); in getTipsAndTricks()
374 tipsAndTricks.add(rb.getString(key)); in getTipsAndTricks()
379 return this.tipsAndTricks; in getTipsAndTricks()
/dports/www/p5-LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.12/.metadata/.plugins/org.eclipse.core.runtime/.settings/
H A Dorg.eclipse.ui.ide.prefs8 tipsAndTricks=true
/dports/devel/py-cheetah3/Cheetah3-3.2.6/docs/users_guide/
H A Dindex.rst18 tipsAndTricks.rst
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui/
H A Dplugin.properties286 command.tipsAndTricks.description = Open the tips and tricks help page
287 command.tipsAndTricks.name = Tips and Tricks
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.h286 void tipsAndTricks();
H A Dmainwindow_menu.cpp601 void MainWindow::tipsAndTricks() in tipsAndTricks() function in MainWindow
1281 connect(m_tipsAndTricksAct, SIGNAL(triggered()), this, SLOT(tipsAndTricks())); in createHelpMenuActions()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dwelcomeview.cpp972 …onnect(footerLabel, SIGNAL(linkActivated(const QString &)), this->window(), SLOT(tipsAndTricks())); in initTip()