Home
last modified time | relevance | path

Searched refs:remind (Results 1 – 25 of 2262) sorted by relevance

12345678910>>...91

/dports/deskutils/remind/remind-03.03.11/src/
H A DMakefile.in20 PROGS= remind rem2ps
23 MANS= $(srcdir)/../man/rem2ps.1 $(srcdir)/../man/remind.1 \
37 all: remind rem2ps
39 test: remind
50 remind: $(REMINDOBJS)
62 ln -s remind $(DESTDIR)$(bindir)/rem
69 strip $(DESTDIR)$(bindir)/remind || true
76 rm -f *.o *~ remind rem2ps test.out core *.bak
86 …& git archive --worktree-attributes --format=tar --prefix=remind-$(VERSION)/ HEAD > src/remind-$(V…
87 gzip -f -v -9 remind-$(VERSION).tar
[all …]
/dports/deskutils/remind/remind-03.03.11/tests/
H A Dtest-rem33 ../src/remind -e -dxte ../tests/test.rem 16 feb 1991 >> ../tests/test.out 2>&1
37 ../src/remind -p -l ../tests/test2.rem 1 aug 2007 >> ../tests/test.out 2>&1
41 ../src/remind -s ../tests/test2.rem 1 aug 2007 >> ../tests/test.out 2>&1
45 ../src/remind -sa ../tests/test2.rem 1 aug 2007 >> ../tests/test.out 2>&1
77 ../src/remind -ccl ../tests/colors.rem 1 aug 2007 >> ../tests/test.out 2>&1
96 ../src/remind ../tests/runtest.rem >> ../tests/test.out 2>&1
106 ../src/remind -q -a - 1 Jan 2012 9:00 <<'EOF' >> ../tests/test.out 2>&1
113 ../src/remind -q -a -a - 1 Jan 2012 9:00 <<'EOF' >> ../tests/test.out 2>&1
121 ../src/remind -pp - 1 jan 2012 9:00 <<'EOF' >> ../tests/test.out 2>&1
126 ../src/remind -ppp - 1 Jan 2012 9:00 <<'EOF' >> ../tests/test.out 2>&1
[all …]
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/src/html/
H A Dhtml_test.cpp50 …m8r::HtmlOutlineRepresentation htmlRepresentation{mind.remind().getOntology(),dummyColors,nullptr}; in TEST()
51 m8r::MarkdownOutlineRepresentation markdownRepresentation(mind.remind().getOntology(),nullptr); in TEST()
55 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
59 markdownRepresentation.to(mind.remind().getOutlines()[0], &markdown); in TEST()
88 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
91 htmlRepresentation.to(mind.remind().getOutlines()[0]->getNotes()[0], &html); in TEST()
111 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
114 htmlRepresentation.to(mind.remind().getOutlines()[0]->getNotes()[0], &html); in TEST()
135 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
139 htmlRepresentation.to(mind.remind().getOutlines()[0]->getOutlineDescriptorAsNote(), &html); in TEST()
[all …]
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/src/ai/
H A Dautolinking_test.cpp53 cout << endl << " Outlines: " << mind.remind().getOutlinesCount(); in TEST()
54 cout << endl << " Bytes : " << mind.remind().getOutlineMarkdownsSize(); in TEST()
55 ASSERT_EQ(3, mind.remind().getOutlinesCount()); in TEST()
59 m8r::Note* n = mind.remind().getOutlines()[0]->getNotes()[0]; in TEST()
84 cout << endl << " Outlines: " << mind.remind().getOutlinesCount(); in TEST()
85 cout << endl << " Bytes : " << mind.remind().getOutlineMarkdownsSize(); in TEST()
86 ASSERT_EQ(3, mind.remind().getOutlinesCount()); in TEST()
91 m8r::Note* n = mind.remind().getOutlines()[0]->getNotes()[0]; in TEST()
111 cout << endl << " Outlines: " << mind.remind().getOutlinesCount(); in TEST()
113 ASSERT_EQ(1, mind.remind().getOutlinesCount()); in TEST()
[all …]
H A Dautolinking_cmark_test.cpp383 cout << endl << " Outlines: " << mind.remind().getOutlinesCount(); in TEST()
385 ASSERT_EQ(1, mind.remind().getOutlinesCount()); in TEST()
390 m8r::Note* n = mind.remind().getOutlines()[0]->getNotes()[0]; in TEST()
416 cout << endl << " Outlines: " << mind.remind().getOutlinesCount(); in TEST()
418 ASSERT_EQ(1, mind.remind().getOutlinesCount()); in TEST()
423 m8r::Note* n = mind.remind().getOutlines()[0]->getNotes()[0]; in TEST()
444 cout << endl << " Outlines: " << mind.remind().getOutlinesCount(); in TEST()
446 ASSERT_EQ(3, mind.remind().getOutlinesCount()); in TEST()
450 m8r::Note* n = mind.remind().getOutlines()[0]->getNotes()[0]; in TEST()
475 ASSERT_LE(370, mind.remind().getOutlinesCount()); in TEST()
[all …]
H A Dnlp_test.cpp184 cout << endl << " Outlines: " << mind.remind().getOutlinesCount(); in TEST()
185 cout << endl << " Bytes : " << mind.remind().getOutlineMarkdownsSize(); in TEST()
187 ASSERT_EQ(3, mind.remind().getOutlinesCount()); in TEST()
220 << " Outlines: " << mind.remind().getOutlinesCount() << endl in TEST()
221 << " Bytes : " << mind.remind().getOutlineMarkdownsSize() << endl; in TEST()
222 ASSERT_LE(1, mind.remind().getOutlinesCount()); in TEST()
263 << " Outlines: " << mind.remind().getOutlinesCount() << endl in TEST()
264 << " Bytes : " << mind.remind().getOutlineMarkdownsSize() << endl; in TEST()
265 ASSERT_LE(1, mind.remind().getOutlinesCount()); in TEST()
274 u = mind.remind().getOutlines()[1]; in TEST()
[all …]
/dports/archivers/gtar/tar-1.34/scripts/
H A DMakefile.am20 BACKUP_LIBEXEC_SCRIPTS_LIST=backup.sh dump-remind
23 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=backup.sh dump-remind
30 dump-remind.in\
32 CLEANFILES=backup.sh backup restore dump-remind
50 dump-remind: $(srcdir)/dump-remind.in
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/src/mind/
H A Doutline_test.cpp56 EXPECT_EQ(1, mind.remind().getOutlinesCount()); in TEST()
57 EXPECT_EQ(1, mind.remind().getNotesCount()); in TEST()
62 EXPECT_EQ(0, mind.remind().getOutlinesCount()); in TEST()
63 EXPECT_EQ(0, mind.remind().getNotesCount()); in TEST()
81 m8r::Memory& memory = mind.remind(); in TEST()
123 EXPECT_EQ(2, mind.remind().getOutlinesCount()); in TEST()
124 EXPECT_EQ(3, mind.remind().getNotesCount()); in TEST()
173 m8r::Memory& memory = mind.remind(); in TEST()
187 EXPECT_EQ(2, mind.remind().getOutlinesCount()); in TEST()
188 EXPECT_EQ(18, mind.remind().getNotesCount()); in TEST()
[all …]
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/benchmark/
H A Dai_benchmark.cpp63 << " Outlines: " << mind.remind().getOutlinesCount() << endl in TEST()
64 << " Bytes : " << mind.remind().getOutlineMarkdownsSize() << endl; in TEST()
66 ASSERT_LE(1, mind.remind().getOutlinesCount()); in TEST()
80 m8r::Note* n=mind.remind().getOutlines()[0]->getNotes()[0]; in TEST()
H A Dhtml_benchmark.cpp50 …m8r::HtmlOutlineRepresentation htmlRepresentation{mind.remind().getOntology(),dummyColors,nullptr}; in TEST()
51 m8r::MarkdownOutlineRepresentation markdownRepresentation(mind.remind().getOntology(),nullptr); in TEST()
54 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
58 markdownRepresentation.to(mind.remind().getOutlines()[0], &outlineAsMarkdown); in TEST()
/dports/deskutils/remind/remind-03.03.11/contrib/remind-conf-mode/
H A DREADME1 Remind-conf-mode is a configuration mode designed to make it a little easier to configure remind us…
3 …times and dates. Those functions have been exposed in a special menu for remind for those who have…
5remind-conf-mode.el to your elisp folder (whatever it is called) make sure it is in your path so e…
11 The faux-locale branch has code for choosing the language you use remind in. Please try it out and …
/dports/security/silktools/silk-3.19.1/
H A DMakefile.am26 install-data-hook: $(PYTHON_REMINDER) remind-silk-conf
28 remind-silk-conf:
43 PYTHON_REMINDER = remind-python
49 remind-python: $(PYSILK_INSTALL_TXT)
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_privacy/tables/
H A Dconsent.php16 * @property integer $remind The status of the reminder request
52 if (!$this->remind)
54 $this->remind = '0';
/dports/www/joomla3/joomla3-3.9.24/components/com_privacy/models/
H A Dremind.php76 $remind = $db->loadObject();
85 if (!$remind)
93 if (!JUserHelper::verifyPassword($data['remind_token'], $remind->token))
103 'id' => $remind->id,
/dports/www/joomla3/joomla3-3.9.24/components/com_users/helpers/
H A Dlegacyrouter.php66 static $remind;
101 if (empty($remind) && $item->query['view'] === 'remind')
103 $remind = $item->id;
173 if ($query['Itemid'] = $remind)
/dports/deskutils/remind/remind-03.03.11/www/
H A DMakefile.in15 HTMLDIR = /var/www/remind
18 IMAGEDIR = /var/www/remind/resources
21 IMAGEBASE = /remind/resources
33 REMIND = $(bindir)/remind
/dports/deskutils/remind/remind-03.03.11/examples/
H A Dremind.vim6 " URL: http://erlug.linux.it/~da/vim/syntax/remind.vim
8 " remind is a sophisticated reminder service
9 " you can download remind from:
10 " https://dianne.skoll.ca/projects/remind/
77 let b:current_syntax = "remind"
/dports/finance/beanie/beanie-0.8.2/sales/
H A DMakefile129 EXES= geninvoice postinvoice remind statement \
153 remind: sendinvoice.o invemail.o target
154 $(CC) -o remind sendinvoice.o invemail.o $(LDFLAGS)
/dports/deskutils/mindforger/mindforger-1.52.0/app/src/qt/
H A Dstatus_bar_presenter.cpp84 status += stringFormatIntAsUs(mind->remind().getOutlinesCount()); in showMindStatistics()
86 status += stringFormatIntAsUs(mind->remind().getNotesCount()); in showMindStatistics()
92 status += stringFormatIntAsUs(mind->remind().getOutlineMarkdownsSize()); in showMindStatistics()
/dports/mail/sympa/sympa-6.2.62/default/
H A DMakefile.am102 scenari/remind.listmaster \
104 scenari/remind.owner \
105 scenari/remind.ownerdkim \
174 tasks/remind.2month.task \
175 tasks/remind.3month.task \
176 tasks/remind.4month.task \
177 tasks/remind.6month.task \
178 tasks/remind.9month.task \
179 tasks/remind.monthly.task \
180 tasks/remind.yearly.task \
[all …]
/dports/www/grafana8/grafana-8.3.6/devenv/docker/ha_test/
H A Dalerts.sh49 remind=false
64 remind=true
77 "sendReminder": '$remind',
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dremind.vim6 " URL: http://ismito.it/vim/syntax/remind.vim
9 " You can download remind from:
10 " https://www.roaringpenguin.com/products/remind
71 let b:current_syntax = "remind"
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dremind.vim6 " URL: http://ismito.it/vim/syntax/remind.vim
9 " You can download remind from:
10 " https://www.roaringpenguin.com/products/remind
71 let b:current_syntax = "remind"
/dports/graphics/darktable/darktable-3.6.1/data/
H A Dluarc48 if _scripts_install.dt.preferences.read("_scripts_install", "remind", "bool") then
49 -- _scripts_install.dt.print_log("remind set")
119 _scripts_install.dt.preferences.write("_scripts_install", "remind", "bool", false)
122 elseif _scripts_install.widgets.choice.value == _("remind me later") then
124 _scripts_install.dt.preferences.write("_scripts_install", "remind", "bool", true)
129 _scripts_install.dt.preferences.write("_scripts_install", "remind", "bool", false)
207 … _("lua-scripts repository\n\n'remind me later' will cause this module to\nreappear every 5th ") ..
220 _("remind me later"),
/dports/graphics/darktable38/darktable-3.8.0/data/
H A Dluarc49 if _scripts_install.dt.preferences.read("_scripts_install", "remind", "bool") then
50 -- _scripts_install.dt.print_log("remind set")
120 _scripts_install.dt.preferences.write("_scripts_install", "remind", "bool", false)
123 elseif _scripts_install.widgets.choice.value == _("remind me later") then
125 _scripts_install.dt.preferences.write("_scripts_install", "remind", "bool", true)
130 _scripts_install.dt.preferences.write("_scripts_install", "remind", "bool", false)
208 … _("lua-scripts repository\n\n'remind me later' will cause this module to\nreappear every 5th ") ..
221 _("remind me later"),

12345678910>>...91