Home
last modified time | relevance | path

Searched refs:head_match (Results 1 – 19 of 19) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dgens.c113 int head_match; in dgen_next() local
216 head_match = 1; in dgen_next()
219 head_match = 0; in dgen_next()
225 if (head_match) in dgen_next()
/dports/biology/py-biopython/biopython-1.79/Bio/motifs/jaspar/
H A D__init__.py288 head_match = head_pat.match(line)
292 if head_match:
293 identifier = head_match.group(1)
294 if head_match.group(3):
295 name = head_match.group(3)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/Auth/OpenID/
H A DParse.php269 $head_match = [];
270 if (!$this->match($head_re, $stripped, $head_match)) {
278 if (!preg_match_all($this->_link_find, $head_match[0],
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/general/
H A Dfilename_completer.py153 head_match = head_regex.search( current_line[ : match.start() ] )
154 if head_match:
155 path = current_line[ head_match.start( 1 ) : last_match_start ]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openid/php-openid/Auth/OpenID/
H A DParse.php272 $head_match = '';
273 if (!$this->match($head_re, $stripped, $head_match)) {
281 if (!preg_match_all($this->_link_find, $head_match,
/dports/devel/cgit/cgit-1.2.3/git/
H A Dunpack-trees.c2166 int head_match = 0; in threeway_merge() local
2203 head_match = i; in threeway_merge()
2217 if (remote && !df_conflict_head && head_match && !remote_match) { in threeway_merge()
2234 if (!df_conflict_remote && remote_match && !head_match) in threeway_merge()
2272 (remote_deleted && head && head_match)) { in threeway_merge()
2302 if (!head_match || !remote_match) { in threeway_merge()
2314 show_stage_entry(stderr, "head ", stages[head_match]); in threeway_merge()
/dports/devel/git-svn/git-2.34.1/
H A Dunpack-trees.c2458 int head_match = 0; in threeway_merge() local
2495 head_match = i; in threeway_merge()
2509 if (remote && !df_conflict_head && head_match && !remote_match) { in threeway_merge()
2526 if (!df_conflict_remote && remote_match && !head_match) in threeway_merge()
2564 (remote_deleted && head && head_match)) { in threeway_merge()
2594 if (!head_match || !remote_match) { in threeway_merge()
2606 show_stage_entry(stderr, "head ", stages[head_match]); in threeway_merge()
/dports/devel/git-p4/git-2.34.1/
H A Dunpack-trees.c2458 int head_match = 0; in threeway_merge() local
2495 head_match = i; in threeway_merge()
2509 if (remote && !df_conflict_head && head_match && !remote_match) { in threeway_merge()
2526 if (!df_conflict_remote && remote_match && !head_match) in threeway_merge()
2564 (remote_deleted && head && head_match)) { in threeway_merge()
2594 if (!head_match || !remote_match) { in threeway_merge()
2606 show_stage_entry(stderr, "head ", stages[head_match]); in threeway_merge()
/dports/devel/git-gui/git-2.34.1/
H A Dunpack-trees.c2458 int head_match = 0; in threeway_merge() local
2495 head_match = i; in threeway_merge()
2509 if (remote && !df_conflict_head && head_match && !remote_match) { in threeway_merge()
2526 if (!df_conflict_remote && remote_match && !head_match) in threeway_merge()
2564 (remote_deleted && head && head_match)) { in threeway_merge()
2594 if (!head_match || !remote_match) { in threeway_merge()
2606 show_stage_entry(stderr, "head ", stages[head_match]); in threeway_merge()
/dports/devel/git/git-2.34.1/
H A Dunpack-trees.c2458 int head_match = 0; in threeway_merge() local
2495 head_match = i; in threeway_merge()
2509 if (remote && !df_conflict_head && head_match && !remote_match) { in threeway_merge()
2526 if (!df_conflict_remote && remote_match && !head_match) in threeway_merge()
2564 (remote_deleted && head && head_match)) { in threeway_merge()
2594 if (!head_match || !remote_match) { in threeway_merge()
2606 show_stage_entry(stderr, "head ", stages[head_match]); in threeway_merge()
/dports/devel/git-cvs/git-2.34.1/
H A Dunpack-trees.c2458 int head_match = 0; in threeway_merge() local
2495 head_match = i; in threeway_merge()
2509 if (remote && !df_conflict_head && head_match && !remote_match) { in threeway_merge()
2526 if (!df_conflict_remote && remote_match && !head_match) in threeway_merge()
2564 (remote_deleted && head && head_match)) { in threeway_merge()
2594 if (!head_match || !remote_match) { in threeway_merge()
2606 show_stage_entry(stderr, "head ", stages[head_match]); in threeway_merge()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_ieval.erl594 case head_match(Pars, As, [], Bs0) of
1605 head_match([Par|Pars], [Arg|Args], Bs0, BBs) -> function
1607 {match,Bs} -> head_match(Pars, Args, Bs, BBs)
1611 head_match([],[],Bs,_) -> {match,Bs}. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_ieval.erl594 case head_match(Pars, As, [], Bs0) of
1605 head_match([Par|Pars], [Arg|Args], Bs0, BBs) -> function
1607 {match,Bs} -> head_match(Pars, Args, Bs, BBs)
1611 head_match([],[],Bs,_) -> {match,Bs}. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/src/
H A Ddbg_ieval.erl594 case head_match(Pars, As, [], Bs0) of
1605 head_match([Par|Pars], [Arg|Args], Bs0, BBs) -> function
1607 {match,Bs} -> head_match(Pars, Args, Bs, BBs)
1611 head_match([],[],Bs,_) -> {match,Bs}. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_ieval.erl596 case head_match(Pars, As, [], Bs0) of
1622 head_match([Par|Pars], [Arg|Args], Bs0, BBs) -> function
1624 {match,Bs} -> head_match(Pars, Args, Bs, BBs)
1628 head_match([],[],Bs,_) -> {match,Bs}. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_ieval.erl596 case head_match(Pars, As, [], Bs0) of
1622 head_match([Par|Pars], [Arg|Args], Bs0, BBs) -> function
1624 {match,Bs} -> head_match(Pars, Args, Bs, BBs)
1628 head_match([],[],Bs,_) -> {match,Bs}. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_ieval.erl596 case head_match(Pars, As, [], Bs0) of
1622 head_match([Par|Pars], [Arg|Args], Bs0, BBs) -> function
1624 {match,Bs} -> head_match(Pars, Args, Bs, BBs)
1628 head_match([],[],Bs,_) -> {match,Bs}. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_ieval.erl596 case head_match(Pars, As, [], Bs0) of
1622 head_match([Par|Pars], [Arg|Args], Bs0, BBs) -> function
1624 {match,Bs} -> head_match(Pars, Args, Bs, BBs)
1628 head_match([],[],Bs,_) -> {match,Bs}. function
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-indel.c2445 …int head_match = match_chro(read_text, base_index , anchor_pos, READ_HEAD_TAIL_LEN, 0, global_cont… in write_local_reassembly() local
2447 if(head_match > READ_HEAD_TAIL_LEN-3 && tail_match> READ_HEAD_TAIL_LEN-3) in write_local_reassembly()