Home
last modified time | relevance | path

Searched refs:default_ref (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/libgit2/libgit2-1.3.0/tests/notes/
H A Dnotesref.c37 git_buf default_ref = GIT_BUF_INIT; in test_notes_notesref__config_corenotesref() local
58 cl_git_pass(git_note_default_ref(&default_ref, _repo)); in test_notes_notesref__config_corenotesref()
59 cl_assert_equal_s("refs/notes/mydefaultnotesref", default_ref.ptr); in test_notes_notesref__config_corenotesref()
60 git_buf_clear(&default_ref); in test_notes_notesref__config_corenotesref()
64 cl_git_pass(git_note_default_ref(&default_ref, _repo)); in test_notes_notesref__config_corenotesref()
65 cl_assert_equal_s(GIT_NOTES_DEFAULT_REF, default_ref.ptr); in test_notes_notesref__config_corenotesref()
67 git_buf_dispose(&default_ref); in test_notes_notesref__config_corenotesref()
H A Dnotes.c277 git_buf default_ref = GIT_BUF_INIT; in test_notes_notes__inserting_a_note_without_passing_a_namespace_uses_the_default_namespace() local
280 cl_git_pass(git_note_default_ref(&default_ref, _repo)); in test_notes_notes__inserting_a_note_without_passing_a_namespace_uses_the_default_namespace()
285 …cl_git_pass(git_note_read(&default_namespace_note, _repo, git_buf_cstr(&default_ref), &target_oid)… in test_notes_notes__inserting_a_note_without_passing_a_namespace_uses_the_default_namespace()
290 git_buf_dispose(&default_ref); in test_notes_notes__inserting_a_note_without_passing_a_namespace_uses_the_default_namespace()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/branches/
H A Dnew.html.haml2 - default_ref = params[:ref] || @project.default_branch
25 = hidden_field_tag :ref, default_ref
26 …itle: default_ref, class: 'dropdown-menu-toggle wide js-branch-select monospace', required: true, …
27 .text-left.dropdown-toggle-text= default_ref
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/test-cargo-miri/
H A Drun-test.py114 default_ref = "test.cross-target.stdout.ref" if is_foreign else "test.default.stdout.ref"
119 default_ref, "test.stderr-empty.ref",
129 default_ref, "test.stderr-empty.ref",
155 default_ref, "test.stderr-empty.ref",
160 default_ref, "test.stderr-empty.ref",
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/tags/
H A Dnew.html.haml2 - default_ref = params[:ref] || @project.default_branch
24 = hidden_field_tag :ref, default_ref
25 …itle: default_ref, class: 'dropdown-menu-toggle wide js-branch-select monospace', required: true, …
26 .text-left.dropdown-toggle-text= default_ref
/dports/textproc/p5-XML-RSS/XML-RSS-1.62/lib/XML/
H A DRSS.pm627 my $default_ref = sub { $is_array ? [] : {} };
629 return ($is_array, $default_ref);
650 my ($is_array, $default_ref) = $self->_get_ns_arrayity($ns);
653 ($struct->{$ns} ||= $default_ref->()), $elem,
659 $self->_append_struct(($struct->{$prefix} ||= $default_ref->()),
860 my ($is_array, $default_ref) = $self->_get_ns_arrayity($el_ns);
866 ? ($input_struct->{$self->{modules}->{$el_ns}} ||= $default_ref->())
869 ($input_struct->{$el_ns} ||= $default_ref->()),
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_refs.c214 h->default_ref[i] = sl->ref_list[i][0]; in h264_initialise_ref_list()
404 …og(h->avctx, AV_LOG_ERROR, "Missing reference picture, default is %d\n", h->default_ref[list].poc); in ff_h264_build_ref_list()
407 if (h->default_ref[list].parent in ff_h264_build_ref_list()
408 && !(!FIELD_PICTURE(h) && (h->default_ref[list].reference&3) != 3)) in ff_h264_build_ref_list()
409 sl->ref_list[list][index] = h->default_ref[list]; in ff_h264_build_ref_list()
585 memset(h->default_ref, 0, sizeof(h->default_ref)); in ff_h264_remove_all_refs()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_refs.c214 h->default_ref[i] = sl->ref_list[i][0]; in h264_initialise_ref_list()
404 …og(h->avctx, AV_LOG_ERROR, "Missing reference picture, default is %d\n", h->default_ref[list].poc); in ff_h264_build_ref_list()
407 if (h->default_ref[list].parent in ff_h264_build_ref_list()
408 && !(!FIELD_PICTURE(h) && (h->default_ref[list].reference&3) != 3)) in ff_h264_build_ref_list()
409 sl->ref_list[list][index] = h->default_ref[list]; in ff_h264_build_ref_list()
585 memset(h->default_ref, 0, sizeof(h->default_ref)); in ff_h264_remove_all_refs()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_refs.c214 h->default_ref[i] = sl->ref_list[i][0]; in h264_initialise_ref_list()
402 …og(h->avctx, AV_LOG_ERROR, "Missing reference picture, default is %d\n", h->default_ref[list].poc); in ff_h264_build_ref_list()
405 if (h->default_ref[list].parent in ff_h264_build_ref_list()
406 && !(!FIELD_PICTURE(h) && (h->default_ref[list].reference&3) != 3)) in ff_h264_build_ref_list()
407 sl->ref_list[list][index] = h->default_ref[list]; in ff_h264_build_ref_list()
583 memset(h->default_ref, 0, sizeof(h->default_ref)); in ff_h264_remove_all_refs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_refs.c214 h->default_ref[i] = sl->ref_list[i][0]; in h264_initialise_ref_list()
404 …og(h->avctx, AV_LOG_ERROR, "Missing reference picture, default is %d\n", h->default_ref[list].poc); in ff_h264_build_ref_list()
407 if (h->default_ref[list].parent in ff_h264_build_ref_list()
408 && !(!FIELD_PICTURE(h) && (h->default_ref[list].reference&3) != 3)) in ff_h264_build_ref_list()
409 sl->ref_list[list][index] = h->default_ref[list]; in ff_h264_build_ref_list()
585 memset(h->default_ref, 0, sizeof(h->default_ref)); in ff_h264_remove_all_refs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_refs.c214 h->default_ref[i] = sl->ref_list[i][0]; in h264_initialise_ref_list()
404 …og(h->avctx, AV_LOG_ERROR, "Missing reference picture, default is %d\n", h->default_ref[list].poc); in ff_h264_build_ref_list()
407 if (h->default_ref[list].parent in ff_h264_build_ref_list()
408 && !(!FIELD_PICTURE(h) && (h->default_ref[list].reference&3) != 3)) in ff_h264_build_ref_list()
409 sl->ref_list[list][index] = h->default_ref[list]; in ff_h264_build_ref_list()
585 memset(h->default_ref, 0, sizeof(h->default_ref)); in ff_h264_remove_all_refs()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/
H A Dhigh_aspect_ratio_test.cpp65 const MeshParams default_ref = { 0.5, 0.5, 1.0, 1.0 }; variable
102 << " -r Specify reference mesh parameters (default " << default_ref << ")" << std::endl in usage()
297 ref = default_ref; in parse_options()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dnotes.c622 char *default_ref; in git_note_default_ref() local
629 if ((error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
632 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 if ((error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 if ((error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 if ((error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 (error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 (error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 if ((error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 if ((error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 (error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 (error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 (error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dnotes.c627 char *default_ref; in git_note_default_ref() local
634 (error = note_get_default_ref(&default_ref, repo)) < 0) in git_note_default_ref()
637 git_buf_attach(out, default_ref, strlen(default_ref)); in git_note_default_ref()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dnotes.c627 char *default_ref;
634 (error = note_get_default_ref(&default_ref, repo)) < 0)
637 git_buf_attach(out, default_ref, strlen(default_ref));

123