Home
last modified time | relevance | path

Searched refs:is_descendant_of (Results 1 – 25 of 63) sorted by relevance

123

/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sord-0.16.0/src/
H A Dsord_validate.c153 is_descendant_of(SordModel* model, in is_descendant_of() function
172 if (is_descendant_of(model, uris, o, parent, pred)) { in is_descendant_of()
220 is_descendant_of(model, uris, type, uris->xsd_decimal, uris->owl_onDatatype) || in bound_cmp()
221 is_descendant_of(model, uris, type, uris->xsd_double, uris->owl_onDatatype); in bound_cmp()
311 if (!is_descendant_of( in literal_is_valid()
314 !is_descendant_of( in literal_is_valid()
318 is_descendant_of( in literal_is_valid()
394 } else if (is_descendant_of( in check_type()
403 if (is_descendant_of(model, uris, in check_type()
437 if (is_descendant_of(model, uris, in check_properties()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/src/
H A Dsord_validate.c150 is_descendant_of(SordModel* model, in is_descendant_of() function
170 if (is_descendant_of(model, uris, o, parent, pred)) { in is_descendant_of()
219 is_descendant_of(model, uris, type, uris->xsd_decimal, pred) || in bound_cmp()
220 is_descendant_of(model, uris, type, uris->xsd_double, pred); in bound_cmp()
312 if (!is_descendant_of( in literal_is_valid()
315 !is_descendant_of( in literal_is_valid()
319 is_descendant_of( in literal_is_valid()
398 } else if (is_descendant_of( in check_type()
407 if (is_descendant_of(model, uris, in check_type()
454 if (is_descendant_of(model, uris, in check_properties()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/ext/sord/src/
H A Dsord_validate.c150 is_descendant_of(SordModel* model, in is_descendant_of() function
169 if (is_descendant_of(model, uris, o, parent, pred)) { in is_descendant_of()
217 is_descendant_of(model, uris, type, uris->xsd_decimal, uris->owl_onDatatype) || in bound_cmp()
218 is_descendant_of(model, uris, type, uris->xsd_double, uris->owl_onDatatype); in bound_cmp()
310 if (!is_descendant_of( in literal_is_valid()
313 !is_descendant_of( in literal_is_valid()
317 is_descendant_of( in literal_is_valid()
396 } else if (is_descendant_of( in check_type()
405 if (is_descendant_of(model, uris, in check_type()
452 if (is_descendant_of(model, uris, in check_properties()
/dports/devel/sord/sord-0.16.8/src/
H A Dsord_validate.c162 is_descendant_of(SordModel* model, in is_descendant_of() function
181 if (is_descendant_of(model, uris, o, parent, pred)) { in is_descendant_of()
230 is_descendant_of(model, uris, type, uris->xsd_decimal, pred) || in bound_cmp()
231 is_descendant_of(model, uris, type, uris->xsd_double, pred); in bound_cmp()
324 if (!is_descendant_of(model, uris, datatype, type, uris->owl_onDatatype) && in literal_is_valid()
325 !is_descendant_of(model, uris, type, datatype, uris->owl_onDatatype) && in literal_is_valid()
327 is_descendant_of( in literal_is_valid()
404 } else if (is_descendant_of( in check_type()
412 if (is_descendant_of(model, in check_type()
460 if (is_descendant_of(model, in check_properties()
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dxmlhandler.c573 if (is_descendant_of(ptr_asdata->ptr_first, "PUBTYPE")) { in end_handler()
576 else if (is_descendant_of(ptr_asdata->ptr_first, "INTEXTDEF")) { in end_handler()
598 if (is_descendant_of(ptr_asdata->ptr_first, "PUBTYPE")) { in end_handler()
606 else if (is_descendant_of(ptr_asdata->ptr_first, "INTEXTDEF")) { in end_handler()
622 else if (is_descendant_of(ptr_asdata->ptr_first, "YEARONLY")) { in end_handler()
659 if (is_descendant_of(ptr_asdata->ptr_first, "PUBTYPE")) { in end_handler()
664 else if (is_descendant_of(ptr_asdata->ptr_first, "INTEXTDEF")) { in end_handler()
669 else if (is_descendant_of(ptr_asdata->ptr_first, "AUTHORONLY")) { in end_handler()
696 if (is_descendant_of(ptr_asdata->ptr_first, "PUBTYPE")) { in end_handler()
721 if (is_descendant_of(ptr_asdata->ptr_first, "PUBTYPE")) { in end_handler()
[all …]
H A Dxmlhandler.h96 int is_descendant_of(struct elstack* ptr_current_element, char* ancestor_name);
H A Drisxhandler.c835 if (is_descendant_of(ptr_ardata->ptr_first, "part")) { in risx_end_handler()
839 else if (is_descendant_of(ptr_ardata->ptr_first, "publication")) { in risx_end_handler()
948 if (is_descendant_of(ptr_ardata->ptr_first, "part")) { in risx_end_handler()
956 else if (is_descendant_of(ptr_ardata->ptr_first, "publication")) { in risx_end_handler()
1096 if (is_descendant_of(ptr_ardata->ptr_first, "reprint")) { in risx_end_handler()
1433 if (is_descendant_of(ptr_ardata->ptr_first, "libinfo")) { in risx_end_handler()
/dports/mail/geary/geary-40.0/test/js/
H A Dconversation-page-state-test.vala23 add_test("is_descendant_of", is_descendant_of);
103 public void is_descendant_of() throws GLib.Error {
/dports/audio/ardour6/Ardour-6.8.0/libs/canvas/canvas/
H A Ditem.h125 return candidate.is_descendant_of (*this); in is_ancestor_of()
131 bool is_descendant_of (const Item& candidate) const;
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/
H A Dhygiene.rs208 pub fn is_descendant_of(self, ancestor: LocalExpnId) -> bool { in is_descendant_of() method
209 self.to_expn_id().is_descendant_of(ancestor.to_expn_id()) in is_descendant_of()
267 pub fn is_descendant_of(self, ancestor: ExpnId) -> bool { in is_descendant_of() method
268 HygieneData::with(|data| data.is_descendant_of(self, ancestor)) in is_descendant_of()
274 HygieneData::with(|data| data.is_descendant_of(self, data.outer_expn(ctxt))) in outer_expn_is_descendant_of()
378 fn is_descendant_of(&self, mut expn_id: ExpnId, ancestor: ExpnId) -> bool { in is_descendant_of() method
441 while !self.is_descendant_of(expn_id, self.outer_expn(*ctxt)) { in adjust()
730 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in glob_adjust()
762 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in reverse_glob_adjust()
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-fullscreen-box.c108 is_descendant_of (GtkWidget *widget, in is_descendant_of() function
125 return is_descendant_of (gtk_popover_get_relative_to (GTK_POPOVER (parent)), target); in is_descendant_of()
155 if (self->last_focus && is_descendant_of (self->last_focus, in update()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/
H A Dhygiene.rs128 pub fn is_descendant_of(self, ancestor: ExpnId) -> bool { in is_descendant_of() method
129 HygieneData::with(|data| data.is_descendant_of(self, ancestor)) in is_descendant_of()
135 HygieneData::with(|data| data.is_descendant_of(self, data.outer_expn(ctxt))) in outer_expn_is_descendant_of()
217 fn is_descendant_of(&self, mut expn_id: ExpnId, ancestor: ExpnId) -> bool { in is_descendant_of() method
280 while !self.is_descendant_of(expn_id, self.outer_expn(*ctxt)) { in adjust()
562 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in glob_adjust()
594 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in reverse_glob_adjust()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/
H A Dhygiene.rs128 pub fn is_descendant_of(self, ancestor: ExpnId) -> bool { in is_descendant_of() method
129 HygieneData::with(|data| data.is_descendant_of(self, ancestor)) in is_descendant_of()
135 HygieneData::with(|data| data.is_descendant_of(self, data.outer_expn(ctxt))) in outer_expn_is_descendant_of()
220 fn is_descendant_of(&self, mut expn_id: ExpnId, ancestor: ExpnId) -> bool { in is_descendant_of() method
283 while !self.is_descendant_of(expn_id, self.outer_expn(*ctxt)) { in adjust()
565 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in glob_adjust()
597 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in reverse_glob_adjust()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/
H A Dhygiene.rs128 pub fn is_descendant_of(self, ancestor: ExpnId) -> bool { in is_descendant_of() method
129 HygieneData::with(|data| data.is_descendant_of(self, ancestor)) in is_descendant_of()
135 HygieneData::with(|data| data.is_descendant_of(self, data.outer_expn(ctxt))) in outer_expn_is_descendant_of()
220 fn is_descendant_of(&self, mut expn_id: ExpnId, ancestor: ExpnId) -> bool { in is_descendant_of() method
283 while !self.is_descendant_of(expn_id, self.outer_expn(*ctxt)) { in adjust()
565 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in glob_adjust()
597 while !data.is_descendant_of(expn_id, data.outer_expn(glob_ctxt)) { in reverse_glob_adjust()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dcommit-reach.h30 int is_descendant_of(struct commit *commit, struct commit_list *with_commit);
/dports/www/py-dj32-django-treebeard/django-treebeard-4.4/treebeard/
H A Dns_tree.py80 if node.is_descendant_of(rnode):
358 if target.is_descendant_of(self):
635 def is_descendant_of(self, node): member in NS_Node
H A Dal_tree.py156 def is_descendant_of(self, node): member in AL_Node
371 if target.is_descendant_of(self):
/dports/www/py-django-treebeard/django-treebeard-4.4/treebeard/
H A Dns_tree.py80 if node.is_descendant_of(rnode):
358 if target.is_descendant_of(self):
635 def is_descendant_of(self, node): member in NS_Node
H A Dal_tree.py156 def is_descendant_of(self, node): member in AL_Node
371 if target.is_descendant_of(self):
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/views/pages/
H A Dlisting.py28 or parent_page.is_descendant_of(root_page)
/dports/textproc/p5-Lingua-Treebank/Lingua-Treebank-0.16/Const/
H A DConst.pm646 sub is_descendant_of { subroutine
657 return $self->parent->is_descendant_of($grandma);
664 return $candidate->is_descendant_of($self);
/dports/www/py-django-treebeard/django-treebeard-4.4/docs/source/
H A Dapi.rst203 .. automethod:: is_descendant_of
209 node.is_descendant_of(node2)
/dports/www/py-dj32-django-treebeard/django-treebeard-4.4/docs/source/
H A Dapi.rst203 .. automethod:: is_descendant_of
209 node.is_descendant_of(node2)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/control/
H A Dcanvas-item.h72 bool is_descendant_of(CanvasItem *ancestor);
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/inhabitedness/
H A Ddef_id_forest.rs34 slice.iter().any(|root_id| tcx.is_descendant_of(id, *root_id)) in slice_contains()

123