Home
last modified time | relevance | path

Searched refs:HistEntry (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11-toolkits/p5-Tk-HistEntry/Tk-HistEntry-0.45/
H A DChanges1 Revision history for Perl extension Tk::HistEntry.
31 and HistEntry
36 - fixed bug in historyAdd of Browse version of HistEntry
66 - bug fixes for Tk::HistEntry::Browse
70 - split Tk::HistEntry into Tk::HistEntry::Simple and
71 Tk::HistEntry::Browse
H A DREADME1 Tk::HistEntry Module
3 Tk::HistEntry implements an entry widget with history. You may use the up
6 Usage: $top->HistEntry(-textvariable => \$foo,
12 The widget comes in two flavors: the "HistEntry" widget is an
H A DHistEntry.pm14 package Tk::HistEntry;
323 package Tk::HistEntry::Simple;
366 package Tk::HistEntry::Browse;
H A DMANIFEST2 HistEntry.pm
H A DMETA.yml15 name: Tk-HistEntry
/dports/x11-toolkits/p5-Tk-HistEntry/Tk-HistEntry-0.45/t/
H A Dbasic.t28 use Tk::HistEntry;
51 $he2 = $top->HistEntry(-textvariable => \my $bla,
58 is $he2->class, 'HistEntry';
114 for my $widget (qw(HistEntry SimpleHistEntry)) {
131 for my $widget (qw(HistEntry SimpleHistEntry)) {
139 if ($widget eq 'HistEntry') {
175 my $he = $top->HistEntry(-history => [qw(1 2 3)]);
176 is_deeply [$he->cget(-history)], [qw(1 2 3)], 'check -history option with HistEntry';
H A Dmatch.t35 use Tk::HistEntry;
42 my $he = $top->HistEntry(-match => 1,
44 isa_ok($he, "Tk::HistEntry");
H A Dinvoke.t27 use Tk::HistEntry;
40 my $he = $top->HistEntry(-command => sub { },
H A Dnewclass.t18 use Tk::HistEntry;
/dports/x11-toolkits/p5-Tk-HistEntry/Tk-HistEntry-0.45/examples/
H A D1.pl17 use Tk::HistEntry;
28 my $b = $f->HistEntry(-textvariable => \$foo)->pack;
52 $b2 = $f2->HistEntry(-textvariable => \$bla,
H A Dnewclass.pl17 use Tk::HistEntry;
/dports/x11-toolkits/p5-Tk-HistEntry/
H A D.license-catalog.mk9 _LICENSE_DISTFILES_ART10 =Tk-HistEntry-0.45.tar.gz
13 _LICENSE_DISTFILES_GPLv1+ =Tk-HistEntry-0.45.tar.gz
/dports/textproc/p5-Tk-Pod/Tk-Pod-0.9943/
H A DMakefile.PL62 #'Tk::HistEntry' => 0.40,
94 'Tk::HistEntry' => '0.4',
H A DMore.pm26 require Tk::HistEntry;
27 Tk::HistEntry->VERSION(0.37);
H A DPod.pm409 require Tk::HistEntry;
410 Tk::HistEntry->VERSION(0.40);
712 require Tk::HistEntry;
713 Tk::HistEntry->VERSION(0.40);
H A DMETA.yml42 Tk::HistEntry: 0.4
/dports/devel/p5-PAR-Packer/PAR-Packer-1.052/contrib/gui_pp/
H A Dgpp11 use Tk::HistEntry;
106 my $source_entry = $fe->HistEntry( -textvariable => \$source_file,
117 my $output_entry = $fe->HistEntry( -textvariable => \$output_file,
186 $he = $fp->HistEntry( -textvariable => \$value[$_],
/dports/textproc/p5-Tk-XMLViewer/Tk-XMLViewer-0.21/
H A DChanges38 - tkxmlview uses Tk::HistEntry if available
H A Dtkxmlview174 require Tk::HistEntry;
/dports/misc/py-xgboost/xgboost-1.5.1/src/tree/
H A Dupdater_histmaker.cc276 struct HistEntry { struct in xgboost::tree::CQHistMaker
498 std::vector<HistEntry> *p_temp) { in UpdateHistCol()
501 std::vector<HistEntry> &hbuilder = *p_temp; in UpdateHistCol()
631 std::vector<std::vector<HistEntry> > thread_hist_;
/dports/misc/xgboost/xgboost-1.5.1/src/tree/
H A Dupdater_histmaker.cc276 struct HistEntry { struct in xgboost::tree::CQHistMaker
498 std::vector<HistEntry> *p_temp) { in UpdateHistCol()
501 std::vector<HistEntry> &hbuilder = *p_temp; in UpdateHistCol()
631 std::vector<std::vector<HistEntry> > thread_hist_;
/dports/textproc/p5-Tk-Pod/Tk-Pod-0.9943/Pod/
H A DTree.pm556 require Tk::HistEntry;
557 Tk::HistEntry->VERSION(0.40);
H A DSearch.pm23 require Tk::HistEntry;
/dports/german/BBBike/BBBike-3.18/
H A DTelefonbuch.pm385 eval { require Tk::HistEntry };
580 eval { require Tk::HistEntry };
/dports/german/BBBike/BBBike-3.18/lib/Tk/
H A DWidgetDump.pm1139 require Tk::HistEntry;
1140 Tk::HistEntry->VERSION(0.33);

12