Home
last modified time | relevance | path

Searched refs:reltypes (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/installer/schema/
H A D20100623_semantic_to_relation_tiki.php21 $reltypes = array_filter(explode(',', $row['reltype']));
23 foreach ($reltypes as $type) {
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
H A Ddescribe.c3803 listPartitionedTables(const char *reltypes, const char *pattern, bool verbose) in listPartitionedTables() argument
3805 bool showTables = strchr(reltypes, 't') != NULL; in listPartitionedTables()
3806 bool showIndexes = strchr(reltypes, 'i') != NULL; in listPartitionedTables()
3807 bool showNested = strchr(reltypes, 'n') != NULL; in listPartitionedTables()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
H A Ddescribe.c3803 listPartitionedTables(const char *reltypes, const char *pattern, bool verbose) in listPartitionedTables() argument
3805 bool showTables = strchr(reltypes, 't') != NULL; in listPartitionedTables()
3806 bool showIndexes = strchr(reltypes, 'i') != NULL; in listPartitionedTables()
3807 bool showNested = strchr(reltypes, 'n') != NULL; in listPartitionedTables()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql12-docs/postgresql-12.9/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/psql/
H A Ddescribe.h67 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Ddescribe.h71 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/psql/
H A Ddescribe.h71 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Ddescribe.h71 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Ddescribe.h71 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Ddescribe.h71 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/psql/
H A Ddescribe.h71 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Ddescribe.h71 extern bool listPartitionedTables(const char *reltypes, const char *pattern, bool verbose);
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/Visualization/
H A DProcessGraph.pm515 my @reltypes = @{shift @_};
516 my @arr = map {getRelationship($edgelist,$node,$_)} @reltypes;

12