Home
last modified time | relevance | path

Searched refs:left_anchor (Results 1 – 16 of 16) sorted by relevance

/dports/mail/mairix/mairix-0.24/
H A Dsearch.c113 anchor1 = left_anchor ? 0x1 : 0x0; in substring_match_0()
137 anchor1 = left_anchor ? 0x1 : 0x0; in substring_match_1()
164 anchor1 = left_anchor ? 0x1 : 0x0; in substring_match_2()
194 anchor1 = left_anchor ? 0x1 : 0x0; in substring_match_3()
222 anchor1 = left_anchor ? 0x1 : 0x0; in substring_match_general()
272 got_hit = substring_match_0(a, hit, left_anchor, token); in match_substring_in_table()
275 got_hit = substring_match_1(a, hit, left_anchor, token); in match_substring_in_table()
278 got_hit = substring_match_2(a, hit, left_anchor, token); in match_substring_in_table()
843 int left_anchor; in do_search() local
1010 left_anchor = 1; in do_search()
[all …]
/dports/net/c3270/suite3270-4.0/x3270/
H A Dabout.c139 XtNfromHoriz, left_anchor, \
185 Widget left_anchor = NULL; in popup_about_copyright() local
246 left_anchor = XtVaCreateManagedWidget( in popup_about_copyright()
259 w = left_anchor; in popup_about_copyright()
260 left_anchor = NULL; in popup_about_copyright()
304 Widget left_anchor = NULL; in popup_about_config() local
336 w = left_anchor; in popup_about_config()
337 left_anchor = NULL; in popup_about_config()
499 Widget left_anchor = NULL; in popup_about_status() local
535 w = left_anchor; in popup_about_status()
[all …]
/dports/x11/x3270/suite3270-4.0/x3270/
H A Dabout.c139 XtNfromHoriz, left_anchor, \
185 Widget left_anchor = NULL; in popup_about_copyright() local
246 left_anchor = XtVaCreateManagedWidget( in popup_about_copyright()
259 w = left_anchor; in popup_about_copyright()
260 left_anchor = NULL; in popup_about_copyright()
304 Widget left_anchor = NULL; in popup_about_config() local
336 w = left_anchor; in popup_about_config()
337 left_anchor = NULL; in popup_about_config()
499 Widget left_anchor = NULL; in popup_about_status() local
535 w = left_anchor; in popup_about_status()
[all …]
/dports/biology/hisat2/hisat2-2.2.1/evaluation/simulation/
H A Dinit.py187 left_anchor = 0
192 left_anchor += c_len
195 assert left_anchor > 0
205 min_anchor = min(left_anchor, right_anchor)
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dtraceback.c603 extract_anchors_from_expr(const char *segment_str, expr_ty expr, Py_ssize_t *left_anchor, Py_ssize_… in extract_anchors_from_expr() argument
615 *left_anchor = i; in extract_anchors_from_expr()
631 *left_anchor = expr->v.Subscript.value->end_col_offset; in extract_anchors_from_expr()
645 extract_anchors_from_stmt(const char *segment_str, stmt_ty statement, Py_ssize_t *left_anchor, Py_s… in extract_anchors_from_stmt() argument
650 … return extract_anchors_from_expr(segment_str, statement->v.Expr.value, left_anchor, right_anchor, in extract_anchors_from_stmt()
661 Py_ssize_t *left_anchor, Py_ssize_t *right_anchor, in extract_anchors_from_line() argument
699 res = extract_anchors_from_stmt(segment_str, statement, left_anchor, right_anchor, in extract_anchors_from_line()
707 *left_anchor += start_offset; in extract_anchors_from_line()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/tools/rule_parser/
H A Drule_parser_unittest.cc204 for (const auto& left_anchor : kAnchors) { in TEST() local
207 expected_rule.anchor_left = left_anchor.type; in TEST()
213 std::string line = left_anchor.literal + kLine + right_anchor.literal; in TEST()
214 if (left_anchor.type != url_pattern_index::proto::ANCHOR_TYPE_NONE || in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/tools/rule_parser/
H A Drule_parser_unittest.cc204 for (const auto& left_anchor : kAnchors) { in TEST() local
207 expected_rule.anchor_left = left_anchor.type; in TEST()
213 std::string line = left_anchor.literal + kLine + right_anchor.literal; in TEST()
214 if (left_anchor.type != url_pattern_index::proto::ANCHOR_TYPE_NONE || in TEST()
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtraceback.py591 left_anchor = expr.left.end_col_offset + operator_offset
592 right_anchor = left_anchor + 1
598 return _Anchors(left_anchor, right_anchor)
/dports/lang/mosh/mosh-0.2.7/extlibs/onig-5.9.2/
H A Dregcomp.c3972 int left_anchor; member
4135 anc->left_anchor = 0; in clear_opt_anc_info()
4151 to->left_anchor = left->left_anchor; in concat_opt_anc_info()
4153 to->left_anchor |= right->left_anchor; in concat_opt_anc_info()
4176 if ((to->left_anchor & anc) != 0) return 1; in is_set_opt_anc_info()
4185 to->left_anchor |= anc; in add_opt_anc_info()
4194 to->left_anchor &= ~anc; in remove_opt_anc_info()
4202 to->left_anchor &= add->left_anchor; in alt_merge_opt_anc_info()
4509 add->map.anc.left_anchor |= to->anc.left_anchor; in concat_left_node_opt_info()
4977 reg->sub_anchor |= anc->left_anchor & ANCHOR_BEGIN_LINE; in set_sub_anchor()
[all …]
/dports/lang/ruby26/ruby-2.6.9/
H A Dregcomp.c4355 int left_anchor; member
4518 anc->left_anchor = 0; in clear_opt_anc_info()
4534 to->left_anchor = left->left_anchor; in concat_opt_anc_info()
4536 to->left_anchor |= right->left_anchor; in concat_opt_anc_info()
4562 if ((to->left_anchor & anc) != 0) return 1; in is_set_opt_anc_info()
4571 to->left_anchor |= anc; in add_opt_anc_info()
4580 to->left_anchor &= ~anc; in remove_opt_anc_info()
4588 to->left_anchor &= add->left_anchor; in alt_merge_opt_anc_info()
4897 add->map.anc.left_anchor |= to->anc.left_anchor; in concat_left_node_opt_info()
5386 reg->sub_anchor |= anc->left_anchor & ANCHOR_BEGIN_LINE; in set_sub_anchor()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/
H A Dregcomp.c4352 int left_anchor; member
4515 anc->left_anchor = 0; in clear_opt_anc_info()
4531 to->left_anchor = left->left_anchor; in concat_opt_anc_info()
4533 to->left_anchor |= right->left_anchor; in concat_opt_anc_info()
4559 if ((to->left_anchor & anc) != 0) return 1; in is_set_opt_anc_info()
4568 to->left_anchor |= anc; in add_opt_anc_info()
4577 to->left_anchor &= ~anc; in remove_opt_anc_info()
4585 to->left_anchor &= add->left_anchor; in alt_merge_opt_anc_info()
4894 add->map.anc.left_anchor |= to->anc.left_anchor; in concat_left_node_opt_info()
5383 reg->sub_anchor |= anc->left_anchor & ANCHOR_BEGIN_LINE; in set_sub_anchor()
[all …]
/dports/lang/perl5.32/perl-5.32.1/lib/
H A Dcharnames.t152 my $left_anchor = (rand() < .5) ? '^' : '\\A';
180 my $assembled = $left_anchor. $$name_ref . $right_anchor;
/dports/lang/perl5.34/perl-5.34.0/lib/
H A Dcharnames.t152 my $left_anchor = (rand() < .5) ? '^' : '\\A';
180 my $assembled = $left_anchor. $$name_ref . $right_anchor;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/
H A Dcharnames.t152 my $left_anchor = (rand() < .5) ? '^' : '\\A';
180 my $assembled = $left_anchor. $$name_ref . $right_anchor;
/dports/graphics/p5-Graph-Easy/Graph-Easy-0.76/lib/Graph/Easy/Parser/
H A DVCG.pm581 left_anchor => 'x-vcg-left_anchor',
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dtheme.cpp376 …static const std::string top_anchor = "top", left_anchor = "left", bot_anchor = "bottom", right_an… in read_anchor() local
378 if(str == top_anchor || str == left_anchor) in read_anchor()