Home
last modified time | relevance | path

Searched refs:tips (Results 1 – 25 of 5016) sorted by relevance

12345678910>>...201

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/xine-toolkit/
H A Dtips.c52 } tips; variable
74 tips.running = 1; in _tips_loop_thread()
90 if (!tips.running) in _tips_loop_thread()
97 tips.prewait = 1; in _tips_loop_thread()
101 pthread_cond_timedwait(&tips.prewait_cond, &tips.mutex, &ts); in _tips_loop_thread()
104 if(!tips.prewait) in _tips_loop_thread()
107 tips.prewait = 0; in _tips_loop_thread()
109 tips.widget = tips.new_widget; in _tips_loop_thread()
112 …if(tips.widget && (tips.widget->tips_timeout > 0) && tips.widget->tips_string && strlen(tips.widge… in _tips_loop_thread()
219 pthread_cond_timedwait(&tips.timer_cond, &tips.mutex, &ts); in _tips_loop_thread()
[all …]
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/pyqt_ui/
H A Dtip_dlg.py16 self.tips = []
17 self.tips.append(_("""For optimal results, it's best to do your repetitions every day."""))
38 … self.tips.append(_("""Right-click on a tag name in the card browser to edit or delete it."""))
39 … self.tips.append(_("""Double-click on a card or tag name in the card browser to edit them."""))
53 self.tips.append(_("""For optimal performance, keep your drives defragmented."""))
84 tip = self.config()["current_tip"] % len(self.tips)
85 self.tip_label.setText(self.tips[tip])
87 self.next_button.setEnabled(tip != len(self.tips) - 1)
91 (self.config()["current_tip"] - 1) % len(self.tips)
96 (self.config()["current_tip"] + 1) % len(self.tips)
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/help/
H A Dtipsandtricks.cpp49 foreach (QString tip, tipSet->tips) { in TipsAndTricks()
131 ts->tips << tr("To delete a bendpoint from a wire, double-click it."); in initTipSets()
145 ts->tips << tr("Check out Parts Editor Help under the <b>Help</b> Menu."); in initTipSets()
149 ts->tips << localStorage; in initTipSets()
156 ts->tips << tr("Through-hole parts can be traced from either side of a PCB."); in initTipSets()
158 ts->tips << tr("Route traces in 45-degree angles to reduce noise."); in initTipSets()
163 ts->tips << tr("To create a custom shape for your PCB, import an SVG file."); in initTipSets()
181 ts->tips << localStorage; in initTipSets()
214 tipCount += tipSet->tips.count(); in randomTip()
221 int count = tipSet->tips.count(); in randomTip()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.tips.examples/src/org/eclipse/tips/examples/eclipsetips/
H A DEclipseTipsProvider.java29 import org.eclipse.tips.examples.tips.MediaWikiTip;
39 return new org.eclipse.tips.examples.tips.TwitterTip(getID(), in createTip1()
45 return new org.eclipse.tips.examples.tips.MediaWikiTip(getID(), in createTip2()
51 return new org.eclipse.tips.examples.tips.MediaWikiTip(getID(), in createTip3()
57 return new org.eclipse.tips.examples.tips.MediaWikiTip(getID(), in createTip4()
63 return new org.eclipse.tips.examples.tips.MediaWikiTip(getID(), in createTip5()
101 tips.add(createTip1()); in loadNewTips()
102 tips.add(createTip2()); in loadNewTips()
103 tips.add(createTip3()); in loadNewTips()
104 tips.add(createTip4()); in loadNewTips()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
34 assert_equal (len (tips), 1)
35 shortTip = tips[0]
41 assert_equal (len (tips), 1)
42 longTip = tips[0]
52 assert_equal (len (tips), 2)
53 assert_equal (tips[0], longTip)
57 tips[1]['branchlen'] = 0
58 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
34 assert_equal (len (tips), 1)
35 shortTip = tips[0]
41 assert_equal (len (tips), 1)
42 longTip = tips[0]
52 assert_equal (len (tips), 2)
53 assert_equal (tips[0], longTip)
57 tips[1]['branchlen'] = 0
58 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dgetchaintips.py21 tips = self.nodes[0].getchaintips ()
22 assert_equal (len (tips), 1)
34 assert_equal (len (tips), 1)
35 shortTip = tips[0]
41 assert_equal (len (tips), 1)
42 longTip = tips[0]
52 assert_equal (len (tips), 2)
53 assert_equal (tips[0], longTip)
57 tips[1]['branchlen'] = 0
58 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
34 assert_equal (len (tips), 1)
35 shortTip = tips[0]
41 assert_equal (len (tips), 1)
42 longTip = tips[0]
52 assert_equal (len (tips), 2)
53 assert_equal (tips[0], longTip)
57 tips[1]['branchlen'] = 0
58 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dgetchaintips.py21 tips = self.nodes[0].getchaintips ()
22 assert_equal (len (tips), 1)
34 assert_equal (len (tips), 1)
35 shortTip = tips[0]
41 assert_equal (len (tips), 1)
42 longTip = tips[0]
52 assert_equal (len (tips), 2)
53 assert_equal (tips[0], longTip)
57 tips[1]['branchlen'] = 0
58 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dgetchaintips.py21 tips = self.nodes[0].getchaintips ()
22 assert_equal (len (tips), 1)
34 assert_equal (len (tips), 1)
35 shortTip = tips[0]
41 assert_equal (len (tips), 1)
42 longTip = tips[0]
52 assert_equal (len (tips), 2)
53 assert_equal (tips[0], longTip)
57 tips[1]['branchlen'] = 0
58 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
35 assert_equal (len (tips), 1)
36 shortTip = tips[0]
42 assert_equal (len (tips), 1)
43 longTip = tips[0]
53 assert_equal (len (tips), 2)
54 assert_equal (tips[0], longTip)
58 tips[1]['branchlen'] = 0
59 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
35 assert_equal (len (tips), 1)
36 shortTip = tips[0]
42 assert_equal (len (tips), 1)
43 longTip = tips[0]
53 assert_equal (len (tips), 2)
54 assert_equal (tips[0], longTip)
58 tips[1]['branchlen'] = 0
59 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
35 assert_equal (len (tips), 1)
36 shortTip = tips[0]
42 assert_equal (len (tips), 1)
43 longTip = tips[0]
53 assert_equal (len (tips), 2)
54 assert_equal (tips[0], longTip)
58 tips[1]['branchlen'] = 0
59 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
35 assert_equal (len (tips), 1)
36 shortTip = tips[0]
42 assert_equal (len (tips), 1)
43 longTip = tips[0]
53 assert_equal (len (tips), 2)
54 assert_equal (tips[0], longTip)
58 tips[1]['branchlen'] = 0
59 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
35 assert_equal (len (tips), 1)
36 shortTip = tips[0]
42 assert_equal (len (tips), 1)
43 longTip = tips[0]
53 assert_equal (len (tips), 2)
54 assert_equal (tips[0], longTip)
58 tips[1]['branchlen'] = 0
59 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Drpc_getchaintips.py22 tips = self.nodes[0].getchaintips()
23 assert_equal(len(tips), 1)
36 assert_equal (len (tips), 1)
37 shortTip = tips[0]
43 assert_equal (len (tips), 1)
44 longTip = tips[0]
54 assert_equal (len (tips), 2)
55 assert_equal (tips[0], longTip)
59 tips[1]['branchlen'] = 0
60 tips[1]['status'] = 'active'
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Drpc_getchaintips.py21 tips = self.nodes[0].getchaintips()
22 assert_equal(len(tips), 1)
35 assert_equal (len (tips), 1)
36 shortTip = tips[0]
42 assert_equal (len (tips), 1)
43 longTip = tips[0]
53 assert_equal (len (tips), 2)
54 assert_equal (tips[0], longTip)
58 tips[1]['branchlen'] = 0
59 tips[1]['status'] = 'active'
[all …]
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Ddyk.cpp35 if (tipcount >= tips.count())
38 curtip->setText(tips[tipcount]);
73 if (tipcount >= tips.count())
101 tips.append(tr("Remember to select a file type when\n"
103 tips.append(tr("The option \"Clean up molecule\" under\n"
108 tips.append(tr("XDrawChem can automatically attach\n"
111 tips.append(tr("Be sure to check for updates at\n"
125 if (tipcount >= tips.count())
127 curtip->setText(tips[tipcount]);
134 tipcount = tips.count() - 1;
[all …]
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/
H A DGenerator.pm111 my @tips;
117 push @tips, $node;
119 return @tips;
177 ( $parent, @tips ) = _fetch_equiprobable(@tips);
183 for my $tip (@tips) {
331 my ( @tips, @nodes );
389 my @tips = @_;
392 return $tip, @tips;
414 my ( @tips, @nodes );
422 while ( @tips > 1 ) {
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/po-tips/
H A Dgu.po21 #: ../tips/gimp-tips.xml.in.h:1
25 #: ../tips/gimp-tips.xml.in.h:2
31 #: ../tips/gimp-tips.xml.in.h:3
37 #: ../tips/gimp-tips.xml.in.h:4
43 #: ../tips/gimp-tips.xml.in.h:5
49 #: ../tips/gimp-tips.xml.in.h:6
55 #: ../tips/gimp-tips.xml.in.h:7
63 #: ../tips/gimp-tips.xml.in.h:8
72 #: ../tips/gimp-tips.xml.in.h:9
79 #: ../tips/gimp-tips.xml.in.h:10
[all …]
H A Dbg.po22 #: ../data/tips/gimp-tips.xml.in.h:1
27 #: ../data/tips/gimp-tips.xml.in.h:2
38 #: ../data/tips/gimp-tips.xml.in.h:3
49 #: ../data/tips/gimp-tips.xml.in.h:4
57 #: ../data/tips/gimp-tips.xml.in.h:5
65 #: ../data/tips/gimp-tips.xml.in.h:6
77 #: ../data/tips/gimp-tips.xml.in.h:7
95 #: ../data/tips/gimp-tips.xml.in.h:8
105 #: ../data/tips/gimp-tips.xml.in.h:9
113 #: ../data/tips/gimp-tips.xml.in.h:10
[all …]
H A Dkm.po19 #: ../data/tips/gimp-tips.xml.in.h:1
23 #: ../data/tips/gimp-tips.xml.in.h:2
31 #: ../data/tips/gimp-tips.xml.in.h:3
38 #: ../data/tips/gimp-tips.xml.in.h:4
44 #: ../data/tips/gimp-tips.xml.in.h:5
52 #: ../data/tips/gimp-tips.xml.in.h:6
63 #: ../data/tips/gimp-tips.xml.in.h:7
76 #: ../data/tips/gimp-tips.xml.in.h:8
85 #: ../data/tips/gimp-tips.xml.in.h:9
93 #: ../data/tips/gimp-tips.xml.in.h:10
[all …]
H A Dbe.po18 #: ../data/tips/gimp-tips.xml.in.h:1
29 #: ../data/tips/gimp-tips.xml.in.h:2
39 #: ../data/tips/gimp-tips.xml.in.h:3
47 #: ../data/tips/gimp-tips.xml.in.h:4
56 #: ../data/tips/gimp-tips.xml.in.h:5
68 #: ../data/tips/gimp-tips.xml.in.h:6
85 #: ../data/tips/gimp-tips.xml.in.h:7
96 #: ../data/tips/gimp-tips.xml.in.h:8
107 #: ../data/tips/gimp-tips.xml.in.h:9
117 #: ../data/tips/gimp-tips.xml.in.h:10
[all …]
H A Dzh_CN.po25 #: ../data/tips/gimp-tips.xml.in.h:1
33 #: ../data/tips/gimp-tips.xml.in.h:2
42 #: ../data/tips/gimp-tips.xml.in.h:3
48 #: ../data/tips/gimp-tips.xml.in.h:4
59 #: ../data/tips/gimp-tips.xml.in.h:5
68 #: ../data/tips/gimp-tips.xml.in.h:6
77 #: ../data/tips/gimp-tips.xml.in.h:7
88 #: ../data/tips/gimp-tips.xml.in.h:8
99 #: ../data/tips/gimp-tips.xml.in.h:9
108 #: ../data/tips/gimp-tips.xml.in.h:10
[all …]
H A Dne.po28 #: ../data/tips/gimp-tips.xml.in.h:1
32 #: ../data/tips/gimp-tips.xml.in.h:2
40 #: ../data/tips/gimp-tips.xml.in.h:3
47 #: ../data/tips/gimp-tips.xml.in.h:4
55 #: ../data/tips/gimp-tips.xml.in.h:5
63 #: ../data/tips/gimp-tips.xml.in.h:6
74 #: ../data/tips/gimp-tips.xml.in.h:7
90 #: ../data/tips/gimp-tips.xml.in.h:8
99 #: ../data/tips/gimp-tips.xml.in.h:9
107 #: ../data/tips/gimp-tips.xml.in.h:10
[all …]

12345678910>>...201