Home
last modified time | relevance | path

Searched refs:has_predicate (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/lib/Rose/DB/Object/Metadata/Auto/
H A DPg.pm85 my($relation_id, $column_nums, $key_name, $has_predicate);
90 $sth->bind_columns(\($relation_id, $column_nums, $key_name, $has_predicate));
101 if($has_predicate && !$self->include_predicated_unique_indexes)
115 has_predicate => $has_predicate);
/dports/devel/p5-Moose/Moose-2.2201/t/attributes/
H A Dinherit_lazy_build.t45 !$parent->meta->get_attribute('attr')->has_predicate,
66 $child->meta->get_attribute('attr')->has_predicate,
H A Dmisc_attribute_tests.t222 ok($foo_attr->has_predicate, "foo has predicate");
235 ok($_foo_attr->has_predicate, "_foo has predicate");
/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.c410 if (has_predicate) { in parse_path_predicate()
411 *has_predicate = 0; in parse_path_predicate()
479 *has_predicate = 1; in parse_path_predicate()
664 if (has_predicate) { in parse_path_arg()
665 *has_predicate = 0; in parse_path_arg()
718 if (has_predicate) { in parse_path_arg()
749 if (has_predicate) { in parse_instance_identifier()
846 if (has_predicate) { in parse_predicate()
1003 if (has_predicate) { in parse_schema_nodeid()
1084 if (has_predicate) { in parse_schema_json_predicate()
[all …]
H A Dresolve.h152 int *is_relative, int *has_predicate, int *all_desc, int extended);
155 int *nam_len, const char **value, int *val_len, int *has_predicate);
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/020_attributes/
H A D012_misc_attribute_tests.t228 ok($foo_attr->has_predicate, "foo has predicate");
241 ok($_foo_attr->has_predicate, "_foo has predicate");
/dports/devel/p5-MooseX-Storage/MooseX-Storage-0.53/lib/MooseX/Storage/Engine/Trait/
H A DOnlyWhenBuilt.pm16 my $pred = $attr->predicate if $attr->has_predicate;
/dports/www/p5-Reaction/Reaction-0.002005/t/lib/RTest/InterfaceModel/Reflector/
H A DDBIC.pm98 Test::More::ok( $attr->has_predicate, "${_} has a predicate");
208 Test::More::ok($attr->has_predicate, "has predicate");
304 Test::More::ok($attr->has_predicate, "has predicate");
/dports/devel/p5-Moose/Moose-2.2201/lib/Class/MOP/Mixin/
H A DAttributeCore.pm14 sub has_predicate { defined $_[0]->{'predicate'} } subroutine
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Class/MOP/Mixin/
H A DAttributeCore.pm20 sub has_predicate { defined $_[0]->{'predicate'} } subroutine
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Class/MOP/
H A DAttribute.pm439 ) if $self->has_predicate();
469 … $_remove_accessor->($self->predicate(), $self->associated_class()) if $self->has_predicate();
/dports/devel/p5-Moose/Moose-2.2201/lib/Class/MOP/
H A DAttribute.pm460 ) if $self->has_predicate();
490 … $_remove_accessor->($self->predicate(), $self->associated_class()) if $self->has_predicate();
/dports/devel/p5-Moose/Moose-2.2201/t/cmop/
H A Dattribute_introspection.t31 has_predicate predicate
/dports/math/reduce/Reduce-svn5758-src/psl/dist/util/
H A Dmstruct.sl182 has_predicate)
190 (if has_predicate
/dports/math/reduce/Reduce-svn5758-src/packages/rlisp88/
H A Dmstruct.red155 (name,macro_name,slot_forms,has_predicate);
164 if has_predicate
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_tools.cc1776 bool has_predicate = in compute_cell_predicate_bounding_box() local
1797 return std::make_tuple(bbox, has_predicate); in compute_cell_predicate_bounding_box()
1813 has_predicate = true; in compute_cell_predicate_bounding_box()
1815 return std::make_tuple(bbox, has_predicate); in compute_cell_predicate_bounding_box()
1850 bool has_predicate = false; in compute_mesh_predicate_bounding_box() local
1852 std::tie(bbox, has_predicate) = in compute_mesh_predicate_bounding_box()
1855 if (has_predicate) in compute_mesh_predicate_bounding_box()
1863 bool has_predicate = false; in compute_mesh_predicate_bounding_box() local
1865 std::tie(bbox, has_predicate) = in compute_mesh_predicate_bounding_box()
1868 if (has_predicate) in compute_mesh_predicate_bounding_box()
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/t/
H A Ddb-object-loader.t204 ok($uk && $uk->has_predicate, "include unique index with predicate - $db_type");
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/swi/
H A Dpce_profile.pl182 message(@arg1, has_predicate, prolog(From)),
311 has_predicate(DI, Test:prolog) :->
/dports/devel/p5-Mouse/Mouse-v2.5.10/xs-src/
H A DMouseAttribute.xs259 INSTALL_SIMPLE_PREDICATE_WITH_KEY(Attribute, has_predicate, predicate);
/dports/devel/p5-Mouse/Mouse-v2.5.10/lib/Mouse/
H A DPurePerl.pm465 sub has_predicate { exists $_[0]->{predicate} } subroutine
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Class/
H A DMOP.pm413 predicate => { 'has_predicate' => \&Class::MOP::Mixin::AttributeCore::has_predicate },
/dports/devel/p5-Moose/Moose-2.2201/lib/Class/
H A DMOP.pm433 predicate => { 'has_predicate' => \&Class::MOP::Mixin::AttributeCore::has_predicate },
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp135 if (!Message->has_predicate()) in fromProtobuf()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp135 if (!Message->has_predicate()) in fromProtobuf()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp135 if (!Message->has_predicate()) in fromProtobuf()

12