Home
last modified time | relevance | path

Searched refs:ref_tag (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/libgit2/libgit2-1.3.0/tests/object/tag/
H A Dwrite.c30 git_reference *ref_tag; in test_object_tag_write__basic() local
62 cl_git_pass(git_reference_delete(ref_tag)); in test_object_tag_write__basic()
63 git_reference_free(ref_tag); in test_object_tag_write__basic()
99 git_reference *ref_tag; in test_object_tag_write__replace() local
106 git_oid_cpy(&old_tag_id, git_reference_target(ref_tag)); in test_object_tag_write__replace()
107 git_reference_free(ref_tag); in test_object_tag_write__replace()
128 git_reference_free(ref_tag); in test_object_tag_write__replace()
135 git_reference *ref_tag; in test_object_tag_write__lightweight() local
157 git_reference_free(ref_tag); in test_object_tag_write__lightweight()
185 git_reference *ref_tag; in test_object_tag_write__delete() local
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/ci/
H A Drelease_docker_images47 ref_tag="${CI_COMMIT_TAG}"
48 if [[ -z "${ref_tag}" ]]; then
49 ref_tag=${CI_COMMIT_REF_SLUG:-main}
52 if [[ "${ref_tag}" == "main" ]]; then
53 ref_tag=bleeding
183 helper_image_x86_64_version="${1}/gitlab-runner-helper:${PREFIX}x86_64-${ref_tag}"
188 helper_image_arm_version="${1}/gitlab-runner-helper:${PREFIX}arm-${ref_tag}"
191 helper_image_arm64_version="${1}/gitlab-runner-helper:${PREFIX}arm64-${ref_tag}"
194 helper_image_s390x_version="${1}/gitlab-runner-helper:${PREFIX}s390x-${ref_tag}"
252 tags+=("${repository}:${base_image}-${ref_tag}")
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/
H A Dt10-pi.c44 pi->ref_tag = 0; in t10_pi_generate()
70 if (be32_to_cpu(pi->ref_tag) != in t10_pi_verify()
80 pi->ref_tag == T10_PI_REF_ESCAPE) in t10_pi_verify()
136 u32 ref_tag = t10_pi_ref_tag(rq); in t10_pi_type1_prepare() local
158 if (be32_to_cpu(pi->ref_tag) == virt) in t10_pi_type1_prepare()
159 pi->ref_tag = cpu_to_be32(ref_tag); in t10_pi_type1_prepare()
161 ref_tag++; in t10_pi_type1_prepare()
188 u32 ref_tag = t10_pi_ref_tag(rq); in t10_pi_type1_complete() local
206 if (be32_to_cpu(pi->ref_tag) == ref_tag) in t10_pi_type1_complete()
207 pi->ref_tag = cpu_to_be32(virt); in t10_pi_type1_complete()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/
H A Dt10-pi.c44 pi->ref_tag = 0; in t10_pi_generate()
70 if (be32_to_cpu(pi->ref_tag) != in t10_pi_verify()
80 pi->ref_tag == T10_PI_REF_ESCAPE) in t10_pi_verify()
136 u32 ref_tag = t10_pi_ref_tag(rq); in t10_pi_type1_prepare() local
158 if (be32_to_cpu(pi->ref_tag) == virt) in t10_pi_type1_prepare()
159 pi->ref_tag = cpu_to_be32(ref_tag); in t10_pi_type1_prepare()
161 ref_tag++; in t10_pi_type1_prepare()
188 u32 ref_tag = t10_pi_ref_tag(rq); in t10_pi_type1_complete() local
206 if (be32_to_cpu(pi->ref_tag) == ref_tag) in t10_pi_type1_complete()
207 pi->ref_tag = cpu_to_be32(virt); in t10_pi_type1_complete()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/block/
H A Dt10-pi.c44 pi->ref_tag = 0; in t10_pi_generate()
70 if (be32_to_cpu(pi->ref_tag) != in t10_pi_verify()
80 pi->ref_tag == T10_PI_REF_ESCAPE) in t10_pi_verify()
136 u32 ref_tag = t10_pi_ref_tag(rq); in t10_pi_type1_prepare() local
158 if (be32_to_cpu(pi->ref_tag) == virt) in t10_pi_type1_prepare()
159 pi->ref_tag = cpu_to_be32(ref_tag); in t10_pi_type1_prepare()
161 ref_tag++; in t10_pi_type1_prepare()
188 u32 ref_tag = t10_pi_ref_tag(rq); in t10_pi_type1_complete() local
206 if (be32_to_cpu(pi->ref_tag) == ref_tag) in t10_pi_type1_complete()
207 pi->ref_tag = cpu_to_be32(virt); in t10_pi_type1_complete()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dobject.h50 class ref_tag {};
65 ref() : m_ptr(nullptr) { print_default_created(this); track_default_created((ref_tag*) this); } in ref()
71 print_created(this, "from pointer", m_ptr); track_created((ref_tag*) this, "from pointer"); in ref()
80 print_copy_created(this, "with pointer", m_ptr); track_copy_created((ref_tag*) this); in ref()
87 print_move_created(this, "with pointer", m_ptr); track_move_created((ref_tag*) this); in ref()
95 print_destroyed(this); track_destroyed((ref_tag*) this); in ~ref()
100 print_move_assigned(this, "pointer", r.m_ptr); track_move_assigned((ref_tag*) this);
113 print_copy_assigned(this, "pointer", r.m_ptr); track_copy_assigned((ref_tag*) this);
127 print_values(this, "assigned pointer"); track_values((ref_tag*) this, "assigned pointer");
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/tests/
H A Dobject.h50 class ref_tag {};
65 ref() : m_ptr(nullptr) { print_default_created(this); track_default_created((ref_tag*) this); } in ref()
71 print_created(this, "from pointer", m_ptr); track_created((ref_tag*) this, "from pointer"); in ref()
80 print_copy_created(this, "with pointer", m_ptr); track_copy_created((ref_tag*) this); in ref()
87 print_move_created(this, "with pointer", m_ptr); track_move_created((ref_tag*) this); in ref()
95 print_destroyed(this); track_destroyed((ref_tag*) this); in ~ref()
100 print_move_assigned(this, "pointer", r.m_ptr); track_move_assigned((ref_tag*) this);
113 print_copy_assigned(this, "pointer", r.m_ptr); track_copy_assigned((ref_tag*) this);
127 print_values(this, "assigned pointer"); track_values((ref_tag*) this, "assigned pointer");
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dobject.h50 class ref_tag {};
65 ref() : m_ptr(nullptr) { print_default_created(this); track_default_created((ref_tag*) this); } in ref()
71 print_created(this, "from pointer", m_ptr); track_created((ref_tag*) this, "from pointer"); in ref()
80 print_copy_created(this, "with pointer", m_ptr); track_copy_created((ref_tag*) this); in ref()
87 print_move_created(this, "with pointer", m_ptr); track_move_created((ref_tag*) this); in ref()
95 print_destroyed(this); track_destroyed((ref_tag*) this); in ~ref()
100 print_move_assigned(this, "pointer", r.m_ptr); track_move_assigned((ref_tag*) this);
117 track_copy_assigned((ref_tag *) this);
131 print_values(this, "assigned pointer"); track_values((ref_tag*) this, "assigned pointer");
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dobject.h50 class ref_tag {};
65 ref() : m_ptr(nullptr) { print_default_created(this); track_default_created((ref_tag*) this); } in ref()
71 print_created(this, "from pointer", m_ptr); track_created((ref_tag*) this, "from pointer"); in ref()
80 print_copy_created(this, "with pointer", m_ptr); track_copy_created((ref_tag*) this); in ref()
87 print_move_created(this, "with pointer", m_ptr); track_move_created((ref_tag*) this); in ref()
95 print_destroyed(this); track_destroyed((ref_tag*) this); in ~ref()
100 print_move_assigned(this, "pointer", r.m_ptr); track_move_assigned((ref_tag*) this);
113 print_copy_assigned(this, "pointer", r.m_ptr); track_copy_assigned((ref_tag*) this);
127 print_values(this, "assigned pointer"); track_values((ref_tag*) this, "assigned pointer");
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dobject.h50 class ref_tag {};
65 ref() : m_ptr(nullptr) { print_default_created(this); track_default_created((ref_tag*) this); } in ref()
71 print_created(this, "from pointer", m_ptr); track_created((ref_tag*) this, "from pointer"); in ref()
80 print_copy_created(this, "with pointer", m_ptr); track_copy_created((ref_tag*) this); in ref()
87 print_move_created(this, "with pointer", m_ptr); track_move_created((ref_tag*) this); in ref()
95 print_destroyed(this); track_destroyed((ref_tag*) this); in ~ref()
100 print_move_assigned(this, "pointer", r.m_ptr); track_move_assigned((ref_tag*) this);
117 track_copy_assigned((ref_tag *) this);
131 print_values(this, "assigned pointer"); track_values((ref_tag*) this, "assigned pointer");
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/pybind11/tests/
H A Dobject.h50 class ref_tag {};
65 ref() : m_ptr(nullptr) { print_default_created(this); track_default_created((ref_tag*) this); } in ref()
71 print_created(this, "from pointer", m_ptr); track_created((ref_tag*) this, "from pointer"); in ref()
80 print_copy_created(this, "with pointer", m_ptr); track_copy_created((ref_tag*) this); in ref()
87 print_move_created(this, "with pointer", m_ptr); track_move_created((ref_tag*) this); in ref()
95 print_destroyed(this); track_destroyed((ref_tag*) this); in ~ref()
100 print_move_assigned(this, "pointer", r.m_ptr); track_move_assigned((ref_tag*) this);
113 print_copy_assigned(this, "pointer", r.m_ptr); track_copy_assigned((ref_tag*) this);
127 print_values(this, "assigned pointer"); track_values((ref_tag*) this, "assigned pointer");
/dports/security/base/base-1.4.5/includes/
H A Dbase_signature.inc.php105 function GetSingleSignatureReference($ref_system, $ref_tag, $style) argument
117 $to_look_for = $ref_tag;
134 return "[local rules dir: sid:" . $ref_tag . ";]";
142 if (preg_match("/([0-9]+):([0-9]+)/", $ref_tag, $backref))
159 elseif (preg_match("/^[\t ]*([0-9]+)[\t ]*$/", $ref_tag, $backref))
187 $ref_tag.
197 $ref_tag.
205 return "[".$ref_system."/$ref_tag] ";
240 $ref_tag = $myrow[1];
244 $ref = $ref.GetSingleSignatureReference($ref_system, $ref_tag, $style);
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dind.cpp127 const char **ref_tag; in ind_subdbp() local
136 ref_tag = ref_tag_gb; in ind_subdbp()
138 ref_tag = ref_tag_embl; in ind_subdbp()
160 i = StringLen(ref_tag[subdbp->type]); in ind_subdbp()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/
H A Dopf.py24 ref_tag = '{%s}reference' % OPF_NAMESPACES['opf']
40 if child.tag == ref_tag and child.get('type', '').lower() == item_type.lower():
43 r = guide.makeelement(ref_tag, type=item_type, nsmap={'opf':OPF_NAMESPACES['opf']})
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/
H A Dtarget_core_tmr.c123 u64 ref_tag; in core_tmr_abort_task() local
142 ref_tag = se_cmd->tag; in core_tmr_abort_task()
143 if (tmr->ref_task_tag != ref_tag) in core_tmr_abort_task()
147 se_cmd->se_tfo->fabric_name, ref_tag); in core_tmr_abort_task()
174 ref_tag); in core_tmr_abort_task()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/
H A Dtarget_core_tmr.c123 u64 ref_tag; in core_tmr_abort_task() local
142 ref_tag = se_cmd->tag; in core_tmr_abort_task()
143 if (tmr->ref_task_tag != ref_tag) in core_tmr_abort_task()
147 se_cmd->se_tfo->fabric_name, ref_tag); in core_tmr_abort_task()
174 ref_tag); in core_tmr_abort_task()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/
H A Dtarget_core_tmr.c123 u64 ref_tag; in core_tmr_abort_task() local
142 ref_tag = se_cmd->tag; in core_tmr_abort_task()
143 if (tmr->ref_task_tag != ref_tag) in core_tmr_abort_task()
147 se_cmd->se_tfo->fabric_name, ref_tag); in core_tmr_abort_task()
174 ref_tag); in core_tmr_abort_task()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Derts_test_utils.erl116 ref_tag(bad_creation) -> ?NEW_REFERENCE_EXT; function
117 ref_tag(Creation) when Creation =< 3 -> ?NEW_REFERENCE_EXT; function
118 ref_tag(_Creation) -> ?NEWER_REFERENCE_EXT. function
143 ref_tag(Creation),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Derts_test_utils.erl116 ref_tag(bad_creation) -> ?NEW_REFERENCE_EXT; function
117 ref_tag(Creation) when Creation =< 3 -> ?NEW_REFERENCE_EXT; function
118 ref_tag(_Creation) -> ?NEWER_REFERENCE_EXT. function
143 ref_tag(Creation),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Derts_test_utils.erl138 ref_tag(bad_creation) -> ?NEW_REFERENCE_EXT; function
139 ref_tag(Creation) when Creation =< 3 -> ?NEW_REFERENCE_EXT; function
140 ref_tag(_Creation) -> ?NEWER_REFERENCE_EXT. function
165 ref_tag(Creation),
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Derts_test_utils.erl138 ref_tag(bad_creation) -> ?NEW_REFERENCE_EXT; function
139 ref_tag(Creation) when Creation =< 3 -> ?NEW_REFERENCE_EXT; function
140 ref_tag(_Creation) -> ?NEWER_REFERENCE_EXT. function
165 ref_tag(Creation),
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Derts_test_utils.erl138 ref_tag(bad_creation) -> ?NEW_REFERENCE_EXT; function
139 ref_tag(Creation) when Creation =< 3 -> ?NEW_REFERENCE_EXT; function
140 ref_tag(_Creation) -> ?NEWER_REFERENCE_EXT. function
165 ref_tag(Creation),
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Derts_test_utils.erl138 ref_tag(bad_creation) -> ?NEW_REFERENCE_EXT; function
139 ref_tag(Creation) when Creation =< 3 -> ?NEW_REFERENCE_EXT; function
140 ref_tag(_Creation) -> ?NEWER_REFERENCE_EXT. function
165 ref_tag(Creation),
/dports/print/ghostscript7-base/ghostscript-7.07/toolbin/
H A Dcvs2hist.py264 def BuildLog(log_date_command, ref_tag): argument
301 if tag == ref_tag:
382 ref_tag = None;
395 elif o == '-j' : ref_tag = a
403 log = BuildLog(log_date_command, ref_tag)
/dports/print/ghostscript7-x11/ghostscript-7.07/toolbin/
H A Dcvs2hist.py264 def BuildLog(log_date_command, ref_tag): argument
301 if tag == ref_tag:
382 ref_tag = None;
395 elif o == '-j' : ref_tag = a
403 log = BuildLog(log_date_command, ref_tag)

1234567