Home
last modified time | relevance | path

Searched refs:left_match (Results 1 – 13 of 13) sorted by relevance

/dports/x11-fonts/py-glyphsLib/glyphsLib-3.1.4/Lib/glyphsLib/builder/
H A Dkerning.py53 left_match = UFO_KERN_GROUP_PATTERN.match(left)
55 if left_match:
56 left = "@MMK_L_{}".format(left_match.group(2))
/dports/devel/py-toolz/toolz-0.11.2/toolz/
H A Ditertoolz.py885 for left_match in d[key]:
886 yield (left_match, item)
892 for left_match in d[key]:
893 yield (left_match, item)
906 for left_match in d[key]:
907 yield (left_match, item)
914 for left_match in d[key]:
915 yield (left_match, item)
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Dfilter.c403 gboolean left_match, right_match; in libbalsa_condition_is_flag_only() local
417 match ? &left_match : NULL) in libbalsa_condition_is_flag_only()
422 *match = left_match && right_match; in libbalsa_condition_is_flag_only()
428 match ? &left_match : NULL) in libbalsa_condition_is_flag_only()
433 *match = left_match || right_match; in libbalsa_condition_is_flag_only()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_fasta.cc216 uint32_t left_match = 0; in VNormalizeContig() local
244 left_match = UINT32_MAX; in VNormalizeContig()
251 left_match = first_code; in VNormalizeContig()
255 if (first_code != left_match) { in VNormalizeContig()
256 left_match = UINT32_MAX; in VNormalizeContig()
266 if (((left_match == UINT32_MAX) || (min_alen == 1)) && (right_match == UINT32_MAX)) { in VNormalizeContig()
396 if ((left_match != UINT32_MAX) && (min_alen > 1)) { in VNormalizeContig()
400 left_match = ctou32(cur_alleles[first_aidx][ltrim]); in VNormalizeContig()
406 if (left_match != cur_code) { in VNormalizeContig()
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/
H A Ddiff.py118 for left_match, right_match in matches:
119 self.append_match(lnodes[left_match],
124 for left_match, right_match in reversed(matches):
125 lnode = lnodes.pop(left_match)
/dports/sysutils/reed/reed-5.6/
H A Dreed.c781 regex_t *left_match = NULL, *right_match = NULL; in next_bracket() local
783 left_match = make_regexp(left); in next_bracket()
787 left_pos = search_for(left_match, buf, 1); in next_bracket()
790 free_regexp(left_match); in next_bracket()
807 left_pos = search_for(left_match, buf, direction); in next_bracket()
823 free_regexp(left_match); in next_bracket()
/dports/devel/py-jsonpath-rw/jsonpath-rw-1.4.0/jsonpath_rw/
H A Djsonpath.py326 for left_match in left_matches
327 for submatch in match_recursively(left_match)]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_sequencer/
H A Dsequencer_select.c156 int left_match = (seq->startdisp == seq_link->startdisp) ? 1 : 0; in select_linked_time() local
159 if (left_match && right_match) { in select_linked_time()
166 else if (seq_link->flag & SELECT && (left_match || right_match)) { in select_linked_time()
171 if (left_match && seq_link->flag & SEQ_LEFTSEL) { in select_linked_time()
/dports/devel/py-jsonpath-ng/jsonpath-ng-1.5.3/jsonpath_ng/
H A Djsonpath.py403 for left_match in left_matches
404 for submatch in match_recursively(left_match)]
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/document/
H A Dquickmenu.py536 left_match = predicate(left)
539 if left_match != right_match:
540 return left_match
542 elif left_match and right_match:
/dports/math/lambda/lambda-0.1.4/
H A Dnode.cc1046 int left_match = 0; in print() local
1051 left_match = left()->match(env) ? 1 : 0; in print()
1052 if( VAR==left()->op() || APP==left()->op() || left_match ) in print()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-indel.c1971 …int left_match = match_chro(read_text + cursor_on_read - 6, current_value_index, indel_left_bounda… in find_new_indels() local
1973 if(left_match+right_match == best_matched_bases) ambiguous_count ++; in find_new_indels()
3613 …int left_match = match_chro(left_contig, base_index, basic_ins_left, best_edge - basic_ins_left, 0… in find_potential_ultralong_indels() local
3616 …if(left_match+right_match< basic_ins_right+global_context -> config.reassembly_key_length-basic_in… in find_potential_ultralong_indels()
H A Dcore-junction.c5275 …int left_match = match_chro(InBuff + cursor_on_read - 6, current_value_index, indel_left_boundary … in core_fragile_junction_voting() local
5277 if(left_match+right_match == best_matched_bases) ambiguous_count ++; in core_fragile_junction_voting()