Home
last modified time | relevance | path

Searched refs:entry_oid (Results 1 – 25 of 29) sorted by relevance

12

/dports/net-mgmt/observium/observium/includes/discovery/sensors/
H A Deaton-epdu-mib.inc.php80 $entry_oid = $input_oid . "." . $id; variable
85 $oid = ".1.3.6.1.4.1.534.6.6.7.3.2.1.3.".$entry_oid;
86 $status_oid = ".1.3.6.1.4.1.534.6.6.7.3.2.1.4.".$entry_oid;
100 $oid = ".1.3.6.1.4.1.534.6.6.7.3.3.1.4.".$entry_oid;
102 $status_oid = ".1.3.6.1.4.1.534.6.6.7.3.3.1.5.".$entry_oid;
117 $oid = ".1.3.6.1.4.1.534.6.6.7.3.4.1.3.".$entry_oid;
119 …discover_sensor('apower', $device, $oid, "inputVA.$entry_oid", 'eaton-epdu-mib', $descr, 1, $value…
125 $oid = ".1.3.6.1.4.1.534.6.6.7.3.4.1.4.".$entry_oid;
133 $oid = ".1.3.6.1.4.1.534.6.6.7.3.4.1.7.".$entry_oid;
141 $oid = ".1.3.6.1.4.1.534.6.6.7.3.4.1.8.".$entry_oid;
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/object/tree/
H A Dwrite.c195 git_oid entry_oid, tree_oid; in test_object_tree_write__removing_and_re_adding_in_treebuilder() local
198 cl_git_pass(git_oid_fromstr(&entry_oid, blob_oid)); in test_object_tree_write__removing_and_re_adding_in_treebuilder()
206 builder, _entries[i].filename, &entry_oid, _entries[i].attr)); in test_object_tree_write__removing_and_re_adding_in_treebuilder()
217 NULL, builder, "before_last", &entry_oid, GIT_FILEMODE_BLOB)); in test_object_tree_write__removing_and_re_adding_in_treebuilder()
222 NULL, builder, "apple_after", &entry_oid, GIT_FILEMODE_BLOB)); in test_object_tree_write__removing_and_re_adding_in_treebuilder()
230 NULL, builder, "last", &entry_oid, GIT_FILEMODE_BLOB)); in test_object_tree_write__removing_and_re_adding_in_treebuilder()
234 NULL, builder, "apple_extra", &entry_oid, GIT_FILEMODE_BLOB)); in test_object_tree_write__removing_and_re_adding_in_treebuilder()
286 git_oid entry_oid, tree_oid; in test_object_tree_write__filtering() local
289 git_oid_fromstr(&entry_oid, blob_oid); in test_object_tree_write__filtering()
295 builder, _entries[i].filename, &entry_oid, _entries[i].attr)); in test_object_tree_write__filtering()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/git/daemon/
H A Dipc-git-change-monitor-impl.c99 GgitOId *entry_oid = NULL; in ipc_git_change_monitor_impl_load_blob() local
128 !(entry_oid = ggit_tree_entry_get_id (entry)) || in ipc_git_change_monitor_impl_load_blob()
129 !(blob = ggit_repository_lookup (self->repository, entry_oid, GGIT_TYPE_BLOB, error))) in ipc_git_change_monitor_impl_load_blob()
135 g_clear_pointer (&entry_oid, ggit_oid_free); in ipc_git_change_monitor_impl_load_blob()
/dports/devel/git-svn/git-2.34.1/
H A Dfsck.c594 const struct object_id *entry_oid; in fsck_tree() local
596 entry_oid = tree_entry_extract(&desc, &name, &mode); in fsck_tree()
598 has_null_sha1 |= is_null_oid(entry_oid); in fsck_tree()
609 entry_oid); in fsck_tree()
642 entry_oid); in fsck_tree()
/dports/devel/git-gui/git-2.34.1/
H A Dfsck.c594 const struct object_id *entry_oid; in fsck_tree() local
596 entry_oid = tree_entry_extract(&desc, &name, &mode); in fsck_tree()
598 has_null_sha1 |= is_null_oid(entry_oid); in fsck_tree()
609 entry_oid); in fsck_tree()
642 entry_oid); in fsck_tree()
/dports/devel/git-p4/git-2.34.1/
H A Dfsck.c594 const struct object_id *entry_oid; in fsck_tree() local
596 entry_oid = tree_entry_extract(&desc, &name, &mode); in fsck_tree()
598 has_null_sha1 |= is_null_oid(entry_oid); in fsck_tree()
609 entry_oid); in fsck_tree()
642 entry_oid); in fsck_tree()
/dports/devel/git/git-2.34.1/
H A Dfsck.c594 const struct object_id *entry_oid; in fsck_tree() local
596 entry_oid = tree_entry_extract(&desc, &name, &mode); in fsck_tree()
598 has_null_sha1 |= is_null_oid(entry_oid); in fsck_tree()
609 entry_oid); in fsck_tree()
642 entry_oid); in fsck_tree()
/dports/devel/git-cvs/git-2.34.1/
H A Dfsck.c594 const struct object_id *entry_oid; in fsck_tree() local
596 entry_oid = tree_entry_extract(&desc, &name, &mode); in fsck_tree()
598 has_null_sha1 |= is_null_oid(entry_oid); in fsck_tree()
609 entry_oid); in fsck_tree()
642 entry_oid); in fsck_tree()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dpack-objects.c635 git_oid entry_oid; in write_pack() local
670 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
673 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dpack-objects.c632 git_oid entry_oid; in write_pack() local
667 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
670 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dpack-objects.c634 git_oid entry_oid; in write_pack() local
669 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
672 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dpack-objects.c639 git_oid entry_oid; in write_pack() local
674 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
677 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpack-objects.c632 git_oid entry_oid; in write_pack() local
667 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
670 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dpack-objects.c634 git_oid entry_oid; in write_pack() local
669 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
672 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dpack-objects.c626 git_oid entry_oid; in write_pack() local
661 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
664 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dpack-objects.c635 git_oid entry_oid; in write_pack() local
670 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
673 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dpack-objects.c632 git_oid entry_oid; in write_pack() local
667 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
670 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/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 Dpack-objects.c632 git_oid entry_oid; in write_pack() local
667 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
670 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dpack-objects.c634 git_oid entry_oid; in write_pack() local
669 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
672 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/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 Dpack-objects.c626 git_oid entry_oid; in write_pack() local
661 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
664 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dpack-objects.c626 git_oid entry_oid; in write_pack() local
661 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
664 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dpack-objects.c626 git_oid entry_oid; in write_pack() local
661 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
664 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dpack-objects.c626 git_oid entry_oid; in write_pack() local
661 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
664 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpack-objects.c632 git_oid entry_oid; in write_pack() local
667 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
670 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpack-objects.c632 git_oid entry_oid; in write_pack() local
667 if ((error = git_hash_final(&entry_oid, &pb->ctx)) < 0) in write_pack()
670 error = write_cb(entry_oid.id, GIT_OID_RAWSZ, cb_data); in write_pack()

12