Home
last modified time | relevance | path

Searched refs:first_new (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/embb/embb-1.0.0/algorithms_cpp/include/embb/algorithms/internal/
H A Dpartition-inl.h72 RAI first_new(first_);
73 first_new += static_cast<difference_type>(chunk_size_ * index);
74 RAI last_new(first_new);
80 return ChunkDescriptor<RAI>(first_new, last_new);
127 RAI first_new(first_);
128 first_new += static_cast<difference_type>(prec_elements_count);
129 RAI last_new(first_new);
131 return ChunkDescriptor<RAI>(first_new, last_new);
/dports/mail/mailutils/mailutils-3.13/mail/
H A Dsummary.c31 size_t first_new = 0, first_unread = 0; in mail_summary() local
52 if (!deleted && !first_new) in mail_summary()
53 first_new = msgno; in mail_summary()
76 set_cursor ((first_new == 0) ? ((first_unread == 0) ? in mail_summary()
77 1 : first_unread) : first_new) ; in mail_summary()
/dports/math/polymake/polymake-4.5/lib/core/src/
H A DFacetList.cc166 if (first_new == nullptr) { in push()
176 first_new = last_new = newc; in push()
204 first_new = last_new; in push()
222 (first_new->lex.prev = first_old->lex.prev)->lex.next = first_new; in finalize()
224 …for (; first_old != last_old; first_old = first_old->facet.next, first_new = first_new->facet.nex… in finalize()
225 if ((first_new->lex.next = first_old->lex.next) != nullptr) in finalize()
226 first_new->lex.next->lex.prev = first_new; in finalize()
/dports/ports-mgmt/portscout/portscout-0.8.1.4/Portscout/
H A DUtil.pm424 my ($lendiff, $first_old, $first_new);
427 $first_new = substr($nums_new[$n], 0, 1);
431 if ($first_new > $first_old) {
433 } elsif ($first_new == $first_old) {
440 if ($first_new < $first_old) {
442 } elsif ($first_new == $first_old) {
/dports/www/drupal8/drupal-8.9.20/core/modules/forum/templates/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
22 {% if first_new -%}
/dports/www/drupal8/drupal-8.9.20/core/themes/stable/templates/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
20 {% if first_new -%}
/dports/www/drupal9/drupal-9.2.10/core/modules/forum/templates/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
22 {% if first_new -%}
/dports/www/drupal9/drupal-9.2.10/core/themes/stable/templates/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
20 {% if first_new -%}
/dports/www/drupal9/drupal-9.2.10/core/themes/stable9/templates/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
20 {% if first_new -%}
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_configdialog.py636 first_new = 'my new custom theme'
640 self.assertNotIn(first_new, idleConf.userCfg)
641 d.create_new(first_new)
644 idleConf.GetThemeDict('user', first_new))
645 eq(d.custom_name.get(), first_new)
658 eq(idleConf.GetThemeDict('user', first_new),
1079 first_new = 'my new custom key set'
1083 self.assertNotIn(first_new, idleConf.userCfg)
1084 d.create_new_key_set(first_new)
1087 idleConf.GetKeySet(first_new))
[all …]
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_configdialog.py636 first_new = 'my new custom theme'
640 self.assertNotIn(first_new, idleConf.userCfg)
641 d.create_new(first_new)
644 idleConf.GetThemeDict('user', first_new))
645 eq(d.custom_name.get(), first_new)
658 eq(idleConf.GetThemeDict('user', first_new),
1079 first_new = 'my new custom key set'
1083 self.assertNotIn(first_new, idleConf.userCfg)
1084 d.create_new_key_set(first_new)
1087 idleConf.GetKeySet(first_new))
[all …]
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_configdialog.py615 first_new = 'my new custom theme'
619 self.assertNotIn(first_new, idleConf.userCfg)
620 d.create_new(first_new)
623 idleConf.GetThemeDict('user', first_new))
624 eq(d.custom_name.get(), first_new)
637 eq(idleConf.GetThemeDict('user', first_new),
1058 first_new = 'my new custom key set'
1062 self.assertNotIn(first_new, idleConf.userCfg)
1063 d.create_new_key_set(first_new)
1066 idleConf.GetKeySet(first_new))
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_configdialog.py615 first_new = 'my new custom theme'
619 self.assertNotIn(first_new, idleConf.userCfg)
620 d.create_new(first_new)
623 idleConf.GetThemeDict('user', first_new))
624 eq(d.custom_name.get(), first_new)
637 eq(idleConf.GetThemeDict('user', first_new),
1058 first_new = 'my new custom key set'
1062 self.assertNotIn(first_new, idleConf.userCfg)
1063 d.create_new_key_set(first_new)
1066 idleConf.GetKeySet(first_new))
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_configdialog.py636 first_new = 'my new custom theme'
640 self.assertNotIn(first_new, idleConf.userCfg)
641 d.create_new(first_new)
644 idleConf.GetThemeDict('user', first_new))
645 eq(d.custom_name.get(), first_new)
658 eq(idleConf.GetThemeDict('user', first_new),
1079 first_new = 'my new custom key set'
1083 self.assertNotIn(first_new, idleConf.userCfg)
1084 d.create_new_key_set(first_new)
1087 idleConf.GetKeySet(first_new))
[all …]
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_configdialog.py615 first_new = 'my new custom theme'
619 self.assertNotIn(first_new, idleConf.userCfg)
620 d.create_new(first_new)
623 idleConf.GetThemeDict('user', first_new))
624 eq(d.custom_name.get(), first_new)
637 eq(idleConf.GetThemeDict('user', first_new),
1058 first_new = 'my new custom key set'
1062 self.assertNotIn(first_new, idleConf.userCfg)
1063 d.create_new_key_set(first_new)
1066 idleConf.GetKeySet(first_new))
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_configdialog.py636 first_new = 'my new custom theme'
640 self.assertNotIn(first_new, idleConf.userCfg)
641 d.create_new(first_new)
644 idleConf.GetThemeDict('user', first_new))
645 eq(d.custom_name.get(), first_new)
658 eq(idleConf.GetThemeDict('user', first_new),
1079 first_new = 'my new custom key set'
1083 self.assertNotIn(first_new, idleConf.userCfg)
1084 d.create_new_key_set(first_new)
1087 idleConf.GetKeySet(first_new))
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_configdialog.py636 first_new = 'my new custom theme'
640 self.assertNotIn(first_new, idleConf.userCfg)
641 d.create_new(first_new)
644 idleConf.GetThemeDict('user', first_new))
645 eq(d.custom_name.get(), first_new)
658 eq(idleConf.GetThemeDict('user', first_new),
1079 first_new = 'my new custom key set'
1083 self.assertNotIn(first_new, idleConf.userCfg)
1084 d.create_new_key_set(first_new)
1087 idleConf.GetKeySet(first_new))
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_configdialog.py636 first_new = 'my new custom theme'
640 self.assertNotIn(first_new, idleConf.userCfg)
641 d.create_new(first_new)
644 idleConf.GetThemeDict('user', first_new))
645 eq(d.custom_name.get(), first_new)
658 eq(idleConf.GetThemeDict('user', first_new),
1079 first_new = 'my new custom key set'
1083 self.assertNotIn(first_new, idleConf.userCfg)
1084 d.create_new_key_set(first_new)
1087 idleConf.GetKeySet(first_new))
[all …]
/dports/www/drupal8/drupal-8.9.20/core/themes/bartik/templates/classy/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
26 {% if first_new -%}
/dports/www/drupal8/drupal-8.9.20/core/profiles/demo_umami/themes/umami/templates/classy/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
26 {% if first_new -%}
/dports/www/drupal8/drupal-8.9.20/core/themes/classy/templates/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
26 {% if first_new -%}
/dports/www/drupal8/drupal-8.9.20/core/themes/claro/templates/classy/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
26 {% if first_new -%}
/dports/www/drupal8/drupal-8.9.20/core/themes/seven/templates/classy/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
26 {% if first_new -%}
/dports/www/drupal9/drupal-9.2.10/core/themes/bartik/templates/classy/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
26 {% if first_new -%}
/dports/www/drupal9/drupal-9.2.10/core/profiles/demo_umami/themes/umami/templates/classy/dataset/
H A Dforum-icon.html.twig13 * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
26 {% if first_new -%}

123