Home
last modified time | relevance | path

Searched refs:has_prev (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/mail/courier/courier-0.65.3/rfc2045/
H A Drfc2646rewrap.c43 if (p->has_prev) in rfc2646rewrap_free()
63 if (r->has_prev) in rfc2646rewrap_handler()
72 r->has_prev=0; in rfc2646rewrap_handler()
81 r->has_prev=0; in rfc2646rewrap_handler()
92 needspc=r->has_prev; in rfc2646rewrap_handler()
101 if (!r->has_prev && p->linelen == 3 && strncmp(p->line, "-- ", 3) == 0) in rfc2646rewrap_handler()
163 r->has_prev=isflowed; in rfc2646rewrap_handler()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/
H A Dbam_mate.c10 int curr, has_prev; in bam_mating_core() local
17 curr = 0; has_prev = 0; in bam_mating_core()
20 if (has_prev) { in bam_mating_core()
40 has_prev = 0; in bam_mating_core()
49 } else has_prev = 1; in bam_mating_core()
52 if (has_prev) bam_write1(out, b[1-curr]); in bam_mating_core()
/dports/biology/stringtie/stringtie-2.1.1/samtools-0.1.18/
H A Dbam_mate.c10 int curr, has_prev; in bam_mating_core() local
17 curr = 0; has_prev = 0; in bam_mating_core()
20 if (has_prev) { in bam_mating_core()
40 has_prev = 0; in bam_mating_core()
49 } else has_prev = 1; in bam_mating_core()
52 if (has_prev) bam_write1(out, b[1-curr]); in bam_mating_core()
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/
H A Dbam_mate.c10 int curr, has_prev; in bam_mating_core() local
17 curr = 0; has_prev = 0; in bam_mating_core()
20 if (has_prev) { in bam_mating_core()
40 has_prev = 0; in bam_mating_core()
49 } else has_prev = 1; in bam_mating_core()
52 if (has_prev) bam_write1(out, b[1-curr]); in bam_mating_core()
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/test/unit/api/
H A Dtest_glance.py80 images, has_more, has_prev = api.glance.image_list_detailed(
90 self.assertFalse(has_prev)
107 images, has_more, has_prev = api.glance.image_list_detailed(
119 self.assertFalse(has_prev)
140 images, has_more, has_prev = api.glance.image_list_detailed(
155 self.assertFalse(has_prev)
179 images, has_more, has_prev = api.glance.image_list_detailed(
193 self.assertFalse(has_prev)
226 self.assertFalse(has_prev)
263 self.assertTrue(has_prev)
[all …]
/dports/devel/R-cran-fansi/fansi/src/
H A Dstrsplit.c93 int has_prev = FANSI_state_has_style(state_prev); in FANSI_strsplit() local
97 if(has_prev) { in FANSI_strsplit()
100 if(has_prev || has) { in FANSI_strsplit()
131 if(has_prev) { in FANSI_strsplit()
/dports/textproc/R-cran-utf8/utf8/src/utf8lite/tests/
H A Dcheck_text.c353 static int has_prev() in has_prev() function
364 ck_assert(!has_prev()); in START_TEST()
368 ck_assert(!has_prev()); in START_TEST()
372 ck_assert(!has_prev()); in START_TEST()
397 ck_assert(!has_prev()); in START_TEST()
401 ck_assert(!has_prev()); in START_TEST()
405 ck_assert(!has_prev()); in START_TEST()
409 ck_assert(!has_prev()); in START_TEST()
413 ck_assert(has_prev()); in START_TEST()
417 ck_assert(!has_prev()); in START_TEST()
[all …]
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/snapshots/
H A Dtests.py59 has_more, has_prev): argument
61 snapshots, has_more, has_prev
91 url=base_url, has_more=True, has_prev=False)
101 url=url, has_more=True, has_prev=True)
111 url=url, has_more=False, has_prev=True)
128 url=url, has_more=False, has_prev=True)
138 url=url, has_more=True, has_prev=False)
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial.ocd/TutorialGuide.ocd/
H A DScript.c207 var has_prev = index > 0; in ShowGuideMenu() local
209 UpdateGuideMenu(message, has_next, has_prev, has_close); in ShowGuideMenu()
218 private func UpdateGuideMenu(string guide_message, bool has_next, bool has_prev, bool has_close) in UpdateGuideMenu() argument
224 var is_showing_buttons = has_next || has_close || has_prev; in UpdateGuideMenu()
257 if (has_prev) in UpdateGuideMenu()
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/snapshots/
H A Dtests.py43 has_more, has_prev, with_groups=False): argument
47 has_prev]
81 url=base_url, has_more=True, has_prev=False)
92 url=url, has_more=True, has_prev=True)
102 url=url, has_more=False, has_prev=True)
116 url=base_url, has_more=False, has_prev=False, with_groups=True)
133 url=url, has_more=True, has_prev=True)
143 url=url, has_more=True, has_prev=False)
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/backups/
H A Dtests.py35 number_of_pages, has_prev, has_more): argument
49 self.assertEqual(has_prev,
80 has_more=True, has_prev=False, page_size=size,
91 has_more=True, has_prev=True, page_size=size,
102 has_more=False, has_prev=True, page_size=size,
121 has_more=True, has_prev=True, page_size=size,
132 has_more=True, has_prev=False, page_size=size,
/dports/textproc/R-cran-utf8/utf8/src/utf8lite/src/
H A Dnormalize.c312 int blocked, has_prev, did_del; in utf8lite_compose() local
331 has_prev = 0; in utf8lite_compose()
337 if (has_prev && prev_ccc >= code_ccc) { in utf8lite_compose()
357 has_prev = 0; in utf8lite_compose()
360 has_prev = 1; in utf8lite_compose()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/kimpanel/plugin/
H A Dkimpanelagent.cpp190 …ingList &labels, const QStringList &candis, const QStringList &attrs, bool has_prev, bool has_next) in Args2LookupTable() argument
207 result.has_prev = has_prev; in Args2LookupTable()
228 …ist &labels, const QStringList &candis, const QStringList &attrlists, bool has_prev, bool has_next) in UpdateLookupTable() argument
230 Q_EMIT updateLookupTable(Args2LookupTable(labels, candis, attrlists, has_prev, has_next)); in UpdateLookupTable()
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dhts_label.cpp66 else if(segment->has_prev()) in get_token()
126 if(!seg_in_word.has_prev()) in is_marked_by_sound_icon()
129 if(!word.has_prev()) in is_marked_by_sound_icon()
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/backups/
H A Dtests.py35 number_of_pages, has_prev, has_more): argument
48 self.assertEqual(has_prev,
76 has_more=True, has_prev=False, page_size=size,
87 has_more=True, has_prev=True, page_size=size,
98 has_more=False, has_prev=True, page_size=size,
117 has_more=True, has_prev=True, page_size=size,
128 has_more=True, has_prev=False, page_size=size,
/dports/www/py-flask-mongoengine/flask-mongoengine-1.0.0/tests/
H A Dtest_pagination.py64 assert not paginator.has_prev
68 assert paginator.has_prev
/dports/www/py-lektor/Lektor-3.2.2/lektor/
H A Dpagination.py41 def has_prev(self): member in Pagination
47 if not self.has_prev:
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dbam_mate.c261 int curr, has_prev, result; in bam_mating_core() local
289 curr = 0; has_prev = 0; in bam_mating_core()
315 if (has_prev) { // do we have a pair of reads to examine? in bam_mating_core()
358 has_prev = 0; in bam_mating_core()
371 } else has_prev = 1; in bam_mating_core()
376 if (has_prev && !remove_reads) { // If we still have a BAM in the buffer it must be unpaired in bam_mating_core()
H A Dbam_mate.c.pysam.c263 int curr, has_prev, result; in bam_mating_core() local
291 curr = 0; has_prev = 0; in bam_mating_core()
317 if (has_prev) { // do we have a pair of reads to examine? in bam_mating_core()
360 has_prev = 0; in bam_mating_core()
373 } else has_prev = 1; in bam_mating_core()
378 if (has_prev && !remove_reads) { // If we still have a BAM in the buffer it must be unpaired in bam_mating_core()
/dports/biology/samtools/samtools-1.14/
H A Dbam_mate.c261 int curr, has_prev, result; in bam_mating_core() local
289 curr = 0; has_prev = 0; in bam_mating_core()
315 if (has_prev) { // do we have a pair of reads to examine? in bam_mating_core()
358 has_prev = 0; in bam_mating_core()
371 } else has_prev = 1; in bam_mating_core()
376 if (has_prev && !remove_reads) { // If we still have a BAM in the buffer it must be unpaired in bam_mating_core()
/dports/archivers/libcabinet/libcabinet-0.30/
H A Dcfheader.cpp143 if(has_prev()) in read()
188 if(has_prev()) in write()
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/instances/
H A Dtests.py462 has_prev): argument
471 servers, has_more, has_prev]
512 has_prev=False)
523 has_prev=True)
534 has_prev=True)
551 has_prev=True)
562 has_prev=False)
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dglbpic.c948 Boolean has_prev; in get_max_alignment_yspace() local
953 has_prev = FALSE; in get_max_alignment_yspace()
1423 Boolean has_prev; in draw_fly_cyto_map() local
1437 has_prev = FALSE; in draw_fly_cyto_map()
1445 if(has_prev) in draw_fly_cyto_map()
1456 if(has_prev) in draw_fly_cyto_map()
1476 if(has_prev) in draw_fly_cyto_map()
1502 if(has_prev) in draw_fly_cyto_map()
1590 has_prev = FALSE; in add_alignment_to_global()
1867 if(!has_prev) in get_min_max_score()
[all …]
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/api/rest/
H A Dcinder.py60 result, has_more, has_prev = api.cinder.volume_list_paged(
67 result, has_more, has_prev = api.cinder.volume_list_paged(
74 'has_prev_data': has_prev
/dports/www/py-lektor/Lektor-3.2.2/lektor/quickstart-templates/project/templates/macros/
H A Dpagination.html.in3 {% if pagination.has_prev %}

12345678