Home
last modified time | relevance | path

Searched refs:match_ref (Results 1 – 25 of 138) sorted by relevance

123456

/dports/textproc/py-sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1/test/
H A Dtest_latex.py13 match_ref = latex_citation_refs().search(output)
17 assert match_ref.group('refid') == match.group('id_')
18 assert match_ref.group('docname') == 'index'
29 match_ref = latex_citation_refs().search(output)
30 assert match.group('docname') == match_ref.group('docname') == 'sources'
32 assert match_ref.group('refid') == match.group('id_')
H A Dtest_autodoc.py26 match_ref = html_citation_refs(label=label).search(output)
28 assert match_ref
30 assert match_ref.group('refid') == match.group('id_')
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/io/tests/json/
H A Dcsl_data.rs13 fn match_ref(&self, ref_name: &str) -> bool { in match_ref() method
50 if sch.match_ref(Self::DATE_VARIABLE) { in date_variables()
89 if items.match_ref(Self::NAME_VARIABLE) { in name_variables()
/dports/www/p5-Template-Toolkit-Simple/Template-Toolkit-Simple-0.31/inc/Pegex/
H A DParser.pm78 my $method = $optimizer->make_trace_wrapper(\&match_ref);
80 } : $self->match_ref($start_rule_ref, {});
149 sub match_ref { subroutine
H A DBootstrap.pm96 $self->match_ref('grammar') || do {
184 sub match_ref { subroutine
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/borrowck/
H A Dborrowck-pat-enum.rs5 fn match_ref(v: Option<isize>) -> isize { in match_ref() function
/dports/devel/p5-Pegex/Pegex-0.75/lib/Pegex/
H A DParser.pm150 my $method = $optimizer->make_trace_wrapper(\&match_ref);
152 } : $self->match_ref($start_rule_ref, {});
249 sub match_ref { subroutine
H A DBootstrap.pm96 $self->match_ref('grammar') || do {
184 sub match_ref { subroutine
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/electronic_structure/
H A Dcore.py320 match_ref = [magmom.saxis == ref_saxis for magmom in magmoms]
321 if np.all(match_ref):
/dports/editors/ssed/sed-3.62/pcre/
H A Dregexec.c137 match_ref (offset, eptr, length, md, ims) in match_ref() function
875 if (!match_ref (offset, eptr, length, md, ims))
941 if (!match_ref (offset, eptr, length, md, ims))
960 if (i >= max || !match_ref (offset, eptr, length, md, ims))
974 if (!match_ref (offset, eptr, length, md, ims))
/dports/finance/prestashop/prestashop/admin/themes/default/template/controllers/import/helpers/view/
H A Dview.tpl108 {if $fields_value.match_ref}
109 <input type="hidden" name="match_ref" value="1" />
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/import/helpers/view/
H A Dview.tpl108 {if $fields_value.match_ref}
109 <input type="hidden" name="match_ref" value="1" />
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/import/helpers/form/
H A Dform.tpl229 <label for="match_ref" class="control-label col-lg-4">
236 <input id="match_ref" name="match_ref" type="checkbox" />
516 $("#match_ref").closest('.form-group').show();
519 $("#match_ref").closest('.form-group').hide();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1027 llvm::StringRef match_ref = match; in request_completions() local
1029 if (match_ref.contains(commit_point)) { in request_completions()
1030 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1033 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1006 llvm::StringRef match_ref = match; in request_completions() local
1008 if (match_ref.contains(commit_point)){ in request_completions()
1009 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1012 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp999 llvm::StringRef match_ref = match; in request_completions() local
1001 if (match_ref.contains(commit_point)) { in request_completions()
1002 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1005 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1071 llvm::StringRef match_ref = match; in request_completions() local
1073 if (match_ref.contains(commit_point)) { in request_completions()
1074 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1077 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp999 llvm::StringRef match_ref = match; in request_completions() local
1001 if (match_ref.contains(commit_point)) { in request_completions()
1002 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1005 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1053 llvm::StringRef match_ref = match; in request_completions() local
1055 if (match_ref.contains(commit_point)) { in request_completions()
1056 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1059 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1053 llvm::StringRef match_ref = match; in request_completions() local
1055 if (match_ref.contains(commit_point)) { in request_completions()
1056 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1059 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1053 llvm::StringRef match_ref = match; in request_completions() local
1055 if (match_ref.contains(commit_point)) { in request_completions()
1056 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1059 EmplaceSafeString(item, "text", match_ref); in request_completions()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1053 llvm::StringRef match_ref = match;
1055 if (match_ref.contains(commit_point)) {
1056 match_ref = match_ref.rsplit(commit_point).second;
1059 EmplaceSafeString(item, "text", match_ref);
/dports/www/analog/analog-6.0/src/pcre/
H A Dpcre.c2023 match_ref(int offset, register const uschar *eptr, int length, match_data *md, in match_ref() function
2496 if (!match_ref(offset, eptr, length, md, ims)) return FALSE; in match()
2505 if (!match_ref(offset, eptr, length, md, ims)) return FALSE; in match()
2517 if (i >= max || !match_ref(offset, eptr, length, md, ims)) in match()
2528 if (!match_ref(offset, eptr, length, md, ims)) break; in match()
/dports/net/tinyfugue/tf-50b8/src/pcre-2.08/
H A Dpcre.c2902 match_ref(int offset, register const uschar *eptr, int length, match_data *md, in match_ref() function
3500 if (!match_ref(offset, eptr, length, md, ims)) return FALSE; in match()
3516 if (!match_ref(offset, eptr, length, md, ims)) return FALSE; in match()
3533 if (i >= max || !match_ref(offset, eptr, length, md, ims)) in match()
3547 if (!match_ref(offset, eptr, length, md, ims)) break; in match()
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c4334 static char_u match_ref[81]; in ins_complete() local
4337 vim_snprintf((char *)match_ref, sizeof(match_ref), in ins_complete()
4341 vim_snprintf((char *)match_ref, sizeof(match_ref), in ins_complete()
4344 edit_submode_extra = match_ref; in ins_complete()

123456