Home
last modified time | relevance | path

Searched refs:import_schema (Results 1 – 21 of 21) sorted by relevance

/dports/devel/p5-Class-Tangram/Class-Tangram-1.57/lib/Class/
H A DTangram.pm218 exists $types{$class} or import_schema($class);
300 my $types = $types{$class} || do { import_schema($class);
340 exists $check{$class} or import_schema($class);
371 exists $check{$class} or import_schema($class);
2154 exists $cleaners{$class} or import_schema($class);
2279 sub import_schema { # Damn this function is long subroutine
2341 import_schema($super) unless (exists $check{$super});
2788 exists $cleaners{$class} or import_schema($class);
2803 exists $init_defaults{$class} or import_schema($class);
/dports/databases/p5-T2/T2-0.10/lib/T2/
H A DMethod.pm55 Class::Tangram::import_schema(__PACKAGE__);
H A DAttribute.pm201 Class::Tangram::import_schema(__PACKAGE__);
H A DSchema.pm81 Class::Tangram::import_schema(__PACKAGE__);
262 Class::Tangram::import_schema($class->name);
H A DAssociation.pm272 Class::Tangram::import_schema(__PACKAGE__);
H A DClass.pm810 Class::Tangram::import_schema(__PACKAGE__);
/dports/devel/p5-Class-Tangram/Class-Tangram-1.57/t/
H A D02-transient.t90 eval { Class::Tangram::import_schema("Meme") };
H A DContainers.pm60 Class::Tangram::import_schema("Knowledge");
H A D01-tangram.t211 eval { Class::Tangram::import_schema($pkg) };
/dports/net/kamailio/kamailio-5.4.5/utils/db_berkeley/
H A Dkambdb_recover.h119 int import_schema(table_p tp);
H A Dkambdb_recover.c931 import_schema(tp); in get_db()
939 int import_schema(table_p tp) in import_schema() function
/dports/devel/p5-Class-Tangram/Class-Tangram-1.57/
H A DChanges34 o import_schema() will now return immediately if called twice for a
82 o Much cleanup of code, particularly the import_schema function.
H A DREADME61 be careful not to call Class::Tangram::import_schema() until your
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/
H A Dwsdl.py321 self.import_schema(definitions, d)
334 def import_schema(self, definitions, d): member in Import
/dports/net/py-suds-community/suds-community-1.0.0/suds/
H A Dwsdl.py359 self.import_schema(definitions, d)
372 def import_schema(self, definitions, d): member in Import
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dglobal_maps.py493 if schema.import_schema(namespace, url, schema.base_url) is not None:
509 if self.validator.import_schema(namespace, url) is not None:
H A Dschemas.py769 meta_schema.import_schema(namespace=ns, location=location)
1304 self.import_schema(namespace, url, self.base_url)
1332 def import_schema(self, namespace: str, location: str, base_url: Optional[str] = None, member in XMLSchemaBase
H A Delements.py540 schema = self.schema.import_schema(ns, url, self.schema.base_url)
/dports/textproc/py-xmlschema/xmlschema-1.8.2/doc/
H A Dapi.rst86 .. automethod:: import_schema
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/
H A Dtest_documents.py175 vh_schema.import_schema('http://example.com/ns/collection', self.col_xsd_file)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2115 void* import_schema( in import_schema() function in zorba::TranslatorImpl
2270 import_schema(aLoc, &lPrefix, aTargetNs, atlist); in import_schema_auto_prefix()
2880 return import_schema(loc, v.get_prefix(), v.get_uri(), v.get_at_list()); in begin_visit()