-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
703 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,67 @@ | ||
# Note: this file was auto-generated by Module::Build::Compat version 0.4210 | ||
# Note: this file was auto-generated by Module::Build::Compat version 0.4224 | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile | ||
( | ||
'EXE_FILES' => [ | ||
'bin/hypnotoad.pid', | ||
'bin/tuba', | ||
'bin/tuba_generate_sitemap', | ||
'bin/tuba_get_ontology', | ||
'bin/tuba_start_httpd', | ||
'bin/tuba_stop_httpd' | ||
], | ||
'NAME' => 'Tuba', | ||
'INSTALLDIRS' => 'site', | ||
'PL_FILES' => {}, | ||
'NAME' => 'Tuba', | ||
'VERSION_FROM' => 'lib/Tuba.pm', | ||
'PREREQ_PM' => { | ||
'File::ShareDir' => '1.00', | ||
'Path::Class' => 0, | ||
'Module::Build::Mojolicious' => 0, | ||
'Number::Bytes::Human' => 0, | ||
'DBD::Pg' => '3.003', | ||
'IO::Socket::SSL' => 2, | ||
'LWP::Protocol::https' => '6.07', | ||
'Rose::DB' => '0.772', | ||
'Pg::hstore' => 0, | ||
'DBIx::Simple' => 0, | ||
'Captcha::reCAPTCHA' => '0.99', | ||
'Time::Duration' => 0, | ||
'JSON::WebToken' => 0, | ||
'Mojolicious::Plugin::Mail' => '1.5', | ||
'List::MoreUtils' => '0.427', | ||
'Scalar::Util' => 0, | ||
'Digest::SHA1' => 0, | ||
'RDF::Query' => 0, | ||
'Algorithm::Permute' => 0, | ||
'JSON::XS' => 0, | ||
'Rose::DB::Object' => 0, | ||
'SQL::Interp' => 0, | ||
'DateTime::Format::Human::Duration' => 0, | ||
'Mojolicious::Plugin::InstallablePaths' => 0, | ||
'Hash::Flatten' => 0, | ||
'YAML::Syck' => 0, | ||
'YAML' => 0, | ||
'SQL::Abstract' => 0, | ||
'Path::Class' => 0, | ||
'YAML::XS' => 0, | ||
'LWP::UserAgent' => 0, | ||
'Mojolicious' => '6.08', | ||
'Sort::Key' => 0, | ||
'URI::Find' => 0, | ||
'UUID::Tiny' => 0, | ||
'DBIx::Connector' => 0, | ||
'Mojolicious::Plugin::Mail' => '1.5', | ||
'Text::CSV_XS' => 0, | ||
'Mojolicious::Plugin::InstallablePaths' => 0, | ||
'Text::Format' => 0, | ||
'Mojolicious' => '6.08', | ||
'Date::Parse' => 0, | ||
'Captcha::reCAPTCHA' => '0.99', | ||
'DBIx::Simple' => 0, | ||
'HTML::Restrict' => '2.002004', | ||
'RDF::Trine' => 0, | ||
'Algorithm::Permute' => 0, | ||
'UUID::Tiny' => 0, | ||
'Pg::hstore' => 0, | ||
'Data::Rmap' => 0, | ||
'YAML::XS' => 0, | ||
'Mojolicious::Plugin::YamlConfig' => 0, | ||
'Lingua::EN::Inflect' => 0, | ||
'DBIx::Connector' => 0, | ||
'YAML' => 0, | ||
'DBIx::Custom' => 0, | ||
'Sort::Key' => 0, | ||
'Number::Format' => 0, | ||
'SQL::Abstract' => 0, | ||
'Date::Parse' => 0, | ||
'Hash::Flatten' => 0, | ||
'YAML::Syck' => 0, | ||
'String::Diff' => 0, | ||
'Text::CSV_XS' => 0, | ||
'Module::Build::Mojolicious' => 0, | ||
'URI::Find' => 0, | ||
'Test::More' => 0, | ||
'Rose::DB' => '0.772', | ||
'RDF::Trine' => 0, | ||
'Crypt::OpenSSL::RSA' => 0, | ||
'Number::Bytes::Human' => 0, | ||
'DBD::Pg' => '3.003' | ||
'Time::Duration' => 0, | ||
'Scalar::Util' => 0, | ||
'DateTime::Format::Human::Duration' => 0, | ||
'SQL::Interp' => 0, | ||
'Rose::DB::Object' => 0, | ||
'LWP::Protocol::https' => '6.07', | ||
'Lingua::EN::Inflect' => 0, | ||
'Mojolicious::Plugin::YamlConfig' => 0, | ||
'List::MoreUtils' => '0.427', | ||
'JSON::WebToken' => 0, | ||
'File::ShareDir' => '1.00', | ||
'Test::More' => 0, | ||
'RDF::Query' => 0, | ||
'String::Diff' => 0, | ||
'Number::Format' => 0 | ||
}, | ||
'PL_FILES' => {} | ||
'EXE_FILES' => [ | ||
'bin/tuba', | ||
'bin/tuba_generate_sitemap', | ||
'bin/tuba_get_ontology', | ||
'bin/tuba_start_httpd', | ||
'bin/tuba_stop_httpd' | ||
] | ||
) | ||
; |
127 changes: 127 additions & 0 deletions
127
...metadata.ghstore_consistent(internal, gcis_metadata.hstore, smallint, oid, internal).html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
|
||
<!-- $Header: /cvsroot/autodoc/autodoc/html.tmpl,v 1.4 2006/05/16 19:01:27 rbt Exp $ --> | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | ||
"http://www.w3.org/TR/html4/strict.dtd"> | ||
|
||
<html> | ||
<head> | ||
<title>Index for </title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<style type="text/css"> | ||
BODY { | ||
color: #000000; | ||
background-color: #FFFFFF; | ||
font-family: Helvetica, sans-serif; | ||
} | ||
|
||
P { | ||
margin-top: 5px; | ||
margin-bottom: 5px; | ||
} | ||
|
||
P.w3ref { | ||
font-size: 8pt; | ||
font-style: italic; | ||
text-align: right; | ||
} | ||
|
||
P.detail { | ||
font-size: 10pt; | ||
} | ||
|
||
.error { | ||
color: #FFFFFF; | ||
background-color: #FF0000; | ||
} | ||
|
||
H1, H2, H3, H4, H5, H6 { | ||
} | ||
|
||
OL { | ||
list-style-type: upper-alpha; | ||
} | ||
|
||
UL.topic { | ||
list-style-type: upper-alpha; | ||
} | ||
|
||
LI.topic { | ||
font-weight : bold; | ||
} | ||
|
||
HR { | ||
color: #00FF00; | ||
background-color: #808080; | ||
} | ||
|
||
TABLE { | ||
border-width: medium; | ||
padding: 3px; | ||
background-color: #000000; | ||
width: 90%; | ||
} | ||
|
||
CAPTION { | ||
text-transform: capitalize; | ||
font-weight : bold; | ||
font-size: 14pt; | ||
} | ||
|
||
TH { | ||
color: #FFFFFF; | ||
background-color: #000000; | ||
text-align: left; | ||
} | ||
|
||
TR { | ||
color: #000000; | ||
background-color: #000000; | ||
vertical-align: top; | ||
} | ||
|
||
TR.tr0 { | ||
background-color: #F0F0F0; | ||
} | ||
|
||
TR.tr1 { | ||
background-color: #D8D8D8; | ||
} | ||
|
||
TD { | ||
font-size: 12pt; | ||
} | ||
|
||
TD.col0 { | ||
font-weight : bold; | ||
width: 20%; | ||
} | ||
|
||
TD.col1 { | ||
font-style: italic; | ||
width: 15%; | ||
} | ||
|
||
TD.col2 { | ||
font-size: 12px; | ||
} | ||
</style> | ||
<link rel="stylesheet" type="text/css" media="all" href="all.css"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="screen.css"> | ||
<link rel="stylesheet" type="text/css" media="print" href="print.css"> | ||
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> | ||
</head> | ||
<body> | ||
|
||
|
||
|
||
<h2>Function: | ||
<a href="#gcis-metadata.schema"><a name="gcis-metadata.function.ghstore-consistent-internal-gcis-metadata.hstore-smallint-oid-internal">ghstore_consistent(internal, gcis_metadata.hstore, smallint, oid, internal)</a> | ||
</h2> | ||
<h3>Returns: boolean</h3> | ||
<h3>Language: C</h3> | ||
|
||
<pre>ghstore_consistent</pre> | ||
|
||
</body></html> | ||
|
||
|
Oops, something went wrong.