Home
last modified time | relevance | path

Searched refs:sord_get (Results 1 – 25 of 34) sorted by relevance

12

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/vamp-support/
H A DStaticOutputRdf.h200 sord_get(model, pluginNode, identProp, 0, 0);
215 sord_get(model, 0, availProp, pluginNode, 0);
222 sord_get(model, libraryNode, identProp, 0, 0);
241 sord_get(model, outputNode, identProp, 0, 0);
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/patches/
H A Dlilv_mod-version-compare.patch85 + const SordNode* builder_node = sord_get(
87 const SordNode* minor_node = sord_get(
89 const SordNode* micro_node = sord_get(
91 + const SordNode* release_node = sord_get(
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sratom-0.6.0/src/
H A Dsratom.c519 SordNode* fst = sord_get(model, node, sratom->nodes.rdf_first, NULL, NULL); in read_list_value()
520 SordNode* rst = sord_get(model, node, sratom->nodes.rdf_rest, NULL, NULL); in read_list_value()
661 SordNode* type = sord_get( in read_node()
663 SordNode* value = sord_get( in read_node()
675 SordNode* time = sord_get( in read_node()
683 time = sord_get(model, node, sratom->nodes.atom_frameTime, NULL, NULL); in read_node()
704 SordNode* child_type_node = sord_get( in read_node()
816 SordNode* o = sord_get(model, s, p, NULL, NULL); in sratom_from_turtle()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/src/
H A Dsratom.c514 SordNode* fst = sord_get(model, node, sratom->nodes.rdf_first, NULL, NULL); in read_list_value()
515 SordNode* rst = sord_get(model, node, sratom->nodes.rdf_rest, NULL, NULL); in read_list_value()
643 SordNode* type = sord_get( in read_object()
645 SordNode* value = sord_get( in read_object()
657 SordNode* time = sord_get( in read_object()
665 time = sord_get(model, node, sratom->nodes.atom_frameTime, NULL, NULL); in read_object()
686 SordNode* child_type_node = sord_get( in read_object()
828 SordNode* o = sord_get(model, s, p, NULL, NULL); in sratom_from_turtle()
/dports/audio/sratom/sratom-0.6.8/src/
H A Dsratom.c568 SordNode* fst = sord_get(model, node, sratom->nodes.rdf_first, NULL, NULL); in read_list_value()
569 SordNode* rst = sord_get(model, node, sratom->nodes.rdf_rest, NULL, NULL); in read_list_value()
703 SordNode* type = sord_get(model, node, sratom->nodes.rdf_type, NULL, NULL); in read_object()
704 SordNode* value = sord_get(model, node, sratom->nodes.rdf_value, NULL, NULL); in read_object()
716 sord_get(model, node, sratom->nodes.atom_beatTime, NULL, NULL); in read_object()
723 time = sord_get(model, node, sratom->nodes.atom_frameTime, NULL, NULL); in read_object()
747 sord_get(model, node, sratom->nodes.atom_childType, NULL, NULL); in read_object()
895 SordNode* o = sord_get(model, s, p, NULL, NULL); in sratom_from_turtle()
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/lilv-0.24.0/src/
H A Dworld.c224 SordNode* snode = sord_get(world->model, in lilv_world_get()
667 const SordNode* builder_node = sord_get( in get_version()
669 const SordNode* minor_node = sord_get( in get_version()
671 const SordNode* micro_node = sord_get( in get_version()
673 const SordNode* release_node = sord_get( in get_version()
1000 SordNode* parent = sord_get( in lilv_world_load_plugin_classes()
1006 SordNode* label = sord_get( in lilv_world_load_plugin_classes()
1166 SordNode* snode = sord_get( in lilv_world_get_symbol()
H A Dstate.c514 SordNode* label = sord_get(model, port, world->uris.rdfs_label, 0, 0); in new_state_from_model()
515 SordNode* symbol = sord_get(model, port, world->uris.lv2_symbol, 0, 0); in new_state_from_model()
516 SordNode* value = sord_get(model, port, world->uris.pset_value, 0, 0); in new_state_from_model()
518 value = sord_get(model, port, world->uris.lv2_default, 0, 0); in new_state_from_model()
546 SordNode* state_node = sord_get(model, node, statep, NULL, NULL); in new_state_from_model()
681 SordNode* s = sord_get(model, NULL, world->uris.rdf_a, o, NULL); in lilv_state_new_from_string()
1139 SordNode* file = sord_get( in lilv_state_delete()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/src/
H A Dsord_validate.c557 const SordNode* prop = sord_get( in check_instance()
566 const SordNode* card = sord_get( in check_instance()
579 const SordNode* minCard = sord_get( in check_instance()
592 const SordNode* maxCard = sord_get( in check_instance()
666 const SordNode* prop = sord_get( in check_instances()
H A Dsord_test.c245 if (sord_get(sord, NULL, NULL, uri(world, 3), g)) { in test_read()
248 sord_get(sord, uri(world, 1), uri(world, 2), NULL, g), in test_read()
252 sord_get(sord, uri(world, 1), NULL, uri(world, 3), g), in test_read()
256 sord_get(sord, NULL, uri(world, 2), uri(world, 3), g), in test_read()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/ext/sord/src/
H A Dsord_validate.c555 const SordNode* prop = sord_get( in check_instance()
564 const SordNode* card = sord_get( in check_instance()
577 const SordNode* minCard = sord_get( in check_instance()
590 const SordNode* maxCard = sord_get( in check_instance()
664 const SordNode* prop = sord_get( in check_instances()
H A Dsord_test.c243 if (sord_get(sord, NULL, NULL, uri(world, 3), g)) { in test_read()
246 sord_get(sord, uri(world, 1), uri(world, 2), NULL, g), in test_read()
250 sord_get(sord, uri(world, 1), NULL, uri(world, 3), g), in test_read()
254 sord_get(sord, NULL, uri(world, 2), uri(world, 3), g), in test_read()
/dports/devel/sord/sord-0.16.8/src/
H A Dsord_validate.c562 sord_get(model, restriction, uris->owl_onProperty, NULL, NULL); in check_instance()
571 sord_get(model, restriction, uris->owl_cardinality, NULL, NULL); in check_instance()
586 sord_get(model, restriction, uris->owl_minCardinality, NULL, NULL); in check_instance()
601 sord_get(model, restriction, uris->owl_maxCardinality, NULL, NULL); in check_instance()
678 sord_get(model, restriction, uris->owl_onProperty, NULL, NULL); in check_instances()
H A Dsord_test.c253 if (sord_get(sord, NULL, NULL, uri(world, 3), g)) { in test_read()
256 sord_get(sord, uri(world, 1), uri(world, 2), NULL, g), in test_read()
260 sord_get(sord, uri(world, 1), NULL, uri(world, 3), g), in test_read()
264 sord_get(sord, NULL, uri(world, 2), uri(world, 3), g), in test_read()
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sord-0.16.0/src/
H A Dsord_validate.c531 const SordNode* prop = sord_get( in check_instance()
540 const SordNode* card = sord_get( in check_instance()
553 const SordNode* minCard = sord_get( in check_instance()
625 const SordNode* prop = sord_get( in check_instances()
H A Dsord_test.c243 if (sord_get(sord, NULL, NULL, uri(world, 3), g)) { in test_read()
246 sord_get(sord, uri(world, 1), uri(world, 2), NULL, g), in test_read()
250 sord_get(sord, uri(world, 1), NULL, uri(world, 3), g), in test_read()
254 sord_get(sord, NULL, uri(world, 2), uri(world, 3), g), in test_read()
/dports/audio/lilv/lilv-0.24.12/src/
H A Dworld.c268 SordNode* snode = sord_get(world->model, in lilv_world_get()
713 sord_get(model, subject->node, world->uris.lv2_minorVersion, NULL, NULL); in get_version()
715 sord_get(model, subject->node, world->uris.lv2_microVersion, NULL, NULL); in get_version()
1018 SordNode* parent = sord_get( in lilv_world_load_plugin_classes()
1025 sord_get(world->model, class_node, world->uris.rdfs_label, NULL, NULL); in lilv_world_load_plugin_classes()
1194 sord_get(world->model, subject->node, world->uris.lv2_symbol, NULL, NULL); in lilv_world_get_symbol()
H A Dstate.c629 SordNode* label = sord_get(model, port, world->uris.rdfs_label, 0, 0); in new_state_from_model()
630 SordNode* symbol = sord_get(model, port, world->uris.lv2_symbol, 0, 0); in new_state_from_model()
631 SordNode* value = sord_get(model, port, world->uris.pset_value, 0, 0); in new_state_from_model()
633 value = sord_get(model, port, world->uris.lv2_default, 0, 0); in new_state_from_model()
661 SordNode* state_node = sord_get(model, node, statep, NULL, NULL); in new_state_from_model()
795 SordNode* s = sord_get(model, NULL, world->uris.rdf_a, o, NULL); in lilv_state_new_from_string()
1339 sord_get(model, state->uri->node, world->uris.rdfs_seeAlso, NULL, NULL); in lilv_state_delete()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/src/
H A Dworld.c243 SordNode* snode = sord_get(world->model, in lilv_world_get()
688 const SordNode* minor_node = sord_get( in get_version()
690 const SordNode* micro_node = sord_get( in get_version()
1011 SordNode* parent = sord_get( in lilv_world_load_plugin_classes()
1017 SordNode* label = sord_get( in lilv_world_load_plugin_classes()
1194 SordNode* snode = sord_get( in lilv_world_get_symbol()
H A Dstate.c569 SordNode* label = sord_get(model, port, world->uris.rdfs_label, 0, 0); in new_state_from_model()
570 SordNode* symbol = sord_get(model, port, world->uris.lv2_symbol, 0, 0); in new_state_from_model()
571 SordNode* value = sord_get(model, port, world->uris.pset_value, 0, 0); in new_state_from_model()
573 value = sord_get(model, port, world->uris.lv2_default, 0, 0); in new_state_from_model()
601 SordNode* state_node = sord_get(model, node, statep, NULL, NULL); in new_state_from_model()
736 SordNode* s = sord_get(model, NULL, world->uris.rdf_a, o, NULL); in lilv_state_new_from_string()
1210 SordNode* file = sord_get( in lilv_state_delete()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/sord/
H A Dsord.h419 sord_get(SordModel* model,
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sord-0.16.0/sord/
H A Dsord.h419 sord_get(SordModel* model,
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/ext/sord/sord/
H A Dsord.h419 sord_get(SordModel* model,
/dports/devel/sord/sord-0.16.8/include/sord/
H A Dsord.h407 sord_get(SordModel* model,
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sord-0.16.0/
H A DNEWS46 * Add sord_get() for easily getting single property values
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/
H A DNEWS61 * Add sord_get() for easily getting single property values

12