Include tokenizer for NLTK service alert tweet parsing
Include tokenizer for NLTK service alert tweet parsing

file:a/.box (deleted)
shared_writable_dirs:  
- /labs/tiles  
- /lib/staticmaplite/cache  
php_extensions: [pgsql, pdo, pdo_pgsql, curl]  
 
file:a/.gitignore -> file:b/.gitignore
   
/labs/tiles/12 /labs/tiles/12
/labs/tiles/13 /labs/tiles/13
/labs/tiles/14 /labs/tiles/14
/labs/tiles/15 /labs/tiles/15
/labs/tiles/16 /labs/tiles/16
/labs/tiles/17 /labs/tiles/17
/labs/tiles/19 /labs/tiles/19
  /nbproject/private/
file:b/Boxfile (new)
  web1:
  php_extensions:
  - pgsql
  - pdo
  - pdo_pgsql
  - curl
 
file:a/about.php -> file:b/about.php
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
include_header("About", "about") include_header("About", "about")
?> ?>
<p> <p>
Busness Time - An ACT bus timetable webapp<br /> Busness Time - An ACT bus timetable webapp<br />
Based on the maxious-canberra-transit-feed (<a Based on the maxious-canberra-transit-feed (<a
href="http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip">download</a>, href="http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip">download</a>,
last updated <?php echo date("F d Y.", @filemtime('cbrfeed.zip')); ?>)<br /> last updated <?php echo date("F d Y.", @filemtime('cbrfeed.zip')); ?>)<br />
Source code for the <a Source code for the <a
href="https://github.com/maxious/ACTBus-data">transit href="https://github.com/maxious/ACTBus-data">transit
feed</a> and <a href="https://github.com/maxious/ACTBus-ui">this feed</a> and <a href="https://github.com/maxious/ACTBus-ui">this
site</a> available from github.<br /> site</a> available from github.<br />
Uses jQuery Mobile, PHP, PostgreSQL, OpenTripPlanner, OpenLayers, OpenStreetMap, Cloudmade Geocoder and Tile Service<br /> Uses jQuery Mobile, PHP, PostgreSQL, OpenTripPlanner, OpenLayers, OpenStreetMap, Cloudmade Geocoder and Tile Service<br />
  Suburb Geocoding Based on <A href="http://www.abs.gov.au/AUSSTATS/abs@.nsf/Lookup/1270.0.55.003Main+Features1July%202011?OpenDocument">Australian Bureau of Statistics data.</a><br />
  Street geocoding based on work by OpenStreetMap contributors<br>
<br /> <br />
Feedback encouraged; contact maxious@lambdacomplex.org<br /> Feedback encouraged; contact maxious@lambdacomplex.org<br />
<br /> <br />
Some icons by Joseph Wain / glyphish.com<br /> Some icons by Joseph Wain / glyphish.com<br />
Native clients also available for iPhone(<a href="http://itunes.apple.com/au/app/cbrtimetable/id444287349?mt=8">cbrTimetable by Sandor Kolotenko</a> Native clients also available for iPhone(<a href="http://itunes.apple.com/au/app/cbrtimetable/id444287349?mt=8">cbrTimetable by Sandor Kolotenko</a>
, <a href="http://itunes.apple.com/au/app/act-buses/id376634797?mt=8">ACT Buses by David Sullivan</a>) , <a href="http://itunes.apple.com/au/app/act-buses/id376634797?mt=8">ACT Buses by David Sullivan</a>)
and Android (<a href="https://market.android.com/details?id=com.action">MyBus 2.0 by Imagine Team</a>) , Android (<a href="https://market.android.com/details?id=com.action">MyBus 2.0 by Imagine Team</a>)
  and Windows Phone 7 (<a href="http://www.windowsphone.com/en-AU/apps/d840375e-429c-4aa4-a358-80eec6ea9e66">TransHub Canberra by Soul Solutions</a>) Other web clients include <a href="http://canberra.itranzit.com/option.html">iTranzit</a>.
<br /> <br />
GTFS-realtime API; GTFS-realtime API:
Alerts and Trip Updates (but only Cancelled or Stop Skipped) Alerts and Trip Updates (but only Cancelled or Stop Skipped)
Default format binary but can get JSON by adding ?ascii=yes Default format binary Protocol Buffer but can get JSON by adding ?ascii=yes
<br /> <br />
<br /> <br />
<small>Disclaimer: The content of this website is of a general and informative nature. Please check with printed timetables or those available on http://action.act.gov.au before your trip. <small>Disclaimer: The content of this website is of a general and informative nature. Please check with printed timetables or those available on http://action.act.gov.au before your trip.
Whilst every effort has been made to ensure the high quality and accuracy of the Site, the Author makes no warranty, Whilst every effort has been made to ensure the high quality and accuracy of the Site, the Author makes no warranty,
express or implied concerning the topicality, correctness, completeness or quality of the information, which is provided express or implied concerning the topicality, correctness, completeness or quality of the information, which is provided
"as is". The Author expressly disclaims all warranties, including but not limited to warranties of fitness for a particular purpose and warranties of merchantability. "as is". The Author expressly disclaims all warranties, including but not limited to warranties of fitness for a particular purpose and warranties of merchantability.
All offers are not binding and without obligation. The Author expressly reserves the right, in his discretion, to suspend, All offers are not binding and without obligation. The Author expressly reserves the right, in his discretion, to suspend,
change, modify, add or remove portions of the Site and to restrict or terminate the use and accessibility of the Site change, modify, add or remove portions of the Site and to restrict or terminate the use and accessibility of the Site
without prior notice. </small> without prior notice. </small>
<?php <?php
include_footer(); include_footer();
?> ?>
   
createdb transitdata createdb transitdata
createlang -d transitdata plpgsql createlang -d transitdata plpgsql
psql -d transitdata -f /var/www/lib/postgis.sql psql -d transitdata -f /var/www/lib/postgis.sql
# curl https://github.com/maxious/ACTBus-ui/raw/master/transitdata.cbrfeed.sql.gz -o transitdata.cbrfeed.sql.gz # curl https://github.com/maxious/ACTBus-ui/raw/master/transitdata.cbrfeed.sql.gz -o transitdata.cbrfeed.sql.gz
#made with pg_dump transitdata | gzip -c > transitdata.cbrfeed.sql.gz #made with pg_dump transitdata | gzip -c > transitdata.cbrfeed.sql.gz
gunzip /var/www/transitdata.cbrfeed.sql.gz gunzip /var/www/transitdata.cbrfeed.sql.gz
psql -d transitdata -f /var/www/transitdata.cbrfeed.sql psql -d transitdata -f /var/www/transitdata.cbrfeed.sql
#createuser transitdata -SDRP #createuser transitdata -SDRP
#password transitdata #password transitdata
#psql -d transitdata -c "GRANT SELECT ON TABLE agency,calendar,calendar_dates,routes,stop_times,stops,trips TO transitdata;" #psql -d transitdata -c "GRANT SELECT ON TABLE agency,calendar,calendar_dates,routes,stop_times,stops,trips TO transitdata;"
#psql -d transitdata -c "GRANT SELECT,INSERT ON TABLE myway_observations,myway_routes,myway_stops,myway_timingdeltas TO transitdata;" #psql -d transitdata -c "GRANT SELECT,INSERT ON TABLE myway_observations,myway_routes,myway_stops,myway_timingdeltas TO transitdata;"
#psql -d transitdata -c "GRANT SELECT,INSERT,UPDATE ON TABLE myway_routes,myway_stops TO transitdata;" #psql -d transitdata -c "GRANT SELECT,INSERT,UPDATE ON TABLE myway_routes,myway_stops TO transitdata;"
##psql -d transitdata -c "GRANT SELECT ON ALL TABLES IN SCHEMA public TO transitdata;" ##psql -d transitdata -c "GRANT SELECT ON ALL TABLES IN SCHEMA public TO transitdata;"
  ## INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, "type")
  ##SELECT '', 'public', 'shapes', 'shape_pt', ST_CoordDim(shape_pt), ST_SRID(shape_pt), GeometryType(shape_pt)
  ##FROM shapes LIMIT 1;
php /var/www/updatedb.php php /var/www/updatedb.php
cp /root/aws.php /tmp/ cp /root/aws.php /tmp/
mkdir /var/www/lib/staticmaplite/cache chmod 777 /var/cache/lighttpd/compress/
   
chcon -h system_u:object_r:httpd_sys_content_t /var/www chcon -h system_u:object_r:httpd_sys_content_t /var/www
chcon -R -h root:object_r:httpd_sys_content_t /var/www/* chcon -R -h root:object_r:httpd_sys_content_t /var/www/*
   
chcon -R -t httpd_sys_content_rw_t /var/www/lib/staticmaplite/cache  
chmod -R 777 /var/www/lib/staticmaplite/cache  
   
chcon -R -t httpd_sys_content_rw_t /var/www/labs/tiles chcon -R -t httpd_sys_content_rw_t /var/www/labs/tiles
chmod -R 777 /var/www/labs/tiles chmod -R 777 /var/www/labs/tiles
   
chcon -R -t httpd_sys_content_rw_t /var/www/lib/openid-php/oid_store  
chmod -R 777 /var/www/lib/openid-php/oid_store  
   
wget http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip \ wget http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip \
-O /var/www/cbrfeed.zip -O /var/www/cbrfeed.zip
   
  --
  -- PostgreSQL database dump
  --
 
  -- Dumped from database version 9.0.4
  -- Dumped by pg_dump version 9.0.4
  -- Started on 2011-10-11 23:16:11
 
  SET statement_timeout = 0;
  SET client_encoding = 'UTF8';
  SET standard_conforming_strings = off;
  SET check_function_bodies = false;
  SET client_min_messages = warning;
  SET escape_string_warning = off;
 
  --
  -- TOC entry 1168 (class 2612 OID 11574)
  -- Name: plpgsql; Type: PROCEDURAL LANGUAGE; Schema: -; Owner: postgres
  --
 
  CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql;
 
 
  ALTER PROCEDURAL LANGUAGE plpgsql OWNER TO postgres;
 
  SET search_path = public, pg_catalog;
 
  --
  -- TOC entry 1088 (class 0 OID 0)
  -- Name: box2d; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE box2d;
 
 
  --
  -- TOC entry 15 (class 1255 OID 18351)
  -- Dependencies: 6 1088
  -- Name: box2d_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box2d_in(cstring) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_in';
 
 
  ALTER FUNCTION public.box2d_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 19 (class 1255 OID 18352)
  -- Dependencies: 6 1088
  -- Name: box2d_out(box2d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box2d_out(box2d) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_out';
 
 
  ALTER FUNCTION public.box2d_out(box2d) OWNER TO postgres;
 
  --
  -- TOC entry 1087 (class 1247 OID 18350)
  -- Dependencies: 6 15 19
  -- Name: box2d; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE box2d (
  INTERNALLENGTH = 16,
  INPUT = box2d_in,
  OUTPUT = box2d_out,
  ALIGNMENT = int4,
  STORAGE = plain
  );
 
 
  ALTER TYPE public.box2d OWNER TO postgres;
 
  --
  -- TOC entry 1091 (class 0 OID 0)
  -- Name: box3d; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE box3d;
 
 
  --
  -- TOC entry 20 (class 1255 OID 18355)
  -- Dependencies: 6 1091
  -- Name: box3d_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3d_in(cstring) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_in';
 
 
  ALTER FUNCTION public.box3d_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 21 (class 1255 OID 18356)
  -- Dependencies: 6 1091
  -- Name: box3d_out(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3d_out(box3d) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_out';
 
 
  ALTER FUNCTION public.box3d_out(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 1090 (class 1247 OID 18354)
  -- Dependencies: 6 21 20
  -- Name: box3d; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE box3d (
  INTERNALLENGTH = 48,
  INPUT = box3d_in,
  OUTPUT = box3d_out,
  ALIGNMENT = double,
  STORAGE = plain
  );
 
 
  ALTER TYPE public.box3d OWNER TO postgres;
 
  --
  -- TOC entry 1094 (class 0 OID 0)
  -- Name: box3d_extent; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE box3d_extent;
 
 
  --
  -- TOC entry 22 (class 1255 OID 18359)
  -- Dependencies: 6 1094
  -- Name: box3d_extent_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3d_extent_in(cstring) RETURNS box3d_extent
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_in';
 
 
  ALTER FUNCTION public.box3d_extent_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 23 (class 1255 OID 18360)
  -- Dependencies: 6 1094
  -- Name: box3d_extent_out(box3d_extent); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3d_extent_out(box3d_extent) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_extent_out';
 
 
  ALTER FUNCTION public.box3d_extent_out(box3d_extent) OWNER TO postgres;
 
  --
  -- TOC entry 1093 (class 1247 OID 18358)
  -- Dependencies: 6 23 22
  -- Name: box3d_extent; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE box3d_extent (
  INTERNALLENGTH = 48,
  INPUT = box3d_extent_in,
  OUTPUT = box3d_extent_out,
  ALIGNMENT = double,
  STORAGE = plain
  );
 
 
  ALTER TYPE public.box3d_extent OWNER TO postgres;
 
  --
  -- TOC entry 1097 (class 0 OID 0)
  -- Name: chip; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE chip;
 
 
  --
  -- TOC entry 24 (class 1255 OID 18363)
  -- Dependencies: 6 1097
  -- Name: chip_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION chip_in(cstring) RETURNS chip
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_in';
 
 
  ALTER FUNCTION public.chip_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 25 (class 1255 OID 18364)
  -- Dependencies: 6 1097
  -- Name: chip_out(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION chip_out(chip) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_out';
 
 
  ALTER FUNCTION public.chip_out(chip) OWNER TO postgres;
 
  --
  -- TOC entry 1096 (class 1247 OID 18362)
  -- Dependencies: 6 25 24
  -- Name: chip; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE chip (
  INTERNALLENGTH = variable,
  INPUT = chip_in,
  OUTPUT = chip_out,
  ALIGNMENT = double,
  STORAGE = extended
  );
 
 
  ALTER TYPE public.chip OWNER TO postgres;
 
  --
  -- TOC entry 1100 (class 0 OID 0)
  -- Name: geography; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE geography;
 
 
  --
  -- TOC entry 26 (class 1255 OID 18367)
  -- Dependencies: 6
  -- Name: geography_analyze(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_analyze(internal) RETURNS boolean
  LANGUAGE c STRICT
  AS '$libdir/postgis-1.5', 'geography_analyze';
 
 
  ALTER FUNCTION public.geography_analyze(internal) OWNER TO postgres;
 
  --
  -- TOC entry 27 (class 1255 OID 18368)
  -- Dependencies: 6 1100
  -- Name: geography_in(cstring, oid, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_in(cstring, oid, integer) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_in';
 
 
  ALTER FUNCTION public.geography_in(cstring, oid, integer) OWNER TO postgres;
 
  --
  -- TOC entry 28 (class 1255 OID 18369)
  -- Dependencies: 6 1100
  -- Name: geography_out(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_out(geography) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_out';
 
 
  ALTER FUNCTION public.geography_out(geography) OWNER TO postgres;
 
  --
  -- TOC entry 29 (class 1255 OID 18370)
  -- Dependencies: 6
  -- Name: geography_typmod_in(cstring[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_typmod_in(cstring[]) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_typmod_in';
 
 
  ALTER FUNCTION public.geography_typmod_in(cstring[]) OWNER TO postgres;
 
  --
  -- TOC entry 30 (class 1255 OID 18371)
  -- Dependencies: 6
  -- Name: geography_typmod_out(integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_typmod_out(integer) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_typmod_out';
 
 
  ALTER FUNCTION public.geography_typmod_out(integer) OWNER TO postgres;
 
  --
  -- TOC entry 1099 (class 1247 OID 18366)
  -- Dependencies: 26 6 27 28 29 30
  -- Name: geography; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE geography (
  INTERNALLENGTH = variable,
  INPUT = geography_in,
  OUTPUT = geography_out,
  TYPMOD_IN = geography_typmod_in,
  TYPMOD_OUT = geography_typmod_out,
  ANALYZE = geography_analyze,
  ALIGNMENT = double,
  STORAGE = main
  );
 
 
  ALTER TYPE public.geography OWNER TO postgres;
 
  --
  -- TOC entry 1103 (class 0 OID 0)
  -- Name: geometry; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE geometry;
 
 
  --
  -- TOC entry 31 (class 1255 OID 18374)
  -- Dependencies: 6
  -- Name: geometry_analyze(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_analyze(internal) RETURNS boolean
  LANGUAGE c STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_analyze';
 
 
  ALTER FUNCTION public.geometry_analyze(internal) OWNER TO postgres;
 
  --
  -- TOC entry 32 (class 1255 OID 18375)
  -- Dependencies: 6 1103
  -- Name: geometry_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_in(cstring) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_in';
 
 
  ALTER FUNCTION public.geometry_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 33 (class 1255 OID 18376)
  -- Dependencies: 6 1103
  -- Name: geometry_out(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_out(geometry) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_out';
 
 
  ALTER FUNCTION public.geometry_out(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 34 (class 1255 OID 18377)
  -- Dependencies: 6 1103
  -- Name: geometry_recv(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_recv(internal) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_recv';
 
 
  ALTER FUNCTION public.geometry_recv(internal) OWNER TO postgres;
 
  --
  -- TOC entry 35 (class 1255 OID 18378)
  -- Dependencies: 6 1103
  -- Name: geometry_send(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_send(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_send';
 
 
  ALTER FUNCTION public.geometry_send(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1102 (class 1247 OID 18373)
  -- Dependencies: 33 34 35 31 6 32
  -- Name: geometry; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE geometry (
  INTERNALLENGTH = variable,
  INPUT = geometry_in,
  OUTPUT = geometry_out,
  RECEIVE = geometry_recv,
  SEND = geometry_send,
  ANALYZE = geometry_analyze,
  DELIMITER = ':',
  ALIGNMENT = int4,
  STORAGE = main
  );
 
 
  ALTER TYPE public.geometry OWNER TO postgres;
 
  --
  -- TOC entry 1105 (class 1247 OID 18382)
  -- Dependencies: 6 2408
  -- Name: geometry_dump; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE geometry_dump AS (
  path integer[],
  geom geometry
  );
 
 
  ALTER TYPE public.geometry_dump OWNER TO postgres;
 
  --
  -- TOC entry 1108 (class 0 OID 0)
  -- Name: gidx; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE gidx;
 
 
  --
  -- TOC entry 36 (class 1255 OID 18384)
  -- Dependencies: 6 1108
  -- Name: gidx_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION gidx_in(cstring) RETURNS gidx
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'gidx_in';
 
 
  ALTER FUNCTION public.gidx_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 37 (class 1255 OID 18385)
  -- Dependencies: 6 1108
  -- Name: gidx_out(gidx); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION gidx_out(gidx) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'gidx_out';
 
 
  ALTER FUNCTION public.gidx_out(gidx) OWNER TO postgres;
 
  --
  -- TOC entry 1107 (class 1247 OID 18383)
  -- Dependencies: 37 36 6
  -- Name: gidx; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE gidx (
  INTERNALLENGTH = variable,
  INPUT = gidx_in,
  OUTPUT = gidx_out,
  ALIGNMENT = double,
  STORAGE = plain
  );
 
 
  ALTER TYPE public.gidx OWNER TO postgres;
 
  --
  -- TOC entry 1111 (class 0 OID 0)
  -- Name: pgis_abs; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE pgis_abs;
 
 
  --
  -- TOC entry 38 (class 1255 OID 18388)
  -- Dependencies: 6 1111
  -- Name: pgis_abs_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_abs_in(cstring) RETURNS pgis_abs
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'pgis_abs_in';
 
 
  ALTER FUNCTION public.pgis_abs_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 39 (class 1255 OID 18389)
  -- Dependencies: 6 1111
  -- Name: pgis_abs_out(pgis_abs); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_abs_out(pgis_abs) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'pgis_abs_out';
 
 
  ALTER FUNCTION public.pgis_abs_out(pgis_abs) OWNER TO postgres;
 
  --
  -- TOC entry 1110 (class 1247 OID 18387)
  -- Dependencies: 38 6 39
  -- Name: pgis_abs; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE pgis_abs (
  INTERNALLENGTH = 8,
  INPUT = pgis_abs_in,
  OUTPUT = pgis_abs_out,
  ALIGNMENT = double,
  STORAGE = plain
  );
 
 
  ALTER TYPE public.pgis_abs OWNER TO postgres;
 
  --
  -- TOC entry 1114 (class 0 OID 0)
  -- Name: spheroid; Type: SHELL TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE spheroid;
 
 
  --
  -- TOC entry 40 (class 1255 OID 18392)
  -- Dependencies: 6 1114
  -- Name: spheroid_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION spheroid_in(cstring) RETURNS spheroid
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ellipsoid_in';
 
 
  ALTER FUNCTION public.spheroid_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 41 (class 1255 OID 18393)
  -- Dependencies: 6 1114
  -- Name: spheroid_out(spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION spheroid_out(spheroid) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ellipsoid_out';
 
 
  ALTER FUNCTION public.spheroid_out(spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 1113 (class 1247 OID 18391)
  -- Dependencies: 41 6 40
  -- Name: spheroid; Type: TYPE; Schema: public; Owner: postgres
  --
 
  CREATE TYPE spheroid (
  INTERNALLENGTH = 65,
  INPUT = spheroid_in,
  OUTPUT = spheroid_out,
  ALIGNMENT = double,
  STORAGE = plain
  );
 
 
  ALTER TYPE public.spheroid OWNER TO postgres;
 
  --
  -- TOC entry 42 (class 1255 OID 18395)
  -- Dependencies: 6 1102
  -- Name: _st_asgeojson(integer, geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_asgeojson(integer, geometry, integer, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asGeoJson';
 
 
  ALTER FUNCTION public._st_asgeojson(integer, geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 43 (class 1255 OID 18396)
  -- Dependencies: 6 1099
  -- Name: _st_asgeojson(integer, geography, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_asgeojson(integer, geography, integer, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_geojson';
 
 
  ALTER FUNCTION public._st_asgeojson(integer, geography, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 44 (class 1255 OID 18397)
  -- Dependencies: 6 1102
  -- Name: _st_asgml(integer, geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_asgml(integer, geometry, integer, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asGML';
 
 
  ALTER FUNCTION public._st_asgml(integer, geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 45 (class 1255 OID 18398)
  -- Dependencies: 6 1099
  -- Name: _st_asgml(integer, geography, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_asgml(integer, geography, integer, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_gml';
 
 
  ALTER FUNCTION public._st_asgml(integer, geography, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 46 (class 1255 OID 18399)
  -- Dependencies: 1102 6
  -- Name: _st_askml(integer, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_askml(integer, geometry, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asKML';
 
 
  ALTER FUNCTION public._st_askml(integer, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 47 (class 1255 OID 18400)
  -- Dependencies: 6 1099
  -- Name: _st_askml(integer, geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_askml(integer, geography, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_kml';
 
 
  ALTER FUNCTION public._st_askml(integer, geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 49 (class 1255 OID 18402)
  -- Dependencies: 1099 6
  -- Name: _st_bestsrid(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_bestsrid(geography) RETURNS integer
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_BestSRID($1,$1)$_$;
 
 
  ALTER FUNCTION public._st_bestsrid(geography) OWNER TO postgres;
 
  --
  -- TOC entry 48 (class 1255 OID 18401)
  -- Dependencies: 6 1099 1099
  -- Name: _st_bestsrid(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_bestsrid(geography, geography) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_bestsrid';
 
 
  ALTER FUNCTION public._st_bestsrid(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 50 (class 1255 OID 18403)
  -- Dependencies: 1102 6 1102
  -- Name: _st_buffer(geometry, double precision, cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_buffer(geometry, double precision, cstring) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'buffer';
 
 
  ALTER FUNCTION public._st_buffer(geometry, double precision, cstring) OWNER TO postgres;
 
  --
  -- TOC entry 51 (class 1255 OID 18404)
  -- Dependencies: 6 1102 1102
  -- Name: _st_contains(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_contains(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'contains';
 
 
  ALTER FUNCTION public._st_contains(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 52 (class 1255 OID 18405)
  -- Dependencies: 6 1102 1102
  -- Name: _st_containsproperly(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_containsproperly(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'containsproperly';
 
 
  ALTER FUNCTION public._st_containsproperly(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 53 (class 1255 OID 18406)
  -- Dependencies: 6 1102 1102
  -- Name: _st_coveredby(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_coveredby(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'coveredby';
 
 
  ALTER FUNCTION public._st_coveredby(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 54 (class 1255 OID 18407)
  -- Dependencies: 1102 1102 6
  -- Name: _st_covers(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_covers(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'covers';
 
 
  ALTER FUNCTION public._st_covers(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 55 (class 1255 OID 18408)
  -- Dependencies: 1099 1099 6
  -- Name: _st_covers(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_covers(geography, geography) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'geography_covers';
 
 
  ALTER FUNCTION public._st_covers(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 56 (class 1255 OID 18409)
  -- Dependencies: 1102 1102 6
  -- Name: _st_crosses(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_crosses(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'crosses';
 
 
  ALTER FUNCTION public._st_crosses(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 57 (class 1255 OID 18410)
  -- Dependencies: 1102 6 1102
  -- Name: _st_dfullywithin(geometry, geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_dfullywithin(geometry, geometry, double precision) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dfullywithin';
 
 
  ALTER FUNCTION public._st_dfullywithin(geometry, geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 58 (class 1255 OID 18411)
  -- Dependencies: 1099 6 1099
  -- Name: _st_distance(geography, geography, double precision, boolean); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_distance(geography, geography, double precision, boolean) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'geography_distance';
 
 
  ALTER FUNCTION public._st_distance(geography, geography, double precision, boolean) OWNER TO postgres;
 
  --
  -- TOC entry 59 (class 1255 OID 18412)
  -- Dependencies: 6 1168 1105 1102
  -- Name: _st_dumppoints(geometry, integer[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_dumppoints(the_geom geometry, cur_path integer[]) RETURNS SETOF geometry_dump
  LANGUAGE plpgsql
  AS $$
  DECLARE
  tmp geometry_dump;
  tmp2 geometry_dump;
  nb_points integer;
  nb_geom integer;
  i integer;
  j integer;
  g geometry;
 
  BEGIN
 
  RAISE DEBUG '%,%', cur_path, ST_GeometryType(the_geom);
 
  -- Special case (MULTI* OR GEOMETRYCOLLECTION) : iterate and return the DumpPoints of the geometries
  SELECT ST_NumGeometries(the_geom) INTO nb_geom;
 
  IF (nb_geom IS NOT NULL) THEN
 
  i = 1;
  FOR tmp2 IN SELECT (ST_Dump(the_geom)).* LOOP
 
  FOR tmp IN SELECT * FROM _ST_DumpPoints(tmp2.geom, cur_path || tmp2.path) LOOP
  RETURN NEXT tmp;
  END LOOP;
  i = i + 1;
 
  END LOOP;
 
  RETURN;
  END IF;
 
 
  -- Special case (POLYGON) : return the points of the rings of a polygon
  IF (ST_GeometryType(the_geom) = 'ST_Polygon') THEN
 
  FOR tmp IN SELECT * FROM _ST_DumpPoints(ST_ExteriorRing(the_geom), cur_path || ARRAY[1]) LOOP
  RETURN NEXT tmp;
  END LOOP;
 
  j := ST_NumInteriorRings(the_geom);
  FOR i IN 1..j LOOP
  FOR tmp IN SELECT * FROM _ST_DumpPoints(ST_InteriorRingN(the_geom, i), cur_path || ARRAY[i+1]) LOOP
  RETURN NEXT tmp;
  END LOOP;
  END LOOP;
 
  RETURN;
  END IF;
 
 
  -- Special case (POINT) : return the point
  IF (ST_GeometryType(the_geom) = 'ST_Point') THEN
 
  tmp.path = cur_path || ARRAY[1];
  tmp.geom = the_geom;
 
  RETURN NEXT tmp;
  RETURN;
 
  END IF;
 
 
  -- Use ST_NumPoints rather than ST_NPoints to have a NULL value if the_geom isn't
  -- a LINESTRING or CIRCULARSTRING.
  SELECT ST_NumPoints(the_geom) INTO nb_points;
 
  -- This should never happen
  IF (nb_points IS NULL) THEN
  RAISE EXCEPTION 'Unexpected error while dumping geometry %', ST_AsText(the_geom);
  END IF;
 
  FOR i IN 1..nb_points LOOP
  tmp.path = cur_path || ARRAY[i];
  tmp.geom := ST_PointN(the_geom, i);
  RETURN NEXT tmp;
  END LOOP;
 
  END
  $$;
 
 
  ALTER FUNCTION public._st_dumppoints(the_geom geometry, cur_path integer[]) OWNER TO postgres;
 
  --
  -- TOC entry 60 (class 1255 OID 18413)
  -- Dependencies: 1102 6 1102
  -- Name: _st_dwithin(geometry, geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_dwithin(geometry, geometry, double precision) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_dwithin';
 
 
  ALTER FUNCTION public._st_dwithin(geometry, geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 61 (class 1255 OID 18414)
  -- Dependencies: 1099 6 1099
  -- Name: _st_dwithin(geography, geography, double precision, boolean); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_dwithin(geography, geography, double precision, boolean) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'geography_dwithin';
 
 
  ALTER FUNCTION public._st_dwithin(geography, geography, double precision, boolean) OWNER TO postgres;
 
  --
  -- TOC entry 62 (class 1255 OID 18415)
  -- Dependencies: 1102 6 1102
  -- Name: _st_equals(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_equals(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'geomequals';
 
 
  ALTER FUNCTION public._st_equals(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 63 (class 1255 OID 18416)
  -- Dependencies: 1099 1099 6
  -- Name: _st_expand(geography, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_expand(geography, double precision) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_expand';
 
 
  ALTER FUNCTION public._st_expand(geography, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 64 (class 1255 OID 18417)
  -- Dependencies: 6 1102 1102
  -- Name: _st_intersects(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_intersects(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'intersects';
 
 
  ALTER FUNCTION public._st_intersects(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 65 (class 1255 OID 18418)
  -- Dependencies: 6 1102 1102
  -- Name: _st_linecrossingdirection(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_linecrossingdirection(geometry, geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'ST_LineCrossingDirection';
 
 
  ALTER FUNCTION public._st_linecrossingdirection(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 66 (class 1255 OID 18419)
  -- Dependencies: 1102 1102 1102 6
  -- Name: _st_longestline(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_longestline(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_longestline2d';
 
 
  ALTER FUNCTION public._st_longestline(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 67 (class 1255 OID 18420)
  -- Dependencies: 6 1102 1102
  -- Name: _st_maxdistance(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_maxdistance(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_maxdistance2d_linestring';
 
 
  ALTER FUNCTION public._st_maxdistance(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 68 (class 1255 OID 18421)
  -- Dependencies: 6 1102 1102
  -- Name: _st_orderingequals(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_orderingequals(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_same';
 
 
  ALTER FUNCTION public._st_orderingequals(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 69 (class 1255 OID 18422)
  -- Dependencies: 1102 1102 6
  -- Name: _st_overlaps(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_overlaps(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'overlaps';
 
 
  ALTER FUNCTION public._st_overlaps(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 70 (class 1255 OID 18423)
  -- Dependencies: 6 1099 1099
  -- Name: _st_pointoutside(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_pointoutside(geography) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_point_outside';
 
 
  ALTER FUNCTION public._st_pointoutside(geography) OWNER TO postgres;
 
  --
  -- TOC entry 71 (class 1255 OID 18424)
  -- Dependencies: 6 1102 1102
  -- Name: _st_touches(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_touches(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'touches';
 
 
  ALTER FUNCTION public._st_touches(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 72 (class 1255 OID 18425)
  -- Dependencies: 6 1102 1102
  -- Name: _st_within(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION _st_within(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'within';
 
 
  ALTER FUNCTION public._st_within(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 73 (class 1255 OID 18426)
  -- Dependencies: 6 1168
  -- Name: addauth(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION addauth(text) RETURNS boolean
  LANGUAGE plpgsql
  AS $_$
  DECLARE
  lockid alias for $1;
  okay boolean;
  myrec record;
  BEGIN
  -- check to see if table exists
  -- if not, CREATE TEMP TABLE mylock (transid xid, lockcode text)
  okay := 'f';
  FOR myrec IN SELECT * FROM pg_class WHERE relname = 'temp_lock_have_table' LOOP
  okay := 't';
  END LOOP;
  IF (okay <> 't') THEN
  CREATE TEMP TABLE temp_lock_have_table (transid xid, lockcode text);
  -- this will only work from pgsql7.4 up
  -- ON COMMIT DELETE ROWS;
  END IF;
 
  -- INSERT INTO mylock VALUES ( $1)
  -- EXECUTE 'INSERT INTO temp_lock_have_table VALUES ( '||
  -- quote_literal(getTransactionID()) || ',' ||
  -- quote_literal(lockid) ||')';
 
  INSERT INTO temp_lock_have_table VALUES (getTransactionID(), lockid);
 
  RETURN true::boolean;
  END;
  $_$;
 
 
  ALTER FUNCTION public.addauth(text) OWNER TO postgres;
 
  --
  -- TOC entry 74 (class 1255 OID 18427)
  -- Dependencies: 6 1102 1102
  -- Name: addbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION addbbox(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_addBBOX';
 
 
  ALTER FUNCTION public.addbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 79 (class 1255 OID 18430)
  -- Dependencies: 6 1168
  -- Name: addgeometrycolumn(character varying, character varying, integer, character varying, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION addgeometrycolumn(character varying, character varying, integer, character varying, integer) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  ret text;
  BEGIN
  SELECT AddGeometryColumn('','',$1,$2,$3,$4,$5) into ret;
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.addgeometrycolumn(character varying, character varying, integer, character varying, integer) OWNER TO postgres;
 
  --
  -- TOC entry 78 (class 1255 OID 18429)
  -- Dependencies: 6 1168
  -- Name: addgeometrycolumn(character varying, character varying, character varying, integer, character varying, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION addgeometrycolumn(character varying, character varying, character varying, integer, character varying, integer) RETURNS text
  LANGUAGE plpgsql STABLE STRICT
  AS $_$
  DECLARE
  ret text;
  BEGIN
  SELECT AddGeometryColumn('',$1,$2,$3,$4,$5,$6) into ret;
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.addgeometrycolumn(character varying, character varying, character varying, integer, character varying, integer) OWNER TO postgres;
 
  --
  -- TOC entry 77 (class 1255 OID 18428)
  -- Dependencies: 6 1168
  -- Name: addgeometrycolumn(character varying, character varying, character varying, character varying, integer, character varying, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION addgeometrycolumn(character varying, character varying, character varying, character varying, integer, character varying, integer) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  catalog_name alias for $1;
  schema_name alias for $2;
  table_name alias for $3;
  column_name alias for $4;
  new_srid alias for $5;
  new_type alias for $6;
  new_dim alias for $7;
  rec RECORD;
  sr varchar;
  real_schema name;
  sql text;
 
  BEGIN
 
  -- Verify geometry type
  IF ( NOT ( (new_type = 'GEOMETRY') OR
  (new_type = 'GEOMETRYCOLLECTION') OR
  (new_type = 'POINT') OR
  (new_type = 'MULTIPOINT') OR
  (new_type = 'POLYGON') OR
  (new_type = 'MULTIPOLYGON') OR
  (new_type = 'LINESTRING') OR
  (new_type = 'MULTILINESTRING') OR
  (new_type = 'GEOMETRYCOLLECTIONM') OR
  (new_type = 'POINTM') OR
  (new_type = 'MULTIPOINTM') OR
  (new_type = 'POLYGONM') OR
  (new_type = 'MULTIPOLYGONM') OR
  (new_type = 'LINESTRINGM') OR
  (new_type = 'MULTILINESTRINGM') OR
  (new_type = 'CIRCULARSTRING') OR
  (new_type = 'CIRCULARSTRINGM') OR
  (new_type = 'COMPOUNDCURVE') OR
  (new_type = 'COMPOUNDCURVEM') OR
  (new_type = 'CURVEPOLYGON') OR
  (new_type = 'CURVEPOLYGONM') OR
  (new_type = 'MULTICURVE') OR
  (new_type = 'MULTICURVEM') OR
  (new_type = 'MULTISURFACE') OR
  (new_type = 'MULTISURFACEM')) )
  THEN
  RAISE EXCEPTION 'Invalid type name - valid ones are:
  POINT, MULTIPOINT,
  LINESTRING, MULTILINESTRING,
  POLYGON, MULTIPOLYGON,
  CIRCULARSTRING, COMPOUNDCURVE, MULTICURVE,
  CURVEPOLYGON, MULTISURFACE,
  GEOMETRY, GEOMETRYCOLLECTION,
  POINTM, MULTIPOINTM,
  LINESTRINGM, MULTILINESTRINGM,
  POLYGONM, MULTIPOLYGONM,
  CIRCULARSTRINGM, COMPOUNDCURVEM, MULTICURVEM
  CURVEPOLYGONM, MULTISURFACEM,
  or GEOMETRYCOLLECTIONM';
  RETURN 'fail';
  END IF;
 
 
  -- Verify dimension
  IF ( (new_dim >4) OR (new_dim <0) ) THEN
  RAISE EXCEPTION 'invalid dimension';
  RETURN 'fail';
  END IF;
 
  IF ( (new_type LIKE '%M') AND (new_dim!=3) ) THEN
  RAISE EXCEPTION 'TypeM needs 3 dimensions';
  RETURN 'fail';
  END IF;
 
 
  -- Verify SRID
  IF ( new_srid != -1 ) THEN
  SELECT SRID INTO sr FROM spatial_ref_sys WHERE SRID = new_srid;
  IF NOT FOUND THEN
  RAISE EXCEPTION 'AddGeometryColumns() - invalid SRID';
  RETURN 'fail';
  END IF;
  END IF;
 
 
  -- Verify schema
  IF ( schema_name IS NOT NULL AND schema_name != '' ) THEN
  sql := 'SELECT nspname FROM pg_namespace ' ||
  'WHERE text(nspname) = ' || quote_literal(schema_name) ||
  'LIMIT 1';
  RAISE DEBUG '%', sql;
  EXECUTE sql INTO real_schema;
 
  IF ( real_schema IS NULL ) THEN
  RAISE EXCEPTION 'Schema % is not a valid schemaname', quote_literal(schema_name);
  RETURN 'fail';
  END IF;
  END IF;
 
  IF ( real_schema IS NULL ) THEN
  RAISE DEBUG 'Detecting schema';
  sql := 'SELECT n.nspname AS schemaname ' ||
  'FROM pg_catalog.pg_class c ' ||
  'JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace ' ||
  'WHERE c.relkind = ' || quote_literal('r') ||
  ' AND n.nspname NOT IN (' || quote_literal('pg_catalog') || ', ' || quote_literal('pg_toast') || ')' ||
  ' AND pg_catalog.pg_table_is_visible(c.oid)' ||
  ' AND c.relname = ' || quote_literal(table_name);
  RAISE DEBUG '%', sql;
  EXECUTE sql INTO real_schema;
 
  IF ( real_schema IS NULL ) THEN
  RAISE EXCEPTION 'Table % does not occur in the search_path', quote_literal(table_name);
  RETURN 'fail';
  END IF;
  END IF;
 
 
  -- Add geometry column to table
  sql := 'ALTER TABLE ' ||
  quote_ident(real_schema) || '.' || quote_ident(table_name)
  || ' ADD COLUMN ' || quote_ident(column_name) ||
  ' geometry ';
  RAISE DEBUG '%', sql;
  EXECUTE sql;
 
 
  -- Delete stale record in geometry_columns (if any)
  sql := 'DELETE FROM geometry_columns WHERE
  f_table_catalog = ' || quote_literal('') ||
  ' AND f_table_schema = ' ||
  quote_literal(real_schema) ||
  ' AND f_table_name = ' || quote_literal(table_name) ||
  ' AND f_geometry_column = ' || quote_literal(column_name);
  RAISE DEBUG '%', sql;
  EXECUTE sql;
 
 
  -- Add record in geometry_columns
  sql := 'INSERT INTO geometry_columns (f_table_catalog,f_table_schema,f_table_name,' ||
  'f_geometry_column,coord_dimension,srid,type)' ||
  ' VALUES (' ||
  quote_literal('') || ',' ||
  quote_literal(real_schema) || ',' ||
  quote_literal(table_name) || ',' ||
  quote_literal(column_name) || ',' ||
  new_dim::text || ',' ||
  new_srid::text || ',' ||
  quote_literal(new_type) || ')';
  RAISE DEBUG '%', sql;
  EXECUTE sql;
 
 
  -- Add table CHECKs
  sql := 'ALTER TABLE ' ||
  quote_ident(real_schema) || '.' || quote_ident(table_name)
  || ' ADD CONSTRAINT '
  || quote_ident('enforce_srid_' || column_name)
  || ' CHECK (ST_SRID(' || quote_ident(column_name) ||
  ') = ' || new_srid::text || ')' ;
  RAISE DEBUG '%', sql;
  EXECUTE sql;
 
  sql := 'ALTER TABLE ' ||
  quote_ident(real_schema) || '.' || quote_ident(table_name)
  || ' ADD CONSTRAINT '
  || quote_ident('enforce_dims_' || column_name)
  || ' CHECK (ST_NDims(' || quote_ident(column_name) ||
  ') = ' || new_dim::text || ')' ;
  RAISE DEBUG '%', sql;
  EXECUTE sql;
 
  IF ( NOT (new_type = 'GEOMETRY')) THEN
  sql := 'ALTER TABLE ' ||
  quote_ident(real_schema) || '.' || quote_ident(table_name) || ' ADD CONSTRAINT ' ||
  quote_ident('enforce_geotype_' || column_name) ||
  ' CHECK (GeometryType(' ||
  quote_ident(column_name) || ')=' ||
  quote_literal(new_type) || ' OR (' ||
  quote_ident(column_name) || ') is null)';
  RAISE DEBUG '%', sql;
  EXECUTE sql;
  END IF;
 
  RETURN
  real_schema || '.' ||
  table_name || '.' || column_name ||
  ' SRID:' || new_srid::text ||
  ' TYPE:' || new_type ||
  ' DIMS:' || new_dim::text || ' ';
  END;
  $_$;
 
 
  ALTER FUNCTION public.addgeometrycolumn(character varying, character varying, character varying, character varying, integer, character varying, integer) OWNER TO postgres;
 
  --
  -- TOC entry 80 (class 1255 OID 18431)
  -- Dependencies: 6 1102 1102 1102
  -- Name: addpoint(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION addpoint(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_addpoint';
 
 
  ALTER FUNCTION public.addpoint(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 81 (class 1255 OID 18432)
  -- Dependencies: 6 1102 1102 1102
  -- Name: addpoint(geometry, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION addpoint(geometry, geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_addpoint';
 
 
  ALTER FUNCTION public.addpoint(geometry, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 83 (class 1255 OID 18434)
  -- Dependencies: 1102 6 1102
  -- Name: affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, $2, $3, 0, $4, $5, 0, 0, 0, 1, $6, $7, 0)$_$;
 
 
  ALTER FUNCTION public.affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 82 (class 1255 OID 18433)
  -- Dependencies: 1102 1102 6
  -- Name: affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_affine';
 
 
  ALTER FUNCTION public.affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 84 (class 1255 OID 18435)
  -- Dependencies: 1102 6
  -- Name: area(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION area(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_area_polygon';
 
 
  ALTER FUNCTION public.area(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 85 (class 1255 OID 18436)
  -- Dependencies: 1102 6
  -- Name: area2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION area2d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_area_polygon';
 
 
  ALTER FUNCTION public.area2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 86 (class 1255 OID 18437)
  -- Dependencies: 1102 6
  -- Name: asbinary(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION asbinary(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asBinary';
 
 
  ALTER FUNCTION public.asbinary(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 87 (class 1255 OID 18438)
  -- Dependencies: 1102 6
  -- Name: asbinary(geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION asbinary(geometry, text) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asBinary';
 
 
  ALTER FUNCTION public.asbinary(geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 88 (class 1255 OID 18439)
  -- Dependencies: 6 1102
  -- Name: asewkb(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION asewkb(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'WKBFromLWGEOM';
 
 
  ALTER FUNCTION public.asewkb(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 89 (class 1255 OID 18440)
  -- Dependencies: 1102 6
  -- Name: asewkb(geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION asewkb(geometry, text) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'WKBFromLWGEOM';
 
 
  ALTER FUNCTION public.asewkb(geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 90 (class 1255 OID 18441)
  -- Dependencies: 1102 6
  -- Name: asewkt(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION asewkt(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asEWKT';
 
 
  ALTER FUNCTION public.asewkt(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 92 (class 1255 OID 18443)
  -- Dependencies: 6 1102
  -- Name: asgml(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION asgml(geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, 15, 0)$_$;
 
 
  ALTER FUNCTION public.asgml(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 91 (class 1255 OID 18442)
  -- Dependencies: 1102 6
  -- Name: asgml(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION asgml(geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, $2, 0)$_$;
 
 
  ALTER FUNCTION public.asgml(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 93 (class 1255 OID 18444)
  -- Dependencies: 6 1102
  -- Name: ashexewkb(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION ashexewkb(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asHEXEWKB';
 
 
  ALTER FUNCTION public.ashexewkb(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 94 (class 1255 OID 18445)
  -- Dependencies: 1102 6
  -- Name: ashexewkb(geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION ashexewkb(geometry, text) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asHEXEWKB';
 
 
  ALTER FUNCTION public.ashexewkb(geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 96 (class 1255 OID 18447)
  -- Dependencies: 1102 6
  -- Name: askml(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION askml(geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML(2, transform($1,4326), 15)$_$;
 
 
  ALTER FUNCTION public.askml(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 95 (class 1255 OID 18446)
  -- Dependencies: 1102 6
  -- Name: askml(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION askml(geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML(2, transform($1,4326), $2)$_$;
 
 
  ALTER FUNCTION public.askml(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 97 (class 1255 OID 18448)
  -- Dependencies: 6 1102
  -- Name: askml(integer, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION askml(integer, geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML($1, transform($2,4326), $3)$_$;
 
 
  ALTER FUNCTION public.askml(integer, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 100 (class 1255 OID 18451)
  -- Dependencies: 6 1102
  -- Name: assvg(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION assvg(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'assvg_geometry';
 
 
  ALTER FUNCTION public.assvg(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 99 (class 1255 OID 18450)
  -- Dependencies: 6 1102
  -- Name: assvg(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION assvg(geometry, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'assvg_geometry';
 
 
  ALTER FUNCTION public.assvg(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 98 (class 1255 OID 18449)
  -- Dependencies: 6 1102
  -- Name: assvg(geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION assvg(geometry, integer, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'assvg_geometry';
 
 
  ALTER FUNCTION public.assvg(geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 101 (class 1255 OID 18452)
  -- Dependencies: 1102 6
  -- Name: astext(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION astext(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asText';
 
 
  ALTER FUNCTION public.astext(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 102 (class 1255 OID 18453)
  -- Dependencies: 6 1102 1102
  -- Name: azimuth(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION azimuth(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_azimuth';
 
 
  ALTER FUNCTION public.azimuth(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 103 (class 1255 OID 18454)
  -- Dependencies: 1102 1168 6
  -- Name: bdmpolyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION bdmpolyfromtext(text, integer) RETURNS geometry
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  geomtext alias for $1;
  srid alias for $2;
  mline geometry;
  geom geometry;
  BEGIN
  mline := MultiLineStringFromText(geomtext, srid);
 
  IF mline IS NULL
  THEN
  RAISE EXCEPTION 'Input is not a MultiLinestring';
  END IF;
 
  geom := multi(BuildArea(mline));
 
  RETURN geom;
  END;
  $_$;
 
 
  ALTER FUNCTION public.bdmpolyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 75 (class 1255 OID 18455)
  -- Dependencies: 6 1168 1102
  -- Name: bdpolyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION bdpolyfromtext(text, integer) RETURNS geometry
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  geomtext alias for $1;
  srid alias for $2;
  mline geometry;
  geom geometry;
  BEGIN
  mline := MultiLineStringFromText(geomtext, srid);
 
  IF mline IS NULL
  THEN
  RAISE EXCEPTION 'Input is not a MultiLinestring';
  END IF;
 
  geom := BuildArea(mline);
 
  IF GeometryType(geom) != 'POLYGON'
  THEN
  RAISE EXCEPTION 'Input returns more then a single polygon, try using BdMPolyFromText instead';
  END IF;
 
  RETURN geom;
  END;
  $_$;
 
 
  ALTER FUNCTION public.bdpolyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 76 (class 1255 OID 18456)
  -- Dependencies: 6 1102 1102
  -- Name: boundary(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION boundary(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'boundary';
 
 
  ALTER FUNCTION public.boundary(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 104 (class 1255 OID 18457)
  -- Dependencies: 6 1102
  -- Name: box(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box(geometry) RETURNS box
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX';
 
 
  ALTER FUNCTION public.box(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 105 (class 1255 OID 18458)
  -- Dependencies: 6 1090
  -- Name: box(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box(box3d) RETURNS box
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_BOX';
 
 
  ALTER FUNCTION public.box(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 106 (class 1255 OID 18459)
  -- Dependencies: 6 1087 1093
  -- Name: box2d(box3d_extent); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box2d(box3d_extent) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.box2d(box3d_extent) OWNER TO postgres;
 
  --
  -- TOC entry 107 (class 1255 OID 18460)
  -- Dependencies: 6 1087 1102
  -- Name: box2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box2d(geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.box2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 108 (class 1255 OID 18461)
  -- Dependencies: 1087 1090 6
  -- Name: box2d(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box2d(box3d) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.box2d(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 109 (class 1255 OID 18462)
  -- Dependencies: 6 1090 1102
  -- Name: box3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3d(geometry) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX3D';
 
 
  ALTER FUNCTION public.box3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 110 (class 1255 OID 18463)
  -- Dependencies: 6 1090 1087
  -- Name: box3d(box2d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3d(box2d) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_to_BOX3D';
 
 
  ALTER FUNCTION public.box3d(box2d) OWNER TO postgres;
 
  --
  -- TOC entry 111 (class 1255 OID 18464)
  -- Dependencies: 6 1090 1093
  -- Name: box3d_extent(box3d_extent); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3d_extent(box3d_extent) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_extent_to_BOX3D';
 
 
  ALTER FUNCTION public.box3d_extent(box3d_extent) OWNER TO postgres;
 
  --
  -- TOC entry 112 (class 1255 OID 18465)
  -- Dependencies: 6 1090
  -- Name: box3dtobox(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION box3dtobox(box3d) RETURNS box
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT box($1)$_$;
 
 
  ALTER FUNCTION public.box3dtobox(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 113 (class 1255 OID 18466)
  -- Dependencies: 6 1102 1102
  -- Name: buffer(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION buffer(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'buffer';
 
 
  ALTER FUNCTION public.buffer(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 114 (class 1255 OID 18467)
  -- Dependencies: 6 1102 1102
  -- Name: buffer(geometry, double precision, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION buffer(geometry, double precision, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_Buffer($1, $2, $3)$_$;
 
 
  ALTER FUNCTION public.buffer(geometry, double precision, integer) OWNER TO postgres;
 
  --
  -- TOC entry 115 (class 1255 OID 18468)
  -- Dependencies: 6 1102 1102
  -- Name: buildarea(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION buildarea(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_buildarea';
 
 
  ALTER FUNCTION public.buildarea(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 116 (class 1255 OID 18469)
  -- Dependencies: 6 1102
  -- Name: bytea(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION bytea(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_bytea';
 
 
  ALTER FUNCTION public.bytea(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 117 (class 1255 OID 18470)
  -- Dependencies: 6 1102 1102
  -- Name: centroid(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION centroid(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'centroid';
 
 
  ALTER FUNCTION public.centroid(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 119 (class 1255 OID 18472)
  -- Dependencies: 6
  -- Name: checkauth(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION checkauth(text, text) RETURNS integer
  LANGUAGE sql
  AS $_$ SELECT CheckAuth('', $1, $2) $_$;
 
 
  ALTER FUNCTION public.checkauth(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 118 (class 1255 OID 18471)
  -- Dependencies: 6 1168
  -- Name: checkauth(text, text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION checkauth(text, text, text) RETURNS integer
  LANGUAGE plpgsql
  AS $_$
  DECLARE
  schema text;
  BEGIN
  IF NOT LongTransactionsEnabled() THEN
  RAISE EXCEPTION 'Long transaction support disabled, use EnableLongTransaction() to enable.';
  END IF;
 
  if ( $1 != '' ) THEN
  schema = $1;
  ELSE
  SELECT current_schema() into schema;
  END IF;
 
  -- TODO: check for an already existing trigger ?
 
  EXECUTE 'CREATE TRIGGER check_auth BEFORE UPDATE OR DELETE ON '
  || quote_ident(schema) || '.' || quote_ident($2)
  ||' FOR EACH ROW EXECUTE PROCEDURE CheckAuthTrigger('
  || quote_literal($3) || ')';
 
  RETURN 0;
  END;
  $_$;
 
 
  ALTER FUNCTION public.checkauth(text, text, text) OWNER TO postgres;
 
  --
  -- TOC entry 120 (class 1255 OID 18473)
  -- Dependencies: 6
  -- Name: checkauthtrigger(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION checkauthtrigger() RETURNS trigger
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'check_authorization';
 
 
  ALTER FUNCTION public.checkauthtrigger() OWNER TO postgres;
 
  --
  -- TOC entry 121 (class 1255 OID 18474)
  -- Dependencies: 6 1102 1102 1102
  -- Name: collect(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION collect(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'LWGEOM_collect';
 
 
  ALTER FUNCTION public.collect(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 122 (class 1255 OID 18475)
  -- Dependencies: 6 1087 1087 1102
  -- Name: combine_bbox(box2d, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION combine_bbox(box2d, geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_combine';
 
 
  ALTER FUNCTION public.combine_bbox(box2d, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 123 (class 1255 OID 18476)
  -- Dependencies: 6 1093 1093 1102
  -- Name: combine_bbox(box3d_extent, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION combine_bbox(box3d_extent, geometry) RETURNS box3d_extent
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'BOX3D_combine';
 
 
  ALTER FUNCTION public.combine_bbox(box3d_extent, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 124 (class 1255 OID 18477)
  -- Dependencies: 6 1090 1090 1102
  -- Name: combine_bbox(box3d, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION combine_bbox(box3d, geometry) RETURNS box3d
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'BOX3D_combine';
 
 
  ALTER FUNCTION public.combine_bbox(box3d, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 125 (class 1255 OID 18478)
  -- Dependencies: 6 1096
  -- Name: compression(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION compression(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getCompression';
 
 
  ALTER FUNCTION public.compression(chip) OWNER TO postgres;
 
  --
  -- TOC entry 126 (class 1255 OID 18479)
  -- Dependencies: 6 1102 1102
  -- Name: contains(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION contains(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'contains';
 
 
  ALTER FUNCTION public.contains(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 127 (class 1255 OID 18480)
  -- Dependencies: 6 1102 1102
  -- Name: convexhull(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION convexhull(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'convexhull';
 
 
  ALTER FUNCTION public.convexhull(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 128 (class 1255 OID 18481)
  -- Dependencies: 6 1102 1102
  -- Name: crosses(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION crosses(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'crosses';
 
 
  ALTER FUNCTION public.crosses(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 129 (class 1255 OID 18482)
  -- Dependencies: 6 1096
  -- Name: datatype(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION datatype(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getDatatype';
 
 
  ALTER FUNCTION public.datatype(chip) OWNER TO postgres;
 
  --
  -- TOC entry 130 (class 1255 OID 18483)
  -- Dependencies: 6 1102 1102 1102
  -- Name: difference(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION difference(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'difference';
 
 
  ALTER FUNCTION public.difference(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 131 (class 1255 OID 18484)
  -- Dependencies: 6 1102
  -- Name: dimension(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dimension(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dimension';
 
 
  ALTER FUNCTION public.dimension(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 132 (class 1255 OID 18485)
  -- Dependencies: 6 1168
  -- Name: disablelongtransactions(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION disablelongtransactions() RETURNS text
  LANGUAGE plpgsql
  AS $$
  DECLARE
  rec RECORD;
 
  BEGIN
 
  --
  -- Drop all triggers applied by CheckAuth()
  --
  FOR rec IN
  SELECT c.relname, t.tgname, t.tgargs FROM pg_trigger t, pg_class c, pg_proc p
  WHERE p.proname = 'checkauthtrigger' and t.tgfoid = p.oid and t.tgrelid = c.oid
  LOOP
  EXECUTE 'DROP TRIGGER ' || quote_ident(rec.tgname) ||
  ' ON ' || quote_ident(rec.relname);
  END LOOP;
 
  --
  -- Drop the authorization_table table
  --
  FOR rec IN SELECT * FROM pg_class WHERE relname = 'authorization_table' LOOP
  DROP TABLE authorization_table;
  END LOOP;
 
  --
  -- Drop the authorized_tables view
  --
  FOR rec IN SELECT * FROM pg_class WHERE relname = 'authorized_tables' LOOP
  DROP VIEW authorized_tables;
  END LOOP;
 
  RETURN 'Long transactions support disabled';
  END;
  $$;
 
 
  ALTER FUNCTION public.disablelongtransactions() OWNER TO postgres;
 
  --
  -- TOC entry 133 (class 1255 OID 18486)
  -- Dependencies: 6 1102 1102
  -- Name: disjoint(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION disjoint(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'disjoint';
 
 
  ALTER FUNCTION public.disjoint(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 134 (class 1255 OID 18487)
  -- Dependencies: 6 1102 1102
  -- Name: distance(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION distance(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_mindistance2d';
 
 
  ALTER FUNCTION public.distance(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 135 (class 1255 OID 18488)
  -- Dependencies: 6 1102 1102
  -- Name: distance_sphere(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION distance_sphere(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_distance_sphere';
 
 
  ALTER FUNCTION public.distance_sphere(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 136 (class 1255 OID 18489)
  -- Dependencies: 6 1102 1102 1113
  -- Name: distance_spheroid(geometry, geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION distance_spheroid(geometry, geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_distance_ellipsoid';
 
 
  ALTER FUNCTION public.distance_spheroid(geometry, geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 137 (class 1255 OID 18490)
  -- Dependencies: 6 1102 1102
  -- Name: dropbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dropbbox(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dropBBOX';
 
 
  ALTER FUNCTION public.dropbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 140 (class 1255 OID 18493)
  -- Dependencies: 6 1168
  -- Name: dropgeometrycolumn(character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dropgeometrycolumn(character varying, character varying) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  ret text;
  BEGIN
  SELECT DropGeometryColumn('','',$1,$2) into ret;
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.dropgeometrycolumn(character varying, character varying) OWNER TO postgres;
 
  --
  -- TOC entry 139 (class 1255 OID 18492)
  -- Dependencies: 6 1168
  -- Name: dropgeometrycolumn(character varying, character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dropgeometrycolumn(character varying, character varying, character varying) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  ret text;
  BEGIN
  SELECT DropGeometryColumn('',$1,$2,$3) into ret;
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.dropgeometrycolumn(character varying, character varying, character varying) OWNER TO postgres;
 
  --
  -- TOC entry 138 (class 1255 OID 18491)
  -- Dependencies: 6 1168
  -- Name: dropgeometrycolumn(character varying, character varying, character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dropgeometrycolumn(character varying, character varying, character varying, character varying) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  catalog_name alias for $1;
  schema_name alias for $2;
  table_name alias for $3;
  column_name alias for $4;
  myrec RECORD;
  okay boolean;
  real_schema name;
 
  BEGIN
 
 
  -- Find, check or fix schema_name
  IF ( schema_name != '' ) THEN
  okay = 'f';
 
  FOR myrec IN SELECT nspname FROM pg_namespace WHERE text(nspname) = schema_name LOOP
  okay := 't';
  END LOOP;
 
  IF ( okay <> 't' ) THEN
  RAISE NOTICE 'Invalid schema name - using current_schema()';
  SELECT current_schema() into real_schema;
  ELSE
  real_schema = schema_name;
  END IF;
  ELSE
  SELECT current_schema() into real_schema;
  END IF;
 
  -- Find out if the column is in the geometry_columns table
  okay = 'f';
  FOR myrec IN SELECT * from geometry_columns where f_table_schema = text(real_schema) and f_table_name = table_name and f_geometry_column = column_name LOOP
  okay := 't';
  END LOOP;
  IF (okay <> 't') THEN
  RAISE EXCEPTION 'column not found in geometry_columns table';
  RETURN 'f';
  END IF;
 
  -- Remove ref from geometry_columns table
  EXECUTE 'delete from geometry_columns where f_table_schema = ' ||
  quote_literal(real_schema) || ' and f_table_name = ' ||
  quote_literal(table_name) || ' and f_geometry_column = ' ||
  quote_literal(column_name);
 
  -- Remove table column
  EXECUTE 'ALTER TABLE ' || quote_ident(real_schema) || '.' ||
  quote_ident(table_name) || ' DROP COLUMN ' ||
  quote_ident(column_name);
 
  RETURN real_schema || '.' || table_name || '.' || column_name ||' effectively removed.';
 
  END;
  $_$;
 
 
  ALTER FUNCTION public.dropgeometrycolumn(character varying, character varying, character varying, character varying) OWNER TO postgres;
 
  --
  -- TOC entry 143 (class 1255 OID 18496)
  -- Dependencies: 6
  -- Name: dropgeometrytable(character varying); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dropgeometrytable(character varying) RETURNS text
  LANGUAGE sql STRICT
  AS $_$ SELECT DropGeometryTable('','',$1) $_$;
 
 
  ALTER FUNCTION public.dropgeometrytable(character varying) OWNER TO postgres;
 
  --
  -- TOC entry 142 (class 1255 OID 18495)
  -- Dependencies: 6
  -- Name: dropgeometrytable(character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dropgeometrytable(character varying, character varying) RETURNS text
  LANGUAGE sql STRICT
  AS $_$ SELECT DropGeometryTable('',$1,$2) $_$;
 
 
  ALTER FUNCTION public.dropgeometrytable(character varying, character varying) OWNER TO postgres;
 
  --
  -- TOC entry 141 (class 1255 OID 18494)
  -- Dependencies: 6 1168
  -- Name: dropgeometrytable(character varying, character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dropgeometrytable(character varying, character varying, character varying) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  catalog_name alias for $1;
  schema_name alias for $2;
  table_name alias for $3;
  real_schema name;
 
  BEGIN
 
  IF ( schema_name = '' ) THEN
  SELECT current_schema() into real_schema;
  ELSE
  real_schema = schema_name;
  END IF;
 
  -- Remove refs from geometry_columns table
  EXECUTE 'DELETE FROM geometry_columns WHERE ' ||
  'f_table_schema = ' || quote_literal(real_schema) ||
  ' AND ' ||
  ' f_table_name = ' || quote_literal(table_name);
 
  -- Remove table
  EXECUTE 'DROP TABLE '
  || quote_ident(real_schema) || '.' ||
  quote_ident(table_name);
 
  RETURN
  real_schema || '.' ||
  table_name ||' dropped.';
 
  END;
  $_$;
 
 
  ALTER FUNCTION public.dropgeometrytable(character varying, character varying, character varying) OWNER TO postgres;
 
  --
  -- TOC entry 144 (class 1255 OID 18497)
  -- Dependencies: 6 1105 1102
  -- Name: dump(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dump(geometry) RETURNS SETOF geometry_dump
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dump';
 
 
  ALTER FUNCTION public.dump(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 145 (class 1255 OID 18498)
  -- Dependencies: 6 1105 1102
  -- Name: dumprings(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION dumprings(geometry) RETURNS SETOF geometry_dump
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dump_rings';
 
 
  ALTER FUNCTION public.dumprings(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 146 (class 1255 OID 18499)
  -- Dependencies: 6 1168
  -- Name: enablelongtransactions(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION enablelongtransactions() RETURNS text
  LANGUAGE plpgsql
  AS $$
  DECLARE
  "query" text;
  exists bool;
  rec RECORD;
 
  BEGIN
 
  exists = 'f';
  FOR rec IN SELECT * FROM pg_class WHERE relname = 'authorization_table'
  LOOP
  exists = 't';
  END LOOP;
 
  IF NOT exists
  THEN
  "query" = 'CREATE TABLE authorization_table (
  toid oid, -- table oid
  rid text, -- row id
  expires timestamp,
  authid text
  )';
  EXECUTE "query";
  END IF;
 
  exists = 'f';
  FOR rec IN SELECT * FROM pg_class WHERE relname = 'authorized_tables'
  LOOP
  exists = 't';
  END LOOP;
 
  IF NOT exists THEN
  "query" = 'CREATE VIEW authorized_tables AS ' ||
  'SELECT ' ||
  'n.nspname as schema, ' ||
  'c.relname as table, trim(' ||
  quote_literal(chr(92) || '000') ||
  ' from t.tgargs) as id_column ' ||
  'FROM pg_trigger t, pg_class c, pg_proc p ' ||
  ', pg_namespace n ' ||
  'WHERE p.proname = ' || quote_literal('checkauthtrigger') ||
  ' AND c.relnamespace = n.oid' ||
  ' AND t.tgfoid = p.oid and t.tgrelid = c.oid';
  EXECUTE "query";
  END IF;
 
  RETURN 'Long transactions support enabled';
  END;
  $$;
 
 
  ALTER FUNCTION public.enablelongtransactions() OWNER TO postgres;
 
  --
  -- TOC entry 147 (class 1255 OID 18500)
  -- Dependencies: 6 1102 1102
  -- Name: endpoint(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION endpoint(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_endpoint_linestring';
 
 
  ALTER FUNCTION public.endpoint(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 148 (class 1255 OID 18501)
  -- Dependencies: 6 1102 1102
  -- Name: envelope(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION envelope(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_envelope';
 
 
  ALTER FUNCTION public.envelope(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 149 (class 1255 OID 18502)
  -- Dependencies: 6 1102 1102
  -- Name: equals(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION equals(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geomequals';
 
 
  ALTER FUNCTION public.equals(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 151 (class 1255 OID 18504)
  -- Dependencies: 6 1087
  -- Name: estimated_extent(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION estimated_extent(text, text) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER
  AS '$libdir/postgis-1.5', 'LWGEOM_estimated_extent';
 
 
  ALTER FUNCTION public.estimated_extent(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 150 (class 1255 OID 18503)
  -- Dependencies: 6 1087
  -- Name: estimated_extent(text, text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION estimated_extent(text, text, text) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER
  AS '$libdir/postgis-1.5', 'LWGEOM_estimated_extent';
 
 
  ALTER FUNCTION public.estimated_extent(text, text, text) OWNER TO postgres;
 
  --
  -- TOC entry 152 (class 1255 OID 18505)
  -- Dependencies: 6 1090 1090
  -- Name: expand(box3d, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION expand(box3d, double precision) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_expand';
 
 
  ALTER FUNCTION public.expand(box3d, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 153 (class 1255 OID 18506)
  -- Dependencies: 6 1087 1087
  -- Name: expand(box2d, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION expand(box2d, double precision) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_expand';
 
 
  ALTER FUNCTION public.expand(box2d, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 154 (class 1255 OID 18507)
  -- Dependencies: 6 1102 1102
  -- Name: expand(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION expand(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_expand';
 
 
  ALTER FUNCTION public.expand(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 155 (class 1255 OID 18508)
  -- Dependencies: 6 1102 1102
  -- Name: exteriorring(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION exteriorring(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_exteriorring_polygon';
 
 
  ALTER FUNCTION public.exteriorring(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 156 (class 1255 OID 18509)
  -- Dependencies: 6 1096
  -- Name: factor(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION factor(chip) RETURNS real
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getFactor';
 
 
  ALTER FUNCTION public.factor(chip) OWNER TO postgres;
 
  --
  -- TOC entry 158 (class 1255 OID 18511)
  -- Dependencies: 6 1168 1087
  -- Name: find_extent(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION find_extent(text, text) RETURNS box2d
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  tablename alias for $1;
  columnname alias for $2;
  myrec RECORD;
 
  BEGIN
  FOR myrec IN EXECUTE 'SELECT extent("' || columnname || '") FROM "' || tablename || '"' LOOP
  return myrec.extent;
  END LOOP;
  END;
  $_$;
 
 
  ALTER FUNCTION public.find_extent(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 157 (class 1255 OID 18510)
  -- Dependencies: 6 1168 1087
  -- Name: find_extent(text, text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION find_extent(text, text, text) RETURNS box2d
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  schemaname alias for $1;
  tablename alias for $2;
  columnname alias for $3;
  myrec RECORD;
 
  BEGIN
  FOR myrec IN EXECUTE 'SELECT extent("' || columnname || '") FROM "' || schemaname || '"."' || tablename || '"' LOOP
  return myrec.extent;
  END LOOP;
  END;
  $_$;
 
 
  ALTER FUNCTION public.find_extent(text, text, text) OWNER TO postgres;
 
  --
  -- TOC entry 159 (class 1255 OID 18512)
  -- Dependencies: 6 1168
  -- Name: find_srid(character varying, character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION find_srid(character varying, character varying, character varying) RETURNS integer
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  schem text;
  tabl text;
  sr int4;
  BEGIN
  IF $1 IS NULL THEN
  RAISE EXCEPTION 'find_srid() - schema is NULL!';
  END IF;
  IF $2 IS NULL THEN
  RAISE EXCEPTION 'find_srid() - table name is NULL!';
  END IF;
  IF $3 IS NULL THEN
  RAISE EXCEPTION 'find_srid() - column name is NULL!';
  END IF;
  schem = $1;
  tabl = $2;
  -- if the table contains a . and the schema is empty
  -- split the table into a schema and a table
  -- otherwise drop through to default behavior
  IF ( schem = '' and tabl LIKE '%.%' ) THEN
  schem = substr(tabl,1,strpos(tabl,'.')-1);
  tabl = substr(tabl,length(schem)+2);
  ELSE
  schem = schem || '%';
  END IF;
 
  select SRID into sr from geometry_columns where f_table_schema like schem and f_table_name = tabl and f_geometry_column = $3;
  IF NOT FOUND THEN
  RAISE EXCEPTION 'find_srid() - couldnt find the corresponding SRID - is the geometry registered in the GEOMETRY_COLUMNS table? Is there an uppercase/lowercase missmatch?';
  END IF;
  return sr;
  END;
  $_$;
 
 
  ALTER FUNCTION public.find_srid(character varying, character varying, character varying) OWNER TO postgres;
 
  --
  -- TOC entry 160 (class 1255 OID 18513)
  -- Dependencies: 6 1168
  -- Name: fix_geometry_columns(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION fix_geometry_columns() RETURNS text
  LANGUAGE plpgsql
  AS $$
  DECLARE
  mislinked record;
  result text;
  linked integer;
  deleted integer;
  foundschema integer;
  BEGIN
 
  -- Since 7.3 schema support has been added.
  -- Previous postgis versions used to put the database name in
  -- the schema column. This needs to be fixed, so we try to
  -- set the correct schema for each geometry_colums record
  -- looking at table, column, type and srid.
  UPDATE geometry_columns SET f_table_schema = n.nspname
  FROM pg_namespace n, pg_class c, pg_attribute a,
  pg_constraint sridcheck, pg_constraint typecheck
  WHERE ( f_table_schema is NULL
  OR f_table_schema = ''
  OR f_table_schema NOT IN (
  SELECT nspname::varchar
  FROM pg_namespace nn, pg_class cc, pg_attribute aa
  WHERE cc.relnamespace = nn.oid
  AND cc.relname = f_table_name::name
  AND aa.attrelid = cc.oid
  AND aa.attname = f_geometry_column::name))
  AND f_table_name::name = c.relname
  AND c.oid = a.attrelid
  AND c.relnamespace = n.oid
  AND f_geometry_column::name = a.attname
 
  AND sridcheck.conrelid = c.oid
  AND sridcheck.consrc LIKE '(srid(% = %)'
  AND sridcheck.consrc ~ textcat(' = ', srid::text)
 
  AND typecheck.conrelid = c.oid
  AND typecheck.consrc LIKE
  '((geometrytype(%) = ''%''::text) OR (% IS NULL))'
  AND typecheck.consrc ~ textcat(' = ''', type::text)
 
  AND NOT EXISTS (
  SELECT oid FROM geometry_columns gc
  WHERE c.relname::varchar = gc.f_table_name
  AND n.nspname::varchar = gc.f_table_schema
  AND a.attname::varchar = gc.f_geometry_column
  );
 
  GET DIAGNOSTICS foundschema = ROW_COUNT;
 
  -- no linkage to system table needed
  return 'fixed:'||foundschema::text;
 
  END;
  $$;
 
 
  ALTER FUNCTION public.fix_geometry_columns() OWNER TO postgres;
 
  --
  -- TOC entry 161 (class 1255 OID 18514)
  -- Dependencies: 6 1102 1102
  -- Name: force_2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION force_2d(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_2d';
 
 
  ALTER FUNCTION public.force_2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 162 (class 1255 OID 18515)
  -- Dependencies: 6 1102 1102
  -- Name: force_3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION force_3d(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_3dz';
 
 
  ALTER FUNCTION public.force_3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 163 (class 1255 OID 18516)
  -- Dependencies: 6 1102 1102
  -- Name: force_3dm(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION force_3dm(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_3dm';
 
 
  ALTER FUNCTION public.force_3dm(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 164 (class 1255 OID 18517)
  -- Dependencies: 6 1102 1102
  -- Name: force_3dz(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION force_3dz(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_3dz';
 
 
  ALTER FUNCTION public.force_3dz(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 165 (class 1255 OID 18518)
  -- Dependencies: 6 1102 1102
  -- Name: force_4d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION force_4d(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_4d';
 
 
  ALTER FUNCTION public.force_4d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 166 (class 1255 OID 18519)
  -- Dependencies: 6 1102 1102
  -- Name: force_collection(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION force_collection(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_collection';
 
 
  ALTER FUNCTION public.force_collection(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 167 (class 1255 OID 18520)
  -- Dependencies: 6 1102 1102
  -- Name: forcerhr(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION forcerhr(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_forceRHR_poly';
 
 
  ALTER FUNCTION public.forcerhr(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 169 (class 1255 OID 18522)
  -- Dependencies: 6 1099 1102
  -- Name: geography(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography(geometry) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_from_geometry';
 
 
  ALTER FUNCTION public.geography(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 168 (class 1255 OID 18521)
  -- Dependencies: 6 1099 1099
  -- Name: geography(geography, integer, boolean); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography(geography, integer, boolean) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_enforce_typmod';
 
 
  ALTER FUNCTION public.geography(geography, integer, boolean) OWNER TO postgres;
 
  --
  -- TOC entry 170 (class 1255 OID 18523)
  -- Dependencies: 6 1099 1099
  -- Name: geography_cmp(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_cmp(geography, geography) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_cmp';
 
 
  ALTER FUNCTION public.geography_cmp(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 171 (class 1255 OID 18524)
  -- Dependencies: 6 1099 1099
  -- Name: geography_eq(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_eq(geography, geography) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_eq';
 
 
  ALTER FUNCTION public.geography_eq(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 172 (class 1255 OID 18525)
  -- Dependencies: 6 1099 1099
  -- Name: geography_ge(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_ge(geography, geography) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_ge';
 
 
  ALTER FUNCTION public.geography_ge(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 173 (class 1255 OID 18526)
  -- Dependencies: 6
  -- Name: geography_gist_compress(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_compress(internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_compress';
 
 
  ALTER FUNCTION public.geography_gist_compress(internal) OWNER TO postgres;
 
  --
  -- TOC entry 174 (class 1255 OID 18527)
  -- Dependencies: 6 1102
  -- Name: geography_gist_consistent(internal, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_consistent(internal, geometry, integer) RETURNS boolean
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_consistent';
 
 
  ALTER FUNCTION public.geography_gist_consistent(internal, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 175 (class 1255 OID 18528)
  -- Dependencies: 6
  -- Name: geography_gist_decompress(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_decompress(internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_decompress';
 
 
  ALTER FUNCTION public.geography_gist_decompress(internal) OWNER TO postgres;
 
  --
  -- TOC entry 176 (class 1255 OID 18529)
  -- Dependencies: 6
  -- Name: geography_gist_join_selectivity(internal, oid, internal, smallint); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_join_selectivity(internal, oid, internal, smallint) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_join_selectivity';
 
 
  ALTER FUNCTION public.geography_gist_join_selectivity(internal, oid, internal, smallint) OWNER TO postgres;
 
  --
  -- TOC entry 177 (class 1255 OID 18530)
  -- Dependencies: 6
  -- Name: geography_gist_penalty(internal, internal, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_penalty(internal, internal, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_penalty';
 
 
  ALTER FUNCTION public.geography_gist_penalty(internal, internal, internal) OWNER TO postgres;
 
  --
  -- TOC entry 178 (class 1255 OID 18531)
  -- Dependencies: 6
  -- Name: geography_gist_picksplit(internal, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_picksplit(internal, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_picksplit';
 
 
  ALTER FUNCTION public.geography_gist_picksplit(internal, internal) OWNER TO postgres;
 
  --
  -- TOC entry 179 (class 1255 OID 18532)
  -- Dependencies: 6 1087 1087
  -- Name: geography_gist_same(box2d, box2d, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_same(box2d, box2d, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_same';
 
 
  ALTER FUNCTION public.geography_gist_same(box2d, box2d, internal) OWNER TO postgres;
 
  --
  -- TOC entry 180 (class 1255 OID 18533)
  -- Dependencies: 6
  -- Name: geography_gist_selectivity(internal, oid, internal, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_selectivity(internal, oid, internal, integer) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_selectivity';
 
 
  ALTER FUNCTION public.geography_gist_selectivity(internal, oid, internal, integer) OWNER TO postgres;
 
  --
  -- TOC entry 181 (class 1255 OID 18534)
  -- Dependencies: 6
  -- Name: geography_gist_union(bytea, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gist_union(bytea, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'geography_gist_union';
 
 
  ALTER FUNCTION public.geography_gist_union(bytea, internal) OWNER TO postgres;
 
  --
  -- TOC entry 182 (class 1255 OID 18535)
  -- Dependencies: 6 1099 1099
  -- Name: geography_gt(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_gt(geography, geography) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_gt';
 
 
  ALTER FUNCTION public.geography_gt(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 183 (class 1255 OID 18536)
  -- Dependencies: 6 1099 1099
  -- Name: geography_le(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_le(geography, geography) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_le';
 
 
  ALTER FUNCTION public.geography_le(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 184 (class 1255 OID 18537)
  -- Dependencies: 6 1099 1099
  -- Name: geography_lt(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_lt(geography, geography) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_lt';
 
 
  ALTER FUNCTION public.geography_lt(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 185 (class 1255 OID 18538)
  -- Dependencies: 6 1099 1099
  -- Name: geography_overlaps(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_overlaps(geography, geography) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_overlaps';
 
 
  ALTER FUNCTION public.geography_overlaps(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 186 (class 1255 OID 18539)
  -- Dependencies: 6
  -- Name: geography_typmod_dims(integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_typmod_dims(integer) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_typmod_dims';
 
 
  ALTER FUNCTION public.geography_typmod_dims(integer) OWNER TO postgres;
 
  --
  -- TOC entry 187 (class 1255 OID 18540)
  -- Dependencies: 6
  -- Name: geography_typmod_srid(integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_typmod_srid(integer) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_typmod_srid';
 
 
  ALTER FUNCTION public.geography_typmod_srid(integer) OWNER TO postgres;
 
  --
  -- TOC entry 188 (class 1255 OID 18541)
  -- Dependencies: 6
  -- Name: geography_typmod_type(integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geography_typmod_type(integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_typmod_type';
 
 
  ALTER FUNCTION public.geography_typmod_type(integer) OWNER TO postgres;
 
  --
  -- TOC entry 190 (class 1255 OID 18543)
  -- Dependencies: 6 1102
  -- Name: geomcollfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomcollfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(GeomFromText($1)) = 'GEOMETRYCOLLECTION'
  THEN GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.geomcollfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 189 (class 1255 OID 18542)
  -- Dependencies: 6 1102
  -- Name: geomcollfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomcollfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(GeomFromText($1, $2)) = 'GEOMETRYCOLLECTION'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.geomcollfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 192 (class 1255 OID 18545)
  -- Dependencies: 6 1102
  -- Name: geomcollfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomcollfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(GeomFromWKB($1)) = 'GEOMETRYCOLLECTION'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.geomcollfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 191 (class 1255 OID 18544)
  -- Dependencies: 6 1102
  -- Name: geomcollfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomcollfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(GeomFromWKB($1, $2)) = 'GEOMETRYCOLLECTION'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.geomcollfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 193 (class 1255 OID 18546)
  -- Dependencies: 6 1102 1093
  -- Name: geometry(box3d_extent); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry(box3d_extent) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_LWGEOM';
 
 
  ALTER FUNCTION public.geometry(box3d_extent) OWNER TO postgres;
 
  --
  -- TOC entry 194 (class 1255 OID 18547)
  -- Dependencies: 6 1102 1087
  -- Name: geometry(box2d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry(box2d) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_to_LWGEOM';
 
 
  ALTER FUNCTION public.geometry(box2d) OWNER TO postgres;
 
  --
  -- TOC entry 195 (class 1255 OID 18548)
  -- Dependencies: 6 1102 1090
  -- Name: geometry(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry(box3d) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_LWGEOM';
 
 
  ALTER FUNCTION public.geometry(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 196 (class 1255 OID 18549)
  -- Dependencies: 6 1102
  -- Name: geometry(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'parse_WKT_lwgeom';
 
 
  ALTER FUNCTION public.geometry(text) OWNER TO postgres;
 
  --
  -- TOC entry 197 (class 1255 OID 18550)
  -- Dependencies: 6 1102 1096
  -- Name: geometry(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry(chip) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_to_LWGEOM';
 
 
  ALTER FUNCTION public.geometry(chip) OWNER TO postgres;
 
  --
  -- TOC entry 198 (class 1255 OID 18551)
  -- Dependencies: 6 1102
  -- Name: geometry(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry(bytea) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_bytea';
 
 
  ALTER FUNCTION public.geometry(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 199 (class 1255 OID 18552)
  -- Dependencies: 6 1102 1099
  -- Name: geometry(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry(geography) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geometry_from_geography';
 
 
  ALTER FUNCTION public.geometry(geography) OWNER TO postgres;
 
  --
  -- TOC entry 200 (class 1255 OID 18553)
  -- Dependencies: 6 1102 1102
  -- Name: geometry_above(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_above(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_above';
 
 
  ALTER FUNCTION public.geometry_above(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 201 (class 1255 OID 18554)
  -- Dependencies: 6 1102 1102
  -- Name: geometry_below(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_below(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_below';
 
 
  ALTER FUNCTION public.geometry_below(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 202 (class 1255 OID 18555)
  -- Dependencies: 6 1102 1102
  -- Name: geometry_cmp(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_cmp(geometry, geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_cmp';
 
 
  ALTER FUNCTION public.geometry_cmp(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 203 (class 1255 OID 18556)
  -- Dependencies: 6 1102 1102
  -- Name: geometry_contain(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_contain(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_contain';
 
 
  ALTER FUNCTION public.geometry_contain(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 204 (class 1255 OID 18557)
  -- Dependencies: 6 1102 1102
  -- Name: geometry_contained(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_contained(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_contained';
 
 
  ALTER FUNCTION public.geometry_contained(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 205 (class 1255 OID 18558)
  -- Dependencies: 6 1102 1102
  -- Name: geometry_eq(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_eq(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_eq';
 
 
  ALTER FUNCTION public.geometry_eq(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 206 (class 1255 OID 18559)
  -- Dependencies: 6 1102 1102
  -- Name: geometry_ge(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_ge(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_ge';
 
 
  ALTER FUNCTION public.geometry_ge(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 207 (class 1255 OID 18560)
  -- Dependencies: 6
  -- Name: geometry_gist_joinsel(internal, oid, internal, smallint); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_gist_joinsel(internal, oid, internal, smallint) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_joinsel';
 
 
  ALTER FUNCTION public.geometry_gist_joinsel(internal, oid, internal, smallint) OWNER TO postgres;
 
  --
  -- TOC entry 208 (class 1255 OID 18561)
  -- Dependencies: 6
  -- Name: geometry_gist_sel(internal, oid, internal, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_gist_sel(internal, oid, internal, integer) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_sel';
 
 
  ALTER FUNCTION public.geometry_gist_sel(internal, oid, internal, integer) OWNER TO postgres;
 
  --
  -- TOC entry 209 (class 1255 OID 18562)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_gt(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_gt(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_gt';
 
 
  ALTER FUNCTION public.geometry_gt(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 210 (class 1255 OID 18563)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_le(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_le(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_le';
 
 
  ALTER FUNCTION public.geometry_le(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 211 (class 1255 OID 18564)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_left(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_left(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_left';
 
 
  ALTER FUNCTION public.geometry_left(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 212 (class 1255 OID 18565)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_lt(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_lt(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_lt';
 
 
  ALTER FUNCTION public.geometry_lt(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 213 (class 1255 OID 18566)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_overabove(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_overabove(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overabove';
 
 
  ALTER FUNCTION public.geometry_overabove(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 214 (class 1255 OID 18567)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_overbelow(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_overbelow(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overbelow';
 
 
  ALTER FUNCTION public.geometry_overbelow(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 215 (class 1255 OID 18568)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_overlap(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_overlap(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overlap';
 
 
  ALTER FUNCTION public.geometry_overlap(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 216 (class 1255 OID 18569)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_overleft(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_overleft(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overleft';
 
 
  ALTER FUNCTION public.geometry_overleft(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 217 (class 1255 OID 18570)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_overright(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_overright(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overright';
 
 
  ALTER FUNCTION public.geometry_overright(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 218 (class 1255 OID 18571)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_right(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_right(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_right';
 
 
  ALTER FUNCTION public.geometry_right(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 219 (class 1255 OID 18572)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_same(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_same(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_samebox';
 
 
  ALTER FUNCTION public.geometry_same(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 220 (class 1255 OID 18573)
  -- Dependencies: 1102 6 1102
  -- Name: geometry_samebox(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometry_samebox(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_samebox';
 
 
  ALTER FUNCTION public.geometry_samebox(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 221 (class 1255 OID 18574)
  -- Dependencies: 6 1102
  -- Name: geometryfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometryfromtext(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_text';
 
 
  ALTER FUNCTION public.geometryfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 222 (class 1255 OID 18575)
  -- Dependencies: 1102 6
  -- Name: geometryfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometryfromtext(text, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_text';
 
 
  ALTER FUNCTION public.geometryfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 223 (class 1255 OID 18576)
  -- Dependencies: 6 1102 1102
  -- Name: geometryn(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometryn(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_geometryn_collection';
 
 
  ALTER FUNCTION public.geometryn(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 224 (class 1255 OID 18577)
  -- Dependencies: 1102 6
  -- Name: geometrytype(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geometrytype(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_getTYPE';
 
 
  ALTER FUNCTION public.geometrytype(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 225 (class 1255 OID 18578)
  -- Dependencies: 6 1102
  -- Name: geomfromewkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomfromewkb(bytea) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOMFromWKB';
 
 
  ALTER FUNCTION public.geomfromewkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 226 (class 1255 OID 18579)
  -- Dependencies: 6 1102
  -- Name: geomfromewkt(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomfromewkt(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'parse_WKT_lwgeom';
 
 
  ALTER FUNCTION public.geomfromewkt(text) OWNER TO postgres;
 
  --
  -- TOC entry 227 (class 1255 OID 18580)
  -- Dependencies: 6 1102
  -- Name: geomfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT geometryfromtext($1)$_$;
 
 
  ALTER FUNCTION public.geomfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 228 (class 1255 OID 18581)
  -- Dependencies: 6 1102
  -- Name: geomfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT geometryfromtext($1, $2)$_$;
 
 
  ALTER FUNCTION public.geomfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 229 (class 1255 OID 18582)
  -- Dependencies: 6 1102
  -- Name: geomfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomfromwkb(bytea) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_WKB';
 
 
  ALTER FUNCTION public.geomfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 230 (class 1255 OID 18583)
  -- Dependencies: 6 1102
  -- Name: geomfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT setSRID(GeomFromWKB($1), $2)$_$;
 
 
  ALTER FUNCTION public.geomfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 231 (class 1255 OID 18584)
  -- Dependencies: 1102 6 1102 1102
  -- Name: geomunion(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION geomunion(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geomunion';
 
 
  ALTER FUNCTION public.geomunion(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 232 (class 1255 OID 18585)
  -- Dependencies: 6 1168
  -- Name: get_proj4_from_srid(integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION get_proj4_from_srid(integer) RETURNS text
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  BEGIN
  RETURN proj4text::text FROM spatial_ref_sys WHERE srid= $1;
  END;
  $_$;
 
 
  ALTER FUNCTION public.get_proj4_from_srid(integer) OWNER TO postgres;
 
  --
  -- TOC entry 233 (class 1255 OID 18586)
  -- Dependencies: 1087 6 1102
  -- Name: getbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION getbbox(geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.getbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 234 (class 1255 OID 18587)
  -- Dependencies: 1102 6
  -- Name: getsrid(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION getsrid(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_getSRID';
 
 
  ALTER FUNCTION public.getsrid(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 235 (class 1255 OID 18588)
  -- Dependencies: 6
  -- Name: gettransactionid(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION gettransactionid() RETURNS xid
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'getTransactionID';
 
 
  ALTER FUNCTION public.gettransactionid() OWNER TO postgres;
 
  --
  -- TOC entry 236 (class 1255 OID 18589)
  -- Dependencies: 1102 6
  -- Name: hasbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION hasbbox(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_hasBBOX';
 
 
  ALTER FUNCTION public.hasbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 237 (class 1255 OID 18590)
  -- Dependencies: 6 1096
  -- Name: height(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION height(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getHeight';
 
 
  ALTER FUNCTION public.height(chip) OWNER TO postgres;
 
  --
  -- TOC entry 238 (class 1255 OID 18591)
  -- Dependencies: 1102 1102 6
  -- Name: interiorringn(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION interiorringn(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_interiorringn_polygon';
 
 
  ALTER FUNCTION public.interiorringn(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 239 (class 1255 OID 18592)
  -- Dependencies: 1102 6 1102 1102
  -- Name: intersection(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION intersection(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'intersection';
 
 
  ALTER FUNCTION public.intersection(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 240 (class 1255 OID 18593)
  -- Dependencies: 1102 6 1102
  -- Name: intersects(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION intersects(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'intersects';
 
 
  ALTER FUNCTION public.intersects(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 241 (class 1255 OID 18594)
  -- Dependencies: 6 1102
  -- Name: isclosed(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION isclosed(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_isclosed_linestring';
 
 
  ALTER FUNCTION public.isclosed(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 242 (class 1255 OID 18595)
  -- Dependencies: 6 1102
  -- Name: isempty(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION isempty(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_isempty';
 
 
  ALTER FUNCTION public.isempty(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 243 (class 1255 OID 18596)
  -- Dependencies: 1102 6
  -- Name: isring(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION isring(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'isring';
 
 
  ALTER FUNCTION public.isring(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 244 (class 1255 OID 18597)
  -- Dependencies: 6 1102
  -- Name: issimple(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION issimple(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'issimple';
 
 
  ALTER FUNCTION public.issimple(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 245 (class 1255 OID 18598)
  -- Dependencies: 6 1102
  -- Name: isvalid(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION isvalid(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'isvalid';
 
 
  ALTER FUNCTION public.isvalid(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 246 (class 1255 OID 18599)
  -- Dependencies: 1102 6
  -- Name: length(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION length(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_length_linestring';
 
 
  ALTER FUNCTION public.length(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 247 (class 1255 OID 18600)
  -- Dependencies: 6 1102
  -- Name: length2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION length2d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_length2d_linestring';
 
 
  ALTER FUNCTION public.length2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 248 (class 1255 OID 18601)
  -- Dependencies: 1102 6 1113
  -- Name: length2d_spheroid(geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION length2d_spheroid(geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_length2d_ellipsoid';
 
 
  ALTER FUNCTION public.length2d_spheroid(geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 249 (class 1255 OID 18602)
  -- Dependencies: 1102 6
  -- Name: length3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION length3d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_length_linestring';
 
 
  ALTER FUNCTION public.length3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 250 (class 1255 OID 18603)
  -- Dependencies: 6 1102 1113
  -- Name: length3d_spheroid(geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION length3d_spheroid(geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_length_ellipsoid_linestring';
 
 
  ALTER FUNCTION public.length3d_spheroid(geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 251 (class 1255 OID 18604)
  -- Dependencies: 1113 6 1102
  -- Name: length_spheroid(geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION length_spheroid(geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_length_ellipsoid_linestring';
 
 
  ALTER FUNCTION public.length_spheroid(geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 252 (class 1255 OID 18605)
  -- Dependencies: 6 1102 1102
  -- Name: line_interpolate_point(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION line_interpolate_point(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_interpolate_point';
 
 
  ALTER FUNCTION public.line_interpolate_point(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 253 (class 1255 OID 18606)
  -- Dependencies: 6 1102 1102
  -- Name: line_locate_point(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION line_locate_point(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_locate_point';
 
 
  ALTER FUNCTION public.line_locate_point(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 254 (class 1255 OID 18607)
  -- Dependencies: 6 1102 1102
  -- Name: line_substring(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION line_substring(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_substring';
 
 
  ALTER FUNCTION public.line_substring(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 255 (class 1255 OID 18608)
  -- Dependencies: 6 1102 1102
  -- Name: linefrommultipoint(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linefrommultipoint(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_from_mpoint';
 
 
  ALTER FUNCTION public.linefrommultipoint(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 256 (class 1255 OID 18609)
  -- Dependencies: 6 1102
  -- Name: linefromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linefromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1)) = 'LINESTRING'
  THEN GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.linefromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 257 (class 1255 OID 18610)
  -- Dependencies: 6 1102
  -- Name: linefromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linefromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1, $2)) = 'LINESTRING'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.linefromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 259 (class 1255 OID 18612)
  -- Dependencies: 6 1102
  -- Name: linefromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linefromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'LINESTRING'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.linefromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 258 (class 1255 OID 18611)
  -- Dependencies: 6 1102
  -- Name: linefromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linefromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'LINESTRING'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.linefromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 260 (class 1255 OID 18613)
  -- Dependencies: 6 1102 1102
  -- Name: linemerge(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linemerge(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'linemerge';
 
 
  ALTER FUNCTION public.linemerge(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 261 (class 1255 OID 18614)
  -- Dependencies: 6 1102
  -- Name: linestringfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linestringfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT LineFromText($1)$_$;
 
 
  ALTER FUNCTION public.linestringfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 262 (class 1255 OID 18615)
  -- Dependencies: 6 1102
  -- Name: linestringfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linestringfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT LineFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.linestringfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 264 (class 1255 OID 18617)
  -- Dependencies: 6 1102
  -- Name: linestringfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linestringfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'LINESTRING'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.linestringfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 263 (class 1255 OID 18616)
  -- Dependencies: 6 1102
  -- Name: linestringfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION linestringfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'LINESTRING'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.linestringfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 265 (class 1255 OID 18618)
  -- Dependencies: 6 1102 1102
  -- Name: locate_along_measure(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION locate_along_measure(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT locate_between_measures($1, $2, $2) $_$;
 
 
  ALTER FUNCTION public.locate_along_measure(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 266 (class 1255 OID 18619)
  -- Dependencies: 1102 1102 6
  -- Name: locate_between_measures(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION locate_between_measures(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_locate_between_m';
 
 
  ALTER FUNCTION public.locate_between_measures(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 269 (class 1255 OID 18622)
  -- Dependencies: 6
  -- Name: lockrow(text, text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lockrow(text, text, text) RETURNS integer
  LANGUAGE sql STRICT
  AS $_$ SELECT LockRow(current_schema(), $1, $2, $3, now()::timestamp+'1:00'); $_$;
 
 
  ALTER FUNCTION public.lockrow(text, text, text) OWNER TO postgres;
 
  --
  -- TOC entry 268 (class 1255 OID 18621)
  -- Dependencies: 6
  -- Name: lockrow(text, text, text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lockrow(text, text, text, text) RETURNS integer
  LANGUAGE sql STRICT
  AS $_$ SELECT LockRow($1, $2, $3, $4, now()::timestamp+'1:00'); $_$;
 
 
  ALTER FUNCTION public.lockrow(text, text, text, text) OWNER TO postgres;
 
  --
  -- TOC entry 270 (class 1255 OID 18623)
  -- Dependencies: 6
  -- Name: lockrow(text, text, text, timestamp without time zone); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lockrow(text, text, text, timestamp without time zone) RETURNS integer
  LANGUAGE sql STRICT
  AS $_$ SELECT LockRow(current_schema(), $1, $2, $3, $4); $_$;
 
 
  ALTER FUNCTION public.lockrow(text, text, text, timestamp without time zone) OWNER TO postgres;
 
  --
  -- TOC entry 267 (class 1255 OID 18620)
  -- Dependencies: 6 1168
  -- Name: lockrow(text, text, text, text, timestamp without time zone); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lockrow(text, text, text, text, timestamp without time zone) RETURNS integer
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  myschema alias for $1;
  mytable alias for $2;
  myrid alias for $3;
  authid alias for $4;
  expires alias for $5;
  ret int;
  mytoid oid;
  myrec RECORD;
 
  BEGIN
 
  IF NOT LongTransactionsEnabled() THEN
  RAISE EXCEPTION 'Long transaction support disabled, use EnableLongTransaction() to enable.';
  END IF;
 
  EXECUTE 'DELETE FROM authorization_table WHERE expires < now()';
 
  SELECT c.oid INTO mytoid FROM pg_class c, pg_namespace n
  WHERE c.relname = mytable
  AND c.relnamespace = n.oid
  AND n.nspname = myschema;
 
  -- RAISE NOTICE 'toid: %', mytoid;
 
  FOR myrec IN SELECT * FROM authorization_table WHERE
  toid = mytoid AND rid = myrid
  LOOP
  IF myrec.authid != authid THEN
  RETURN 0;
  ELSE
  RETURN 1;
  END IF;
  END LOOP;
 
  EXECUTE 'INSERT INTO authorization_table VALUES ('||
  quote_literal(mytoid::text)||','||quote_literal(myrid)||
  ','||quote_literal(expires::text)||
  ','||quote_literal(authid) ||')';
 
  GET DIAGNOSTICS ret = ROW_COUNT;
 
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.lockrow(text, text, text, text, timestamp without time zone) OWNER TO postgres;
 
  --
  -- TOC entry 271 (class 1255 OID 18624)
  -- Dependencies: 1168 6
  -- Name: longtransactionsenabled(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION longtransactionsenabled() RETURNS boolean
  LANGUAGE plpgsql
  AS $$
  DECLARE
  rec RECORD;
  BEGIN
  FOR rec IN SELECT oid FROM pg_class WHERE relname = 'authorized_tables'
  LOOP
  return 't';
  END LOOP;
  return 'f';
  END;
  $$;
 
 
  ALTER FUNCTION public.longtransactionsenabled() OWNER TO postgres;
 
  --
  -- TOC entry 272 (class 1255 OID 18625)
  -- Dependencies: 6
  -- Name: lwgeom_gist_compress(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lwgeom_gist_compress(internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_compress';
 
 
  ALTER FUNCTION public.lwgeom_gist_compress(internal) OWNER TO postgres;
 
  --
  -- TOC entry 273 (class 1255 OID 18626)
  -- Dependencies: 6 1102
  -- Name: lwgeom_gist_consistent(internal, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lwgeom_gist_consistent(internal, geometry, integer) RETURNS boolean
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_consistent';
 
 
  ALTER FUNCTION public.lwgeom_gist_consistent(internal, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 274 (class 1255 OID 18627)
  -- Dependencies: 6
  -- Name: lwgeom_gist_decompress(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lwgeom_gist_decompress(internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_decompress';
 
 
  ALTER FUNCTION public.lwgeom_gist_decompress(internal) OWNER TO postgres;
 
  --
  -- TOC entry 275 (class 1255 OID 18628)
  -- Dependencies: 6
  -- Name: lwgeom_gist_penalty(internal, internal, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lwgeom_gist_penalty(internal, internal, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_penalty';
 
 
  ALTER FUNCTION public.lwgeom_gist_penalty(internal, internal, internal) OWNER TO postgres;
 
  --
  -- TOC entry 276 (class 1255 OID 18629)
  -- Dependencies: 6
  -- Name: lwgeom_gist_picksplit(internal, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lwgeom_gist_picksplit(internal, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_picksplit';
 
 
  ALTER FUNCTION public.lwgeom_gist_picksplit(internal, internal) OWNER TO postgres;
 
  --
  -- TOC entry 277 (class 1255 OID 18630)
  -- Dependencies: 6 1087 1087
  -- Name: lwgeom_gist_same(box2d, box2d, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lwgeom_gist_same(box2d, box2d, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_same';
 
 
  ALTER FUNCTION public.lwgeom_gist_same(box2d, box2d, internal) OWNER TO postgres;
 
  --
  -- TOC entry 278 (class 1255 OID 18631)
  -- Dependencies: 6
  -- Name: lwgeom_gist_union(bytea, internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION lwgeom_gist_union(bytea, internal) RETURNS internal
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_union';
 
 
  ALTER FUNCTION public.lwgeom_gist_union(bytea, internal) OWNER TO postgres;
 
  --
  -- TOC entry 279 (class 1255 OID 18632)
  -- Dependencies: 6 1102
  -- Name: m(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION m(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_m_point';
 
 
  ALTER FUNCTION public.m(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 280 (class 1255 OID 18633)
  -- Dependencies: 1102 6 1087 1102
  -- Name: makebox2d(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makebox2d(geometry, geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_construct';
 
 
  ALTER FUNCTION public.makebox2d(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 281 (class 1255 OID 18634)
  -- Dependencies: 1090 6 1102 1102
  -- Name: makebox3d(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makebox3d(geometry, geometry) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_construct';
 
 
  ALTER FUNCTION public.makebox3d(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 282 (class 1255 OID 18635)
  -- Dependencies: 6 1102 1102 1102
  -- Name: makeline(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makeline(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makeline';
 
 
  ALTER FUNCTION public.makeline(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 283 (class 1255 OID 18636)
  -- Dependencies: 6 1102 1104
  -- Name: makeline_garray(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makeline_garray(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makeline_garray';
 
 
  ALTER FUNCTION public.makeline_garray(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 284 (class 1255 OID 18637)
  -- Dependencies: 6 1102
  -- Name: makepoint(double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makepoint(double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint';
 
 
  ALTER FUNCTION public.makepoint(double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 285 (class 1255 OID 18638)
  -- Dependencies: 6 1102
  -- Name: makepoint(double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makepoint(double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint';
 
 
  ALTER FUNCTION public.makepoint(double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 286 (class 1255 OID 18639)
  -- Dependencies: 6 1102
  -- Name: makepoint(double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makepoint(double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint';
 
 
  ALTER FUNCTION public.makepoint(double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 287 (class 1255 OID 18640)
  -- Dependencies: 6 1102
  -- Name: makepointm(double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makepointm(double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint3dm';
 
 
  ALTER FUNCTION public.makepointm(double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 289 (class 1255 OID 18642)
  -- Dependencies: 6 1102 1102
  -- Name: makepolygon(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makepolygon(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoly';
 
 
  ALTER FUNCTION public.makepolygon(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 288 (class 1255 OID 18641)
  -- Dependencies: 1104 6 1102 1102
  -- Name: makepolygon(geometry, geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION makepolygon(geometry, geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoly';
 
 
  ALTER FUNCTION public.makepolygon(geometry, geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 290 (class 1255 OID 18643)
  -- Dependencies: 1102 1102 6
  -- Name: max_distance(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION max_distance(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_maxdistance2d_linestring';
 
 
  ALTER FUNCTION public.max_distance(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 291 (class 1255 OID 18644)
  -- Dependencies: 6 1102
  -- Name: mem_size(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mem_size(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_mem_size';
 
 
  ALTER FUNCTION public.mem_size(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 293 (class 1255 OID 18646)
  -- Dependencies: 6 1102
  -- Name: mlinefromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mlinefromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1)) = 'MULTILINESTRING'
  THEN GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mlinefromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 292 (class 1255 OID 18645)
  -- Dependencies: 6 1102
  -- Name: mlinefromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mlinefromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(GeomFromText($1, $2)) = 'MULTILINESTRING'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mlinefromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 295 (class 1255 OID 18648)
  -- Dependencies: 6 1102
  -- Name: mlinefromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mlinefromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'MULTILINESTRING'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mlinefromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 294 (class 1255 OID 18647)
  -- Dependencies: 1102 6
  -- Name: mlinefromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mlinefromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'MULTILINESTRING'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mlinefromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 297 (class 1255 OID 18650)
  -- Dependencies: 6 1102
  -- Name: mpointfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpointfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1)) = 'MULTIPOINT'
  THEN GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpointfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 296 (class 1255 OID 18649)
  -- Dependencies: 6 1102
  -- Name: mpointfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpointfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1,$2)) = 'MULTIPOINT'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpointfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 299 (class 1255 OID 18652)
  -- Dependencies: 6 1102
  -- Name: mpointfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpointfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'MULTIPOINT'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpointfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 298 (class 1255 OID 18651)
  -- Dependencies: 6 1102
  -- Name: mpointfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpointfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1,$2)) = 'MULTIPOINT'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpointfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 301 (class 1255 OID 18654)
  -- Dependencies: 6 1102
  -- Name: mpolyfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpolyfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1)) = 'MULTIPOLYGON'
  THEN GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpolyfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 300 (class 1255 OID 18653)
  -- Dependencies: 1102 6
  -- Name: mpolyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpolyfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1, $2)) = 'MULTIPOLYGON'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpolyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 303 (class 1255 OID 18656)
  -- Dependencies: 1102 6
  -- Name: mpolyfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpolyfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'MULTIPOLYGON'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpolyfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 302 (class 1255 OID 18655)
  -- Dependencies: 1102 6
  -- Name: mpolyfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION mpolyfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'MULTIPOLYGON'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.mpolyfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 304 (class 1255 OID 18657)
  -- Dependencies: 1102 6 1102
  -- Name: multi(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multi(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_multi';
 
 
  ALTER FUNCTION public.multi(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 306 (class 1255 OID 18659)
  -- Dependencies: 1102 6
  -- Name: multilinefromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multilinefromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'MULTILINESTRING'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.multilinefromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 305 (class 1255 OID 18658)
  -- Dependencies: 1102 6
  -- Name: multilinefromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multilinefromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'MULTILINESTRING'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.multilinefromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 307 (class 1255 OID 18660)
  -- Dependencies: 1102 6
  -- Name: multilinestringfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multilinestringfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_MLineFromText($1)$_$;
 
 
  ALTER FUNCTION public.multilinestringfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 308 (class 1255 OID 18661)
  -- Dependencies: 1102 6
  -- Name: multilinestringfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multilinestringfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MLineFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.multilinestringfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 310 (class 1255 OID 18663)
  -- Dependencies: 1102 6
  -- Name: multipointfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipointfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MPointFromText($1)$_$;
 
 
  ALTER FUNCTION public.multipointfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 309 (class 1255 OID 18662)
  -- Dependencies: 1102 6
  -- Name: multipointfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipointfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MPointFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.multipointfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 312 (class 1255 OID 18665)
  -- Dependencies: 1102 6
  -- Name: multipointfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipointfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'MULTIPOINT'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.multipointfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 311 (class 1255 OID 18664)
  -- Dependencies: 6 1102
  -- Name: multipointfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipointfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1,$2)) = 'MULTIPOINT'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.multipointfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 314 (class 1255 OID 18667)
  -- Dependencies: 6 1102
  -- Name: multipolyfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipolyfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'MULTIPOLYGON'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.multipolyfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 313 (class 1255 OID 18666)
  -- Dependencies: 6 1102
  -- Name: multipolyfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipolyfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'MULTIPOLYGON'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.multipolyfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 316 (class 1255 OID 18669)
  -- Dependencies: 1102 6
  -- Name: multipolygonfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipolygonfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MPolyFromText($1)$_$;
 
 
  ALTER FUNCTION public.multipolygonfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 315 (class 1255 OID 18668)
  -- Dependencies: 6 1102
  -- Name: multipolygonfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION multipolygonfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MPolyFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.multipolygonfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 317 (class 1255 OID 18670)
  -- Dependencies: 6 1102
  -- Name: ndims(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION ndims(geometry) RETURNS smallint
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_ndims';
 
 
  ALTER FUNCTION public.ndims(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 318 (class 1255 OID 18671)
  -- Dependencies: 6 1102 1102
  -- Name: noop(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION noop(geometry) RETURNS geometry
  LANGUAGE c STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_noop';
 
 
  ALTER FUNCTION public.noop(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 319 (class 1255 OID 18672)
  -- Dependencies: 6 1102
  -- Name: npoints(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION npoints(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_npoints';
 
 
  ALTER FUNCTION public.npoints(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 320 (class 1255 OID 18673)
  -- Dependencies: 6 1102
  -- Name: nrings(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION nrings(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_nrings';
 
 
  ALTER FUNCTION public.nrings(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 321 (class 1255 OID 18674)
  -- Dependencies: 6 1102
  -- Name: numgeometries(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION numgeometries(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numgeometries_collection';
 
 
  ALTER FUNCTION public.numgeometries(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 322 (class 1255 OID 18675)
  -- Dependencies: 6 1102
  -- Name: numinteriorring(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION numinteriorring(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numinteriorrings_polygon';
 
 
  ALTER FUNCTION public.numinteriorring(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 323 (class 1255 OID 18676)
  -- Dependencies: 6 1102
  -- Name: numinteriorrings(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION numinteriorrings(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numinteriorrings_polygon';
 
 
  ALTER FUNCTION public.numinteriorrings(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 324 (class 1255 OID 18677)
  -- Dependencies: 6 1102
  -- Name: numpoints(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION numpoints(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numpoints_linestring';
 
 
  ALTER FUNCTION public.numpoints(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 325 (class 1255 OID 18678)
  -- Dependencies: 6 1102 1102
  -- Name: overlaps(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION "overlaps"(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'overlaps';
 
 
  ALTER FUNCTION public."overlaps"(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 326 (class 1255 OID 18679)
  -- Dependencies: 6 1102
  -- Name: perimeter(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION perimeter(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_perimeter_poly';
 
 
  ALTER FUNCTION public.perimeter(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 327 (class 1255 OID 18680)
  -- Dependencies: 1102 6
  -- Name: perimeter2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION perimeter2d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_perimeter2d_poly';
 
 
  ALTER FUNCTION public.perimeter2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 328 (class 1255 OID 18681)
  -- Dependencies: 6 1102
  -- Name: perimeter3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION perimeter3d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_perimeter_poly';
 
 
  ALTER FUNCTION public.perimeter3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 329 (class 1255 OID 18682)
  -- Dependencies: 1104 6 1110
  -- Name: pgis_geometry_accum_finalfn(pgis_abs); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_geometry_accum_finalfn(pgis_abs) RETURNS geometry[]
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'pgis_geometry_accum_finalfn';
 
 
  ALTER FUNCTION public.pgis_geometry_accum_finalfn(pgis_abs) OWNER TO postgres;
 
  --
  -- TOC entry 330 (class 1255 OID 18683)
  -- Dependencies: 1110 6 1110 1102
  -- Name: pgis_geometry_accum_transfn(pgis_abs, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_geometry_accum_transfn(pgis_abs, geometry) RETURNS pgis_abs
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'pgis_geometry_accum_transfn';
 
 
  ALTER FUNCTION public.pgis_geometry_accum_transfn(pgis_abs, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 331 (class 1255 OID 18684)
  -- Dependencies: 1102 6 1110
  -- Name: pgis_geometry_collect_finalfn(pgis_abs); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_geometry_collect_finalfn(pgis_abs) RETURNS geometry
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'pgis_geometry_collect_finalfn';
 
 
  ALTER FUNCTION public.pgis_geometry_collect_finalfn(pgis_abs) OWNER TO postgres;
 
  --
  -- TOC entry 332 (class 1255 OID 18685)
  -- Dependencies: 1102 6 1110
  -- Name: pgis_geometry_makeline_finalfn(pgis_abs); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_geometry_makeline_finalfn(pgis_abs) RETURNS geometry
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'pgis_geometry_makeline_finalfn';
 
 
  ALTER FUNCTION public.pgis_geometry_makeline_finalfn(pgis_abs) OWNER TO postgres;
 
  --
  -- TOC entry 333 (class 1255 OID 18686)
  -- Dependencies: 1110 6 1102
  -- Name: pgis_geometry_polygonize_finalfn(pgis_abs); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_geometry_polygonize_finalfn(pgis_abs) RETURNS geometry
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'pgis_geometry_polygonize_finalfn';
 
 
  ALTER FUNCTION public.pgis_geometry_polygonize_finalfn(pgis_abs) OWNER TO postgres;
 
  --
  -- TOC entry 334 (class 1255 OID 18687)
  -- Dependencies: 1110 1102 6
  -- Name: pgis_geometry_union_finalfn(pgis_abs); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pgis_geometry_union_finalfn(pgis_abs) RETURNS geometry
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'pgis_geometry_union_finalfn';
 
 
  ALTER FUNCTION public.pgis_geometry_union_finalfn(pgis_abs) OWNER TO postgres;
 
  --
  -- TOC entry 335 (class 1255 OID 18688)
  -- Dependencies: 1102 6
  -- Name: point_inside_circle(geometry, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION point_inside_circle(geometry, double precision, double precision, double precision) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_inside_circle_point';
 
 
  ALTER FUNCTION public.point_inside_circle(geometry, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 336 (class 1255 OID 18689)
  -- Dependencies: 6 1102
  -- Name: pointfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pointfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1)) = 'POINT'
  THEN GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.pointfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 337 (class 1255 OID 18690)
  -- Dependencies: 6 1102
  -- Name: pointfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pointfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1, $2)) = 'POINT'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.pointfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 339 (class 1255 OID 18692)
  -- Dependencies: 6 1102
  -- Name: pointfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pointfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'POINT'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.pointfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 338 (class 1255 OID 18691)
  -- Dependencies: 1102 6
  -- Name: pointfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pointfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'POINT'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.pointfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 340 (class 1255 OID 18693)
  -- Dependencies: 6 1102 1102
  -- Name: pointn(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pointn(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_pointn_linestring';
 
 
  ALTER FUNCTION public.pointn(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 341 (class 1255 OID 18694)
  -- Dependencies: 6 1102 1102
  -- Name: pointonsurface(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION pointonsurface(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'pointonsurface';
 
 
  ALTER FUNCTION public.pointonsurface(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 342 (class 1255 OID 18695)
  -- Dependencies: 6 1102
  -- Name: polyfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polyfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1)) = 'POLYGON'
  THEN GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.polyfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 343 (class 1255 OID 18696)
  -- Dependencies: 6 1102
  -- Name: polyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polyfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1, $2)) = 'POLYGON'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.polyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 345 (class 1255 OID 18698)
  -- Dependencies: 6 1102
  -- Name: polyfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polyfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'POLYGON'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.polyfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 344 (class 1255 OID 18697)
  -- Dependencies: 1102 6
  -- Name: polyfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polyfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'POLYGON'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.polyfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 347 (class 1255 OID 18700)
  -- Dependencies: 6 1102
  -- Name: polygonfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polygonfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT PolyFromText($1)$_$;
 
 
  ALTER FUNCTION public.polygonfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 346 (class 1255 OID 18699)
  -- Dependencies: 6 1102
  -- Name: polygonfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polygonfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT PolyFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.polygonfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 349 (class 1255 OID 18702)
  -- Dependencies: 1102 6
  -- Name: polygonfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polygonfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'POLYGON'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.polygonfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 348 (class 1255 OID 18701)
  -- Dependencies: 6 1102
  -- Name: polygonfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polygonfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1,$2)) = 'POLYGON'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.polygonfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 350 (class 1255 OID 18703)
  -- Dependencies: 6 1102 1104
  -- Name: polygonize_garray(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION polygonize_garray(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'polygonize_garray';
 
 
  ALTER FUNCTION public.polygonize_garray(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 351 (class 1255 OID 18704)
  -- Dependencies: 6 1168
  -- Name: populate_geometry_columns(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION populate_geometry_columns() RETURNS text
  LANGUAGE plpgsql
  AS $$
  DECLARE
  inserted integer;
  oldcount integer;
  probed integer;
  stale integer;
  gcs RECORD;
  gc RECORD;
  gsrid integer;
  gndims integer;
  gtype text;
  query text;
  gc_is_valid boolean;
 
  BEGIN
  SELECT count(*) INTO oldcount FROM geometry_columns;
  inserted := 0;
 
  EXECUTE 'TRUNCATE geometry_columns';
 
  -- Count the number of geometry columns in all tables and views
  SELECT count(DISTINCT c.oid) INTO probed
  FROM pg_class c,
  pg_attribute a,
  pg_type t,
  pg_namespace n
  WHERE (c.relkind = 'r' OR c.relkind = 'v')
  AND t.typname = 'geometry'
  AND a.attisdropped = false
  AND a.atttypid = t.oid
  AND a.attrelid = c.oid
  AND c.relnamespace = n.oid
  AND n.nspname NOT ILIKE 'pg_temp%';
 
  -- Iterate through all non-dropped geometry columns
  RAISE DEBUG 'Processing Tables.....';
 
  FOR gcs IN
  SELECT DISTINCT ON (c.oid) c.oid, n.nspname, c.relname
  FROM pg_class c,
  pg_attribute a,
  pg_type t,
  pg_namespace n
  WHERE c.relkind = 'r'
  AND t.typname = 'geometry'
  AND a.attisdropped = false
  AND a.atttypid = t.oid
  AND a.attrelid = c.oid
  AND c.relnamespace = n.oid
  AND n.nspname NOT ILIKE 'pg_temp%'
  LOOP
 
  inserted := inserted + populate_geometry_columns(gcs.oid);
  END LOOP;
 
  -- Add views to geometry columns table
  RAISE DEBUG 'Processing Views.....';
  FOR gcs IN
  SELECT DISTINCT ON (c.oid) c.oid, n.nspname, c.relname
  FROM pg_class c,
  pg_attribute a,
  pg_type t,
  pg_namespace n
  WHERE c.relkind = 'v'
  AND t.typname = 'geometry'
  AND a.attisdropped = false
  AND a.atttypid = t.oid
  AND a.attrelid = c.oid
  AND c.relnamespace = n.oid
  LOOP
 
  inserted := inserted + populate_geometry_columns(gcs.oid);
  END LOOP;
 
  IF oldcount > inserted THEN
  stale = oldcount-inserted;
  ELSE
  stale = 0;
  END IF;
 
  RETURN 'probed:' ||probed|| ' inserted:'||inserted|| ' conflicts:'||probed-inserted|| ' deleted:'||stale;
  END
 
  $$;
 
 
  ALTER FUNCTION public.populate_geometry_columns() OWNER TO postgres;
 
  --
  -- TOC entry 352 (class 1255 OID 18705)
  -- Dependencies: 6 1168
  -- Name: populate_geometry_columns(oid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION populate_geometry_columns(tbl_oid oid) RETURNS integer
  LANGUAGE plpgsql
  AS $$
  DECLARE
  gcs RECORD;
  gc RECORD;
  gsrid integer;
  gndims integer;
  gtype text;
  query text;
  gc_is_valid boolean;
  inserted integer;
 
  BEGIN
  inserted := 0;
 
  -- Iterate through all geometry columns in this table
  FOR gcs IN
  SELECT n.nspname, c.relname, a.attname
  FROM pg_class c,
  pg_attribute a,
  pg_type t,
  pg_namespace n
  WHERE c.relkind = 'r'
  AND t.typname = 'geometry'
  AND a.attisdropped = false
  AND a.atttypid = t.oid
  AND a.attrelid = c.oid
  AND c.relnamespace = n.oid
  AND n.nspname NOT ILIKE 'pg_temp%'
  AND c.oid = tbl_oid
  LOOP
 
  RAISE DEBUG 'Processing table %.%.%', gcs.nspname, gcs.relname, gcs.attname;
 
  DELETE FROM geometry_columns
  WHERE f_table_schema = quote_ident(gcs.nspname)
  AND f_table_name = quote_ident(gcs.relname)
  AND f_geometry_column = quote_ident(gcs.attname);
 
  gc_is_valid := true;
 
  -- Try to find srid check from system tables (pg_constraint)
  gsrid :=
  (SELECT replace(replace(split_part(s.consrc, ' = ', 2), ')', ''), '(', '')
  FROM pg_class c, pg_namespace n, pg_attribute a, pg_constraint s
  WHERE n.nspname = gcs.nspname
  AND c.relname = gcs.relname
  AND a.attname = gcs.attname
  AND a.attrelid = c.oid
  AND s.connamespace = n.oid
  AND s.conrelid = c.oid
  AND a.attnum = ANY (s.conkey)
  AND s.consrc LIKE '%srid(% = %');
  IF (gsrid IS NULL) THEN
  -- Try to find srid from the geometry itself
  EXECUTE 'SELECT srid(' || quote_ident(gcs.attname) || ')
  FROM ONLY ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  WHERE ' || quote_ident(gcs.attname) || ' IS NOT NULL LIMIT 1'
  INTO gc;
  gsrid := gc.srid;
 
  -- Try to apply srid check to column
  IF (gsrid IS NOT NULL) THEN
  BEGIN
  EXECUTE 'ALTER TABLE ONLY ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  ADD CONSTRAINT ' || quote_ident('enforce_srid_' || gcs.attname) || '
  CHECK (srid(' || quote_ident(gcs.attname) || ') = ' || gsrid || ')';
  EXCEPTION
  WHEN check_violation THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not apply constraint CHECK (srid(%) = %)', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname), quote_ident(gcs.attname), gsrid;
  gc_is_valid := false;
  END;
  END IF;
  END IF;
 
  -- Try to find ndims check from system tables (pg_constraint)
  gndims :=
  (SELECT replace(split_part(s.consrc, ' = ', 2), ')', '')
  FROM pg_class c, pg_namespace n, pg_attribute a, pg_constraint s
  WHERE n.nspname = gcs.nspname
  AND c.relname = gcs.relname
  AND a.attname = gcs.attname
  AND a.attrelid = c.oid
  AND s.connamespace = n.oid
  AND s.conrelid = c.oid
  AND a.attnum = ANY (s.conkey)
  AND s.consrc LIKE '%ndims(% = %');
  IF (gndims IS NULL) THEN
  -- Try to find ndims from the geometry itself
  EXECUTE 'SELECT ndims(' || quote_ident(gcs.attname) || ')
  FROM ONLY ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  WHERE ' || quote_ident(gcs.attname) || ' IS NOT NULL LIMIT 1'
  INTO gc;
  gndims := gc.ndims;
 
  -- Try to apply ndims check to column
  IF (gndims IS NOT NULL) THEN
  BEGIN
  EXECUTE 'ALTER TABLE ONLY ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  ADD CONSTRAINT ' || quote_ident('enforce_dims_' || gcs.attname) || '
  CHECK (ndims(' || quote_ident(gcs.attname) || ') = '||gndims||')';
  EXCEPTION
  WHEN check_violation THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not apply constraint CHECK (ndims(%) = %)', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname), quote_ident(gcs.attname), gndims;
  gc_is_valid := false;
  END;
  END IF;
  END IF;
 
  -- Try to find geotype check from system tables (pg_constraint)
  gtype :=
  (SELECT replace(split_part(s.consrc, '''', 2), ')', '')
  FROM pg_class c, pg_namespace n, pg_attribute a, pg_constraint s
  WHERE n.nspname = gcs.nspname
  AND c.relname = gcs.relname
  AND a.attname = gcs.attname
  AND a.attrelid = c.oid
  AND s.connamespace = n.oid
  AND s.conrelid = c.oid
  AND a.attnum = ANY (s.conkey)
  AND s.consrc LIKE '%geometrytype(% = %');
  IF (gtype IS NULL) THEN
  -- Try to find geotype from the geometry itself
  EXECUTE 'SELECT geometrytype(' || quote_ident(gcs.attname) || ')
  FROM ONLY ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  WHERE ' || quote_ident(gcs.attname) || ' IS NOT NULL LIMIT 1'
  INTO gc;
  gtype := gc.geometrytype;
  --IF (gtype IS NULL) THEN
  -- gtype := 'GEOMETRY';
  --END IF;
 
  -- Try to apply geometrytype check to column
  IF (gtype IS NOT NULL) THEN
  BEGIN
  EXECUTE 'ALTER TABLE ONLY ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  ADD CONSTRAINT ' || quote_ident('enforce_geotype_' || gcs.attname) || '
  CHECK ((geometrytype(' || quote_ident(gcs.attname) || ') = ' || quote_literal(gtype) || ') OR (' || quote_ident(gcs.attname) || ' IS NULL))';
  EXCEPTION
  WHEN check_violation THEN
  -- No geometry check can be applied. This column contains a number of geometry types.
  RAISE WARNING 'Could not add geometry type check (%) to table column: %.%.%', gtype, quote_ident(gcs.nspname),quote_ident(gcs.relname),quote_ident(gcs.attname);
  END;
  END IF;
  END IF;
 
  IF (gsrid IS NULL) THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not determine the srid', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname);
  ELSIF (gndims IS NULL) THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not determine the number of dimensions', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname);
  ELSIF (gtype IS NULL) THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not determine the geometry type', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname);
  ELSE
  -- Only insert into geometry_columns if table constraints could be applied.
  IF (gc_is_valid) THEN
  INSERT INTO geometry_columns (f_table_catalog,f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, type)
  VALUES ('', gcs.nspname, gcs.relname, gcs.attname, gndims, gsrid, gtype);
  inserted := inserted + 1;
  END IF;
  END IF;
  END LOOP;
 
  -- Add views to geometry columns table
  FOR gcs IN
  SELECT n.nspname, c.relname, a.attname
  FROM pg_class c,
  pg_attribute a,
  pg_type t,
  pg_namespace n
  WHERE c.relkind = 'v'
  AND t.typname = 'geometry'
  AND a.attisdropped = false
  AND a.atttypid = t.oid
  AND a.attrelid = c.oid
  AND c.relnamespace = n.oid
  AND n.nspname NOT ILIKE 'pg_temp%'
  AND c.oid = tbl_oid
  LOOP
  RAISE DEBUG 'Processing view %.%.%', gcs.nspname, gcs.relname, gcs.attname;
 
  EXECUTE 'SELECT ndims(' || quote_ident(gcs.attname) || ')
  FROM ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  WHERE ' || quote_ident(gcs.attname) || ' IS NOT NULL LIMIT 1'
  INTO gc;
  gndims := gc.ndims;
 
  EXECUTE 'SELECT srid(' || quote_ident(gcs.attname) || ')
  FROM ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  WHERE ' || quote_ident(gcs.attname) || ' IS NOT NULL LIMIT 1'
  INTO gc;
  gsrid := gc.srid;
 
  EXECUTE 'SELECT geometrytype(' || quote_ident(gcs.attname) || ')
  FROM ' || quote_ident(gcs.nspname) || '.' || quote_ident(gcs.relname) || '
  WHERE ' || quote_ident(gcs.attname) || ' IS NOT NULL LIMIT 1'
  INTO gc;
  gtype := gc.geometrytype;
 
  IF (gndims IS NULL) THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not determine ndims', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname);
  ELSIF (gsrid IS NULL) THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not determine srid', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname);
  ELSIF (gtype IS NULL) THEN
  RAISE WARNING 'Not inserting ''%'' in ''%.%'' into geometry_columns: could not determine gtype', quote_ident(gcs.attname), quote_ident(gcs.nspname), quote_ident(gcs.relname);
  ELSE
  query := 'INSERT INTO geometry_columns (f_table_catalog,f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, type) ' ||
  'VALUES ('''', ' || quote_literal(gcs.nspname) || ',' || quote_literal(gcs.relname) || ',' || quote_literal(gcs.attname) || ',' || gndims || ',' || gsrid || ',' || quote_literal(gtype) || ')';
  EXECUTE query;
  inserted := inserted + 1;
  END IF;
  END LOOP;
 
  RETURN inserted;
  END
 
  $$;
 
 
  ALTER FUNCTION public.populate_geometry_columns(tbl_oid oid) OWNER TO postgres;
 
  --
  -- TOC entry 353 (class 1255 OID 18707)
  -- Dependencies: 6 1102 1102
  -- Name: postgis_addbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_addbbox(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_addBBOX';
 
 
  ALTER FUNCTION public.postgis_addbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 354 (class 1255 OID 18708)
  -- Dependencies: 6
  -- Name: postgis_cache_bbox(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_cache_bbox() RETURNS trigger
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'cache_bbox';
 
 
  ALTER FUNCTION public.postgis_cache_bbox() OWNER TO postgres;
 
  --
  -- TOC entry 355 (class 1255 OID 18709)
  -- Dependencies: 1102 1102 6
  -- Name: postgis_dropbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_dropbbox(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dropBBOX';
 
 
  ALTER FUNCTION public.postgis_dropbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 356 (class 1255 OID 18710)
  -- Dependencies: 6 1168
  -- Name: postgis_full_version(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_full_version() RETURNS text
  LANGUAGE plpgsql IMMUTABLE
  AS $$
  DECLARE
  libver text;
  projver text;
  geosver text;
  libxmlver text;
  usestats bool;
  dbproc text;
  relproc text;
  fullver text;
  BEGIN
  SELECT postgis_lib_version() INTO libver;
  SELECT postgis_proj_version() INTO projver;
  SELECT postgis_geos_version() INTO geosver;
  SELECT postgis_libxml_version() INTO libxmlver;
  SELECT postgis_uses_stats() INTO usestats;
  SELECT postgis_scripts_installed() INTO dbproc;
  SELECT postgis_scripts_released() INTO relproc;
 
  fullver = 'POSTGIS="' || libver || '"';
 
  IF geosver IS NOT NULL THEN
  fullver = fullver || ' GEOS="' || geosver || '"';
  END IF;
 
  IF projver IS NOT NULL THEN
  fullver = fullver || ' PROJ="' || projver || '"';
  END IF;
 
  IF libxmlver IS NOT NULL THEN
  fullver = fullver || ' LIBXML="' || libxmlver || '"';
  END IF;
 
  IF usestats THEN
  fullver = fullver || ' USE_STATS';
  END IF;
 
  -- fullver = fullver || ' DBPROC="' || dbproc || '"';
  -- fullver = fullver || ' RELPROC="' || relproc || '"';
 
  IF dbproc != relproc THEN
  fullver = fullver || ' (procs from ' || dbproc || ' need upgrade)';
  END IF;
 
  RETURN fullver;
  END
  $$;
 
 
  ALTER FUNCTION public.postgis_full_version() OWNER TO postgres;
 
  --
  -- TOC entry 357 (class 1255 OID 18711)
  -- Dependencies: 6
  -- Name: postgis_geos_version(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_geos_version() RETURNS text
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_geos_version';
 
 
  ALTER FUNCTION public.postgis_geos_version() OWNER TO postgres;
 
  --
  -- TOC entry 358 (class 1255 OID 18712)
  -- Dependencies: 1102 6 1087
  -- Name: postgis_getbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_getbbox(geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.postgis_getbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 359 (class 1255 OID 18713)
  -- Dependencies: 6
  -- Name: postgis_gist_joinsel(internal, oid, internal, smallint); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_gist_joinsel(internal, oid, internal, smallint) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_joinsel';
 
 
  ALTER FUNCTION public.postgis_gist_joinsel(internal, oid, internal, smallint) OWNER TO postgres;
 
  --
  -- TOC entry 360 (class 1255 OID 18714)
  -- Dependencies: 6
  -- Name: postgis_gist_sel(internal, oid, internal, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_gist_sel(internal, oid, internal, integer) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_sel';
 
 
  ALTER FUNCTION public.postgis_gist_sel(internal, oid, internal, integer) OWNER TO postgres;
 
  --
  -- TOC entry 361 (class 1255 OID 18715)
  -- Dependencies: 1102 6
  -- Name: postgis_hasbbox(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_hasbbox(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_hasBBOX';
 
 
  ALTER FUNCTION public.postgis_hasbbox(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 362 (class 1255 OID 18716)
  -- Dependencies: 6
  -- Name: postgis_lib_build_date(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_lib_build_date() RETURNS text
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_lib_build_date';
 
 
  ALTER FUNCTION public.postgis_lib_build_date() OWNER TO postgres;
 
  --
  -- TOC entry 363 (class 1255 OID 18717)
  -- Dependencies: 6
  -- Name: postgis_lib_version(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_lib_version() RETURNS text
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_lib_version';
 
 
  ALTER FUNCTION public.postgis_lib_version() OWNER TO postgres;
 
  --
  -- TOC entry 364 (class 1255 OID 18718)
  -- Dependencies: 6
  -- Name: postgis_libxml_version(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_libxml_version() RETURNS text
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_libxml_version';
 
 
  ALTER FUNCTION public.postgis_libxml_version() OWNER TO postgres;
 
  --
  -- TOC entry 365 (class 1255 OID 18719)
  -- Dependencies: 1102 6 1102
  -- Name: postgis_noop(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_noop(geometry) RETURNS geometry
  LANGUAGE c STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_noop';
 
 
  ALTER FUNCTION public.postgis_noop(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 366 (class 1255 OID 18720)
  -- Dependencies: 6
  -- Name: postgis_proj_version(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_proj_version() RETURNS text
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_proj_version';
 
 
  ALTER FUNCTION public.postgis_proj_version() OWNER TO postgres;
 
  --
  -- TOC entry 367 (class 1255 OID 18721)
  -- Dependencies: 6
  -- Name: postgis_scripts_build_date(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_scripts_build_date() RETURNS text
  LANGUAGE sql IMMUTABLE
  AS $$SELECT '2010-03-11 19:15:17'::text AS version$$;
 
 
  ALTER FUNCTION public.postgis_scripts_build_date() OWNER TO postgres;
 
  --
  -- TOC entry 368 (class 1255 OID 18722)
  -- Dependencies: 6
  -- Name: postgis_scripts_installed(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_scripts_installed() RETURNS text
  LANGUAGE sql IMMUTABLE
  AS $$SELECT '1.5 r5385'::text AS version$$;
 
 
  ALTER FUNCTION public.postgis_scripts_installed() OWNER TO postgres;
 
  --
  -- TOC entry 369 (class 1255 OID 18723)
  -- Dependencies: 6
  -- Name: postgis_scripts_released(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_scripts_released() RETURNS text
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_scripts_released';
 
 
  ALTER FUNCTION public.postgis_scripts_released() OWNER TO postgres;
 
  --
  -- TOC entry 370 (class 1255 OID 18724)
  -- Dependencies: 1102 6 1102
  -- Name: postgis_transform_geometry(geometry, text, text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_transform_geometry(geometry, text, text, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'transform_geom';
 
 
  ALTER FUNCTION public.postgis_transform_geometry(geometry, text, text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 371 (class 1255 OID 18725)
  -- Dependencies: 6
  -- Name: postgis_uses_stats(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_uses_stats() RETURNS boolean
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_uses_stats';
 
 
  ALTER FUNCTION public.postgis_uses_stats() OWNER TO postgres;
 
  --
  -- TOC entry 372 (class 1255 OID 18726)
  -- Dependencies: 6
  -- Name: postgis_version(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION postgis_version() RETURNS text
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'postgis_version';
 
 
  ALTER FUNCTION public.postgis_version() OWNER TO postgres;
 
  --
  -- TOC entry 373 (class 1255 OID 18727)
  -- Dependencies: 6 1168
  -- Name: probe_geometry_columns(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION probe_geometry_columns() RETURNS text
  LANGUAGE plpgsql
  AS $$
  DECLARE
  inserted integer;
  oldcount integer;
  probed integer;
  stale integer;
  BEGIN
 
  SELECT count(*) INTO oldcount FROM geometry_columns;
 
  SELECT count(*) INTO probed
  FROM pg_class c, pg_attribute a, pg_type t,
  pg_namespace n,
  pg_constraint sridcheck, pg_constraint typecheck
 
  WHERE t.typname = 'geometry'
  AND a.atttypid = t.oid
  AND a.attrelid = c.oid
  AND c.relnamespace = n.oid
  AND sridcheck.connamespace = n.oid
  AND typecheck.connamespace = n.oid
  AND sridcheck.conrelid = c.oid
  AND sridcheck.consrc LIKE '(srid('||a.attname||') = %)'
  AND typecheck.conrelid = c.oid
  AND typecheck.consrc LIKE
  '((geometrytype('||a.attname||') = ''%''::text) OR (% IS NULL))'
  ;
 
  INSERT INTO geometry_columns SELECT
  ''::varchar as f_table_catalogue,
  n.nspname::varchar as f_table_schema,
  c.relname::varchar as f_table_name,
  a.attname::varchar as f_geometry_column,
  2 as coord_dimension,
  trim(both ' =)' from
  replace(replace(split_part(
  sridcheck.consrc, ' = ', 2), ')', ''), '(', ''))::integer AS srid,
  trim(both ' =)''' from substr(typecheck.consrc,
  strpos(typecheck.consrc, '='),
  strpos(typecheck.consrc, '::')-
  strpos(typecheck.consrc, '=')
  ))::varchar as type
  FROM pg_class c, pg_attribute a, pg_type t,
  pg_namespace n,
  pg_constraint sridcheck, pg_constraint typecheck
  WHERE t.typname = 'geometry'
  AND a.atttypid = t.oid
  AND a.attrelid = c.oid
  AND c.relnamespace = n.oid
  AND sridcheck.connamespace = n.oid
  AND typecheck.connamespace = n.oid
  AND sridcheck.conrelid = c.oid
  AND sridcheck.consrc LIKE '(st_srid('||a.attname||') = %)'
  AND typecheck.conrelid = c.oid
  AND typecheck.consrc LIKE
  '((geometrytype('||a.attname||') = ''%''::text) OR (% IS NULL))'
 
  AND NOT EXISTS (
  SELECT oid FROM geometry_columns gc
  WHERE c.relname::varchar = gc.f_table_name
  AND n.nspname::varchar = gc.f_table_schema
  AND a.attname::varchar = gc.f_geometry_column
  );
 
  GET DIAGNOSTICS inserted = ROW_COUNT;
 
  IF oldcount > probed THEN
  stale = oldcount-probed;
  ELSE
  stale = 0;
  END IF;
 
  RETURN 'probed:'||probed::text||
  ' inserted:'||inserted::text||
  ' conflicts:'||(probed-inserted)::text||
  ' stale:'||stale::text;
  END
 
  $$;
 
 
  ALTER FUNCTION public.probe_geometry_columns() OWNER TO postgres;
 
  --
  -- TOC entry 374 (class 1255 OID 18728)
  -- Dependencies: 6 1102 1102
  -- Name: relate(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION relate(geometry, geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'relate_full';
 
 
  ALTER FUNCTION public.relate(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 375 (class 1255 OID 18729)
  -- Dependencies: 1102 6 1102
  -- Name: relate(geometry, geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION relate(geometry, geometry, text) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'relate_pattern';
 
 
  ALTER FUNCTION public.relate(geometry, geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 376 (class 1255 OID 18730)
  -- Dependencies: 1102 6 1102
  -- Name: removepoint(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION removepoint(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_removepoint';
 
 
  ALTER FUNCTION public.removepoint(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 377 (class 1255 OID 18731)
  -- Dependencies: 6
  -- Name: rename_geometry_table_constraints(); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION rename_geometry_table_constraints() RETURNS text
  LANGUAGE sql IMMUTABLE
  AS $$
  SELECT 'rename_geometry_table_constraint() is obsoleted'::text
  $$;
 
 
  ALTER FUNCTION public.rename_geometry_table_constraints() OWNER TO postgres;
 
  --
  -- TOC entry 378 (class 1255 OID 18732)
  -- Dependencies: 1102 6 1102
  -- Name: reverse(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION reverse(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_reverse';
 
 
  ALTER FUNCTION public.reverse(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 379 (class 1255 OID 18733)
  -- Dependencies: 1102 6 1102
  -- Name: rotate(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION rotate(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT rotateZ($1, $2)$_$;
 
 
  ALTER FUNCTION public.rotate(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 380 (class 1255 OID 18734)
  -- Dependencies: 1102 6 1102
  -- Name: rotatex(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION rotatex(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, 1, 0, 0, 0, cos($2), -sin($2), 0, sin($2), cos($2), 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.rotatex(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 381 (class 1255 OID 18735)
  -- Dependencies: 1102 6 1102
  -- Name: rotatey(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION rotatey(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, cos($2), 0, sin($2), 0, 1, 0, -sin($2), 0, cos($2), 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.rotatey(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 382 (class 1255 OID 18736)
  -- Dependencies: 1102 6 1102
  -- Name: rotatez(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION rotatez(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, cos($2), -sin($2), 0, sin($2), cos($2), 0, 0, 0, 1, 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.rotatez(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 384 (class 1255 OID 18738)
  -- Dependencies: 6 1102 1102
  -- Name: scale(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION scale(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT scale($1, $2, $3, 1)$_$;
 
 
  ALTER FUNCTION public.scale(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 383 (class 1255 OID 18737)
  -- Dependencies: 6 1102 1102
  -- Name: scale(geometry, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION scale(geometry, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, $2, 0, 0, 0, $3, 0, 0, 0, $4, 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.scale(geometry, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 385 (class 1255 OID 18739)
  -- Dependencies: 1102 6 1102
  -- Name: se_envelopesintersect(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION se_envelopesintersect(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT $1 && $2
  $_$;
 
 
  ALTER FUNCTION public.se_envelopesintersect(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 386 (class 1255 OID 18740)
  -- Dependencies: 6 1102
  -- Name: se_is3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION se_is3d(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_hasz';
 
 
  ALTER FUNCTION public.se_is3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 387 (class 1255 OID 18741)
  -- Dependencies: 6 1102
  -- Name: se_ismeasured(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION se_ismeasured(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_hasm';
 
 
  ALTER FUNCTION public.se_ismeasured(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 388 (class 1255 OID 18742)
  -- Dependencies: 1102 6 1102
  -- Name: se_locatealong(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION se_locatealong(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT locate_between_measures($1, $2, $2) $_$;
 
 
  ALTER FUNCTION public.se_locatealong(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 389 (class 1255 OID 18743)
  -- Dependencies: 1102 6 1102
  -- Name: se_locatebetween(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION se_locatebetween(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_locate_between_m';
 
 
  ALTER FUNCTION public.se_locatebetween(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 390 (class 1255 OID 18744)
  -- Dependencies: 6 1102
  -- Name: se_m(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION se_m(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_m_point';
 
 
  ALTER FUNCTION public.se_m(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 391 (class 1255 OID 18745)
  -- Dependencies: 6 1102
  -- Name: se_z(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION se_z(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_z_point';
 
 
  ALTER FUNCTION public.se_z(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 392 (class 1255 OID 18746)
  -- Dependencies: 1102 6 1102
  -- Name: segmentize(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION segmentize(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_segmentize2d';
 
 
  ALTER FUNCTION public.segmentize(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 393 (class 1255 OID 18747)
  -- Dependencies: 1096 6 1096
  -- Name: setfactor(chip, real); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION setfactor(chip, real) RETURNS chip
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_setFactor';
 
 
  ALTER FUNCTION public.setfactor(chip, real) OWNER TO postgres;
 
  --
  -- TOC entry 394 (class 1255 OID 18748)
  -- Dependencies: 1102 6 1102 1102
  -- Name: setpoint(geometry, integer, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION setpoint(geometry, integer, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_setpoint_linestring';
 
 
  ALTER FUNCTION public.setpoint(geometry, integer, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 395 (class 1255 OID 18749)
  -- Dependencies: 1096 6 1096
  -- Name: setsrid(chip, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION setsrid(chip, integer) RETURNS chip
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_setSRID';
 
 
  ALTER FUNCTION public.setsrid(chip, integer) OWNER TO postgres;
 
  --
  -- TOC entry 396 (class 1255 OID 18750)
  -- Dependencies: 1102 6 1102
  -- Name: setsrid(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION setsrid(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_setSRID';
 
 
  ALTER FUNCTION public.setsrid(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 397 (class 1255 OID 18751)
  -- Dependencies: 6 1102 1102
  -- Name: shift_longitude(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION shift_longitude(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_longitude_shift';
 
 
  ALTER FUNCTION public.shift_longitude(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 398 (class 1255 OID 18752)
  -- Dependencies: 6 1102 1102
  -- Name: simplify(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION simplify(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_simplify2d';
 
 
  ALTER FUNCTION public.simplify(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 401 (class 1255 OID 18755)
  -- Dependencies: 1102 6 1102
  -- Name: snaptogrid(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION snaptogrid(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT SnapToGrid($1, 0, 0, $2, $2)$_$;
 
 
  ALTER FUNCTION public.snaptogrid(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 400 (class 1255 OID 18754)
  -- Dependencies: 1102 6 1102
  -- Name: snaptogrid(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION snaptogrid(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT SnapToGrid($1, 0, 0, $2, $3)$_$;
 
 
  ALTER FUNCTION public.snaptogrid(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 399 (class 1255 OID 18753)
  -- Dependencies: 6 1102 1102
  -- Name: snaptogrid(geometry, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION snaptogrid(geometry, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_snaptogrid';
 
 
  ALTER FUNCTION public.snaptogrid(geometry, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 402 (class 1255 OID 18756)
  -- Dependencies: 1102 6 1102 1102
  -- Name: snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_snaptogrid_pointoff';
 
 
  ALTER FUNCTION public.snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 403 (class 1255 OID 18757)
  -- Dependencies: 6 1096
  -- Name: srid(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION srid(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getSRID';
 
 
  ALTER FUNCTION public.srid(chip) OWNER TO postgres;
 
  --
  -- TOC entry 404 (class 1255 OID 18758)
  -- Dependencies: 6 1102
  -- Name: srid(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION srid(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_getSRID';
 
 
  ALTER FUNCTION public.srid(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 405 (class 1255 OID 18759)
  -- Dependencies: 6 1102 1102
  -- Name: st_addmeasure(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_addmeasure(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ST_AddMeasure';
 
 
  ALTER FUNCTION public.st_addmeasure(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 406 (class 1255 OID 18760)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_addpoint(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_addpoint(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_addpoint';
 
 
  ALTER FUNCTION public.st_addpoint(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 407 (class 1255 OID 18761)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_addpoint(geometry, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_addpoint(geometry, geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_addpoint';
 
 
  ALTER FUNCTION public.st_addpoint(geometry, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 409 (class 1255 OID 18763)
  -- Dependencies: 6 1102 1102
  -- Name: st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, $2, $3, 0, $4, $5, 0, 0, 0, 1, $6, $7, 0)$_$;
 
 
  ALTER FUNCTION public.st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 408 (class 1255 OID 18762)
  -- Dependencies: 6 1102 1102
  -- Name: st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_affine';
 
 
  ALTER FUNCTION public.st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 410 (class 1255 OID 18764)
  -- Dependencies: 6 1102
  -- Name: st_area(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_area(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_area_polygon';
 
 
  ALTER FUNCTION public.st_area(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 412 (class 1255 OID 18766)
  -- Dependencies: 6 1099
  -- Name: st_area(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_area(geography) RETURNS double precision
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_Area($1, true)$_$;
 
 
  ALTER FUNCTION public.st_area(geography) OWNER TO postgres;
 
  --
  -- TOC entry 413 (class 1255 OID 18767)
  -- Dependencies: 6
  -- Name: st_area(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_area(text) RETURNS double precision
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_Area($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_area(text) OWNER TO postgres;
 
  --
  -- TOC entry 411 (class 1255 OID 18765)
  -- Dependencies: 6 1099
  -- Name: st_area(geography, boolean); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_area(geography, boolean) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'geography_area';
 
 
  ALTER FUNCTION public.st_area(geography, boolean) OWNER TO postgres;
 
  --
  -- TOC entry 414 (class 1255 OID 18768)
  -- Dependencies: 6 1102
  -- Name: st_area2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_area2d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_area_polygon';
 
 
  ALTER FUNCTION public.st_area2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 415 (class 1255 OID 18769)
  -- Dependencies: 6 1102
  -- Name: st_asbinary(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asbinary(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asBinary';
 
 
  ALTER FUNCTION public.st_asbinary(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 417 (class 1255 OID 18771)
  -- Dependencies: 6 1099
  -- Name: st_asbinary(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asbinary(geography) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_binary';
 
 
  ALTER FUNCTION public.st_asbinary(geography) OWNER TO postgres;
 
  --
  -- TOC entry 418 (class 1255 OID 18772)
  -- Dependencies: 6
  -- Name: st_asbinary(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asbinary(text) RETURNS bytea
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_AsBinary($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_asbinary(text) OWNER TO postgres;
 
  --
  -- TOC entry 416 (class 1255 OID 18770)
  -- Dependencies: 6 1102
  -- Name: st_asbinary(geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asbinary(geometry, text) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asBinary';
 
 
  ALTER FUNCTION public.st_asbinary(geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 419 (class 1255 OID 18773)
  -- Dependencies: 6 1102
  -- Name: st_asewkb(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asewkb(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'WKBFromLWGEOM';
 
 
  ALTER FUNCTION public.st_asewkb(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 420 (class 1255 OID 18774)
  -- Dependencies: 6 1102
  -- Name: st_asewkb(geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asewkb(geometry, text) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'WKBFromLWGEOM';
 
 
  ALTER FUNCTION public.st_asewkb(geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 421 (class 1255 OID 18775)
  -- Dependencies: 6 1102
  -- Name: st_asewkt(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asewkt(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asEWKT';
 
 
  ALTER FUNCTION public.st_asewkt(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 423 (class 1255 OID 18777)
  -- Dependencies: 6 1102
  -- Name: st_asgeojson(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson(1, $1, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 429 (class 1255 OID 18783)
  -- Dependencies: 6 1099
  -- Name: st_asgeojson(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(geography) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson(1, $1, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(geography) OWNER TO postgres;
 
  --
  -- TOC entry 430 (class 1255 OID 18784)
  -- Dependencies: 6
  -- Name: st_asgeojson(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(text) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_AsGeoJson($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_asgeojson(text) OWNER TO postgres;
 
  --
  -- TOC entry 422 (class 1255 OID 18776)
  -- Dependencies: 6 1102
  -- Name: st_asgeojson(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson(1, $1, $2, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 424 (class 1255 OID 18778)
  -- Dependencies: 6 1102
  -- Name: st_asgeojson(integer, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(integer, geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson($1, $2, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(integer, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 428 (class 1255 OID 18782)
  -- Dependencies: 6 1099
  -- Name: st_asgeojson(geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(geography, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson(1, $1, $2, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 431 (class 1255 OID 18785)
  -- Dependencies: 6 1099
  -- Name: st_asgeojson(integer, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(integer, geography) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson($1, $2, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(integer, geography) OWNER TO postgres;
 
  --
  -- TOC entry 425 (class 1255 OID 18779)
  -- Dependencies: 6 1102
  -- Name: st_asgeojson(integer, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(integer, geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson($1, $2, $3, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(integer, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 426 (class 1255 OID 18780)
  -- Dependencies: 6 1102
  -- Name: st_asgeojson(geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(geometry, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson(1, $1, $2, $3)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 432 (class 1255 OID 18786)
  -- Dependencies: 6 1099
  -- Name: st_asgeojson(integer, geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(integer, geography, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson($1, $2, $3, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(integer, geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 433 (class 1255 OID 18787)
  -- Dependencies: 6 1099
  -- Name: st_asgeojson(geography, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(geography, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson(1, $1, $2, $3)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(geography, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 427 (class 1255 OID 18781)
  -- Dependencies: 6 1102
  -- Name: st_asgeojson(integer, geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(integer, geometry, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson($1, $2, $3, $4)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(integer, geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 434 (class 1255 OID 18788)
  -- Dependencies: 6 1099
  -- Name: st_asgeojson(integer, geography, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgeojson(integer, geography, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGeoJson($1, $2, $3, $4)$_$;
 
 
  ALTER FUNCTION public.st_asgeojson(integer, geography, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 436 (class 1255 OID 18790)
  -- Dependencies: 6 1102
  -- Name: st_asgml(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 442 (class 1255 OID 18796)
  -- Dependencies: 6 1099
  -- Name: st_asgml(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(geography) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(geography) OWNER TO postgres;
 
  --
  -- TOC entry 443 (class 1255 OID 18797)
  -- Dependencies: 6
  -- Name: st_asgml(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(text) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_AsGML($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_asgml(text) OWNER TO postgres;
 
  --
  -- TOC entry 435 (class 1255 OID 18789)
  -- Dependencies: 6 1102
  -- Name: st_asgml(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, $2, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 437 (class 1255 OID 18791)
  -- Dependencies: 6 1102
  -- Name: st_asgml(integer, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(integer, geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML($1, $2, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(integer, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 441 (class 1255 OID 18795)
  -- Dependencies: 6 1099
  -- Name: st_asgml(geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(geography, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, $2, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 444 (class 1255 OID 18798)
  -- Dependencies: 6 1099
  -- Name: st_asgml(integer, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(integer, geography) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML($1, $2, 15, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(integer, geography) OWNER TO postgres;
 
  --
  -- TOC entry 438 (class 1255 OID 18792)
  -- Dependencies: 6 1102
  -- Name: st_asgml(integer, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(integer, geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML($1, $2, $3, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(integer, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 439 (class 1255 OID 18793)
  -- Dependencies: 6 1102
  -- Name: st_asgml(geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(geometry, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, $2, $3)$_$;
 
 
  ALTER FUNCTION public.st_asgml(geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 445 (class 1255 OID 18799)
  -- Dependencies: 6 1099
  -- Name: st_asgml(integer, geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(integer, geography, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML($1, $2, $3, 0)$_$;
 
 
  ALTER FUNCTION public.st_asgml(integer, geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 446 (class 1255 OID 18800)
  -- Dependencies: 6 1099
  -- Name: st_asgml(geography, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(geography, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML(2, $1, $2, $3)$_$;
 
 
  ALTER FUNCTION public.st_asgml(geography, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 440 (class 1255 OID 18794)
  -- Dependencies: 6 1102
  -- Name: st_asgml(integer, geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(integer, geometry, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML($1, $2, $3, $4)$_$;
 
 
  ALTER FUNCTION public.st_asgml(integer, geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 447 (class 1255 OID 18801)
  -- Dependencies: 6 1099
  -- Name: st_asgml(integer, geography, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_asgml(integer, geography, integer, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsGML($1, $2, $3, $4)$_$;
 
 
  ALTER FUNCTION public.st_asgml(integer, geography, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 448 (class 1255 OID 18802)
  -- Dependencies: 6 1102
  -- Name: st_ashexewkb(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_ashexewkb(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asHEXEWKB';
 
 
  ALTER FUNCTION public.st_ashexewkb(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 449 (class 1255 OID 18803)
  -- Dependencies: 6 1102
  -- Name: st_ashexewkb(geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_ashexewkb(geometry, text) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asHEXEWKB';
 
 
  ALTER FUNCTION public.st_ashexewkb(geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 451 (class 1255 OID 18805)
  -- Dependencies: 6 1102
  -- Name: st_askml(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML(2, ST_Transform($1,4326), 15)$_$;
 
 
  ALTER FUNCTION public.st_askml(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 455 (class 1255 OID 18809)
  -- Dependencies: 6 1099
  -- Name: st_askml(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(geography) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML(2, $1, 15)$_$;
 
 
  ALTER FUNCTION public.st_askml(geography) OWNER TO postgres;
 
  --
  -- TOC entry 456 (class 1255 OID 18810)
  -- Dependencies: 6
  -- Name: st_askml(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(text) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_AsKML($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_askml(text) OWNER TO postgres;
 
  --
  -- TOC entry 450 (class 1255 OID 18804)
  -- Dependencies: 6 1102
  -- Name: st_askml(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML(2, ST_Transform($1,4326), $2)$_$;
 
 
  ALTER FUNCTION public.st_askml(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 452 (class 1255 OID 18806)
  -- Dependencies: 6 1102
  -- Name: st_askml(integer, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(integer, geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML($1, ST_Transform($2,4326), 15)$_$;
 
 
  ALTER FUNCTION public.st_askml(integer, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 454 (class 1255 OID 18808)
  -- Dependencies: 1099 6
  -- Name: st_askml(geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(geography, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML(2, $1, $2)$_$;
 
 
  ALTER FUNCTION public.st_askml(geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 457 (class 1255 OID 18811)
  -- Dependencies: 6 1099
  -- Name: st_askml(integer, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(integer, geography) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML($1, $2, 15)$_$;
 
 
  ALTER FUNCTION public.st_askml(integer, geography) OWNER TO postgres;
 
  --
  -- TOC entry 453 (class 1255 OID 18807)
  -- Dependencies: 6 1102
  -- Name: st_askml(integer, geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(integer, geometry, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML($1, ST_Transform($2,4326), $3)$_$;
 
 
  ALTER FUNCTION public.st_askml(integer, geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 458 (class 1255 OID 18812)
  -- Dependencies: 6 1099
  -- Name: st_askml(integer, geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_askml(integer, geography, integer) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_AsKML($1, $2, $3)$_$;
 
 
  ALTER FUNCTION public.st_askml(integer, geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 461 (class 1255 OID 18815)
  -- Dependencies: 6 1102
  -- Name: st_assvg(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_assvg(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'assvg_geometry';
 
 
  ALTER FUNCTION public.st_assvg(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 464 (class 1255 OID 18818)
  -- Dependencies: 6 1099
  -- Name: st_assvg(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_assvg(geography) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_svg';
 
 
  ALTER FUNCTION public.st_assvg(geography) OWNER TO postgres;
 
  --
  -- TOC entry 465 (class 1255 OID 18819)
  -- Dependencies: 6
  -- Name: st_assvg(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_assvg(text) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_AsSVG($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_assvg(text) OWNER TO postgres;
 
  --
  -- TOC entry 460 (class 1255 OID 18814)
  -- Dependencies: 6 1102
  -- Name: st_assvg(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_assvg(geometry, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'assvg_geometry';
 
 
  ALTER FUNCTION public.st_assvg(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 463 (class 1255 OID 18817)
  -- Dependencies: 6 1099
  -- Name: st_assvg(geography, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_assvg(geography, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_svg';
 
 
  ALTER FUNCTION public.st_assvg(geography, integer) OWNER TO postgres;
 
  --
  -- TOC entry 459 (class 1255 OID 18813)
  -- Dependencies: 6 1102
  -- Name: st_assvg(geometry, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_assvg(geometry, integer, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'assvg_geometry';
 
 
  ALTER FUNCTION public.st_assvg(geometry, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 462 (class 1255 OID 18816)
  -- Dependencies: 6 1099
  -- Name: st_assvg(geography, integer, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_assvg(geography, integer, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_svg';
 
 
  ALTER FUNCTION public.st_assvg(geography, integer, integer) OWNER TO postgres;
 
  --
  -- TOC entry 466 (class 1255 OID 18820)
  -- Dependencies: 6 1102
  -- Name: st_astext(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_astext(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_asText';
 
 
  ALTER FUNCTION public.st_astext(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 467 (class 1255 OID 18821)
  -- Dependencies: 6 1099
  -- Name: st_astext(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_astext(geography) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_as_text';
 
 
  ALTER FUNCTION public.st_astext(geography) OWNER TO postgres;
 
  --
  -- TOC entry 468 (class 1255 OID 18822)
  -- Dependencies: 6
  -- Name: st_astext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_astext(text) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_AsText($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_astext(text) OWNER TO postgres;
 
  --
  -- TOC entry 469 (class 1255 OID 18823)
  -- Dependencies: 6 1102 1102
  -- Name: st_azimuth(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_azimuth(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_azimuth';
 
 
  ALTER FUNCTION public.st_azimuth(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 470 (class 1255 OID 18824)
  -- Dependencies: 6 1168 1102
  -- Name: st_bdmpolyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_bdmpolyfromtext(text, integer) RETURNS geometry
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  geomtext alias for $1;
  srid alias for $2;
  mline geometry;
  geom geometry;
  BEGIN
  mline := ST_MultiLineStringFromText(geomtext, srid);
 
  IF mline IS NULL
  THEN
  RAISE EXCEPTION 'Input is not a MultiLinestring';
  END IF;
 
  geom := multi(ST_BuildArea(mline));
 
  RETURN geom;
  END;
  $_$;
 
 
  ALTER FUNCTION public.st_bdmpolyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 471 (class 1255 OID 18825)
  -- Dependencies: 6 1168 1102
  -- Name: st_bdpolyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_bdpolyfromtext(text, integer) RETURNS geometry
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  geomtext alias for $1;
  srid alias for $2;
  mline geometry;
  geom geometry;
  BEGIN
  mline := ST_MultiLineStringFromText(geomtext, srid);
 
  IF mline IS NULL
  THEN
  RAISE EXCEPTION 'Input is not a MultiLinestring';
  END IF;
 
  geom := ST_BuildArea(mline);
 
  IF GeometryType(geom) != 'POLYGON'
  THEN
  RAISE EXCEPTION 'Input returns more then a single polygon, try using BdMPolyFromText instead';
  END IF;
 
  RETURN geom;
  END;
  $_$;
 
 
  ALTER FUNCTION public.st_bdpolyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 472 (class 1255 OID 18826)
  -- Dependencies: 6 1102 1102
  -- Name: st_boundary(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_boundary(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'boundary';
 
 
  ALTER FUNCTION public.st_boundary(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 473 (class 1255 OID 18827)
  -- Dependencies: 6 1102
  -- Name: st_box(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box(geometry) RETURNS box
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX';
 
 
  ALTER FUNCTION public.st_box(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 474 (class 1255 OID 18828)
  -- Dependencies: 6 1090
  -- Name: st_box(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box(box3d) RETURNS box
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_BOX';
 
 
  ALTER FUNCTION public.st_box(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 475 (class 1255 OID 18829)
  -- Dependencies: 6 1087 1102
  -- Name: st_box2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box2d(geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.st_box2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 476 (class 1255 OID 18830)
  -- Dependencies: 6 1087 1090
  -- Name: st_box2d(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box2d(box3d) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.st_box2d(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 477 (class 1255 OID 18831)
  -- Dependencies: 6 1087 1093
  -- Name: st_box2d(box3d_extent); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box2d(box3d_extent) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_BOX2DFLOAT4';
 
 
  ALTER FUNCTION public.st_box2d(box3d_extent) OWNER TO postgres;
 
  --
  -- TOC entry 478 (class 1255 OID 18832)
  -- Dependencies: 6 1087
  -- Name: st_box2d_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box2d_in(cstring) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_in';
 
 
  ALTER FUNCTION public.st_box2d_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 479 (class 1255 OID 18833)
  -- Dependencies: 6 1087
  -- Name: st_box2d_out(box2d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box2d_out(box2d) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_out';
 
 
  ALTER FUNCTION public.st_box2d_out(box2d) OWNER TO postgres;
 
  --
  -- TOC entry 480 (class 1255 OID 18834)
  -- Dependencies: 6 1090 1102
  -- Name: st_box3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box3d(geometry) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX3D';
 
 
  ALTER FUNCTION public.st_box3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 481 (class 1255 OID 18835)
  -- Dependencies: 6 1090 1087
  -- Name: st_box3d(box2d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box3d(box2d) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_to_BOX3D';
 
 
  ALTER FUNCTION public.st_box3d(box2d) OWNER TO postgres;
 
  --
  -- TOC entry 482 (class 1255 OID 18836)
  -- Dependencies: 6 1090 1093
  -- Name: st_box3d_extent(box3d_extent); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box3d_extent(box3d_extent) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_extent_to_BOX3D';
 
 
  ALTER FUNCTION public.st_box3d_extent(box3d_extent) OWNER TO postgres;
 
  --
  -- TOC entry 483 (class 1255 OID 18837)
  -- Dependencies: 6 1090
  -- Name: st_box3d_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box3d_in(cstring) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_in';
 
 
  ALTER FUNCTION public.st_box3d_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 484 (class 1255 OID 18838)
  -- Dependencies: 6 1090
  -- Name: st_box3d_out(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_box3d_out(box3d) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_out';
 
 
  ALTER FUNCTION public.st_box3d_out(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 485 (class 1255 OID 18839)
  -- Dependencies: 6 1102 1102
  -- Name: st_buffer(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_buffer(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'buffer';
 
 
  ALTER FUNCTION public.st_buffer(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 488 (class 1255 OID 18842)
  -- Dependencies: 6 1099 1099
  -- Name: st_buffer(geography, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_buffer(geography, double precision) RETURNS geography
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT geography(ST_Transform(ST_Buffer(ST_Transform(geometry($1), _ST_BestSRID($1)), $2), 4326))$_$;
 
 
  ALTER FUNCTION public.st_buffer(geography, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 489 (class 1255 OID 18843)
  -- Dependencies: 6 1102
  -- Name: st_buffer(text, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_buffer(text, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_Buffer($1::geometry, $2); $_$;
 
 
  ALTER FUNCTION public.st_buffer(text, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 486 (class 1255 OID 18840)
  -- Dependencies: 6 1102 1102
  -- Name: st_buffer(geometry, double precision, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_buffer(geometry, double precision, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT _ST_Buffer($1, $2,
  CAST('quad_segs='||CAST($3 AS text) as cstring))
  $_$;
 
 
  ALTER FUNCTION public.st_buffer(geometry, double precision, integer) OWNER TO postgres;
 
  --
  -- TOC entry 487 (class 1255 OID 18841)
  -- Dependencies: 6 1102 1102
  -- Name: st_buffer(geometry, double precision, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_buffer(geometry, double precision, text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT _ST_Buffer($1, $2,
  CAST( regexp_replace($3, '^[0123456789]+$',
  'quad_segs='||$3) AS cstring)
  )
  $_$;
 
 
  ALTER FUNCTION public.st_buffer(geometry, double precision, text) OWNER TO postgres;
 
  --
  -- TOC entry 490 (class 1255 OID 18844)
  -- Dependencies: 6 1102 1102
  -- Name: st_buildarea(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_buildarea(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_buildarea';
 
 
  ALTER FUNCTION public.st_buildarea(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 491 (class 1255 OID 18845)
  -- Dependencies: 6 1102
  -- Name: st_bytea(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_bytea(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_bytea';
 
 
  ALTER FUNCTION public.st_bytea(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 492 (class 1255 OID 18846)
  -- Dependencies: 6 1102 1102
  -- Name: st_centroid(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_centroid(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'centroid';
 
 
  ALTER FUNCTION public.st_centroid(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 493 (class 1255 OID 18847)
  -- Dependencies: 6 1096
  -- Name: st_chip_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_chip_in(cstring) RETURNS chip
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_in';
 
 
  ALTER FUNCTION public.st_chip_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 494 (class 1255 OID 18848)
  -- Dependencies: 6 1096
  -- Name: st_chip_out(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_chip_out(chip) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_out';
 
 
  ALTER FUNCTION public.st_chip_out(chip) OWNER TO postgres;
 
  --
  -- TOC entry 495 (class 1255 OID 18849)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_closestpoint(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_closestpoint(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_closestpoint';
 
 
  ALTER FUNCTION public.st_closestpoint(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 497 (class 1255 OID 18851)
  -- Dependencies: 6 1102 1104
  -- Name: st_collect(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_collect(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_collect_garray';
 
 
  ALTER FUNCTION public.st_collect(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 496 (class 1255 OID 18850)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_collect(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_collect(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'LWGEOM_collect';
 
 
  ALTER FUNCTION public.st_collect(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 498 (class 1255 OID 18852)
  -- Dependencies: 6 1102 1102
  -- Name: st_collectionextract(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_collectionextract(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ST_CollectionExtract';
 
 
  ALTER FUNCTION public.st_collectionextract(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 499 (class 1255 OID 18853)
  -- Dependencies: 6 1087 1087 1102
  -- Name: st_combine_bbox(box2d, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_combine_bbox(box2d, geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_combine';
 
 
  ALTER FUNCTION public.st_combine_bbox(box2d, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 500 (class 1255 OID 18854)
  -- Dependencies: 6 1093 1093 1102
  -- Name: st_combine_bbox(box3d_extent, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_combine_bbox(box3d_extent, geometry) RETURNS box3d_extent
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'BOX3D_combine';
 
 
  ALTER FUNCTION public.st_combine_bbox(box3d_extent, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 501 (class 1255 OID 18855)
  -- Dependencies: 6 1090 1090 1102
  -- Name: st_combine_bbox(box3d, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_combine_bbox(box3d, geometry) RETURNS box3d
  LANGUAGE c IMMUTABLE
  AS '$libdir/postgis-1.5', 'BOX3D_combine';
 
 
  ALTER FUNCTION public.st_combine_bbox(box3d, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 502 (class 1255 OID 18856)
  -- Dependencies: 6 1096
  -- Name: st_compression(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_compression(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getCompression';
 
 
  ALTER FUNCTION public.st_compression(chip) OWNER TO postgres;
 
  --
  -- TOC entry 503 (class 1255 OID 18857)
  -- Dependencies: 6 1102 1102
  -- Name: st_contains(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_contains(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_Contains($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_contains(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 504 (class 1255 OID 18858)
  -- Dependencies: 6 1102 1102
  -- Name: st_containsproperly(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_containsproperly(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_ContainsProperly($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_containsproperly(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 505 (class 1255 OID 18859)
  -- Dependencies: 6 1102 1102
  -- Name: st_convexhull(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_convexhull(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'convexhull';
 
 
  ALTER FUNCTION public.st_convexhull(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 506 (class 1255 OID 18860)
  -- Dependencies: 6 1102
  -- Name: st_coorddim(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_coorddim(geometry) RETURNS smallint
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_ndims';
 
 
  ALTER FUNCTION public.st_coorddim(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 507 (class 1255 OID 18861)
  -- Dependencies: 6 1102 1102
  -- Name: st_coveredby(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_coveredby(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_CoveredBy($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_coveredby(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 508 (class 1255 OID 18862)
  -- Dependencies: 6 1099 1099
  -- Name: st_coveredby(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_coveredby(geography, geography) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT $1 && $2 AND _ST_Covers($2, $1)$_$;
 
 
  ALTER FUNCTION public.st_coveredby(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 509 (class 1255 OID 18863)
  -- Dependencies: 6
  -- Name: st_coveredby(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_coveredby(text, text) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_CoveredBy($1::geometry, $2::geometry); $_$;
 
 
  ALTER FUNCTION public.st_coveredby(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 510 (class 1255 OID 18864)
  -- Dependencies: 6 1102 1102
  -- Name: st_covers(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_covers(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_Covers($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_covers(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 511 (class 1255 OID 18865)
  -- Dependencies: 6 1099 1099
  -- Name: st_covers(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_covers(geography, geography) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT $1 && $2 AND _ST_Covers($1, $2)$_$;
 
 
  ALTER FUNCTION public.st_covers(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 512 (class 1255 OID 18866)
  -- Dependencies: 6
  -- Name: st_covers(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_covers(text, text) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_Covers($1::geometry, $2::geometry); $_$;
 
 
  ALTER FUNCTION public.st_covers(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 513 (class 1255 OID 18867)
  -- Dependencies: 6 1102 1102
  -- Name: st_crosses(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_crosses(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_Crosses($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_crosses(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 515 (class 1255 OID 18869)
  -- Dependencies: 6 1102 1102
  -- Name: st_curvetoline(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_curvetoline(geometry) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_CurveToLine($1, 32)$_$;
 
 
  ALTER FUNCTION public.st_curvetoline(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 514 (class 1255 OID 18868)
  -- Dependencies: 6 1102 1102
  -- Name: st_curvetoline(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_curvetoline(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_curve_segmentize';
 
 
  ALTER FUNCTION public.st_curvetoline(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 516 (class 1255 OID 18870)
  -- Dependencies: 6 1096
  -- Name: st_datatype(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_datatype(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getDatatype';
 
 
  ALTER FUNCTION public.st_datatype(chip) OWNER TO postgres;
 
  --
  -- TOC entry 517 (class 1255 OID 18871)
  -- Dependencies: 6 1102 1102
  -- Name: st_dfullywithin(geometry, geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dfullywithin(geometry, geometry, double precision) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && ST_Expand($2,$3) AND $2 && ST_Expand($1,$3) AND _ST_DFullyWithin(ST_ConvexHull($1), ST_ConvexHull($2), $3)$_$;
 
 
  ALTER FUNCTION public.st_dfullywithin(geometry, geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 518 (class 1255 OID 18872)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_difference(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_difference(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'difference';
 
 
  ALTER FUNCTION public.st_difference(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 519 (class 1255 OID 18873)
  -- Dependencies: 6 1102
  -- Name: st_dimension(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dimension(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dimension';
 
 
  ALTER FUNCTION public.st_dimension(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 520 (class 1255 OID 18874)
  -- Dependencies: 6 1102 1102
  -- Name: st_disjoint(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_disjoint(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'disjoint';
 
 
  ALTER FUNCTION public.st_disjoint(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 521 (class 1255 OID 18875)
  -- Dependencies: 6 1102 1102
  -- Name: st_distance(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_distance(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_mindistance2d';
 
 
  ALTER FUNCTION public.st_distance(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 523 (class 1255 OID 18877)
  -- Dependencies: 6 1099 1099
  -- Name: st_distance(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_distance(geography, geography) RETURNS double precision
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_Distance($1, $2, 0.0, true)$_$;
 
 
  ALTER FUNCTION public.st_distance(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 524 (class 1255 OID 18878)
  -- Dependencies: 6
  -- Name: st_distance(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_distance(text, text) RETURNS double precision
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_Distance($1::geometry, $2::geometry); $_$;
 
 
  ALTER FUNCTION public.st_distance(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 522 (class 1255 OID 18876)
  -- Dependencies: 6 1099 1099
  -- Name: st_distance(geography, geography, boolean); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_distance(geography, geography, boolean) RETURNS double precision
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_Distance($1, $2, 0.0, $3)$_$;
 
 
  ALTER FUNCTION public.st_distance(geography, geography, boolean) OWNER TO postgres;
 
  --
  -- TOC entry 525 (class 1255 OID 18879)
  -- Dependencies: 6 1102 1102
  -- Name: st_distance_sphere(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_distance_sphere(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_distance_sphere';
 
 
  ALTER FUNCTION public.st_distance_sphere(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 526 (class 1255 OID 18880)
  -- Dependencies: 6 1102 1102 1113
  -- Name: st_distance_spheroid(geometry, geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_distance_spheroid(geometry, geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_distance_ellipsoid';
 
 
  ALTER FUNCTION public.st_distance_spheroid(geometry, geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 527 (class 1255 OID 18881)
  -- Dependencies: 6 1105 1102
  -- Name: st_dump(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dump(geometry) RETURNS SETOF geometry_dump
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dump';
 
 
  ALTER FUNCTION public.st_dump(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 528 (class 1255 OID 18882)
  -- Dependencies: 6 1105 1102
  -- Name: st_dumppoints(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dumppoints(geometry) RETURNS SETOF geometry_dump
  LANGUAGE sql
  AS $_$
  SELECT * FROM _ST_DumpPoints($1, NULL);
  $_$;
 
 
  ALTER FUNCTION public.st_dumppoints(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 529 (class 1255 OID 18883)
  -- Dependencies: 6 1105 1102
  -- Name: st_dumprings(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dumprings(geometry) RETURNS SETOF geometry_dump
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_dump_rings';
 
 
  ALTER FUNCTION public.st_dumprings(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 530 (class 1255 OID 18884)
  -- Dependencies: 6 1102 1102
  -- Name: st_dwithin(geometry, geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dwithin(geometry, geometry, double precision) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && ST_Expand($2,$3) AND $2 && ST_Expand($1,$3) AND _ST_DWithin($1, $2, $3)$_$;
 
 
  ALTER FUNCTION public.st_dwithin(geometry, geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 532 (class 1255 OID 18886)
  -- Dependencies: 6 1099 1099
  -- Name: st_dwithin(geography, geography, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dwithin(geography, geography, double precision) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && _ST_Expand($2,$3) AND $2 && _ST_Expand($1,$3) AND _ST_DWithin($1, $2, $3, true)$_$;
 
 
  ALTER FUNCTION public.st_dwithin(geography, geography, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 533 (class 1255 OID 18887)
  -- Dependencies: 6
  -- Name: st_dwithin(text, text, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dwithin(text, text, double precision) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_DWithin($1::geometry, $2::geometry, $3); $_$;
 
 
  ALTER FUNCTION public.st_dwithin(text, text, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 531 (class 1255 OID 18885)
  -- Dependencies: 6 1099 1099
  -- Name: st_dwithin(geography, geography, double precision, boolean); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_dwithin(geography, geography, double precision, boolean) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && _ST_Expand($2,$3) AND $2 && _ST_Expand($1,$3) AND _ST_DWithin($1, $2, $3, $4)$_$;
 
 
  ALTER FUNCTION public.st_dwithin(geography, geography, double precision, boolean) OWNER TO postgres;
 
  --
  -- TOC entry 534 (class 1255 OID 18888)
  -- Dependencies: 6 1102 1102
  -- Name: st_endpoint(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_endpoint(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_endpoint_linestring';
 
 
  ALTER FUNCTION public.st_endpoint(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 535 (class 1255 OID 18889)
  -- Dependencies: 6 1102 1102
  -- Name: st_envelope(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_envelope(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_envelope';
 
 
  ALTER FUNCTION public.st_envelope(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 536 (class 1255 OID 18890)
  -- Dependencies: 6 1102 1102
  -- Name: st_equals(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_equals(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT $1 && $2 AND _ST_Equals($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_equals(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 538 (class 1255 OID 18892)
  -- Dependencies: 1087 6
  -- Name: st_estimated_extent(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_estimated_extent(text, text) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER
  AS '$libdir/postgis-1.5', 'LWGEOM_estimated_extent';
 
 
  ALTER FUNCTION public.st_estimated_extent(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 537 (class 1255 OID 18891)
  -- Dependencies: 6 1087
  -- Name: st_estimated_extent(text, text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_estimated_extent(text, text, text) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER
  AS '$libdir/postgis-1.5', 'LWGEOM_estimated_extent';
 
 
  ALTER FUNCTION public.st_estimated_extent(text, text, text) OWNER TO postgres;
 
  --
  -- TOC entry 539 (class 1255 OID 18893)
  -- Dependencies: 6 1090 1090
  -- Name: st_expand(box3d, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_expand(box3d, double precision) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_expand';
 
 
  ALTER FUNCTION public.st_expand(box3d, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 540 (class 1255 OID 18896)
  -- Dependencies: 1087 1087 6
  -- Name: st_expand(box2d, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_expand(box2d, double precision) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_expand';
 
 
  ALTER FUNCTION public.st_expand(box2d, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 541 (class 1255 OID 18897)
  -- Dependencies: 6 1102 1102
  -- Name: st_expand(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_expand(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_expand';
 
 
  ALTER FUNCTION public.st_expand(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 542 (class 1255 OID 18898)
  -- Dependencies: 6 1102 1102
  -- Name: st_exteriorring(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_exteriorring(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_exteriorring_polygon';
 
 
  ALTER FUNCTION public.st_exteriorring(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 543 (class 1255 OID 18899)
  -- Dependencies: 6 1096
  -- Name: st_factor(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_factor(chip) RETURNS real
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getFactor';
 
 
  ALTER FUNCTION public.st_factor(chip) OWNER TO postgres;
 
  --
  -- TOC entry 545 (class 1255 OID 18901)
  -- Dependencies: 1087 1168 6
  -- Name: st_find_extent(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_find_extent(text, text) RETURNS box2d
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  tablename alias for $1;
  columnname alias for $2;
  myrec RECORD;
 
  BEGIN
  FOR myrec IN EXECUTE 'SELECT extent("' || columnname || '") FROM "' || tablename || '"' LOOP
  return myrec.extent;
  END LOOP;
  END;
  $_$;
 
 
  ALTER FUNCTION public.st_find_extent(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 544 (class 1255 OID 18900)
  -- Dependencies: 1168 6 1087
  -- Name: st_find_extent(text, text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_find_extent(text, text, text) RETURNS box2d
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $_$
  DECLARE
  schemaname alias for $1;
  tablename alias for $2;
  columnname alias for $3;
  myrec RECORD;
 
  BEGIN
  FOR myrec IN EXECUTE 'SELECT extent("' || columnname || '") FROM "' || schemaname || '"."' || tablename || '"' LOOP
  return myrec.extent;
  END LOOP;
  END;
  $_$;
 
 
  ALTER FUNCTION public.st_find_extent(text, text, text) OWNER TO postgres;
 
  --
  -- TOC entry 546 (class 1255 OID 18902)
  -- Dependencies: 1102 1102 6
  -- Name: st_force_2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_force_2d(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_2d';
 
 
  ALTER FUNCTION public.st_force_2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 547 (class 1255 OID 18903)
  -- Dependencies: 6 1102 1102
  -- Name: st_force_3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_force_3d(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_3dz';
 
 
  ALTER FUNCTION public.st_force_3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 548 (class 1255 OID 18904)
  -- Dependencies: 6 1102 1102
  -- Name: st_force_3dm(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_force_3dm(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_3dm';
 
 
  ALTER FUNCTION public.st_force_3dm(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 549 (class 1255 OID 18905)
  -- Dependencies: 1102 6 1102
  -- Name: st_force_3dz(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_force_3dz(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_3dz';
 
 
  ALTER FUNCTION public.st_force_3dz(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 550 (class 1255 OID 18906)
  -- Dependencies: 1102 1102 6
  -- Name: st_force_4d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_force_4d(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_4d';
 
 
  ALTER FUNCTION public.st_force_4d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 551 (class 1255 OID 18907)
  -- Dependencies: 6 1102 1102
  -- Name: st_force_collection(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_force_collection(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_collection';
 
 
  ALTER FUNCTION public.st_force_collection(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 552 (class 1255 OID 18908)
  -- Dependencies: 1102 1102 6
  -- Name: st_forcerhr(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_forcerhr(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_forceRHR_poly';
 
 
  ALTER FUNCTION public.st_forcerhr(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 553 (class 1255 OID 18909)
  -- Dependencies: 1099 6
  -- Name: st_geogfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geogfromtext(text) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_from_text';
 
 
  ALTER FUNCTION public.st_geogfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 554 (class 1255 OID 18910)
  -- Dependencies: 1099 6
  -- Name: st_geogfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geogfromwkb(bytea) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_from_binary';
 
 
  ALTER FUNCTION public.st_geogfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 555 (class 1255 OID 18911)
  -- Dependencies: 6 1099
  -- Name: st_geographyfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geographyfromtext(text) RETURNS geography
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geography_from_text';
 
 
  ALTER FUNCTION public.st_geographyfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 557 (class 1255 OID 18913)
  -- Dependencies: 6 1102
  -- Name: st_geohash(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geohash(geometry) RETURNS text
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_GeoHash($1, 0)$_$;
 
 
  ALTER FUNCTION public.st_geohash(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 556 (class 1255 OID 18912)
  -- Dependencies: 1102 6
  -- Name: st_geohash(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geohash(geometry, integer) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ST_GeoHash';
 
 
  ALTER FUNCTION public.st_geohash(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 559 (class 1255 OID 18915)
  -- Dependencies: 6 1102
  -- Name: st_geomcollfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomcollfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(ST_GeomFromText($1)) = 'GEOMETRYCOLLECTION'
  THEN ST_GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_geomcollfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 558 (class 1255 OID 18914)
  -- Dependencies: 1102 6
  -- Name: st_geomcollfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomcollfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(ST_GeomFromText($1, $2)) = 'GEOMETRYCOLLECTION'
  THEN ST_GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_geomcollfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 561 (class 1255 OID 18917)
  -- Dependencies: 6 1102
  -- Name: st_geomcollfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomcollfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(ST_GeomFromWKB($1)) = 'GEOMETRYCOLLECTION'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_geomcollfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 560 (class 1255 OID 18916)
  -- Dependencies: 6 1102
  -- Name: st_geomcollfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomcollfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(GeomFromWKB($1, $2)) = 'GEOMETRYCOLLECTION'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_geomcollfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 562 (class 1255 OID 18918)
  -- Dependencies: 1087 6 1102
  -- Name: st_geometry(box2d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry(box2d) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_to_LWGEOM';
 
 
  ALTER FUNCTION public.st_geometry(box2d) OWNER TO postgres;
 
  --
  -- TOC entry 563 (class 1255 OID 18919)
  -- Dependencies: 6 1102 1090
  -- Name: st_geometry(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry(box3d) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_LWGEOM';
 
 
  ALTER FUNCTION public.st_geometry(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 564 (class 1255 OID 18920)
  -- Dependencies: 6 1102
  -- Name: st_geometry(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'parse_WKT_lwgeom';
 
 
  ALTER FUNCTION public.st_geometry(text) OWNER TO postgres;
 
  --
  -- TOC entry 565 (class 1255 OID 18921)
  -- Dependencies: 1102 1096 6
  -- Name: st_geometry(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry(chip) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_to_LWGEOM';
 
 
  ALTER FUNCTION public.st_geometry(chip) OWNER TO postgres;
 
  --
  -- TOC entry 566 (class 1255 OID 18922)
  -- Dependencies: 6 1102
  -- Name: st_geometry(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry(bytea) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_bytea';
 
 
  ALTER FUNCTION public.st_geometry(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 567 (class 1255 OID 18923)
  -- Dependencies: 6 1093 1102
  -- Name: st_geometry(box3d_extent); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry(box3d_extent) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_to_LWGEOM';
 
 
  ALTER FUNCTION public.st_geometry(box3d_extent) OWNER TO postgres;
 
  --
  -- TOC entry 568 (class 1255 OID 18924)
  -- Dependencies: 1102 1102 6
  -- Name: st_geometry_above(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_above(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_above';
 
 
  ALTER FUNCTION public.st_geometry_above(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 569 (class 1255 OID 18925)
  -- Dependencies: 6
  -- Name: st_geometry_analyze(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_analyze(internal) RETURNS boolean
  LANGUAGE c STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_analyze';
 
 
  ALTER FUNCTION public.st_geometry_analyze(internal) OWNER TO postgres;
 
  --
  -- TOC entry 570 (class 1255 OID 18926)
  -- Dependencies: 1102 1102 6
  -- Name: st_geometry_below(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_below(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_below';
 
 
  ALTER FUNCTION public.st_geometry_below(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 571 (class 1255 OID 18927)
  -- Dependencies: 6 1102 1102
  -- Name: st_geometry_cmp(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_cmp(geometry, geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_cmp';
 
 
  ALTER FUNCTION public.st_geometry_cmp(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 572 (class 1255 OID 18928)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometry_contain(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_contain(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_contain';
 
 
  ALTER FUNCTION public.st_geometry_contain(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 573 (class 1255 OID 18929)
  -- Dependencies: 6 1102 1102
  -- Name: st_geometry_contained(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_contained(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_contained';
 
 
  ALTER FUNCTION public.st_geometry_contained(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 574 (class 1255 OID 18930)
  -- Dependencies: 6 1102 1102
  -- Name: st_geometry_eq(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_eq(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_eq';
 
 
  ALTER FUNCTION public.st_geometry_eq(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 575 (class 1255 OID 18931)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometry_ge(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_ge(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_ge';
 
 
  ALTER FUNCTION public.st_geometry_ge(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 576 (class 1255 OID 18932)
  -- Dependencies: 6 1102 1102
  -- Name: st_geometry_gt(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_gt(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_gt';
 
 
  ALTER FUNCTION public.st_geometry_gt(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 577 (class 1255 OID 18933)
  -- Dependencies: 6 1102
  -- Name: st_geometry_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_in(cstring) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_in';
 
 
  ALTER FUNCTION public.st_geometry_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 578 (class 1255 OID 18934)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometry_le(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_le(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_le';
 
 
  ALTER FUNCTION public.st_geometry_le(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 579 (class 1255 OID 18935)
  -- Dependencies: 1102 1102 6
  -- Name: st_geometry_left(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_left(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_left';
 
 
  ALTER FUNCTION public.st_geometry_left(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 580 (class 1255 OID 18936)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometry_lt(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_lt(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'lwgeom_lt';
 
 
  ALTER FUNCTION public.st_geometry_lt(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 581 (class 1255 OID 18937)
  -- Dependencies: 1102 6
  -- Name: st_geometry_out(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_out(geometry) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_out';
 
 
  ALTER FUNCTION public.st_geometry_out(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 582 (class 1255 OID 18938)
  -- Dependencies: 1102 1102 6
  -- Name: st_geometry_overabove(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_overabove(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overabove';
 
 
  ALTER FUNCTION public.st_geometry_overabove(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 583 (class 1255 OID 18939)
  -- Dependencies: 6 1102 1102
  -- Name: st_geometry_overbelow(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_overbelow(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overbelow';
 
 
  ALTER FUNCTION public.st_geometry_overbelow(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 584 (class 1255 OID 18940)
  -- Dependencies: 6 1102 1102
  -- Name: st_geometry_overlap(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_overlap(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overlap';
 
 
  ALTER FUNCTION public.st_geometry_overlap(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 585 (class 1255 OID 18941)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometry_overleft(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_overleft(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overleft';
 
 
  ALTER FUNCTION public.st_geometry_overleft(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 586 (class 1255 OID 18942)
  -- Dependencies: 6 1102 1102
  -- Name: st_geometry_overright(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_overright(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_overright';
 
 
  ALTER FUNCTION public.st_geometry_overright(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 587 (class 1255 OID 18943)
  -- Dependencies: 1102 6
  -- Name: st_geometry_recv(internal); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_recv(internal) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_recv';
 
 
  ALTER FUNCTION public.st_geometry_recv(internal) OWNER TO postgres;
 
  --
  -- TOC entry 588 (class 1255 OID 18944)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometry_right(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_right(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_right';
 
 
  ALTER FUNCTION public.st_geometry_right(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 589 (class 1255 OID 18945)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometry_same(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_same(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_samebox';
 
 
  ALTER FUNCTION public.st_geometry_same(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 590 (class 1255 OID 18946)
  -- Dependencies: 6 1102
  -- Name: st_geometry_send(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometry_send(geometry) RETURNS bytea
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_send';
 
 
  ALTER FUNCTION public.st_geometry_send(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 591 (class 1255 OID 18947)
  -- Dependencies: 1102 6
  -- Name: st_geometryfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometryfromtext(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_text';
 
 
  ALTER FUNCTION public.st_geometryfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 592 (class 1255 OID 18948)
  -- Dependencies: 1102 6
  -- Name: st_geometryfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometryfromtext(text, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_text';
 
 
  ALTER FUNCTION public.st_geometryfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 593 (class 1255 OID 18949)
  -- Dependencies: 1102 6 1102
  -- Name: st_geometryn(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometryn(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_geometryn_collection';
 
 
  ALTER FUNCTION public.st_geometryn(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 594 (class 1255 OID 18950)
  -- Dependencies: 6 1102
  -- Name: st_geometrytype(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geometrytype(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geometry_geometrytype';
 
 
  ALTER FUNCTION public.st_geometrytype(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 595 (class 1255 OID 18951)
  -- Dependencies: 1102 6
  -- Name: st_geomfromewkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromewkb(bytea) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOMFromWKB';
 
 
  ALTER FUNCTION public.st_geomfromewkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 596 (class 1255 OID 18952)
  -- Dependencies: 1102 6
  -- Name: st_geomfromewkt(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromewkt(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'parse_WKT_lwgeom';
 
 
  ALTER FUNCTION public.st_geomfromewkt(text) OWNER TO postgres;
 
  --
  -- TOC entry 597 (class 1255 OID 18953)
  -- Dependencies: 6 1102
  -- Name: st_geomfromgml(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromgml(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geom_from_gml';
 
 
  ALTER FUNCTION public.st_geomfromgml(text) OWNER TO postgres;
 
  --
  -- TOC entry 598 (class 1255 OID 18954)
  -- Dependencies: 6 1102
  -- Name: st_geomfromkml(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromkml(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geom_from_kml';
 
 
  ALTER FUNCTION public.st_geomfromkml(text) OWNER TO postgres;
 
  --
  -- TOC entry 599 (class 1255 OID 18955)
  -- Dependencies: 6 1102
  -- Name: st_geomfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromtext(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_text';
 
 
  ALTER FUNCTION public.st_geomfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 600 (class 1255 OID 18956)
  -- Dependencies: 1102 6
  -- Name: st_geomfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromtext(text, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_text';
 
 
  ALTER FUNCTION public.st_geomfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 601 (class 1255 OID 18957)
  -- Dependencies: 1102 6
  -- Name: st_geomfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromwkb(bytea) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_WKB';
 
 
  ALTER FUNCTION public.st_geomfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 602 (class 1255 OID 18958)
  -- Dependencies: 1102 6
  -- Name: st_geomfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_geomfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_SetSRID(ST_GeomFromWKB($1), $2)$_$;
 
 
  ALTER FUNCTION public.st_geomfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 603 (class 1255 OID 18959)
  -- Dependencies: 1102 6
  -- Name: st_gmltosql(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_gmltosql(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geom_from_gml';
 
 
  ALTER FUNCTION public.st_gmltosql(text) OWNER TO postgres;
 
  --
  -- TOC entry 604 (class 1255 OID 18960)
  -- Dependencies: 1102 6
  -- Name: st_hasarc(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_hasarc(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_has_arc';
 
 
  ALTER FUNCTION public.st_hasarc(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 605 (class 1255 OID 18961)
  -- Dependencies: 1102 6 1102
  -- Name: st_hausdorffdistance(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_hausdorffdistance(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'hausdorffdistance';
 
 
  ALTER FUNCTION public.st_hausdorffdistance(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 606 (class 1255 OID 18962)
  -- Dependencies: 1102 1102 6
  -- Name: st_hausdorffdistance(geometry, geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_hausdorffdistance(geometry, geometry, double precision) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'hausdorffdistancedensify';
 
 
  ALTER FUNCTION public.st_hausdorffdistance(geometry, geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 607 (class 1255 OID 18963)
  -- Dependencies: 6 1096
  -- Name: st_height(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_height(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getHeight';
 
 
  ALTER FUNCTION public.st_height(chip) OWNER TO postgres;
 
  --
  -- TOC entry 608 (class 1255 OID 18964)
  -- Dependencies: 6 1102 1102
  -- Name: st_interiorringn(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_interiorringn(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_interiorringn_polygon';
 
 
  ALTER FUNCTION public.st_interiorringn(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 609 (class 1255 OID 18965)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_intersection(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_intersection(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'intersection';
 
 
  ALTER FUNCTION public.st_intersection(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 610 (class 1255 OID 18966)
  -- Dependencies: 6 1099 1099 1099
  -- Name: st_intersection(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_intersection(geography, geography) RETURNS geography
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT geography(ST_Transform(ST_Intersection(ST_Transform(geometry($1), _ST_BestSRID($1, $2)), ST_Transform(geometry($2), _ST_BestSRID($1, $2))), 4326))$_$;
 
 
  ALTER FUNCTION public.st_intersection(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 611 (class 1255 OID 18967)
  -- Dependencies: 6 1102
  -- Name: st_intersection(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_intersection(text, text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_Intersection($1::geometry, $2::geometry); $_$;
 
 
  ALTER FUNCTION public.st_intersection(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 612 (class 1255 OID 18968)
  -- Dependencies: 6 1102 1102
  -- Name: st_intersects(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_intersects(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_Intersects($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_intersects(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 613 (class 1255 OID 18969)
  -- Dependencies: 6 1099 1099
  -- Name: st_intersects(geography, geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_intersects(geography, geography) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT $1 && $2 AND _ST_Distance($1, $2, 0.0, false) < 0.00001$_$;
 
 
  ALTER FUNCTION public.st_intersects(geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 614 (class 1255 OID 18970)
  -- Dependencies: 6
  -- Name: st_intersects(text, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_intersects(text, text) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_Intersects($1::geometry, $2::geometry); $_$;
 
 
  ALTER FUNCTION public.st_intersects(text, text) OWNER TO postgres;
 
  --
  -- TOC entry 615 (class 1255 OID 18971)
  -- Dependencies: 6 1102
  -- Name: st_isclosed(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_isclosed(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_isclosed_linestring';
 
 
  ALTER FUNCTION public.st_isclosed(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 616 (class 1255 OID 18972)
  -- Dependencies: 6 1102
  -- Name: st_isempty(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_isempty(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_isempty';
 
 
  ALTER FUNCTION public.st_isempty(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 617 (class 1255 OID 18973)
  -- Dependencies: 6 1102
  -- Name: st_isring(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_isring(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'isring';
 
 
  ALTER FUNCTION public.st_isring(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 618 (class 1255 OID 18974)
  -- Dependencies: 6 1102
  -- Name: st_issimple(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_issimple(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'issimple';
 
 
  ALTER FUNCTION public.st_issimple(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 619 (class 1255 OID 18975)
  -- Dependencies: 6 1102
  -- Name: st_isvalid(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_isvalid(geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'isvalid';
 
 
  ALTER FUNCTION public.st_isvalid(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 620 (class 1255 OID 18976)
  -- Dependencies: 6 1102
  -- Name: st_isvalidreason(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_isvalidreason(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'isvalidreason';
 
 
  ALTER FUNCTION public.st_isvalidreason(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 621 (class 1255 OID 18977)
  -- Dependencies: 6 1102
  -- Name: st_length(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_length2d_linestring';
 
 
  ALTER FUNCTION public.st_length(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 623 (class 1255 OID 18979)
  -- Dependencies: 6 1099
  -- Name: st_length(geography); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length(geography) RETURNS double precision
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT ST_Length($1, true)$_$;
 
 
  ALTER FUNCTION public.st_length(geography) OWNER TO postgres;
 
  --
  -- TOC entry 624 (class 1255 OID 18980)
  -- Dependencies: 6
  -- Name: st_length(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length(text) RETURNS double precision
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT ST_Length($1::geometry); $_$;
 
 
  ALTER FUNCTION public.st_length(text) OWNER TO postgres;
 
  --
  -- TOC entry 622 (class 1255 OID 18978)
  -- Dependencies: 6 1099
  -- Name: st_length(geography, boolean); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length(geography, boolean) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'geography_length';
 
 
  ALTER FUNCTION public.st_length(geography, boolean) OWNER TO postgres;
 
  --
  -- TOC entry 625 (class 1255 OID 18981)
  -- Dependencies: 6 1102
  -- Name: st_length2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length2d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_length2d_linestring';
 
 
  ALTER FUNCTION public.st_length2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 626 (class 1255 OID 18982)
  -- Dependencies: 6 1102 1113
  -- Name: st_length2d_spheroid(geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length2d_spheroid(geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_length2d_ellipsoid';
 
 
  ALTER FUNCTION public.st_length2d_spheroid(geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 627 (class 1255 OID 18983)
  -- Dependencies: 6 1102
  -- Name: st_length3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length3d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_length_linestring';
 
 
  ALTER FUNCTION public.st_length3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 628 (class 1255 OID 18984)
  -- Dependencies: 6 1102 1113
  -- Name: st_length3d_spheroid(geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length3d_spheroid(geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_length_ellipsoid_linestring';
 
 
  ALTER FUNCTION public.st_length3d_spheroid(geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 629 (class 1255 OID 18985)
  -- Dependencies: 6 1102 1113
  -- Name: st_length_spheroid(geometry, spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_length_spheroid(geometry, spheroid) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'LWGEOM_length_ellipsoid_linestring';
 
 
  ALTER FUNCTION public.st_length_spheroid(geometry, spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 630 (class 1255 OID 18986)
  -- Dependencies: 6 1102 1102
  -- Name: st_line_interpolate_point(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_line_interpolate_point(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_interpolate_point';
 
 
  ALTER FUNCTION public.st_line_interpolate_point(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 631 (class 1255 OID 18987)
  -- Dependencies: 6 1102 1102
  -- Name: st_line_locate_point(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_line_locate_point(geometry, geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_locate_point';
 
 
  ALTER FUNCTION public.st_line_locate_point(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 632 (class 1255 OID 18988)
  -- Dependencies: 6 1102 1102
  -- Name: st_line_substring(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_line_substring(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_substring';
 
 
  ALTER FUNCTION public.st_line_substring(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 633 (class 1255 OID 18989)
  -- Dependencies: 6 1102 1102
  -- Name: st_linecrossingdirection(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linecrossingdirection(geometry, geometry) RETURNS integer
  LANGUAGE sql IMMUTABLE
  AS $_$ SELECT CASE WHEN NOT $1 && $2 THEN 0 ELSE _ST_LineCrossingDirection($1,$2) END $_$;
 
 
  ALTER FUNCTION public.st_linecrossingdirection(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 634 (class 1255 OID 18990)
  -- Dependencies: 6 1102 1102
  -- Name: st_linefrommultipoint(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linefrommultipoint(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_from_mpoint';
 
 
  ALTER FUNCTION public.st_linefrommultipoint(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 635 (class 1255 OID 18991)
  -- Dependencies: 6 1102
  -- Name: st_linefromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linefromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1)) = 'LINESTRING'
  THEN ST_GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_linefromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 636 (class 1255 OID 18992)
  -- Dependencies: 6 1102
  -- Name: st_linefromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linefromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1, $2)) = 'LINESTRING'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_linefromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 638 (class 1255 OID 18994)
  -- Dependencies: 6 1102
  -- Name: st_linefromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linefromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'LINESTRING'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_linefromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 637 (class 1255 OID 18993)
  -- Dependencies: 6 1102
  -- Name: st_linefromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linefromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'LINESTRING'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_linefromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 639 (class 1255 OID 18995)
  -- Dependencies: 6 1102 1102
  -- Name: st_linemerge(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linemerge(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'linemerge';
 
 
  ALTER FUNCTION public.st_linemerge(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 641 (class 1255 OID 18997)
  -- Dependencies: 6 1102
  -- Name: st_linestringfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linestringfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'LINESTRING'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_linestringfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 640 (class 1255 OID 18996)
  -- Dependencies: 6 1102
  -- Name: st_linestringfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linestringfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'LINESTRING'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_linestringfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 642 (class 1255 OID 18998)
  -- Dependencies: 6 1102 1102
  -- Name: st_linetocurve(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_linetocurve(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_line_desegmentize';
 
 
  ALTER FUNCTION public.st_linetocurve(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 643 (class 1255 OID 18999)
  -- Dependencies: 6 1102 1102
  -- Name: st_locate_along_measure(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_locate_along_measure(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$ SELECT locate_between_measures($1, $2, $2) $_$;
 
 
  ALTER FUNCTION public.st_locate_along_measure(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 644 (class 1255 OID 19000)
  -- Dependencies: 6 1102 1102
  -- Name: st_locate_between_measures(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_locate_between_measures(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_locate_between_m';
 
 
  ALTER FUNCTION public.st_locate_between_measures(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 645 (class 1255 OID 19001)
  -- Dependencies: 6 1102 1102
  -- Name: st_locatebetweenelevations(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_locatebetweenelevations(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ST_LocateBetweenElevations';
 
 
  ALTER FUNCTION public.st_locatebetweenelevations(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 646 (class 1255 OID 19002)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_longestline(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_longestline(geometry, geometry) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_LongestLine(ST_ConvexHull($1), ST_ConvexHull($2))$_$;
 
 
  ALTER FUNCTION public.st_longestline(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 647 (class 1255 OID 19003)
  -- Dependencies: 6 1102
  -- Name: st_m(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_m(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_m_point';
 
 
  ALTER FUNCTION public.st_m(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 648 (class 1255 OID 19004)
  -- Dependencies: 6 1087 1102 1102
  -- Name: st_makebox2d(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makebox2d(geometry, geometry) RETURNS box2d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_construct';
 
 
  ALTER FUNCTION public.st_makebox2d(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 649 (class 1255 OID 19005)
  -- Dependencies: 6 1090 1102 1102
  -- Name: st_makebox3d(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makebox3d(geometry, geometry) RETURNS box3d
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_construct';
 
 
  ALTER FUNCTION public.st_makebox3d(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 650 (class 1255 OID 19006)
  -- Dependencies: 6 1102
  -- Name: st_makeenvelope(double precision, double precision, double precision, double precision, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makeenvelope(double precision, double precision, double precision, double precision, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ST_MakeEnvelope';
 
 
  ALTER FUNCTION public.st_makeenvelope(double precision, double precision, double precision, double precision, integer) OWNER TO postgres;
 
  --
  -- TOC entry 651 (class 1255 OID 19007)
  -- Dependencies: 6 1102 1104
  -- Name: st_makeline(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makeline(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makeline_garray';
 
 
  ALTER FUNCTION public.st_makeline(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 652 (class 1255 OID 19008)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_makeline(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makeline(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makeline';
 
 
  ALTER FUNCTION public.st_makeline(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 653 (class 1255 OID 19009)
  -- Dependencies: 6 1102 1104
  -- Name: st_makeline_garray(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makeline_garray(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makeline_garray';
 
 
  ALTER FUNCTION public.st_makeline_garray(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 654 (class 1255 OID 19010)
  -- Dependencies: 1102 6
  -- Name: st_makepoint(double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makepoint(double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint';
 
 
  ALTER FUNCTION public.st_makepoint(double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 655 (class 1255 OID 19011)
  -- Dependencies: 6 1102
  -- Name: st_makepoint(double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makepoint(double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint';
 
 
  ALTER FUNCTION public.st_makepoint(double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 656 (class 1255 OID 19012)
  -- Dependencies: 6 1102
  -- Name: st_makepoint(double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makepoint(double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint';
 
 
  ALTER FUNCTION public.st_makepoint(double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 657 (class 1255 OID 19013)
  -- Dependencies: 6 1102
  -- Name: st_makepointm(double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makepointm(double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint3dm';
 
 
  ALTER FUNCTION public.st_makepointm(double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 659 (class 1255 OID 19015)
  -- Dependencies: 6 1102 1102
  -- Name: st_makepolygon(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makepolygon(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoly';
 
 
  ALTER FUNCTION public.st_makepolygon(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 658 (class 1255 OID 19014)
  -- Dependencies: 6 1102 1102 1104
  -- Name: st_makepolygon(geometry, geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_makepolygon(geometry, geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoly';
 
 
  ALTER FUNCTION public.st_makepolygon(geometry, geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 660 (class 1255 OID 19016)
  -- Dependencies: 6 1102 1102
  -- Name: st_maxdistance(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_maxdistance(geometry, geometry) RETURNS double precision
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT _ST_MaxDistance(ST_ConvexHull($1), ST_ConvexHull($2))$_$;
 
 
  ALTER FUNCTION public.st_maxdistance(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 661 (class 1255 OID 19017)
  -- Dependencies: 6 1102
  -- Name: st_mem_size(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mem_size(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_mem_size';
 
 
  ALTER FUNCTION public.st_mem_size(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 663 (class 1255 OID 19020)
  -- Dependencies: 6 1102 1102
  -- Name: st_minimumboundingcircle(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_minimumboundingcircle(geometry) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_MinimumBoundingCircle($1, 48)$_$;
 
 
  ALTER FUNCTION public.st_minimumboundingcircle(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 662 (class 1255 OID 19018)
  -- Dependencies: 6 1168 1102 1102
  -- Name: st_minimumboundingcircle(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_minimumboundingcircle(inputgeom geometry, segs_per_quarter integer) RETURNS geometry
  LANGUAGE plpgsql IMMUTABLE STRICT
  AS $$
  DECLARE
  hull GEOMETRY;
  ring GEOMETRY;
  center GEOMETRY;
  radius DOUBLE PRECISION;
  dist DOUBLE PRECISION;
  d DOUBLE PRECISION;
  idx1 integer;
  idx2 integer;
  l1 GEOMETRY;
  l2 GEOMETRY;
  p1 GEOMETRY;
  p2 GEOMETRY;
  a1 DOUBLE PRECISION;
  a2 DOUBLE PRECISION;
 
 
  BEGIN
 
  -- First compute the ConvexHull of the geometry
  hull = ST_ConvexHull(inputgeom);
  --A point really has no MBC
  IF ST_GeometryType(hull) = 'ST_Point' THEN
  RETURN hull;
  END IF;
  -- convert the hull perimeter to a linestring so we can manipulate individual points
  --If its already a linestring force it to a closed linestring
  ring = CASE WHEN ST_GeometryType(hull) = 'ST_LineString' THEN ST_AddPoint(hull, ST_StartPoint(hull)) ELSE ST_ExteriorRing(hull) END;
 
  dist = 0;
  -- Brute Force - check every pair
  FOR i in 1 .. (ST_NumPoints(ring)-2)
  LOOP
  FOR j in i .. (ST_NumPoints(ring)-1)
  LOOP
  d = ST_Distance(ST_PointN(ring,i),ST_PointN(ring,j));
  -- Check the distance and update if larger
  IF (d > dist) THEN
  dist = d;
  idx1 = i;
  idx2 = j;
  END IF;
  END LOOP;
  END LOOP;
 
  -- We now have the diameter of the convex hull. The following line returns it if desired.
  -- RETURN MakeLine(PointN(ring,idx1),PointN(ring,idx2));
 
  -- Now for the Minimum Bounding Circle. Since we know the two points furthest from each
  -- other, the MBC must go through those two points. Start with those points as a diameter of a circle.
 
  -- The radius is half the distance between them and the center is midway between them
  radius = ST_Distance(ST_PointN(ring,idx1),ST_PointN(ring,idx2)) / 2.0;
  center = ST_Line_interpolate_point(ST_MakeLine(ST_PointN(ring,idx1),ST_PointN(ring,idx2)),0.5);
 
  -- Loop through each vertex and check if the distance from the center to the point
  -- is greater than the current radius.
  FOR k in 1 .. (ST_NumPoints(ring)-1)
  LOOP
  IF(k <> idx1 and k <> idx2) THEN
  dist = ST_Distance(center,ST_PointN(ring,k));
  IF (dist > radius) THEN
  -- We have to expand the circle. The new circle must pass trhough
  -- three points - the two original diameters and this point.
 
  -- Draw a line from the first diameter to this point
  l1 = ST_Makeline(ST_PointN(ring,idx1),ST_PointN(ring,k));
  -- Compute the midpoint
  p1 = ST_line_interpolate_point(l1,0.5);
  -- Rotate the line 90 degrees around the midpoint (perpendicular bisector)
  l1 = ST_Translate(ST_Rotate(ST_Translate(l1,-X(p1),-Y(p1)),pi()/2),X(p1),Y(p1));
  -- Compute the azimuth of the bisector
  a1 = ST_Azimuth(ST_PointN(l1,1),ST_PointN(l1,2));
  -- Extend the line in each direction the new computed distance to insure they will intersect
  l1 = ST_AddPoint(l1,ST_Makepoint(X(ST_PointN(l1,2))+sin(a1)*dist,Y(ST_PointN(l1,2))+cos(a1)*dist),-1);
  l1 = ST_AddPoint(l1,ST_Makepoint(X(ST_PointN(l1,1))-sin(a1)*dist,Y(ST_PointN(l1,1))-cos(a1)*dist),0);
 
  -- Repeat for the line from the point to the other diameter point
  l2 = ST_Makeline(ST_PointN(ring,idx2),ST_PointN(ring,k));
  p2 = ST_Line_interpolate_point(l2,0.5);
  l2 = ST_Translate(ST_Rotate(ST_Translate(l2,-X(p2),-Y(p2)),pi()/2),X(p2),Y(p2));
  a2 = ST_Azimuth(ST_PointN(l2,1),ST_PointN(l2,2));
  l2 = ST_AddPoint(l2,ST_Makepoint(X(ST_PointN(l2,2))+sin(a2)*dist,Y(ST_PointN(l2,2))+cos(a2)*dist),-1);
  l2 = ST_AddPoint(l2,ST_Makepoint(X(ST_PointN(l2,1))-sin(a2)*dist,Y(ST_PointN(l2,1))-cos(a2)*dist),0);
 
  -- The new center is the intersection of the two bisectors
  center = ST_Intersection(l1,l2);
  -- The new radius is the distance to any of the three points
  radius = ST_Distance(center,ST_PointN(ring,idx1));
  END IF;
  END IF;
  END LOOP;
  --DONE!! Return the MBC via the buffer command
  RETURN ST_Buffer(center,radius,segs_per_quarter);
 
  END;
  $$;
 
 
  ALTER FUNCTION public.st_minimumboundingcircle(inputgeom geometry, segs_per_quarter integer) OWNER TO postgres;
 
  --
  -- TOC entry 665 (class 1255 OID 19022)
  -- Dependencies: 6 1102
  -- Name: st_mlinefromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mlinefromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1)) = 'MULTILINESTRING'
  THEN ST_GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mlinefromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 664 (class 1255 OID 19021)
  -- Dependencies: 6 1102
  -- Name: st_mlinefromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mlinefromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE
  WHEN geometrytype(GeomFromText($1, $2)) = 'MULTILINESTRING'
  THEN GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mlinefromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 667 (class 1255 OID 19024)
  -- Dependencies: 6 1102
  -- Name: st_mlinefromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mlinefromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'MULTILINESTRING'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mlinefromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 666 (class 1255 OID 19023)
  -- Dependencies: 6 1102
  -- Name: st_mlinefromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mlinefromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'MULTILINESTRING'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mlinefromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 669 (class 1255 OID 19026)
  -- Dependencies: 6 1102
  -- Name: st_mpointfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpointfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1)) = 'MULTIPOINT'
  THEN ST_GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpointfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 668 (class 1255 OID 19025)
  -- Dependencies: 6 1102
  -- Name: st_mpointfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpointfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromText($1, $2)) = 'MULTIPOINT'
  THEN GeomFromText($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpointfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 672 (class 1255 OID 19028)
  -- Dependencies: 6 1102
  -- Name: st_mpointfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpointfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'MULTIPOINT'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpointfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 671 (class 1255 OID 19027)
  -- Dependencies: 6 1102
  -- Name: st_mpointfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpointfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1, $2)) = 'MULTIPOINT'
  THEN GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpointfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 674 (class 1255 OID 19030)
  -- Dependencies: 6 1102
  -- Name: st_mpolyfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpolyfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1)) = 'MULTIPOLYGON'
  THEN ST_GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpolyfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 673 (class 1255 OID 19029)
  -- Dependencies: 6 1102
  -- Name: st_mpolyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpolyfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1, $2)) = 'MULTIPOLYGON'
  THEN ST_GeomFromText($1,$2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpolyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 676 (class 1255 OID 19032)
  -- Dependencies: 6 1102
  -- Name: st_mpolyfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpolyfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'MULTIPOLYGON'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpolyfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 675 (class 1255 OID 19031)
  -- Dependencies: 6 1102
  -- Name: st_mpolyfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_mpolyfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'MULTIPOLYGON'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_mpolyfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 677 (class 1255 OID 19033)
  -- Dependencies: 6 1102 1102
  -- Name: st_multi(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multi(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_force_multi';
 
 
  ALTER FUNCTION public.st_multi(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 678 (class 1255 OID 19034)
  -- Dependencies: 6 1102
  -- Name: st_multilinefromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multilinefromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'MULTILINESTRING'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_multilinefromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 679 (class 1255 OID 19035)
  -- Dependencies: 6 1102
  -- Name: st_multilinestringfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multilinestringfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_MLineFromText($1)$_$;
 
 
  ALTER FUNCTION public.st_multilinestringfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 680 (class 1255 OID 19036)
  -- Dependencies: 6 1102
  -- Name: st_multilinestringfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multilinestringfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MLineFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.st_multilinestringfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 681 (class 1255 OID 19037)
  -- Dependencies: 6 1102
  -- Name: st_multipointfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multipointfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MPointFromText($1)$_$;
 
 
  ALTER FUNCTION public.st_multipointfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 683 (class 1255 OID 19039)
  -- Dependencies: 1102 6
  -- Name: st_multipointfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multipointfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'MULTIPOINT'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_multipointfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 682 (class 1255 OID 19038)
  -- Dependencies: 6 1102
  -- Name: st_multipointfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multipointfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1,$2)) = 'MULTIPOINT'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_multipointfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 685 (class 1255 OID 19041)
  -- Dependencies: 6 1102
  -- Name: st_multipolyfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multipolyfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'MULTIPOLYGON'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_multipolyfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 684 (class 1255 OID 19040)
  -- Dependencies: 6 1102
  -- Name: st_multipolyfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multipolyfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'MULTIPOLYGON'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_multipolyfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 687 (class 1255 OID 19043)
  -- Dependencies: 6 1102
  -- Name: st_multipolygonfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multipolygonfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MPolyFromText($1)$_$;
 
 
  ALTER FUNCTION public.st_multipolygonfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 686 (class 1255 OID 19042)
  -- Dependencies: 6 1102
  -- Name: st_multipolygonfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_multipolygonfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT MPolyFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.st_multipolygonfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 688 (class 1255 OID 19044)
  -- Dependencies: 6 1102
  -- Name: st_ndims(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_ndims(geometry) RETURNS smallint
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_ndims';
 
 
  ALTER FUNCTION public.st_ndims(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 689 (class 1255 OID 19045)
  -- Dependencies: 6 1102
  -- Name: st_npoints(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_npoints(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_npoints';
 
 
  ALTER FUNCTION public.st_npoints(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 690 (class 1255 OID 19046)
  -- Dependencies: 6 1102
  -- Name: st_nrings(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_nrings(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_nrings';
 
 
  ALTER FUNCTION public.st_nrings(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 691 (class 1255 OID 19047)
  -- Dependencies: 6 1102
  -- Name: st_numgeometries(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_numgeometries(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numgeometries_collection';
 
 
  ALTER FUNCTION public.st_numgeometries(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 692 (class 1255 OID 19048)
  -- Dependencies: 6 1102
  -- Name: st_numinteriorring(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_numinteriorring(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numinteriorrings_polygon';
 
 
  ALTER FUNCTION public.st_numinteriorring(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 693 (class 1255 OID 19049)
  -- Dependencies: 6 1102
  -- Name: st_numinteriorrings(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_numinteriorrings(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numinteriorrings_polygon';
 
 
  ALTER FUNCTION public.st_numinteriorrings(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 694 (class 1255 OID 19050)
  -- Dependencies: 6 1102
  -- Name: st_numpoints(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_numpoints(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_numpoints_linestring';
 
 
  ALTER FUNCTION public.st_numpoints(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 695 (class 1255 OID 19051)
  -- Dependencies: 6 1102 1102
  -- Name: st_orderingequals(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_orderingequals(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT $1 ~= $2 AND _ST_OrderingEquals($1, $2)
  $_$;
 
 
  ALTER FUNCTION public.st_orderingequals(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 696 (class 1255 OID 19052)
  -- Dependencies: 6 1102 1102
  -- Name: st_overlaps(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_overlaps(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_Overlaps($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_overlaps(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 697 (class 1255 OID 19053)
  -- Dependencies: 6 1102
  -- Name: st_perimeter(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_perimeter(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_perimeter2d_poly';
 
 
  ALTER FUNCTION public.st_perimeter(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 698 (class 1255 OID 19054)
  -- Dependencies: 6 1102
  -- Name: st_perimeter2d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_perimeter2d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_perimeter2d_poly';
 
 
  ALTER FUNCTION public.st_perimeter2d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 699 (class 1255 OID 19055)
  -- Dependencies: 6 1102
  -- Name: st_perimeter3d(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_perimeter3d(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_perimeter_poly';
 
 
  ALTER FUNCTION public.st_perimeter3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 700 (class 1255 OID 19056)
  -- Dependencies: 6 1102
  -- Name: st_point(double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_point(double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_makepoint';
 
 
  ALTER FUNCTION public.st_point(double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 701 (class 1255 OID 19057)
  -- Dependencies: 6 1102
  -- Name: st_point_inside_circle(geometry, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_point_inside_circle(geometry, double precision, double precision, double precision) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_inside_circle_point';
 
 
  ALTER FUNCTION public.st_point_inside_circle(geometry, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 702 (class 1255 OID 19058)
  -- Dependencies: 6 1102
  -- Name: st_pointfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_pointfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1)) = 'POINT'
  THEN ST_GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_pointfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 703 (class 1255 OID 19059)
  -- Dependencies: 6 1102
  -- Name: st_pointfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_pointfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1, $2)) = 'POINT'
  THEN ST_GeomFromText($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_pointfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 706 (class 1255 OID 19061)
  -- Dependencies: 6 1102
  -- Name: st_pointfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_pointfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'POINT'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_pointfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 705 (class 1255 OID 19060)
  -- Dependencies: 6 1102
  -- Name: st_pointfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_pointfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'POINT'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_pointfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 707 (class 1255 OID 19062)
  -- Dependencies: 6 1102 1102
  -- Name: st_pointn(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_pointn(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_pointn_linestring';
 
 
  ALTER FUNCTION public.st_pointn(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 708 (class 1255 OID 19063)
  -- Dependencies: 6 1102 1102
  -- Name: st_pointonsurface(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_pointonsurface(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'pointonsurface';
 
 
  ALTER FUNCTION public.st_pointonsurface(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 709 (class 1255 OID 19064)
  -- Dependencies: 6 1102
  -- Name: st_polyfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polyfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1)) = 'POLYGON'
  THEN ST_GeomFromText($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_polyfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 710 (class 1255 OID 19065)
  -- Dependencies: 6 1102
  -- Name: st_polyfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polyfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromText($1, $2)) = 'POLYGON'
  THEN ST_GeomFromText($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_polyfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 712 (class 1255 OID 19067)
  -- Dependencies: 6 1102
  -- Name: st_polyfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polyfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1)) = 'POLYGON'
  THEN ST_GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_polyfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 711 (class 1255 OID 19066)
  -- Dependencies: 6 1102
  -- Name: st_polyfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polyfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'POLYGON'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_polyfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 713 (class 1255 OID 19068)
  -- Dependencies: 6 1102 1102
  -- Name: st_polygon(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polygon(geometry, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT setSRID(makepolygon($1), $2)
  $_$;
 
 
  ALTER FUNCTION public.st_polygon(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 715 (class 1255 OID 19070)
  -- Dependencies: 1102 6
  -- Name: st_polygonfromtext(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polygonfromtext(text) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_PolyFromText($1)$_$;
 
 
  ALTER FUNCTION public.st_polygonfromtext(text) OWNER TO postgres;
 
  --
  -- TOC entry 714 (class 1255 OID 19069)
  -- Dependencies: 6 1102
  -- Name: st_polygonfromtext(text, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polygonfromtext(text, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT PolyFromText($1, $2)$_$;
 
 
  ALTER FUNCTION public.st_polygonfromtext(text, integer) OWNER TO postgres;
 
  --
  -- TOC entry 717 (class 1255 OID 19072)
  -- Dependencies: 6 1102
  -- Name: st_polygonfromwkb(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polygonfromwkb(bytea) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(GeomFromWKB($1)) = 'POLYGON'
  THEN GeomFromWKB($1)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_polygonfromwkb(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 716 (class 1255 OID 19071)
  -- Dependencies: 1102 6
  -- Name: st_polygonfromwkb(bytea, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polygonfromwkb(bytea, integer) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$
  SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1,$2)) = 'POLYGON'
  THEN ST_GeomFromWKB($1, $2)
  ELSE NULL END
  $_$;
 
 
  ALTER FUNCTION public.st_polygonfromwkb(bytea, integer) OWNER TO postgres;
 
  --
  -- TOC entry 718 (class 1255 OID 19073)
  -- Dependencies: 1102 6 1104
  -- Name: st_polygonize(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polygonize(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'polygonize_garray';
 
 
  ALTER FUNCTION public.st_polygonize(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 719 (class 1255 OID 19074)
  -- Dependencies: 1102 6 1104
  -- Name: st_polygonize_garray(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_polygonize_garray(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'polygonize_garray';
 
 
  ALTER FUNCTION public.st_polygonize_garray(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 720 (class 1255 OID 19075)
  -- Dependencies: 6
  -- Name: st_postgis_gist_joinsel(internal, oid, internal, smallint); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_postgis_gist_joinsel(internal, oid, internal, smallint) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_joinsel';
 
 
  ALTER FUNCTION public.st_postgis_gist_joinsel(internal, oid, internal, smallint) OWNER TO postgres;
 
  --
  -- TOC entry 721 (class 1255 OID 19076)
  -- Dependencies: 6
  -- Name: st_postgis_gist_sel(internal, oid, internal, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_postgis_gist_sel(internal, oid, internal, integer) RETURNS double precision
  LANGUAGE c
  AS '$libdir/postgis-1.5', 'LWGEOM_gist_sel';
 
 
  ALTER FUNCTION public.st_postgis_gist_sel(internal, oid, internal, integer) OWNER TO postgres;
 
  --
  -- TOC entry 722 (class 1255 OID 19077)
  -- Dependencies: 1102 6 1102
  -- Name: st_relate(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_relate(geometry, geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'relate_full';
 
 
  ALTER FUNCTION public.st_relate(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 723 (class 1255 OID 19078)
  -- Dependencies: 1102 6 1102
  -- Name: st_relate(geometry, geometry, text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_relate(geometry, geometry, text) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'relate_pattern';
 
 
  ALTER FUNCTION public.st_relate(geometry, geometry, text) OWNER TO postgres;
 
  --
  -- TOC entry 724 (class 1255 OID 19079)
  -- Dependencies: 1102 6 1102
  -- Name: st_removepoint(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_removepoint(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_removepoint';
 
 
  ALTER FUNCTION public.st_removepoint(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 725 (class 1255 OID 19080)
  -- Dependencies: 1102 6 1102
  -- Name: st_reverse(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_reverse(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_reverse';
 
 
  ALTER FUNCTION public.st_reverse(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 726 (class 1255 OID 19081)
  -- Dependencies: 1102 6 1102
  -- Name: st_rotate(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_rotate(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT rotateZ($1, $2)$_$;
 
 
  ALTER FUNCTION public.st_rotate(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 727 (class 1255 OID 19082)
  -- Dependencies: 1102 6 1102
  -- Name: st_rotatex(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_rotatex(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, 1, 0, 0, 0, cos($2), -sin($2), 0, sin($2), cos($2), 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.st_rotatex(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 728 (class 1255 OID 19083)
  -- Dependencies: 1102 6 1102
  -- Name: st_rotatey(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_rotatey(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, cos($2), 0, sin($2), 0, 1, 0, -sin($2), 0, cos($2), 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.st_rotatey(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 729 (class 1255 OID 19084)
  -- Dependencies: 1102 6 1102
  -- Name: st_rotatez(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_rotatez(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, cos($2), -sin($2), 0, sin($2), cos($2), 0, 0, 0, 1, 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.st_rotatez(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 731 (class 1255 OID 19086)
  -- Dependencies: 1102 1102 6
  -- Name: st_scale(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_scale(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT scale($1, $2, $3, 1)$_$;
 
 
  ALTER FUNCTION public.st_scale(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 730 (class 1255 OID 19085)
  -- Dependencies: 1102 6 1102
  -- Name: st_scale(geometry, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_scale(geometry, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, $2, 0, 0, 0, $3, 0, 0, 0, $4, 0, 0, 0)$_$;
 
 
  ALTER FUNCTION public.st_scale(geometry, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 732 (class 1255 OID 19087)
  -- Dependencies: 1102 1102 6
  -- Name: st_segmentize(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_segmentize(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_segmentize2d';
 
 
  ALTER FUNCTION public.st_segmentize(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 733 (class 1255 OID 19088)
  -- Dependencies: 6 1096 1096
  -- Name: st_setfactor(chip, real); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_setfactor(chip, real) RETURNS chip
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_setFactor';
 
 
  ALTER FUNCTION public.st_setfactor(chip, real) OWNER TO postgres;
 
  --
  -- TOC entry 734 (class 1255 OID 19089)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_setpoint(geometry, integer, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_setpoint(geometry, integer, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_setpoint_linestring';
 
 
  ALTER FUNCTION public.st_setpoint(geometry, integer, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 735 (class 1255 OID 19090)
  -- Dependencies: 1102 6 1102
  -- Name: st_setsrid(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_setsrid(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_setSRID';
 
 
  ALTER FUNCTION public.st_setsrid(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 736 (class 1255 OID 19091)
  -- Dependencies: 1102 6 1102
  -- Name: st_shift_longitude(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_shift_longitude(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_longitude_shift';
 
 
  ALTER FUNCTION public.st_shift_longitude(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 737 (class 1255 OID 19092)
  -- Dependencies: 1102 1102 1102 6
  -- Name: st_shortestline(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_shortestline(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_shortestline2d';
 
 
  ALTER FUNCTION public.st_shortestline(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 738 (class 1255 OID 19093)
  -- Dependencies: 6 1102 1102
  -- Name: st_simplify(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_simplify(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_simplify2d';
 
 
  ALTER FUNCTION public.st_simplify(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 739 (class 1255 OID 19094)
  -- Dependencies: 1102 6 1102
  -- Name: st_simplifypreservetopology(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_simplifypreservetopology(geometry, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT COST 100
  AS '$libdir/postgis-1.5', 'topologypreservesimplify';
 
 
  ALTER FUNCTION public.st_simplifypreservetopology(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 740 (class 1255 OID 19097)
  -- Dependencies: 1102 6 1102
  -- Name: st_snaptogrid(geometry, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_snaptogrid(geometry, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_SnapToGrid($1, 0, 0, $2, $2)$_$;
 
 
  ALTER FUNCTION public.st_snaptogrid(geometry, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 704 (class 1255 OID 19096)
  -- Dependencies: 6 1102 1102
  -- Name: st_snaptogrid(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_snaptogrid(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT ST_SnapToGrid($1, 0, 0, $2, $3)$_$;
 
 
  ALTER FUNCTION public.st_snaptogrid(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 670 (class 1255 OID 19095)
  -- Dependencies: 6 1102 1102
  -- Name: st_snaptogrid(geometry, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_snaptogrid(geometry, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_snaptogrid';
 
 
  ALTER FUNCTION public.st_snaptogrid(geometry, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 741 (class 1255 OID 19098)
  -- Dependencies: 1102 1102 1102 6
  -- Name: st_snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_snaptogrid_pointoff';
 
 
  ALTER FUNCTION public.st_snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 742 (class 1255 OID 19099)
  -- Dependencies: 6 1113
  -- Name: st_spheroid_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_spheroid_in(cstring) RETURNS spheroid
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ellipsoid_in';
 
 
  ALTER FUNCTION public.st_spheroid_in(cstring) OWNER TO postgres;
 
  --
  -- TOC entry 743 (class 1255 OID 19100)
  -- Dependencies: 6 1113
  -- Name: st_spheroid_out(spheroid); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_spheroid_out(spheroid) RETURNS cstring
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'ellipsoid_out';
 
 
  ALTER FUNCTION public.st_spheroid_out(spheroid) OWNER TO postgres;
 
  --
  -- TOC entry 744 (class 1255 OID 19101)
  -- Dependencies: 1096 6
  -- Name: st_srid(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_srid(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getSRID';
 
 
  ALTER FUNCTION public.st_srid(chip) OWNER TO postgres;
 
  --
  -- TOC entry 745 (class 1255 OID 19102)
  -- Dependencies: 6 1102
  -- Name: st_srid(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_srid(geometry) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_getSRID';
 
 
  ALTER FUNCTION public.st_srid(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 746 (class 1255 OID 19103)
  -- Dependencies: 6 1102 1102
  -- Name: st_startpoint(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_startpoint(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_startpoint_linestring';
 
 
  ALTER FUNCTION public.st_startpoint(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 747 (class 1255 OID 19104)
  -- Dependencies: 6 1102
  -- Name: st_summary(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_summary(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_summary';
 
 
  ALTER FUNCTION public.st_summary(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 748 (class 1255 OID 19105)
  -- Dependencies: 1102 1102 1102 6
  -- Name: st_symdifference(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_symdifference(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'symdifference';
 
 
  ALTER FUNCTION public.st_symdifference(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 749 (class 1255 OID 19106)
  -- Dependencies: 1102 1102 1102 6
  -- Name: st_symmetricdifference(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_symmetricdifference(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'symdifference';
 
 
  ALTER FUNCTION public.st_symmetricdifference(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 750 (class 1255 OID 19107)
  -- Dependencies: 6 1102
  -- Name: st_text(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_text(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_text';
 
 
  ALTER FUNCTION public.st_text(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 751 (class 1255 OID 19108)
  -- Dependencies: 1102 6 1102
  -- Name: st_touches(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_touches(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_Touches($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_touches(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 752 (class 1255 OID 19109)
  -- Dependencies: 6 1102 1102
  -- Name: st_transform(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_transform(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'transform';
 
 
  ALTER FUNCTION public.st_transform(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 754 (class 1255 OID 19111)
  -- Dependencies: 1102 6 1102
  -- Name: st_translate(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_translate(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT translate($1, $2, $3, 0)$_$;
 
 
  ALTER FUNCTION public.st_translate(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 753 (class 1255 OID 19110)
  -- Dependencies: 1102 6 1102
  -- Name: st_translate(geometry, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_translate(geometry, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, 1, 0, 0, 0, 1, 0, 0, 0, 1, $2, $3, $4)$_$;
 
 
  ALTER FUNCTION public.st_translate(geometry, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 755 (class 1255 OID 19112)
  -- Dependencies: 6 1102 1102
  -- Name: st_transscale(geometry, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_transscale(geometry, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, $4, 0, 0, 0, $5, 0,
  0, 0, 1, $2 * $4, $3 * $5, 0)$_$;
 
 
  ALTER FUNCTION public.st_transscale(geometry, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 757 (class 1255 OID 19114)
  -- Dependencies: 6 1104 1102
  -- Name: st_union(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_union(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'pgis_union_geometry_array';
 
 
  ALTER FUNCTION public.st_union(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 756 (class 1255 OID 19113)
  -- Dependencies: 6 1102 1102 1102
  -- Name: st_union(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_union(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'geomunion';
 
 
  ALTER FUNCTION public.st_union(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 758 (class 1255 OID 19115)
  -- Dependencies: 1104 6 1102
  -- Name: st_unite_garray(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_unite_garray(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'pgis_union_geometry_array';
 
 
  ALTER FUNCTION public.st_unite_garray(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 759 (class 1255 OID 19116)
  -- Dependencies: 6 1096
  -- Name: st_width(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_width(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getWidth';
 
 
  ALTER FUNCTION public.st_width(chip) OWNER TO postgres;
 
  --
  -- TOC entry 760 (class 1255 OID 19117)
  -- Dependencies: 1102 1102 6
  -- Name: st_within(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_within(geometry, geometry) RETURNS boolean
  LANGUAGE sql IMMUTABLE
  AS $_$SELECT $1 && $2 AND _ST_Within($1,$2)$_$;
 
 
  ALTER FUNCTION public.st_within(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 761 (class 1255 OID 19118)
  -- Dependencies: 1102 6
  -- Name: st_wkbtosql(bytea); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_wkbtosql(bytea) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_WKB';
 
 
  ALTER FUNCTION public.st_wkbtosql(bytea) OWNER TO postgres;
 
  --
  -- TOC entry 762 (class 1255 OID 19119)
  -- Dependencies: 6 1102
  -- Name: st_wkttosql(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_wkttosql(text) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_from_text';
 
 
  ALTER FUNCTION public.st_wkttosql(text) OWNER TO postgres;
 
  --
  -- TOC entry 763 (class 1255 OID 19120)
  -- Dependencies: 1102 6
  -- Name: st_x(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_x(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_x_point';
 
 
  ALTER FUNCTION public.st_x(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 764 (class 1255 OID 19121)
  -- Dependencies: 6 1090
  -- Name: st_xmax(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_xmax(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_xmax';
 
 
  ALTER FUNCTION public.st_xmax(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 765 (class 1255 OID 19122)
  -- Dependencies: 6 1090
  -- Name: st_xmin(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_xmin(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_xmin';
 
 
  ALTER FUNCTION public.st_xmin(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 766 (class 1255 OID 19123)
  -- Dependencies: 1102 6
  -- Name: st_y(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_y(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_y_point';
 
 
  ALTER FUNCTION public.st_y(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 767 (class 1255 OID 19124)
  -- Dependencies: 1090 6
  -- Name: st_ymax(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_ymax(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_ymax';
 
 
  ALTER FUNCTION public.st_ymax(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 768 (class 1255 OID 19125)
  -- Dependencies: 6 1090
  -- Name: st_ymin(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_ymin(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_ymin';
 
 
  ALTER FUNCTION public.st_ymin(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 769 (class 1255 OID 19126)
  -- Dependencies: 1102 6
  -- Name: st_z(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_z(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_z_point';
 
 
  ALTER FUNCTION public.st_z(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 770 (class 1255 OID 19127)
  -- Dependencies: 6 1090
  -- Name: st_zmax(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_zmax(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_zmax';
 
 
  ALTER FUNCTION public.st_zmax(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 771 (class 1255 OID 19128)
  -- Dependencies: 6 1102
  -- Name: st_zmflag(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_zmflag(geometry) RETURNS smallint
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_zmflag';
 
 
  ALTER FUNCTION public.st_zmflag(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 772 (class 1255 OID 19129)
  -- Dependencies: 1090 6
  -- Name: st_zmin(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION st_zmin(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_zmin';
 
 
  ALTER FUNCTION public.st_zmin(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 773 (class 1255 OID 19130)
  -- Dependencies: 1102 6 1102
  -- Name: startpoint(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION startpoint(geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_startpoint_linestring';
 
 
  ALTER FUNCTION public.startpoint(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 774 (class 1255 OID 19131)
  -- Dependencies: 6 1102
  -- Name: summary(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION summary(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_summary';
 
 
  ALTER FUNCTION public.summary(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 775 (class 1255 OID 19132)
  -- Dependencies: 1102 6 1102 1102
  -- Name: symdifference(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION symdifference(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'symdifference';
 
 
  ALTER FUNCTION public.symdifference(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 776 (class 1255 OID 19133)
  -- Dependencies: 1102 6 1102 1102
  -- Name: symmetricdifference(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION symmetricdifference(geometry, geometry) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'symdifference';
 
 
  ALTER FUNCTION public.symmetricdifference(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 777 (class 1255 OID 19134)
  -- Dependencies: 6 1102
  -- Name: text(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION text(geometry) RETURNS text
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_to_text';
 
 
  ALTER FUNCTION public.text(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 778 (class 1255 OID 19135)
  -- Dependencies: 1102 6 1102
  -- Name: touches(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION touches(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'touches';
 
 
  ALTER FUNCTION public.touches(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 779 (class 1255 OID 19136)
  -- Dependencies: 1102 6 1102
  -- Name: transform(geometry, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION transform(geometry, integer) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'transform';
 
 
  ALTER FUNCTION public.transform(geometry, integer) OWNER TO postgres;
 
  --
  -- TOC entry 781 (class 1255 OID 19138)
  -- Dependencies: 1102 6 1102
  -- Name: translate(geometry, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION translate(geometry, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT translate($1, $2, $3, 0)$_$;
 
 
  ALTER FUNCTION public.translate(geometry, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 780 (class 1255 OID 19137)
  -- Dependencies: 1102 6 1102
  -- Name: translate(geometry, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION translate(geometry, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, 1, 0, 0, 0, 1, 0, 0, 0, 1, $2, $3, $4)$_$;
 
 
  ALTER FUNCTION public.translate(geometry, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 782 (class 1255 OID 19139)
  -- Dependencies: 6 1102 1102
  -- Name: transscale(geometry, double precision, double precision, double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION transscale(geometry, double precision, double precision, double precision, double precision) RETURNS geometry
  LANGUAGE sql IMMUTABLE STRICT
  AS $_$SELECT affine($1, $4, 0, 0, 0, $5, 0,
  0, 0, 1, $2 * $4, $3 * $5, 0)$_$;
 
 
  ALTER FUNCTION public.transscale(geometry, double precision, double precision, double precision, double precision) OWNER TO postgres;
 
  --
  -- TOC entry 783 (class 1255 OID 19140)
  -- Dependencies: 1104 6 1102
  -- Name: unite_garray(geometry[]); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION unite_garray(geometry[]) RETURNS geometry
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'pgis_union_geometry_array';
 
 
  ALTER FUNCTION public.unite_garray(geometry[]) OWNER TO postgres;
 
  --
  -- TOC entry 784 (class 1255 OID 19141)
  -- Dependencies: 6 1168
  -- Name: unlockrows(text); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION unlockrows(text) RETURNS integer
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  ret int;
  BEGIN
 
  IF NOT LongTransactionsEnabled() THEN
  RAISE EXCEPTION 'Long transaction support disabled, use EnableLongTransaction() to enable.';
  END IF;
 
  EXECUTE 'DELETE FROM authorization_table where authid = ' ||
  quote_literal($1);
 
  GET DIAGNOSTICS ret = ROW_COUNT;
 
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.unlockrows(text) OWNER TO postgres;
 
  --
  -- TOC entry 787 (class 1255 OID 19144)
  -- Dependencies: 6 1168
  -- Name: updategeometrysrid(character varying, character varying, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION updategeometrysrid(character varying, character varying, integer) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  ret text;
  BEGIN
  SELECT UpdateGeometrySRID('','',$1,$2,$3) into ret;
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.updategeometrysrid(character varying, character varying, integer) OWNER TO postgres;
 
  --
  -- TOC entry 786 (class 1255 OID 19143)
  -- Dependencies: 6 1168
  -- Name: updategeometrysrid(character varying, character varying, character varying, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION updategeometrysrid(character varying, character varying, character varying, integer) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  ret text;
  BEGIN
  SELECT UpdateGeometrySRID('',$1,$2,$3,$4) into ret;
  RETURN ret;
  END;
  $_$;
 
 
  ALTER FUNCTION public.updategeometrysrid(character varying, character varying, character varying, integer) OWNER TO postgres;
 
  --
  -- TOC entry 785 (class 1255 OID 19142)
  -- Dependencies: 1168 6
  -- Name: updategeometrysrid(character varying, character varying, character varying, character varying, integer); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION updategeometrysrid(character varying, character varying, character varying, character varying, integer) RETURNS text
  LANGUAGE plpgsql STRICT
  AS $_$
  DECLARE
  catalog_name alias for $1;
  schema_name alias for $2;
  table_name alias for $3;
  column_name alias for $4;
  new_srid alias for $5;
  myrec RECORD;
  okay boolean;
  cname varchar;
  real_schema name;
 
  BEGIN
 
 
  -- Find, check or fix schema_name
  IF ( schema_name != '' ) THEN
  okay = 'f';
 
  FOR myrec IN SELECT nspname FROM pg_namespace WHERE text(nspname) = schema_name LOOP
  okay := 't';
  END LOOP;
 
  IF ( okay <> 't' ) THEN
  RAISE EXCEPTION 'Invalid schema name';
  ELSE
  real_schema = schema_name;
  END IF;
  ELSE
  SELECT INTO real_schema current_schema()::text;
  END IF;
 
  -- Find out if the column is in the geometry_columns table
  okay = 'f';
  FOR myrec IN SELECT * from geometry_columns where f_table_schema = text(real_schema) and f_table_name = table_name and f_geometry_column = column_name LOOP
  okay := 't';
  END LOOP;
  IF (okay <> 't') THEN
  RAISE EXCEPTION 'column not found in geometry_columns table';
  RETURN 'f';
  END IF;
 
  -- Update ref from geometry_columns table
  EXECUTE 'UPDATE geometry_columns SET SRID = ' || new_srid::text ||
  ' where f_table_schema = ' ||
  quote_literal(real_schema) || ' and f_table_name = ' ||
  quote_literal(table_name) || ' and f_geometry_column = ' ||
  quote_literal(column_name);
 
  -- Make up constraint name
  cname = 'enforce_srid_' || column_name;
 
  -- Drop enforce_srid constraint
  EXECUTE 'ALTER TABLE ' || quote_ident(real_schema) ||
  '.' || quote_ident(table_name) ||
  ' DROP constraint ' || quote_ident(cname);
 
  -- Update geometries SRID
  EXECUTE 'UPDATE ' || quote_ident(real_schema) ||
  '.' || quote_ident(table_name) ||
  ' SET ' || quote_ident(column_name) ||
  ' = setSRID(' || quote_ident(column_name) ||
  ', ' || new_srid::text || ')';
 
  -- Reset enforce_srid constraint
  EXECUTE 'ALTER TABLE ' || quote_ident(real_schema) ||
  '.' || quote_ident(table_name) ||
  ' ADD constraint ' || quote_ident(cname) ||
  ' CHECK (srid(' || quote_ident(column_name) ||
  ') = ' || new_srid::text || ')';
 
  RETURN real_schema || '.' || table_name || '.' || column_name ||' SRID changed to ' || new_srid::text;
 
  END;
  $_$;
 
 
  ALTER FUNCTION public.updategeometrysrid(character varying, character varying, character varying, character varying, integer) OWNER TO postgres;
 
  --
  -- TOC entry 788 (class 1255 OID 19145)
  -- Dependencies: 6 1096
  -- Name: width(chip); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION width(chip) RETURNS integer
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'CHIP_getWidth';
 
 
  ALTER FUNCTION public.width(chip) OWNER TO postgres;
 
  --
  -- TOC entry 789 (class 1255 OID 19146)
  -- Dependencies: 1102 1102 6
  -- Name: within(geometry, geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION within(geometry, geometry) RETURNS boolean
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'within';
 
 
  ALTER FUNCTION public.within(geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 790 (class 1255 OID 19147)
  -- Dependencies: 6 1102
  -- Name: x(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION x(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_x_point';
 
 
  ALTER FUNCTION public.x(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 791 (class 1255 OID 19148)
  -- Dependencies: 6 1090
  -- Name: xmax(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION xmax(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_xmax';
 
 
  ALTER FUNCTION public.xmax(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 792 (class 1255 OID 19149)
  -- Dependencies: 1090 6
  -- Name: xmin(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION xmin(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_xmin';
 
 
  ALTER FUNCTION public.xmin(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 793 (class 1255 OID 19150)
  -- Dependencies: 6 1102
  -- Name: y(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION y(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_y_point';
 
 
  ALTER FUNCTION public.y(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 794 (class 1255 OID 19151)
  -- Dependencies: 1090 6
  -- Name: ymax(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION ymax(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_ymax';
 
 
  ALTER FUNCTION public.ymax(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 795 (class 1255 OID 19152)
  -- Dependencies: 1090 6
  -- Name: ymin(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION ymin(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_ymin';
 
 
  ALTER FUNCTION public.ymin(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 796 (class 1255 OID 19153)
  -- Dependencies: 1102 6
  -- Name: z(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION z(geometry) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_z_point';
 
 
  ALTER FUNCTION public.z(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 797 (class 1255 OID 19154)
  -- Dependencies: 1090 6
  -- Name: zmax(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION zmax(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_zmax';
 
 
  ALTER FUNCTION public.zmax(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 798 (class 1255 OID 19155)
  -- Dependencies: 6 1102
  -- Name: zmflag(geometry); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION zmflag(geometry) RETURNS smallint
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'LWGEOM_zmflag';
 
 
  ALTER FUNCTION public.zmflag(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 799 (class 1255 OID 19156)
  -- Dependencies: 1090 6
  -- Name: zmin(box3d); Type: FUNCTION; Schema: public; Owner: postgres
  --
 
  CREATE FUNCTION zmin(box3d) RETURNS double precision
  LANGUAGE c IMMUTABLE STRICT
  AS '$libdir/postgis-1.5', 'BOX3D_zmin';
 
 
  ALTER FUNCTION public.zmin(box3d) OWNER TO postgres;
 
  --
  -- TOC entry 1173 (class 1255 OID 19157)
  -- Dependencies: 1104 1102 330 329 6
  -- Name: accum(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE accum(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_accum_finalfn
  );
 
 
  ALTER AGGREGATE public.accum(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1174 (class 1255 OID 19158)
  -- Dependencies: 331 6 1102 1102 330
  -- Name: collect(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE collect(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_collect_finalfn
  );
 
 
  ALTER AGGREGATE public.collect(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1175 (class 1255 OID 19159)
  -- Dependencies: 6 1102 500 1093
  -- Name: extent(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE extent(geometry) (
  SFUNC = public.st_combine_bbox,
  STYPE = box3d_extent
  );
 
 
  ALTER AGGREGATE public.extent(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1176 (class 1255 OID 19160)
  -- Dependencies: 124 1102 1090 6
  -- Name: extent3d(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE extent3d(geometry) (
  SFUNC = public.combine_bbox,
  STYPE = box3d
  );
 
 
  ALTER AGGREGATE public.extent3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1177 (class 1255 OID 19161)
  -- Dependencies: 1102 6 1102 330 332
  -- Name: makeline(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE makeline(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_makeline_finalfn
  );
 
 
  ALTER AGGREGATE public.makeline(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1178 (class 1255 OID 19162)
  -- Dependencies: 1102 496 1102 6
  -- Name: memcollect(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE memcollect(geometry) (
  SFUNC = public.st_collect,
  STYPE = geometry
  );
 
 
  ALTER AGGREGATE public.memcollect(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1179 (class 1255 OID 19163)
  -- Dependencies: 231 1102 1102 6
  -- Name: memgeomunion(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE memgeomunion(geometry) (
  SFUNC = geomunion,
  STYPE = geometry
  );
 
 
  ALTER AGGREGATE public.memgeomunion(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1180 (class 1255 OID 19164)
  -- Dependencies: 6 333 330 1102 1102
  -- Name: polygonize(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE polygonize(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_polygonize_finalfn
  );
 
 
  ALTER AGGREGATE public.polygonize(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1181 (class 1255 OID 19165)
  -- Dependencies: 329 330 1102 1104 6
  -- Name: st_accum(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_accum(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_accum_finalfn
  );
 
 
  ALTER AGGREGATE public.st_accum(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1182 (class 1255 OID 19166)
  -- Dependencies: 331 330 1102 1102 6
  -- Name: st_collect(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_collect(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_collect_finalfn
  );
 
 
  ALTER AGGREGATE public.st_collect(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1183 (class 1255 OID 19167)
  -- Dependencies: 500 1102 1093 6
  -- Name: st_extent(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_extent(geometry) (
  SFUNC = public.st_combine_bbox,
  STYPE = box3d_extent
  );
 
 
  ALTER AGGREGATE public.st_extent(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1169 (class 1255 OID 19168)
  -- Dependencies: 501 1102 1090 6
  -- Name: st_extent3d(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_extent3d(geometry) (
  SFUNC = public.st_combine_bbox,
  STYPE = box3d
  );
 
 
  ALTER AGGREGATE public.st_extent3d(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1170 (class 1255 OID 19169)
  -- Dependencies: 1102 6 330 332 1102
  -- Name: st_makeline(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_makeline(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_makeline_finalfn
  );
 
 
  ALTER AGGREGATE public.st_makeline(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1171 (class 1255 OID 19170)
  -- Dependencies: 6 496 1102 1102
  -- Name: st_memcollect(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_memcollect(geometry) (
  SFUNC = public.st_collect,
  STYPE = geometry
  );
 
 
  ALTER AGGREGATE public.st_memcollect(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1172 (class 1255 OID 19171)
  -- Dependencies: 756 6 1102 1102
  -- Name: st_memunion(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_memunion(geometry) (
  SFUNC = public.st_union,
  STYPE = geometry
  );
 
 
  ALTER AGGREGATE public.st_memunion(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1184 (class 1255 OID 19172)
  -- Dependencies: 330 333 1102 1102 6
  -- Name: st_polygonize(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_polygonize(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_polygonize_finalfn
  );
 
 
  ALTER AGGREGATE public.st_polygonize(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1185 (class 1255 OID 19173)
  -- Dependencies: 330 334 1102 1102 6
  -- Name: st_union(geometry); Type: AGGREGATE; Schema: public; Owner: postgres
  --
 
  CREATE AGGREGATE st_union(geometry) (
  SFUNC = pgis_geometry_accum_transfn,
  STYPE = pgis_abs,
  FINALFUNC = pgis_geometry_union_finalfn
  );
 
 
  ALTER AGGREGATE public.st_union(geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1891 (class 2617 OID 19174)
  -- Dependencies: 215 6 1102 1102 208 207
  -- Name: &&; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR && (
  PROCEDURE = geometry_overlap,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = &&,
  RESTRICT = geometry_gist_sel,
  JOIN = geometry_gist_joinsel
  );
 
 
  ALTER OPERATOR public.&& (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1892 (class 2617 OID 19175)
  -- Dependencies: 6 176 180 185 1099 1099
  -- Name: &&; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR && (
  PROCEDURE = geography_overlaps,
  LEFTARG = geography,
  RIGHTARG = geography,
  COMMUTATOR = &&,
  RESTRICT = geography_gist_selectivity,
  JOIN = geography_gist_join_selectivity
  );
 
 
  ALTER OPERATOR public.&& (geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 1893 (class 2617 OID 19177)
  -- Dependencies: 1102 6 1102 216
  -- Name: &<; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR &< (
  PROCEDURE = geometry_overleft,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = &>,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.&< (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1894 (class 2617 OID 19179)
  -- Dependencies: 1102 214 1102 6
  -- Name: &<|; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR &<| (
  PROCEDURE = geometry_overbelow,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = |&>,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.&<| (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1895 (class 2617 OID 19176)
  -- Dependencies: 1102 217 6 1102
  -- Name: &>; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR &> (
  PROCEDURE = geometry_overright,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = &<,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.&> (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1896 (class 2617 OID 19182)
  -- Dependencies: 6 1102 1102 212
  -- Name: <; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR < (
  PROCEDURE = geometry_lt,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = >,
  NEGATOR = >=,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.< (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1899 (class 2617 OID 19185)
  -- Dependencies: 1099 6 1099 184
  -- Name: <; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR < (
  PROCEDURE = geography_lt,
  LEFTARG = geography,
  RIGHTARG = geography,
  COMMUTATOR = >,
  NEGATOR = >=,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.< (geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 1900 (class 2617 OID 19187)
  -- Dependencies: 1102 6 1102 211
  -- Name: <<; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR << (
  PROCEDURE = geometry_left,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = >>,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.<< (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1901 (class 2617 OID 19189)
  -- Dependencies: 6 1102 1102 201
  -- Name: <<|; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR <<| (
  PROCEDURE = geometry_below,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = |>>,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.<<| (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1902 (class 2617 OID 19190)
  -- Dependencies: 1102 6 210 1102
  -- Name: <=; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR <= (
  PROCEDURE = geometry_le,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = >=,
  NEGATOR = >,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.<= (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1903 (class 2617 OID 19191)
  -- Dependencies: 183 1099 1099 6
  -- Name: <=; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR <= (
  PROCEDURE = geography_le,
  LEFTARG = geography,
  RIGHTARG = geography,
  COMMUTATOR = >=,
  NEGATOR = >,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.<= (geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 1904 (class 2617 OID 19192)
  -- Dependencies: 205 6 1102 1102
  -- Name: =; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR = (
  PROCEDURE = geometry_eq,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = =,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.= (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1905 (class 2617 OID 19193)
  -- Dependencies: 1099 171 1099 6
  -- Name: =; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR = (
  PROCEDURE = geography_eq,
  LEFTARG = geography,
  RIGHTARG = geography,
  COMMUTATOR = =,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.= (geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 1897 (class 2617 OID 19180)
  -- Dependencies: 209 6 1102 1102
  -- Name: >; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR > (
  PROCEDURE = geometry_gt,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = <,
  NEGATOR = <=,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.> (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1906 (class 2617 OID 19183)
  -- Dependencies: 1099 1099 6 182
  -- Name: >; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR > (
  PROCEDURE = geography_gt,
  LEFTARG = geography,
  RIGHTARG = geography,
  COMMUTATOR = <,
  NEGATOR = <=,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.> (geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 1907 (class 2617 OID 19181)
  -- Dependencies: 206 1102 1102 6
  -- Name: >=; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR >= (
  PROCEDURE = geometry_ge,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = <=,
  NEGATOR = <,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.>= (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1908 (class 2617 OID 19184)
  -- Dependencies: 6 1099 1099 172
  -- Name: >=; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR >= (
  PROCEDURE = geography_ge,
  LEFTARG = geography,
  RIGHTARG = geography,
  COMMUTATOR = <=,
  NEGATOR = <,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.>= (geography, geography) OWNER TO postgres;
 
  --
  -- TOC entry 1909 (class 2617 OID 19186)
  -- Dependencies: 6 218 1102 1102
  -- Name: >>; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR >> (
  PROCEDURE = geometry_right,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = <<,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.>> (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1910 (class 2617 OID 19195)
  -- Dependencies: 1102 6 204 1102
  -- Name: @; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR @ (
  PROCEDURE = geometry_contained,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = ~,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.@ (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1898 (class 2617 OID 19178)
  -- Dependencies: 1102 1102 213 6
  -- Name: |&>; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR |&> (
  PROCEDURE = geometry_overabove,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = &<|,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.|&> (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1911 (class 2617 OID 19188)
  -- Dependencies: 200 1102 6 1102
  -- Name: |>>; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR |>> (
  PROCEDURE = geometry_above,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = <<|,
  RESTRICT = positionsel,
  JOIN = positionjoinsel
  );
 
 
  ALTER OPERATOR public.|>> (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1912 (class 2617 OID 19194)
  -- Dependencies: 6 1102 1102 203
  -- Name: ~; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR ~ (
  PROCEDURE = geometry_contain,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = @,
  RESTRICT = contsel,
  JOIN = contjoinsel
  );
 
 
  ALTER OPERATOR public.~ (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 1913 (class 2617 OID 19196)
  -- Dependencies: 1102 220 6 1102
  -- Name: ~=; Type: OPERATOR; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR ~= (
  PROCEDURE = geometry_samebox,
  LEFTARG = geometry,
  RIGHTARG = geometry,
  COMMUTATOR = ~=,
  RESTRICT = eqsel,
  JOIN = eqjoinsel
  );
 
 
  ALTER OPERATOR public.~= (geometry, geometry) OWNER TO postgres;
 
  --
  -- TOC entry 2026 (class 2616 OID 19198)
  -- Dependencies: 2137 6 1099
  -- Name: btree_geography_ops; Type: OPERATOR CLASS; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR CLASS btree_geography_ops
  DEFAULT FOR TYPE geography USING btree AS
  OPERATOR 1 <(geography,geography) ,
  OPERATOR 2 <=(geography,geography) ,
  OPERATOR 3 =(geography,geography) ,
  OPERATOR 4 >=(geography,geography) ,
  OPERATOR 5 >(geography,geography) ,
  FUNCTION 1 geography_cmp(geography,geography);
 
 
  ALTER OPERATOR CLASS public.btree_geography_ops USING btree OWNER TO postgres;
 
  --
  -- TOC entry 2027 (class 2616 OID 19206)
  -- Dependencies: 1102 2138 6
  -- Name: btree_geometry_ops; Type: OPERATOR CLASS; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR CLASS btree_geometry_ops
  DEFAULT FOR TYPE geometry USING btree AS
  OPERATOR 1 <(geometry,geometry) ,
  OPERATOR 2 <=(geometry,geometry) ,
  OPERATOR 3 =(geometry,geometry) ,
  OPERATOR 4 >=(geometry,geometry) ,
  OPERATOR 5 >(geometry,geometry) ,
  FUNCTION 1 geometry_cmp(geometry,geometry);
 
 
  ALTER OPERATOR CLASS public.btree_geometry_ops USING btree OWNER TO postgres;
 
  --
  -- TOC entry 2028 (class 2616 OID 19214)
  -- Dependencies: 1099 1107 6 2139
  -- Name: gist_geography_ops; Type: OPERATOR CLASS; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR CLASS gist_geography_ops
  DEFAULT FOR TYPE geography USING gist AS
  STORAGE gidx ,
  OPERATOR 3 &&(geography,geography) ,
  FUNCTION 1 geography_gist_consistent(internal,geometry,integer) ,
  FUNCTION 2 geography_gist_union(bytea,internal) ,
  FUNCTION 3 geography_gist_compress(internal) ,
  FUNCTION 4 geography_gist_decompress(internal) ,
  FUNCTION 5 geography_gist_penalty(internal,internal,internal) ,
  FUNCTION 6 geography_gist_picksplit(internal,internal) ,
  FUNCTION 7 geography_gist_same(box2d,box2d,internal);
 
 
  ALTER OPERATOR CLASS public.gist_geography_ops USING gist OWNER TO postgres;
 
  --
  -- TOC entry 2029 (class 2616 OID 19224)
  -- Dependencies: 2140 6 1087 1102
  -- Name: gist_geometry_ops; Type: OPERATOR CLASS; Schema: public; Owner: postgres
  --
 
  CREATE OPERATOR CLASS gist_geometry_ops
  DEFAULT FOR TYPE geometry USING gist AS
  STORAGE box2d ,
  OPERATOR 1 <<(geometry,geometry) ,
  OPERATOR 2 &<(geometry,geometry) ,
  OPERATOR 3 &&(geometry,geometry) ,
  OPERATOR 4 &>(geometry,geometry) ,
  OPERATOR 5 >>(geometry,geometry) ,
  OPERATOR 6 ~=(geometry,geometry) ,
  OPERATOR 7 ~(geometry,geometry) ,
  OPERATOR 8 @(geometry,geometry) ,
  OPERATOR 9 &<|(geometry,geometry) ,
  OPERATOR 10 <<|(geometry,geometry) ,
  OPERATOR 11 |>>(geometry,geometry) ,
  OPERATOR 12 |&>(geometry,geometry) ,
  FUNCTION 1 lwgeom_gist_consistent(internal,geometry,integer) ,
  FUNCTION 2 lwgeom_gist_union(bytea,internal) ,
  FUNCTION 3 lwgeom_gist_compress(internal) ,
  FUNCTION 4 lwgeom_gist_decompress(internal) ,
  FUNCTION 5 lwgeom_gist_penalty(internal,internal,internal) ,
  FUNCTION 6 lwgeom_gist_picksplit(internal,internal) ,
  FUNCTION 7 lwgeom_gist_same(box2d,box2d,internal);
 
 
  ALTER OPERATOR CLASS public.gist_geometry_ops USING gist OWNER TO postgres;
 
  SET search_path = pg_catalog;
 
  --
  -- TOC entry 2708 (class 2605 OID 19244)
  -- Dependencies: 110 110 1087 1090
  -- Name: CAST (public.box2d AS public.box3d); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box2d AS public.box3d) WITH FUNCTION public.box3d(public.box2d) AS IMPLICIT;
 
 
  --
  -- TOC entry 2709 (class 2605 OID 19245)
  -- Dependencies: 194 194 1102 1087
  -- Name: CAST (public.box2d AS public.geometry); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box2d AS public.geometry) WITH FUNCTION public.geometry(public.box2d) AS IMPLICIT;
 
 
  --
  -- TOC entry 2710 (class 2605 OID 19246)
  -- Dependencies: 105 1090 105
  -- Name: CAST (public.box3d AS box); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box3d AS box) WITH FUNCTION public.box(public.box3d) AS IMPLICIT;
 
 
  --
  -- TOC entry 2711 (class 2605 OID 19247)
  -- Dependencies: 108 1087 1090 108
  -- Name: CAST (public.box3d AS public.box2d); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box3d AS public.box2d) WITH FUNCTION public.box2d(public.box3d) AS IMPLICIT;
 
 
  --
  -- TOC entry 2712 (class 2605 OID 19248)
  -- Dependencies: 195 1102 1090 195
  -- Name: CAST (public.box3d AS public.geometry); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box3d AS public.geometry) WITH FUNCTION public.geometry(public.box3d) AS IMPLICIT;
 
 
  --
  -- TOC entry 2713 (class 2605 OID 19249)
  -- Dependencies: 106 106 1087 1093
  -- Name: CAST (public.box3d_extent AS public.box2d); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box3d_extent AS public.box2d) WITH FUNCTION public.box2d(public.box3d_extent) AS IMPLICIT;
 
 
  --
  -- TOC entry 2714 (class 2605 OID 19250)
  -- Dependencies: 111 1093 1090 111
  -- Name: CAST (public.box3d_extent AS public.box3d); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box3d_extent AS public.box3d) WITH FUNCTION public.box3d_extent(public.box3d_extent) AS IMPLICIT;
 
 
  --
  -- TOC entry 2715 (class 2605 OID 19251)
  -- Dependencies: 193 1093 1102 193
  -- Name: CAST (public.box3d_extent AS public.geometry); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.box3d_extent AS public.geometry) WITH FUNCTION public.geometry(public.box3d_extent) AS IMPLICIT;
 
 
  --
  -- TOC entry 2519 (class 2605 OID 19252)
  -- Dependencies: 198 1102 198
  -- Name: CAST (bytea AS public.geometry); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (bytea AS public.geometry) WITH FUNCTION public.geometry(bytea) AS IMPLICIT;
 
 
  --
  -- TOC entry 2716 (class 2605 OID 19253)
  -- Dependencies: 197 197 1096 1102
  -- Name: CAST (public.chip AS public.geometry); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.chip AS public.geometry) WITH FUNCTION public.geometry(public.chip) AS IMPLICIT;
 
 
  --
  -- TOC entry 2717 (class 2605 OID 19254)
  -- Dependencies: 168 1099 168 1099
  -- Name: CAST (public.geography AS public.geography); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geography AS public.geography) WITH FUNCTION public.geography(public.geography, integer, boolean) AS IMPLICIT;
 
 
  --
  -- TOC entry 2718 (class 2605 OID 19255)
  -- Dependencies: 199 1102 199 1099
  -- Name: CAST (public.geography AS public.geometry); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geography AS public.geometry) WITH FUNCTION public.geometry(public.geography);
 
 
  --
  -- TOC entry 2721 (class 2605 OID 19256)
  -- Dependencies: 104 1102 104
  -- Name: CAST (public.geometry AS box); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geometry AS box) WITH FUNCTION public.box(public.geometry) AS IMPLICIT;
 
 
  --
  -- TOC entry 2722 (class 2605 OID 19257)
  -- Dependencies: 107 1087 1102 107
  -- Name: CAST (public.geometry AS public.box2d); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geometry AS public.box2d) WITH FUNCTION public.box2d(public.geometry) AS IMPLICIT;
 
 
  --
  -- TOC entry 2723 (class 2605 OID 19258)
  -- Dependencies: 109 1090 1102 109
  -- Name: CAST (public.geometry AS public.box3d); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geometry AS public.box3d) WITH FUNCTION public.box3d(public.geometry) AS IMPLICIT;
 
 
  --
  -- TOC entry 2719 (class 2605 OID 19259)
  -- Dependencies: 116 1102 116
  -- Name: CAST (public.geometry AS bytea); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geometry AS bytea) WITH FUNCTION public.bytea(public.geometry) AS IMPLICIT;
 
 
  --
  -- TOC entry 2724 (class 2605 OID 19260)
  -- Dependencies: 169 1099 1102 169
  -- Name: CAST (public.geometry AS public.geography); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geometry AS public.geography) WITH FUNCTION public.geography(public.geometry) AS IMPLICIT;
 
 
  --
  -- TOC entry 2720 (class 2605 OID 19261)
  -- Dependencies: 777 1102 777
  -- Name: CAST (public.geometry AS text); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (public.geometry AS text) WITH FUNCTION public.text(public.geometry) AS IMPLICIT;
 
 
  --
  -- TOC entry 2585 (class 2605 OID 19262)
  -- Dependencies: 196 196 1102
  -- Name: CAST (text AS public.geometry); Type: CAST; Schema: pg_catalog; Owner:
  --
 
  CREATE CAST (text AS public.geometry) WITH FUNCTION public.geometry(text) AS IMPLICIT;
 
 
  SET search_path = public, pg_catalog;
 
  SET default_tablespace = '';
 
  SET default_with_oids = false;
 
  --
  -- TOC entry 2423 (class 1259 OID 40481)
  -- Dependencies: 6
  -- Name: agency; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE agency (
  agency_name text NOT NULL,
  agency_url text,
  agency_timezone text,
  agency_lang text,
  agency_phone text
  );
 
 
  ALTER TABLE public.agency OWNER TO postgres;
 
  --
  -- TOC entry 2409 (class 1259 OID 19269)
  -- Dependencies: 6
  -- Name: calendar; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE calendar (
  service_id text NOT NULL,
  start_date text,
  end_date text,
  monday integer,
  tuesday integer,
  wednesday integer,
  thursday integer,
  friday integer,
  saturday integer,
  sunday integer
  );
 
 
  ALTER TABLE public.calendar OWNER TO postgres;
 
  --
  -- TOC entry 2410 (class 1259 OID 19275)
  -- Dependencies: 6
  -- Name: calendar_dates; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE calendar_dates (
  service_id text NOT NULL,
  date text NOT NULL,
  exception_type text
  );
 
 
  ALTER TABLE public.calendar_dates OWNER TO postgres;
 
  --
  -- TOC entry 2411 (class 1259 OID 19281)
  -- Dependencies: 2514 6
  -- Name: geography_columns; Type: VIEW; Schema: public; Owner: postgres
  --
 
  CREATE VIEW geography_columns AS
  SELECT current_database() AS f_table_catalog, n.nspname AS f_table_schema, c.relname AS f_table_name, a.attname AS f_geography_column, geography_typmod_dims(a.atttypmod) AS coord_dimension, geography_typmod_srid(a.atttypmod) AS srid, geography_typmod_type(a.atttypmod) AS type FROM pg_class c, pg_attribute a, pg_type t, pg_namespace n WHERE ((((((c.relkind = ANY (ARRAY['r'::"char", 'v'::"char"])) AND (t.typname = 'geography'::name)) AND (a.attisdropped = false)) AND (a.atttypid = t.oid)) AND (a.attrelid = c.oid)) AND (c.relnamespace = n.oid));
 
 
  ALTER TABLE public.geography_columns OWNER TO postgres;
 
  SET default_with_oids = true;
 
  --
  -- TOC entry 2412 (class 1259 OID 19286)
  -- Dependencies: 6
  -- Name: geometry_columns; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE geometry_columns (
  f_table_catalog character varying(256) NOT NULL,
  f_table_schema character varying(256) NOT NULL,
  f_table_name character varying(256) NOT NULL,
  f_geometry_column character varying(256) NOT NULL,
  coord_dimension integer NOT NULL,
  srid integer NOT NULL,
  type character varying(30) NOT NULL
  );
 
 
  ALTER TABLE public.geometry_columns OWNER TO postgres;
 
  SET default_with_oids = false;
 
  --
  -- TOC entry 2413 (class 1259 OID 19292)
  -- Dependencies: 6
  -- Name: myway_observations; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE myway_observations (
  observation_id text NOT NULL,
  myway_stop text,
  "time" timestamp with time zone,
  myway_route text
  );
 
 
  ALTER TABLE public.myway_observations OWNER TO postgres;
 
  --
  -- TOC entry 2427 (class 1259 OID 40519)
  -- Dependencies: 6
  -- Name: myway_routes; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE myway_routes (
  myway_route text NOT NULL,
  route_short_name text,
  trip_headsign text
  );
 
 
  ALTER TABLE public.myway_routes OWNER TO postgres;
 
  --
  -- TOC entry 2424 (class 1259 OID 40489)
  -- Dependencies: 6
  -- Name: myway_stops; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE myway_stops (
  myway_stop text NOT NULL,
  stop_id text
  );
 
 
  ALTER TABLE public.myway_stops OWNER TO postgres;
 
  --
  -- TOC entry 2425 (class 1259 OID 40498)
  -- Dependencies: 6
  -- Name: myway_timingdeltas; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE myway_timingdeltas (
  observation_id text NOT NULL,
  route_id text,
  stop_id text,
  timing_delta integer,
  "time" time with time zone,
  date date,
  timing_period text,
  stop_sequence integer,
  myway_stop text,
  route_name text
  );
 
 
  ALTER TABLE public.myway_timingdeltas OWNER TO postgres;
 
  --
  -- TOC entry 2426 (class 1259 OID 40504)
  -- Dependencies: 6 2425
  -- Name: myway_timingdeltas_timing_period_seq; Type: SEQUENCE; Schema: public; Owner: postgres
  --
 
  CREATE SEQUENCE myway_timingdeltas_timing_period_seq
  START WITH 1
  INCREMENT BY 1
  NO MINVALUE
  NO MAXVALUE
  CACHE 1;
 
 
  ALTER TABLE public.myway_timingdeltas_timing_period_seq OWNER TO postgres;
 
  --
  -- TOC entry 2771 (class 0 OID 0)
  -- Dependencies: 2426
  -- Name: myway_timingdeltas_timing_period_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres
  --
 
  ALTER SEQUENCE myway_timingdeltas_timing_period_seq OWNED BY myway_timingdeltas.timing_period;
 
 
  --
  -- TOC entry 2420 (class 1259 OID 40443)
  -- Dependencies: 6
  -- Name: routes; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE routes (
  route_id text NOT NULL,
  route_short_name text,
  route_long_name text,
  route_desc text,
  route_type integer,
  route_url text,
  route_text_color text,
  route_color text
  );
 
 
  ALTER TABLE public.routes OWNER TO postgres;
 
  --
  -- TOC entry 2414 (class 1259 OID 19328)
  -- Dependencies: 6
  -- Name: servicealerts_alerts; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE servicealerts_alerts (
  id integer NOT NULL,
  url text,
  description text,
  start timestamp with time zone,
  "end" timestamp with time zone,
  cause text,
  effect text,
  header text
  );
 
 
  ALTER TABLE public.servicealerts_alerts OWNER TO postgres;
 
  --
  -- TOC entry 2415 (class 1259 OID 19334)
  -- Dependencies: 2414 6
  -- Name: servicealerts_alerts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres
  --
 
  CREATE SEQUENCE servicealerts_alerts_id_seq
  START WITH 1
  INCREMENT BY 1
  NO MINVALUE
  NO MAXVALUE
  CACHE 1;
 
 
  ALTER TABLE public.servicealerts_alerts_id_seq OWNER TO postgres;
 
  --
  -- TOC entry 2772 (class 0 OID 0)
  -- Dependencies: 2415
  -- Name: servicealerts_alerts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres
  --
 
  ALTER SEQUENCE servicealerts_alerts_id_seq OWNED BY servicealerts_alerts.id;
 
 
  --
  -- TOC entry 2416 (class 1259 OID 19336)
  -- Dependencies: 6
  -- Name: servicealerts_informed; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE servicealerts_informed (
  servicealert_id integer NOT NULL,
  informed_class text NOT NULL,
  informed_id text NOT NULL,
  informed_action text
  );
 
 
  ALTER TABLE public.servicealerts_informed OWNER TO postgres;
 
  --
  -- TOC entry 2417 (class 1259 OID 19342)
  -- Dependencies: 6
  -- Name: shapes; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE shapes (
  shape_id text NOT NULL,
  shape_pt_lat double precision,
  shape_pt_lon double precision,
  shape_pt_sequence integer NOT NULL,
  shape_dist_traveled integer,
  shape_pt geography,
  );
 
 
  ALTER TABLE public.shapes OWNER TO postgres;
 
  --
  -- TOC entry 2418 (class 1259 OID 19348)
  -- Dependencies: 6
  -- Name: spatial_ref_sys; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE spatial_ref_sys (
  srid integer NOT NULL,
  auth_name character varying(256),
  auth_srid integer,
  srtext character varying(2048),
  proj4text character varying(2048)
  );
 
 
  ALTER TABLE public.spatial_ref_sys OWNER TO postgres;
 
  --
  -- TOC entry 2419 (class 1259 OID 20682)
  -- Dependencies: 6
  -- Name: stop_times; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE stop_times (
  trip_id text NOT NULL,
  arrival_time time without time zone,
  departure_time time without time zone,
  stop_id text,
  stop_sequence integer NOT NULL,
  stop_headsign text,
  pickup_type text,
  drop_off_type text,
  shape_dist_travelled text
  );
 
 
  ALTER TABLE public.stop_times OWNER TO postgres;
 
  --
  -- TOC entry 2421 (class 1259 OID 40452)
  -- Dependencies: 6 1099
  -- Name: stops; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE stops (
  stop_id text NOT NULL,
  stop_code text,
  stop_name text,
  stop_desc text,
  stop_lat double precision,
  stop_lon double precision,
  zone_id text,
  stop_url text,
  location_type integer,
  "position" geography
  );
 
 
  ALTER TABLE public.stops OWNER TO postgres;
 
  --
  -- TOC entry 2422 (class 1259 OID 40466)
  -- Dependencies: 6
  -- Name: trips; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE TABLE trips (
  route_id text,
  service_id text,
  trip_id text NOT NULL,
  trip_headsign text,
  direction_id text,
  block_id text,
  shape_id text
  );
 
 
  ALTER TABLE public.trips OWNER TO postgres;
 
  --
  -- TOC entry 2725 (class 2604 OID 19372)
  -- Dependencies: 2415 2414
  -- Name: id; Type: DEFAULT; Schema: public; Owner: postgres
  --
 
  ALTER TABLE servicealerts_alerts ALTER COLUMN id SET DEFAULT nextval('servicealerts_alerts_id_seq'::regclass);
 
 
  --
  -- TOC entry 2758 (class 2606 OID 40488)
  -- Dependencies: 2423 2423
  -- Name: agency_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY agency
  ADD CONSTRAINT agency_pkey PRIMARY KEY (agency_name);
 
 
  --
  -- TOC entry 2729 (class 2606 OID 19376)
  -- Dependencies: 2410 2410 2410
  -- Name: calendar_dates_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY calendar_dates
  ADD CONSTRAINT calendar_dates_pkey PRIMARY KEY (service_id, date);
 
 
  --
  -- TOC entry 2727 (class 2606 OID 19378)
  -- Dependencies: 2409 2409
  -- Name: calendar_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY calendar
  ADD CONSTRAINT calendar_pkey PRIMARY KEY (service_id);
 
 
  --
  -- TOC entry 2731 (class 2606 OID 19380)
  -- Dependencies: 2412 2412 2412 2412 2412
  -- Name: geometry_columns_pk; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY geometry_columns
  ADD CONSTRAINT geometry_columns_pk PRIMARY KEY (f_table_catalog, f_table_schema, f_table_name, f_geometry_column);
 
 
  --
  -- TOC entry 2733 (class 2606 OID 19382)
  -- Dependencies: 2413 2413
  -- Name: myway_observations_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY myway_observations
  ADD CONSTRAINT myway_observations_pkey PRIMARY KEY (observation_id);
 
 
  --
  -- TOC entry 2764 (class 2606 OID 40526)
  -- Dependencies: 2427 2427
  -- Name: myway_routes_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY myway_routes
  ADD CONSTRAINT myway_routes_pkey PRIMARY KEY (myway_route);
 
 
  --
  -- TOC entry 2762 (class 2606 OID 40507)
  -- Dependencies: 2425 2425
  -- Name: myway_timingdeltas_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY myway_timingdeltas
  ADD CONSTRAINT myway_timingdeltas_pkey PRIMARY KEY (observation_id);
 
 
  --
  -- TOC entry 2760 (class 2606 OID 40496)
  -- Dependencies: 2424 2424
  -- Name: mywaystops_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY myway_stops
  ADD CONSTRAINT mywaystops_pkey PRIMARY KEY (myway_stop);
 
 
  --
  -- TOC entry 2749 (class 2606 OID 40450)
  -- Dependencies: 2420 2420
  -- Name: routes_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY routes
  ADD CONSTRAINT routes_pkey PRIMARY KEY (route_id);
 
 
  --
  -- TOC entry 2735 (class 2606 OID 19392)
  -- Dependencies: 2414 2414
  -- Name: servicealerts_alerts_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY servicealerts_alerts
  ADD CONSTRAINT servicealerts_alerts_pkey PRIMARY KEY (id);
 
 
  --
  -- TOC entry 2737 (class 2606 OID 19394)
  -- Dependencies: 2416 2416 2416 2416
  -- Name: servicealerts_informed_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY servicealerts_informed
  ADD CONSTRAINT servicealerts_informed_pkey PRIMARY KEY (servicealert_id, informed_class, informed_id);
 
 
  --
  -- TOC entry 2739 (class 2606 OID 19396)
  -- Dependencies: 2417 2417 2417
  -- Name: shapes_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY shapes
  ADD CONSTRAINT shapes_pkey PRIMARY KEY (shape_id, shape_pt_sequence);
 
 
  --
  -- TOC entry 2741 (class 2606 OID 19398)
  -- Dependencies: 2418 2418
  -- Name: spatial_ref_sys_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY spatial_ref_sys
  ADD CONSTRAINT spatial_ref_sys_pkey PRIMARY KEY (srid);
 
 
  --
  -- TOC entry 2744 (class 2606 OID 40421)
  -- Dependencies: 2419 2419 2419
  -- Name: stop_times_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY stop_times
  ADD CONSTRAINT stop_times_pkey PRIMARY KEY (trip_id, stop_sequence);
 
 
  --
  -- TOC entry 2751 (class 2606 OID 40459)
  -- Dependencies: 2421 2421
  -- Name: stops_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY stops
  ADD CONSTRAINT stops_pkey PRIMARY KEY (stop_id);
 
 
  --
  -- TOC entry 2753 (class 2606 OID 40461)
  -- Dependencies: 2421 2421
  -- Name: stops_stop_code_key; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY stops
  ADD CONSTRAINT stops_stop_code_key UNIQUE (stop_code);
 
 
  --
  -- TOC entry 2756 (class 2606 OID 40473)
  -- Dependencies: 2422 2422
  -- Name: trips_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  --
 
  ALTER TABLE ONLY trips
  ADD CONSTRAINT trips_pkey PRIMARY KEY (trip_id);
 
 
  --
  -- TOC entry 2747 (class 1259 OID 40451)
  -- Dependencies: 2420
  -- Name: routenumber; Type: INDEX; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE INDEX routenumber ON routes USING btree (route_short_name);
 
 
  --
  -- TOC entry 2754 (class 1259 OID 40474)
  -- Dependencies: 2422
  -- Name: routetrips; Type: INDEX; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE INDEX routetrips ON trips USING btree (route_id);
 
 
  --
  -- TOC entry 2742 (class 1259 OID 40418)
  -- Dependencies: 2419 2419 2419
  -- Name: starttime; Type: INDEX; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE UNIQUE INDEX starttime ON stop_times USING btree (trip_id, stop_id, stop_sequence);
 
 
  --
  -- TOC entry 2745 (class 1259 OID 40406)
  -- Dependencies: 2419 2419
  -- Name: stoptimes; Type: INDEX; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE INDEX stoptimes ON stop_times USING btree (arrival_time, stop_id);
 
 
  --
  -- TOC entry 2746 (class 1259 OID 40419)
  -- Dependencies: 2419 2419
  -- Name: triptimes; Type: INDEX; Schema: public; Owner: postgres; Tablespace:
  --
 
  CREATE INDEX triptimes ON stop_times USING btree (trip_id, arrival_time);
 
 
  --
  -- TOC entry 2765 (class 2606 OID 19412)
  -- Dependencies: 2734 2414 2416
  -- Name: servicealerts_alertid; Type: FK CONSTRAINT; Schema: public; Owner: postgres
  --
 
  ALTER TABLE ONLY servicealerts_informed
  ADD CONSTRAINT servicealerts_alertid FOREIGN KEY (servicealert_id) REFERENCES servicealerts_alerts(id);
 
 
  --
  -- TOC entry 2770 (class 0 OID 0)
  -- Dependencies: 6
  -- Name: public; Type: ACL; Schema: -; Owner: postgres
  --
 
  REVOKE ALL ON SCHEMA public FROM PUBLIC;
  REVOKE ALL ON SCHEMA public FROM postgres;
  GRANT ALL ON SCHEMA public TO postgres;
  GRANT ALL ON SCHEMA public TO PUBLIC;
 
 
  -- Completed on 2011-10-11 23:16:12
 
  --
  -- PostgreSQL database dump complete
  --
 
 
  /*! jQuery Mobile v1.0rc2 jquerymobile.com | jquery.org/license */
  .ui-bar-a{border:1px solid #2a2a2a;background:#111;color:#fff;font-weight:bold;text-shadow:0 -1px 1px #000;background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));background-image:-webkit-linear-gradient(#3c3c3c,#111);background-image:-moz-linear-gradient(#3c3c3c,#111);background-image:-ms-linear-gradient(#3c3c3c,#111);background-image:-o-linear-gradient(#3c3c3c,#111);background-image:linear-gradient(#3c3c3c,#111)}.ui-bar-a,.ui-bar-a input,.ui-bar-a select,.ui-bar-a textarea,.ui-bar-a button{font-family:Helvetica,Arial,sans-serif}.ui-bar-a .ui-link-inherit{color:#fff}.ui-bar-a .ui-link{color:#7cc4e7;font-weight:bold}.ui-bar-a .ui-link:hover{color:#2489ce}.ui-bar-a .ui-link:active{color:#2489ce}.ui-bar-a .ui-link:visited{color:#2489ce}.ui-body-a,.ui-dialog.ui-overlay-a{border:1px solid #2a2a2a;background:#222;color:#fff;text-shadow:0 1px 0 #000;font-weight:normal;background-image:-webkit-gradient(linear,left top,left bottom,from(#666),to(#222));background-image:-webkit-linear-gradient(#666,#222);background-image:-moz-linear-gradient(#666,#222);background-image:-ms-linear-gradient(#666,#222);background-image:-o-linear-gradient(#666,#222);background-image:linear-gradient(#666,#222)}.ui-body-a,.ui-body-a input,.ui-body-a select,.ui-body-a textarea,.ui-body-a button{font-family:Helvetica,Arial,sans-serif}.ui-body-a .ui-link-inherit{color:#fff}.ui-body-a .ui-link{color:#2489ce;font-weight:bold}.ui-body-a .ui-link:hover{color:#2489ce}.ui-body-a .ui-link:active{color:#2489ce}.ui-body-a .ui-link:visited{color:#2489ce}.ui-btn-up-a{border:1px solid #222;background:#333;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #000;background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));background-image:-webkit-linear-gradient(#555,#333);background-image:-moz-linear-gradient(#555,#333);background-image:-ms-linear-gradient(#555,#333);background-image:-o-linear-gradient(#555,#333);background-image:linear-gradient(#555,#333)}.ui-btn-up-a a.ui-link-inherit{color:#fff}.ui-btn-hover-a{border:1px solid #000;background:#444;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #000;background-image:-webkit-gradient(linear,left top,left bottom,from(#666),to(#444));background-image:-webkit-linear-gradient(#666,#444);background-image:-moz-linear-gradient(#666,#444);background-image:-ms-linear-gradient(#666,#444);background-image:-o-linear-gradient(#666,#444);background-image:linear-gradient(#666,#444)}.ui-btn-hover-a a.ui-link-inherit{color:#fff}.ui-btn-down-a{border:1px solid #000;background:#3d3d3d;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #000;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#5a5a5a));background-image:-webkit-linear-gradient(#333,#5a5a5a);background-image:-moz-linear-gradient(#333,#5a5a5a);background-image:-ms-linear-gradient(#333,#5a5a5a);background-image:-o-linear-gradient(#333,#5a5a5a);background-image:linear-gradient(#333,#5a5a5a)}.ui-btn-down-a a.ui-link-inherit{color:#fff}.ui-btn-up-a,.ui-btn-hover-a,.ui-btn-down-a{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-b{border:1px solid #456f9a;background:#5e87b0;color:#fff;font-weight:bold;text-shadow:0 -1px 1px #254f7a;background-image:-webkit-gradient(linear,left top,left bottom,from(#81a8ce),to(#5e87b0));background-image:-webkit-linear-gradient(#81a8ce,#5e87b0);background-image:-moz-linear-gradient(#81a8ce,#5e87b0);background-image:-ms-linear-gradient(#81a8ce,#5e87b0);background-image:-o-linear-gradient(#81a8ce,#5e87b0);background-image:linear-gradient(#81a8ce,#5e87b0)}.ui-bar-b,.ui-bar-b input,.ui-bar-b select,.ui-bar-b textarea,.ui-bar-b button{font-family:Helvetica,Arial,sans-serif}.ui-bar-b .ui-link-inherit{color:#fff}.ui-bar-b .ui-link{color:#ddf0f8;font-weight:bold}.ui-bar-b .ui-link:hover{color:#ddf0f8}.ui-bar-b .ui-link:active{color:#ddf0f8}.ui-bar-b .ui-link:visited{color:#ddf0f8}.ui-body-b,.ui-dialog.ui-overlay-b{border:1px solid #c6c6c6;background:#ccc;color:#333;text-shadow:0 1px 0 #fff;font-weight:normal;background-image:-webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#ccc));background-image:-webkit-linear-gradient(#e6e6e6,#ccc);background-image:-moz-linear-gradient(#e6e6e6,#ccc);background-image:-ms-linear-gradient(#e6e6e6,#ccc);background-image:-o-linear-gradient(#e6e6e6,#ccc);background-image:linear-gradient(#e6e6e6,#ccc)}.ui-body-b,.ui-body-b input,.ui-body-b select,.ui-body-b textarea,.ui-body-b button{font-family:Helvetica,Arial,sans-serif}.ui-body-b .ui-link-inherit{color:#333}.ui-body-b .ui-link{color:#2489ce;font-weight:bold}.ui-body-b .ui-link:hover{color:#2489ce}.ui-body-b .ui-link:active{color:#2489ce}.ui-body-b .ui-link:visited{color:#2489ce}.ui-btn-up-b{border:1px solid #145072;background:#2567ab;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #145072;background-image:-webkit-gradient(linear,left top,left bottom,from(#5f9cc5),to(#396b9e));background-image:-webkit-linear-gradient(#5f9cc5,#396b9e);background-image:-moz-linear-gradient(#5f9cc5,#396b9e);background-image:-ms-linear-gradient(#5f9cc5,#396b9e);background-image:-o-linear-gradient(#5f9cc5,#396b9e);background-image:linear-gradient(#5f9cc5,#396b9e)}.ui-btn-up-b a.ui-link-inherit{color:#fff}.ui-btn-hover-b{border:1px solid #00516e;background:#4b88b6;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #014d68;background-image:-webkit-gradient(linear,left top,left bottom,from(#72b0d4),to(#4b88b6));background-image:-webkit-linear-gradient(#72b0d4,#4b88b6);background-image:-moz-linear-gradient(#72b0d4,#4b88b6);background-image:-ms-linear-gradient(#72b0d4,#4b88b6);background-image:-o-linear-gradient(#72b0d4,#4b88b6);background-image:linear-gradient(#72b0d4,#4b88b6)}.ui-btn-hover-b a.ui-link-inherit{color:#fff}.ui-btn-down-b{border:1px solid #225377;background:#4e89c5;font-weight:bold;color:#fff;text-shadow:0 -1px 1px #225377;background-image:-webkit-gradient(linear,left top,left bottom,from(#396b9e),to(#4e89c5));background-image:-webkit-linear-gradient(#396b9e,#4e89c5);background-image:-moz-linear-gradient(#396b9e,#4e89c5);background-image:-ms-linear-gradient(#396b9e,#4e89c5);background-image:-o-linear-gradient(#396b9e,#4e89c5);background-image:linear-gradient(#396b9e,#4e89c5)}.ui-btn-down-b a.ui-link-inherit{color:#fff}.ui-btn-up-b,.ui-btn-hover-b,.ui-btn-down-b{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-c{border:1px solid #b3b3b3;background:#e9eaeb;color:#3e3e3e;font-weight:bold;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#e9eaeb));background-image:-webkit-linear-gradient(#f0f0f0,#e9eaeb);background-image:-moz-linear-gradient(#f0f0f0,#e9eaeb);background-image:-ms-linear-gradient(#f0f0f0,#e9eaeb);background-image:-o-linear-gradient(#f0f0f0,#e9eaeb);background-image:linear-gradient(#f0f0f0,#e9eaeb)}.ui-bar-c .ui-link-inherit{color:#3e3e3e}.ui-bar-c .ui-link{color:#7cc4e7;font-weight:bold}.ui-bar-c .ui-link:hover{color:#2489ce}.ui-bar-c .ui-link:active{color:#2489ce}.ui-bar-c .ui-link:visited{color:#2489ce}.ui-bar-c,.ui-bar-c input,.ui-bar-c select,.ui-bar-c textarea,.ui-bar-c button{font-family:Helvetica,Arial,sans-serif}.ui-body-c,.ui-dialog.ui-overlay-c{border:1px solid #b3b3b3;color:#333;text-shadow:0 1px 0 #fff;background:#f0f0f0;background-image:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));background-image:-webkit-linear-gradient(#eee,#ddd);background-image:-moz-linear-gradient(#eee,#ddd);background-image:-ms-linear-gradient(#eee,#ddd);background-image:-o-linear-gradient(#eee,#ddd);background-image:linear-gradient(#eee,#ddd)}.ui-body-c,.ui-body-c input,.ui-body-c select,.ui-body-c textarea,.ui-body-c button{font-family:Helvetica,Arial,sans-serif}.ui-body-c .ui-link-inherit{color:#333}.ui-body-c .ui-link{color:#2489ce;font-weight:bold}.ui-body-c .ui-link:hover{color:#2489ce}.ui-body-c .ui-link:active{color:#2489ce}.ui-body-c .ui-link:visited{color:#2489ce}.ui-btn-up-c{border:1px solid #ccc;background:#eee;font-weight:bold;color:#444;text-shadow:0 1px 1px #f6f6f6;background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));background-image:-webkit-linear-gradient(#fdfdfd,#eee);background-image:-moz-linear-gradient(#fdfdfd,#eee);background-image:-ms-linear-gradient(#fdfdfd,#eee);background-image:-o-linear-gradient(#fdfdfd,#eee);background-image:linear-gradient(#fdfdfd,#eee)}.ui-btn-up-c a.ui-link-inherit{color:#2f3e46}.ui-btn-hover-c{border:1px solid #bbb;background:#dadada;font-weight:bold;color:#101010;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#dadada));background-image:-webkit-linear-gradient(#ededed,#dadada);background-image:-moz-linear-gradient(#ededed,#dadada);background-image:-ms-linear-gradient(#ededed,#dadada);background-image:-o-linear-gradient(#ededed,#dadada);background-image:linear-gradient(#ededed,#dadada)}.ui-btn-hover-c a.ui-link-inherit{color:#2f3e46}.ui-btn-down-c{border:1px solid #808080;background:#fdfdfd;font-weight:bold;color:#111;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#fdfdfd));background-image:-webkit-linear-gradient(#eee,#fdfdfd);background-image:-moz-linear-gradient(#eee,#fdfdfd);background-image:-ms-linear-gradient(#eee,#fdfdfd);background-image:-o-linear-gradient(#eee,#fdfdfd);background-image:linear-gradient(#eee,#fdfdfd)}.ui-btn-down-c a.ui-link-inherit{color:#2f3e46}.ui-btn-up-c,.ui-btn-hover-c,.ui-btn-down-c{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-d{border:1px solid #ccc;background:#bbb;color:#333;text-shadow:0 1px 0 #eee;background-image:-webkit-gradient(linear,left top,left bottom,from(#ddd),to(#bbb));background-image:-webkit-linear-gradient(#ddd,#bbb);background-image:-moz-linear-gradient(#ddd,#bbb);background-image:-ms-linear-gradient(#ddd,#bbb);background-image:-o-linear-gradient(#ddd,#bbb);background-image:linear-gradient(#ddd,#bbb)}.ui-bar-d,.ui-bar-d input,.ui-bar-d select,.ui-bar-d textarea,.ui-bar-d button{font-family:Helvetica,Arial,sans-serif}.ui-bar-d .ui-link-inherit{color:#333}.ui-bar-d .ui-link{color:#2489ce;font-weight:bold}.ui-bar-d .ui-link:hover{color:#2489ce}.ui-bar-d .ui-link:active{color:#2489ce}.ui-bar-d .ui-link:visited{color:#2489ce}.ui-body-d,.ui-dialog.ui-overlay-d{border:1px solid #ccc;color:#333;text-shadow:0 1px 0 #fff;background:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));background-image:-webkit-linear-gradient(#fff,#fff);background-image:-moz-linear-gradient(#fff,#fff);background-image:-ms-linear-gradient(#fff,#fff);background-image:-o-linear-gradient(#fff,#fff);background-image:linear-gradient(#fff,#fff)}.ui-body-d,.ui-body-d input,.ui-body-d select,.ui-body-d textarea,.ui-body-d button{font-family:Helvetica,Arial,sans-serif}.ui-body-d .ui-link-inherit{color:#333}.ui-body-d .ui-link{color:#2489ce;font-weight:bold}.ui-body-d .ui-link:hover{color:#2489ce}.ui-body-d .ui-link:active{color:#2489ce}.ui-body-d .ui-link:visited{color:#2489ce}.ui-btn-up-d{border:1px solid #ccc;background:#fff;font-weight:bold;color:#444;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));background-image:-webkit-linear-gradient(#fff,#fff);background-image:-moz-linear-gradient(#fff,#fff);background-image:-ms-linear-gradient(#fff,#fff);background-image:-o-linear-gradient(#fff,#fff);background-image:linear-gradient(#fff,#fff)}.ui-btn-up-d a.ui-link-inherit{color:#333}.ui-btn-hover-d{border:1px solid #aaa;background:#eee;font-weight:bold;color:#222;cursor:pointer;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));background-image:-webkit-linear-gradient(#fdfdfd,#eee);background-image:-moz-linear-gradient(#fdfdfd,#eee);background-image:-ms-linear-gradient(#fdfdfd,#eee);background-image:-o-linear-gradient(#fdfdfd,#eee);background-image:linear-gradient(#fdfdfd,#eee)}.ui-btn-hover-d a.ui-link-inherit{color:#222}.ui-btn-down-d{border:1px solid #aaa;background:#fff;font-weight:bold;color:#111;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#fff));background-image:-webkit-linear-gradient(#eee,#fff);background-image:-moz-linear-gradient(#eee,#fff);background-image:-ms-linear-gradient(#eee,#fff);background-image:-o-linear-gradient(#eee,#fff);background-image:linear-gradient(#eee,#fff)}.ui-btn-down-d a.ui-link-inherit{color:#111}.ui-btn-up-d,.ui-btn-hover-d,.ui-btn-down-d{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-e{border:1px solid #f7c942;background:#fadb4e;color:#333;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fceda7),to(#fadb4e));background-image:-webkit-linear-gradient(#fceda7,#fadb4e);background-image:-moz-linear-gradient(#fceda7,#fadb4e);background-image:-ms-linear-gradient(#fceda7,#fadb4e);background-image:-o-linear-gradient(#fceda7,#fadb4e);background-image:linear-gradient(#fceda7,#fadb4e)}.ui-bar-e,.ui-bar-e input,.ui-bar-e select,.ui-bar-e textarea,.ui-bar-e button{font-family:Helvetica,Arial,sans-serif}.ui-bar-e .ui-link-inherit{color:#333}.ui-bar-e .ui-link{color:#2489ce;font-weight:bold}.ui-bar-e .ui-link:hover{color:#2489ce}.ui-bar-e .ui-link:active{color:#2489ce}.ui-bar-e .ui-link:visited{color:#2489ce}.ui-body-e,.ui-dialog.ui-overlay-e{border:1px solid #f7c942;color:#333;text-shadow:0 1px 0 #fff;background:#faeb9e;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#faeb9e));background-image:-webkit-linear-gradient(#fff,#faeb9e);background-image:-moz-linear-gradient(#fff,#faeb9e);background-image:-ms-linear-gradient(#fff,#faeb9e);background-image:-o-linear-gradient(#fff,#faeb9e);background-image:linear-gradient(#fff,#faeb9e)}.ui-body-e,.ui-body-e input,.ui-body-e select,.ui-body-e textarea,.ui-body-e button{font-family:Helvetica,Arial,sans-serif}.ui-body-e .ui-link-inherit{color:#333}.ui-body-e .ui-link{color:#2489ce;font-weight:bold}.ui-body-e .ui-link:hover{color:#2489ce}.ui-body-e .ui-link:active{color:#2489ce}.ui-body-e .ui-link:visited{color:#2489ce}.ui-btn-up-e{border:1px solid #f7c942;background:#fadb4e;font-weight:bold;color:#333;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fceda7),to(#fadb4e));background-image:-webkit-linear-gradient(#fceda7,#fadb4e);background-image:-moz-linear-gradient(#fceda7,#fadb4e);background-image:-ms-linear-gradient(#fceda7,#fadb4e);background-image:-o-linear-gradient(#fceda7,#fadb4e);background-image:linear-gradient(#fceda7,#fadb4e)}.ui-btn-up-e a.ui-link-inherit{color:#333}.ui-btn-hover-e{border:1px solid #e79952;background:#fbe26f;font-weight:bold;color:#111;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf0b5),to(#fbe26f));background-image:-webkit-linear-gradient(#fcf0b5,#fbe26f);background-image:-moz-linear-gradient(#fcf0b5,#fbe26f);background-image:-ms-linear-gradient(#fcf0b5,#fbe26f);background-image:-o-linear-gradient(#fcf0b5,#fbe26f);background-image:linear-gradient(#fcf0b5,#fbe26f)}.ui-btn-hover-e a.ui-link-inherit{color:#333}.ui-btn-down-e{border:1px solid #f7c942;background:#fceda7;font-weight:bold;color:#111;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fadb4e),to(#fceda7));background-image:-webkit-linear-gradient(#fadb4e,#fceda7);background-image:-moz-linear-gradient(#fadb4e,#fceda7);background-image:-ms-linear-gradient(#fadb4e,#fceda7);background-image:-o-linear-gradient(#fadb4e,#fceda7);background-image:linear-gradient(#fadb4e,#fceda7)}.ui-btn-down-e a.ui-link-inherit{color:#333}.ui-btn-up-e,.ui-btn-hover-e,.ui-btn-down-e{font-family:Helvetica,Arial,sans-serif;text-decoration:none}a.ui-link-inherit{text-decoration:none!important}.ui-btn-active{border:1px solid #155678;background:#4596ce;font-weight:bold;color:#fff;cursor:pointer;text-shadow:0 -1px 1px #145072;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#85bae4),to(#5393c5));background-image:-webkit-linear-gradient(#85bae4,#5393c5);background-image:-moz-linear-gradient(#85bae4,#5393c5);background-image:-ms-linear-gradient(#85bae4,#5393c5);background-image:-o-linear-gradient(#85bae4,#5393c5);background-image:linear-gradient(#85bae4,#5393c5);font-family:Helvetica,Arial,sans-serif}.ui-btn-active a.ui-link-inherit{color:#fff}.ui-btn-inner{border-top:1px solid #fff;border-color:rgba(255,255,255,.3)}.ui-corner-tl{-moz-border-radius-topleft:.6em;-webkit-border-top-left-radius:.6em;border-top-left-radius:.6em}.ui-corner-tr{-moz-border-radius-topright:.6em;-webkit-border-top-right-radius:.6em;border-top-right-radius:.6em}.ui-corner-bl{-moz-border-radius-bottomleft:.6em;-webkit-border-bottom-left-radius:.6em;border-bottom-left-radius:.6em}.ui-corner-br{-moz-border-radius-bottomright:.6em;-webkit-border-bottom-right-radius:.6em;border-bottom-right-radius:.6em}.ui-corner-top{-moz-border-radius-topleft:.6em;-webkit-border-top-left-radius:.6em;border-top-left-radius:.6em;-moz-border-radius-topright:.6em;-webkit-border-top-right-radius:.6em;border-top-right-radius:.6em}.ui-corner-bottom{-moz-border-radius-bottomleft:.6em;-webkit-border-bottom-left-radius:.6em;border-bottom-left-radius:.6em;-moz-border-radius-bottomright:.6em;-webkit-border-bottom-right-radius:.6em;border-bottom-right-radius:.6em}.ui-corner-right{-moz-border-radius-topright:.6em;-webkit-border-top-right-radius:.6em;border-top-right-radius:.6em;-moz-border-radius-bottomright:.6em;-webkit-border-bottom-right-radius:.6em;border-bottom-right-radius:.6em}.ui-corner-left{-moz-border-radius-topleft:.6em;-webkit-border-top-left-radius:.6em;border-top-left-radius:.6em;-moz-border-radius-bottomleft:.6em;-webkit-border-bottom-left-radius:.6em;border-bottom-left-radius:.6em}.ui-corner-all{-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.ui-corner-none{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ui-br{border-bottom:#828282;border-bottom:rgba(130,130,130,.3);border-bottom-width:1px;border-bottom-style:solid}.ui-disabled{opacity:.3}.ui-disabled,.ui-disabled a{pointer-events:none;cursor:default}.ui-icon,.ui-icon-searchfield:after{background:#666;background:rgba(0,0,0,.4);background-image:url(images/icons-18-white.png);background-repeat:no-repeat;-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px}.ui-icon-alt{background:#fff;background:rgba(255,255,255,.3);background-image:url(images/icons-18-black.png);background-repeat:no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi){.ui-icon-plus,.ui-icon-minus,.ui-icon-delete,.ui-icon-arrow-r,.ui-icon-arrow-l,.ui-icon-arrow-u,.ui-icon-arrow-d,.ui-icon-check,.ui-icon-gear,.ui-icon-refresh,.ui-icon-forward,.ui-icon-back,.ui-icon-grid,.ui-icon-star,.ui-icon-alert,.ui-icon-info,.ui-icon-home,.ui-icon-search,.ui-icon-searchfield:after,.ui-icon-checkbox-off,.ui-icon-checkbox-on,.ui-icon-radio-off,.ui-icon-radio-on{background-image:url(images/icons-36-white.png);-moz-background-size:776px 18px;-o-background-size:776px 18px;-webkit-background-size:776px 18px;background-size:776px 18px}.ui-icon-alt{background-image:url(images/icons-36-black.png)}}.ui-icon-plus{background-position:-0 50%}.ui-icon-minus{background-position:-36px 50%}.ui-icon-delete{background-position:-72px 50%}.ui-icon-arrow-r{background-position:-108px 50%}.ui-icon-arrow-l{background-position:-144px 50%}.ui-icon-arrow-u{background-position:-180px 50%}.ui-icon-arrow-d{background-position:-216px 50%}.ui-icon-check{background-position:-252px 50%}.ui-icon-gear{background-position:-288px 50%}.ui-icon-refresh{background-position:-324px 50%}.ui-icon-forward{background-position:-360px 50%}.ui-icon-back{background-position:-396px 50%}.ui-icon-grid{background-position:-432px 50%}.ui-icon-star{background-position:-468px 50%}.ui-icon-alert{background-position:-504px 50%}.ui-icon-info{background-position:-540px 50%}.ui-icon-home{background-position:-576px 50%}.ui-icon-search,.ui-icon-searchfield:after{background-position:-612px 50%}.ui-icon-checkbox-off{background-position:-684px 50%}.ui-icon-checkbox-on{background-position:-648px 50%}.ui-icon-radio-off{background-position:-756px 50%}.ui-icon-radio-on{background-position:-720px 50%}.ui-checkbox .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ui-icon-checkbox-off,.ui-icon-radio-off{background-color:transparent}.ui-checkbox-on .ui-icon,.ui-radio-on .ui-icon{background-color:#4596ce}.ui-icon-loading{background-image:url(images/ajax-loader.png);width:40px;height:40px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background-size:35px 35px}.ui-btn-corner-tl{-moz-border-radius-topleft:1em;-webkit-border-top-left-radius:1em;border-top-left-radius:1em}.ui-btn-corner-tr{-moz-border-radius-topright:1em;-webkit-border-top-right-radius:1em;border-top-right-radius:1em}.ui-btn-corner-bl{-moz-border-radius-bottomleft:1em;-webkit-border-bottom-left-radius:1em;border-bottom-left-radius:1em}.ui-btn-corner-br{-moz-border-radius-bottomright:1em;-webkit-border-bottom-right-radius:1em;border-bottom-right-radius:1em}.ui-btn-corner-top{-moz-border-radius-topleft:1em;-webkit-border-top-left-radius:1em;border-top-left-radius:1em;-moz-border-radius-topright:1em;-webkit-border-top-right-radius:1em;border-top-right-radius:1em}.ui-btn-corner-bottom{-moz-border-radius-bottomleft:1em;-webkit-border-bottom-left-radius:1em;border-bottom-left-radius:1em;-moz-border-radius-bottomright:1em;-webkit-border-bottom-right-radius:1em;border-bottom-right-radius:1em}.ui-btn-corner-right{-moz-border-radius-topright:1em;-webkit-border-top-right-radius:1em;border-top-right-radius:1em;-moz-border-radius-bottomright:1em;-webkit-border-bottom-right-radius:1em;border-bottom-right-radius:1em}.ui-btn-corner-left{-moz-border-radius-topleft:1em;-webkit-border-top-left-radius:1em;border-top-left-radius:1em;-moz-border-radius-bottomleft:1em;-webkit-border-bottom-left-radius:1em;border-bottom-left-radius:1em}.ui-btn-corner-all{-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em}.ui-corner-tl,.ui-corner-tr,.ui-corner-bl,.ui-corner-br,.ui-corner-top,.ui-corner-bottom,.ui-corner-right,.ui-corner-left,.ui-corner-all,.ui-btn-corner-tl,.ui-btn-corner-tr,.ui-btn-corner-bl,.ui-btn-corner-br,.ui-btn-corner-top,.ui-btn-corner-bottom,.ui-btn-corner-right,.ui-btn-corner-left,.ui-btn-corner-all{-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.ui-overlay{background:#666;opacity:.5;filter:Alpha(Opacity=50);position:absolute;width:100%;height:100%}.ui-overlay-shadow{-moz-box-shadow:0 0 12px rgba(0,0,0,.6);-webkit-box-shadow:0 0 12px rgba(0,0,0,.6);box-shadow:0 0 12px rgba(0,0,0,.6)}.ui-shadow{-moz-box-shadow:0 1px 4px rgba(0,0,0,.3);-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.ui-bar-a .ui-shadow,.ui-bar-b .ui-shadow,.ui-bar-c .ui-shadow{-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.ui-shadow-inset{-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);box-shadow:inset 0 1px 4px rgba(0,0,0,.2)}.ui-icon-shadow{-moz-box-shadow:0 1px 0 rgba(255,255,255,.4);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.4);box-shadow:0 1px 0 rgba(255,255,255,.4)}.ui-focus{-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe}.ui-mobile-nosupport-boxshadow *{-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui-mobile-nosupport-boxshadow .ui-focus{outline-width:2px}.ui-mobile,.ui-mobile body{height:100%}.ui-mobile fieldset,.ui-page{padding:0;margin:0}.ui-mobile a img,.ui-mobile fieldset{border:0}.ui-mobile-viewport{margin:0;overflow-x:visible;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}body.ui-mobile-viewport,div.ui-mobile-viewport{overflow-x:hidden}.ui-mobile [data-role=page],.ui-mobile [data-role=dialog],.ui-page{top:0;left:0;width:100%;min-height:100%;position:absolute;display:none;border:0}.ui-mobile .ui-page-active{display:block;overflow:visible}.ui-page{outline:0}@media screen and (orientation:portrait){.ui-mobile,.ui-mobile .ui-page{min-height:420px}}@media screen and (orientation:landscape){.ui-mobile,.ui-mobile .ui-page{min-height:300px}}.ui-page.ui-mobile-touch-overflow,.ui-mobile-touch-overflow.ui-native-fixed .ui-content{overflow:auto;height:100%;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;-ms-overflow-scrolling:touch;overflow-scrolling:touch}.ui-page.ui-mobile-touch-overflow,.ui-page.ui-mobile-touch-overflow *{-webkit-transform:rotateY(0)}.ui-page.ui-mobile-pre-transition{display:block}.ui-loading .ui-mobile-viewport{overflow:hidden!important}.ui-loading .ui-loader{display:block}.ui-loading .ui-page{overflow:hidden}.ui-loader{display:none;position:absolute;opacity:.85;z-index:100;left:50%;width:200px;margin-left:-130px;margin-top:-35px;padding:10px 30px}.ui-loader h1{font-size:15px;text-align:center}.ui-loader .ui-icon{position:static;display:block;opacity:.9;margin:0 auto;width:35px;height:35px;background-color:transparent}.ui-mobile-rendering>*{visibility:hidden}.ui-bar,.ui-body{position:relative;padding:.4em 15px;overflow:hidden;display:block;clear:both}.ui-bar{font-size:16px;margin:0}.ui-bar h1,.ui-bar h2,.ui-bar h3,.ui-bar h4,.ui-bar h5,.ui-bar h6{margin:0;padding:0;font-size:16px;display:inline-block}.ui-header,.ui-footer{display:block}.ui-page .ui-header,.ui-page .ui-footer{position:relative}.ui-header .ui-btn-left{position:absolute;left:10px;top:.4em}.ui-header .ui-btn-right{position:absolute;right:10px;top:.4em}.ui-header .ui-title,.ui-footer .ui-title{min-height:1.1em;text-align:center;font-size:16px;display:block;margin:.6em 90px .8em;padding:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0!important}.ui-footer .ui-title{margin:.6em 15px .8em}.ui-content{border-width:0;overflow:visible;overflow-x:hidden;padding:15px}.ui-page-fullscreen .ui-content{padding:0}.ui-mobile-touch-overflow.ui-page.ui-native-fixed,.ui-mobile-touch-overflow.ui-page.ui-native-fullscreen{overflow:visible}.ui-mobile-touch-overflow.ui-native-fixed .ui-header,.ui-mobile-touch-overflow.ui-native-fixed .ui-footer{position:fixed;left:0;right:0;top:0;z-index:200}.ui-mobile-touch-overflow.ui-page.ui-native-fixed .ui-footer{top:auto;bottom:0}.ui-mobile-touch-overflow.ui-native-fixed .ui-content{padding-top:2.5em;padding-bottom:3em;top:0;bottom:0;height:auto;position:absolute}.ui-mobile-touch-overflow.ui-native-fullscreen .ui-content{padding-top:0;padding-bottom:0}.ui-mobile-touch-overflow.ui-native-fullscreen .ui-header,.ui-mobile-touch-overflow.ui-native-fullscreen .ui-footer{opacity:.9}.ui-native-bars-hidden{display:none}.ui-icon{width:18px;height:18px}.ui-fullscreen img{max-width:100%}.ui-nojs{position:absolute;left:-9999px}.ui-hide-label label,.ui-hidden-accessible{position:absolute!important;left:-9999px;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.spin{-webkit-transform:rotate(360deg);-webkit-animation-name:spin;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.in,.out{-webkit-animation-timing-function:ease-in-out;-webkit-animation-duration:350ms}.slide.out{-webkit-transform:translateX(-100%);-webkit-animation-name:slideouttoleft}.slide.in{-webkit-transform:translateX(0);-webkit-animation-name:slideinfromright}.slide.out.reverse{-webkit-transform:translateX(100%);-webkit-animation-name:slideouttoright}.slide.in.reverse{-webkit-transform:translateX(0);-webkit-animation-name:slideinfromleft}.slideup.out{-webkit-animation-name:dontmove;z-index:0}.slideup.in{-webkit-transform:translateY(0);-webkit-animation-name:slideinfrombottom;z-index:10}.slideup.in.reverse{z-index:0;-webkit-animation-name:dontmove}.slideup.out.reverse{-webkit-transform:translateY(100%);z-index:10;-webkit-animation-name:slideouttobottom}.slidedown.out{-webkit-animation-name:dontmove;z-index:0}.slidedown.in{-webkit-transform:translateY(0);-webkit-animation-name:slideinfromtop;z-index:10}.slidedown.in.reverse{z-index:0;-webkit-animation-name:dontmove}.slidedown.out.reverse{-webkit-transform:translateY(-100%);z-index:10;-webkit-animation-name:slideouttotop}@-webkit-keyframes slideinfromright{from{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes slideinfromleft{from{-webkit-transform:translateX(-100%)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes slideouttoleft{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-100%)}}@-webkit-keyframes slideouttoright{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(100%)}}@-webkit-keyframes slideinfromtop{from{-webkit-transform:translateY(-100%)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes slideinfrombottom{from{-webkit-transform:translateY(100%)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes slideouttobottom{from{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(100%)}}@-webkit-keyframes slideouttotop{from{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(-100%)}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}.fade.out{z-index:0;-webkit-animation-name:fadeout}.fade.in{opacity:1;z-index:10;-webkit-animation-name:fadein}.viewport-flip{-webkit-perspective:1000;position:absolute}.ui-mobile-viewport-transitioning,.ui-mobile-viewport-transitioning .ui-page{width:100%;height:100%;overflow:hidden}.flip{-webkit-animation-duration:.65s;-webkit-backface-visibility:hidden;-webkit-transform:translateX(0)}.flip.out{-webkit-transform:rotateY(-180deg) scale(.8);-webkit-animation-name:flipouttoleft}.flip.in{-webkit-transform:rotateY(0) scale(1);-webkit-animation-name:flipinfromleft}.flip.out.reverse{-webkit-transform:rotateY(180deg) scale(.8);-webkit-animation-name:flipouttoright}.flip.in.reverse{-webkit-transform:rotateY(0) scale(1);-webkit-animation-name:flipinfromright}@-webkit-keyframes flipinfromright{from{-webkit-transform:rotateY(-180deg) scale(.8)}to{-webkit-transform:rotateY(0) scale(1)}}@-webkit-keyframes flipinfromleft{from{-webkit-transform:rotateY(180deg) scale(.8)}to{-webkit-transform:rotateY(0) scale(1)}}@-webkit-keyframes flipouttoleft{from{-webkit-transform:rotateY(0) scale(1)}to{-webkit-transform:rotateY(-180deg) scale(.8)}}@-webkit-keyframes flipouttoright{from{-webkit-transform:rotateY(0) scale(1)}to{-webkit-transform:rotateY(180deg) scale(.8)}}@-webkit-keyframes dontmove{from{opacity:1}to{opacity:1}}.pop{-webkit-transform-origin:50% 50%}.pop.in{-webkit-transform:scale(1);opacity:1;-webkit-animation-name:popin;z-index:10}.pop.in.reverse{z-index:0;-webkit-animation-name:dontmove}.pop.out.reverse{-webkit-transform:scale(.2);opacity:0;-webkit-animation-name:popout;z-index:10}@-webkit-keyframes popin{from{-webkit-transform:scale(.2);opacity:0}to{-webkit-transform:scale(1);opacity:1}}@-webkit-keyframes popout{from{-webkit-transform:scale(1);opacity:1}to{-webkit-transform:scale(.2);opacity:0}}.ui-grid-a,.ui-grid-b,.ui-grid-c,.ui-grid-d{overflow:hidden}.ui-block-a,.ui-block-b,.ui-block-c,.ui-block-d,.ui-block-e{margin:0;padding:0;border:0;float:left;min-height:1px}.ui-grid-solo .ui-block-a{width:100%;float:none}.ui-grid-a .ui-block-a,.ui-grid-a .ui-block-b{width:50%}.ui-grid-a .ui-block-a{clear:left}.ui-grid-b .ui-block-a,.ui-grid-b .ui-block-b,.ui-grid-b .ui-block-c{width:33.333%}.ui-grid-b .ui-block-a{clear:left}.ui-grid-c .ui-block-a,.ui-grid-c .ui-block-b,.ui-grid-c .ui-block-c,.ui-grid-c .ui-block-d{width:25%}.ui-grid-c .ui-block-a{clear:left}.ui-grid-d .ui-block-a,.ui-grid-d .ui-block-b,.ui-grid-d .ui-block-c,.ui-grid-d .ui-block-d,.ui-grid-d .ui-block-e{width:20%}.ui-grid-d .ui-block-a{clear:left}.ui-header,.ui-footer,.ui-page-fullscreen .ui-header,.ui-page-fullscreen .ui-footer{position:absolute;overflow:hidden;width:100%;border-left-width:0;border-right-width:0}.ui-header-fixed,.ui-footer-fixed{z-index:1000;-webkit-transform:translateZ(0)}.ui-footer-duplicate,.ui-page-fullscreen .ui-fixed-inline{display:none}.ui-page-fullscreen .ui-header,.ui-page-fullscreen .ui-footer{opacity:.9}.ui-navbar{overflow:hidden}.ui-navbar ul,.ui-navbar-expanded ul{list-style:none;padding:0;margin:0;position:relative;display:block;border:0}.ui-navbar-collapsed ul{float:left;width:75%;margin-right:-2px}.ui-navbar-collapsed .ui-navbar-toggle{float:left;width:25%}.ui-navbar li.ui-navbar-truncate{position:absolute;left:-9999px;top:-9999px}.ui-navbar li .ui-btn,.ui-navbar .ui-navbar-toggle .ui-btn{display:block;font-size:12px;text-align:center;margin:0;border-right-width:0}.ui-navbar li .ui-btn{margin-right:-1px}.ui-navbar li .ui-btn:last-child{margin-right:0}.ui-header .ui-navbar li .ui-btn,.ui-header .ui-navbar .ui-navbar-toggle .ui-btn,.ui-footer .ui-navbar li .ui-btn,.ui-footer .ui-navbar .ui-navbar-toggle .ui-btn{border-top-width:0;border-bottom-width:0}.ui-navbar .ui-btn-inner{padding-left:2px;padding-right:2px}.ui-navbar-noicons li .ui-btn .ui-btn-inner,.ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner{padding-top:.8em;padding-bottom:.9em}.ui-navbar-expanded .ui-btn{margin:0;font-size:14px}.ui-navbar-expanded .ui-btn-inner{padding-left:5px;padding-right:5px}.ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner{padding:45px 5px 15px;text-align:center}.ui-navbar-expanded .ui-btn-icon-top .ui-icon{top:15px}.ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner{padding:15px 5px 45px;text-align:center}.ui-navbar-expanded .ui-btn-icon-bottom .ui-icon{bottom:15px}.ui-navbar-expanded li .ui-btn .ui-btn-inner{min-height:2.5em}.ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner{padding-top:1.8em;padding-bottom:1.9em}.ui-btn{display:block;text-align:center;cursor:pointer;position:relative;margin:.5em 5px;padding:0}.ui-header .ui-btn,.ui-footer .ui-btn,.ui-bar .ui-btn{display:inline-block;font-size:13px;margin:0}.ui-btn-inline{display:inline-block}.ui-btn-inner{padding:.6em 25px;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative;zoom:1}.ui-btn input,.ui-btn button{z-index:2}.ui-header .ui-btn-inner,.ui-footer .ui-btn-inner,.ui-bar .ui-btn-inner{padding:.4em 8px .5em}.ui-btn-icon-notext{width:24px;height:24px}.ui-btn-icon-notext .ui-btn-inner{padding:2px 1px 2px 3px}.ui-btn-text{position:relative;z-index:1}.ui-btn-icon-notext .ui-btn-text{position:absolute;left:-9999px}.ui-btn-icon-left .ui-btn-inner{padding-left:33px}.ui-header .ui-btn-icon-left .ui-btn-inner,.ui-footer .ui-btn-icon-left .ui-btn-inner,.ui-bar .ui-btn-icon-left .ui-btn-inner{padding-left:27px}.ui-btn-icon-right .ui-btn-inner{padding-right:33px}.ui-header .ui-btn-icon-right .ui-btn-inner,.ui-footer .ui-btn-icon-right .ui-btn-inner,.ui-bar .ui-btn-icon-right .ui-btn-inner{padding-right:27px}.ui-btn-icon-top .ui-btn-inner{padding-top:33px}.ui-header .ui-btn-icon-top .ui-btn-inner,.ui-footer .ui-btn-icon-top .ui-btn-inner,.ui-bar .ui-btn-icon-top .ui-btn-inner{padding-top:27px}.ui-btn-icon-bottom .ui-btn-inner{padding-bottom:33px}.ui-header .ui-btn-icon-bottom .ui-btn-inner,.ui-footer .ui-btn-icon-bottom .ui-btn-inner,.ui-bar .ui-btn-icon-bottom .ui-btn-inner{padding-bottom:27px}.ui-btn-icon-notext .ui-icon{display:block;z-index:0}.ui-btn-icon-left .ui-icon,.ui-btn-icon-right .ui-icon{position:absolute;top:50%;margin-top:-9px}.ui-btn-icon-top .ui-icon,.ui-btn-icon-bottom .ui-icon{position:absolute;left:50%;margin-left:-9px}.ui-btn-icon-left .ui-icon{left:10px}.ui-btn-icon-right .ui-icon{right:10px}.ui-btn-icon-top .ui-icon{top:10px}.ui-btn-icon-bottom .ui-icon{bottom:10px}.ui-header .ui-btn-icon-left .ui-icon,.ui-footer .ui-btn-icon-left .ui-icon,.ui-bar .ui-btn-icon-left .ui-icon{left:4px}.ui-header .ui-btn-icon-right .ui-icon,.ui-footer .ui-btn-icon-right .ui-icon,.ui-bar .ui-btn-icon-right .ui-icon{right:4px}.ui-header .ui-btn-icon-top .ui-icon,.ui-footer .ui-btn-icon-top .ui-icon,.ui-bar .ui-btn-icon-top .ui-icon{top:4px}.ui-header .ui-btn-icon-bottom .ui-icon,.ui-footer .ui-btn-icon-bottom .ui-icon,.ui-bar .ui-btn-icon-bottom .ui-icon{bottom:4px}.ui-btn-hidden{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-appearance:button;opacity:.1;cursor:pointer;background:#fff;background:rgba(255,255,255,0);filter:Alpha(Opacity=.0001);font-size:1px;border:0;line-height:999px}.ui-collapsible{margin:.5em 0}.ui-collapsible-heading{font-size:16px;display:block;margin:0 -8px;padding:0;border-width:0 0 1px 0;position:relative}.ui-collapsible-heading a{text-align:left;margin:0}.ui-collapsible-heading a .ui-btn-inner{padding-left:40px}.ui-collapsible-heading a span.ui-btn{position:absolute;left:6px;top:50%;margin:-12px 0 0 0;width:20px;height:20px;padding:1px 0 1px 2px;text-indent:-9999px}.ui-collapsible-heading a span.ui-btn .ui-btn-inner{padding:10px 0}.ui-collapsible-heading a span.ui-btn .ui-icon{left:0;margin-top:-10px}.ui-collapsible-heading-status{position:absolute;top:-9999px;left:0}.ui-collapsible-content{display:block;margin:0 -8px;padding:10px 16px;border-top:0;background-image:none;font-weight:normal}.ui-collapsible-content-collapsed{display:none}.ui-collapsible-set{margin:.5em 0}.ui-collapsible-set .ui-collapsible{margin:-1px 0 0}.ui-controlgroup,fieldset.ui-controlgroup{padding:0;margin:.5em 0 1em}.ui-bar .ui-controlgroup{margin:0 .3em}.ui-controlgroup-label{font-size:16px;line-height:1.4;font-weight:normal;margin:0 0 .3em}.ui-controlgroup-controls{display:block;width:100%}.ui-controlgroup li{list-style:none}.ui-controlgroup-vertical .ui-btn,.ui-controlgroup-vertical .ui-checkbox,.ui-controlgroup-vertical .ui-radio{margin:0;border-bottom-width:0}.ui-controlgroup-controls label.ui-select{position:absolute;left:-9999px}.ui-controlgroup-vertical .ui-controlgroup-last{border-bottom-width:1px}.ui-controlgroup-horizontal{padding:0}.ui-controlgroup-horizontal .ui-btn,.ui-controlgroup-horizontal .ui-select{display:inline-block;margin:0 -5px 0 0}.ui-controlgroup-horizontal .ui-checkbox,.ui-controlgroup-horizontal .ui-radio{float:left;margin:0 -1px 0 0}.ui-controlgroup-horizontal .ui-checkbox .ui-btn,.ui-controlgroup-horizontal .ui-radio .ui-btn,.ui-controlgroup-horizontal .ui-checkbox:last-child,.ui-controlgroup-horizontal .ui-radio:last-child{margin-right:0}.ui-controlgroup-horizontal .ui-controlgroup-last{margin-right:0}.ui-controlgroup .ui-checkbox label,.ui-controlgroup .ui-radio label{font-size:16px}@media all and (min-width:450px){.ui-field-contain .ui-controlgroup-label{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain .ui-controlgroup-controls{width:60%;display:inline-block}.ui-field-contain .ui-controlgroup .ui-select{width:100%}.ui-field-contain .ui-controlgroup-horizontal .ui-select{width:auto}}.ui-dialog{min-height:480px}.ui-dialog .ui-header,.ui-dialog .ui-content,.ui-dialog .ui-footer{max-width:500px;margin:10% auto 15px auto;width:85%;position:relative}.ui-dialog .ui-header,.ui-dialog .ui-footer{padding:0 15px;z-index:10}.ui-dialog .ui-content{padding:15px}.ui-dialog .ui-content,.ui-dialog .ui-footer{margin-top:-15px}.ui-checkbox,.ui-radio{position:relative;margin:.2em 0 .5em;z-index:1}.ui-checkbox .ui-btn,.ui-radio .ui-btn{margin:0;text-align:left;z-index:2}.ui-checkbox .ui-btn-inner,.ui-radio .ui-btn-inner{white-space:normal}.ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner{padding-left:45px}.ui-checkbox .ui-btn-icon-right .ui-btn-inner,.ui-radio .ui-btn-icon-right .ui-btn-inner{padding-right:45px}.ui-checkbox .ui-icon,.ui-radio .ui-icon{top:1.1em}.ui-checkbox .ui-btn-icon-left .ui-icon,.ui-radio .ui-btn-icon-left .ui-icon{left:15px}.ui-checkbox .ui-btn-icon-right .ui-icon,.ui-radio .ui-btn-icon-right .ui-icon{right:15px}.ui-checkbox input,.ui-radio input{position:absolute;left:20px;top:50%;width:10px;height:10px;margin:-5px 0 0 0;outline:0!important;z-index:1}.ui-field-contain{padding:1.5em 0;margin:0;border-bottom-width:1px;overflow:visible}.ui-field-contain:first-child{border-top-width:0}@media all and (min-width:450px){.ui-field-contain{border-width:0;padding:0;margin:1em 0}}.ui-select{display:block;position:relative}.ui-select select{position:absolute;left:-9999px;top:-9999px}.ui-select .ui-btn{overflow:hidden}.ui-select .ui-btn{opacity:1}.ui-select .ui-btn select{cursor:pointer;-webkit-appearance:button;left:0;top:0;width:100%;min-height:1.5em;min-height:100%;height:3em;max-height:100%;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);z-index:2}@-moz-document url-prefix(){.ui-select .ui-btn select{opacity:.0001}}.ui-select .ui-btn select.ui-select-nativeonly{opacity:1;text-indent:0}.ui-select .ui-btn-icon-right .ui-btn-inner{padding-right:45px}.ui-select .ui-btn-icon-right .ui-icon{right:15px}label.ui-select{font-size:16px;line-height:1.4;font-weight:normal;margin:0 0 .3em;display:block}.ui-select .ui-btn-text,.ui-selectmenu .ui-btn-text{display:block;min-height:1em;overflow:hidden}.ui-select .ui-btn-text{text-overflow:ellipsis}.ui-selectmenu{position:absolute;padding:0;z-index:1100!important;width:80%;max-width:350px;padding:6px}.ui-selectmenu .ui-listview{margin:0}.ui-selectmenu .ui-btn.ui-li-divider{cursor:default}.ui-selectmenu-hidden{top:-9999px;left:-9999px}.ui-selectmenu-screen{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.ui-screen-hidden,.ui-selectmenu-list .ui-li .ui-icon{display:none}.ui-selectmenu-list .ui-li .ui-icon{display:block}.ui-li.ui-selectmenu-placeholder{display:none}.ui-selectmenu .ui-header .ui-title{margin:.6em 46px .8em}@media all and (min-width:450px){.ui-field-contain label.ui-select{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain .ui-select{width:60%;display:inline-block}}.ui-selectmenu .ui-header h1:after{content:'.';visibility:hidden}label.ui-input-text{font-size:16px;line-height:1.4;display:block;font-weight:normal;margin:0 0 .3em}input.ui-input-text,textarea.ui-input-text{background-image:none;padding:.4em;line-height:1.4;font-size:16px;display:block;width:97%}input.ui-input-text{-webkit-appearance:none}textarea.ui-input-text{height:50px;-webkit-transition:height 200ms linear;-moz-transition:height 200ms linear;-o-transition:height 200ms linear;transition:height 200ms linear}.ui-input-search{padding:0 30px;background-image:none;position:relative}.ui-icon-searchfield:after{position:absolute;left:7px;top:50%;margin-top:-9px;content:"";width:18px;height:18px;opacity:.5}.ui-input-search input.ui-input-text{border:0;width:98%;padding:.4em 0;margin:0;display:block;background:transparent none;outline:0!important}.ui-input-search .ui-input-clear{position:absolute;right:0;top:50%;margin-top:-13px}.ui-input-search .ui-input-clear-hidden{display:none}@media all and (min-width:450px){.ui-field-contain label.ui-input-text{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain input.ui-input-text,.ui-field-contain textarea.ui-input-text,.ui-field-contain .ui-input-search{width:60%;display:inline-block}.ui-field-contain .ui-input-search{width:50%}.ui-hide-label input.ui-input-text,.ui-hide-label textarea.ui-input-text,.ui-hide-label .ui-input-search{padding:.4em;width:97%}.ui-input-search input.ui-input-text{width:98%}}.ui-listview{margin:0;counter-reset:listnumbering}.ui-content .ui-listview{margin:-15px}.ui-content .ui-listview-inset{margin:1em 0}.ui-listview,.ui-li{list-style:none;padding:0}.ui-li,.ui-li.ui-field-contain{display:block;margin:0;position:relative;overflow:visible;text-align:left;border-width:0;border-top-width:1px}.ui-li .ui-btn-text a.ui-link-inherit{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-li-divider,.ui-li-static{padding:.5em 15px;font-size:14px;font-weight:bold}.ui-li-divider{counter-reset:listnumbering}ol.ui-listview .ui-link-inherit:before,ol.ui-listview .ui-li-static:before,.ui-li-dec{font-size:.8em;display:inline-block;padding-right:.3em;font-weight:normal;counter-increment:listnumbering;content:counter(listnumbering) ". "}ol.ui-listview .ui-li-jsnumbering:before{content:""!important}.ui-listview-inset .ui-li{border-right-width:1px;border-left-width:1px}.ui-li:last-child,.ui-li.ui-field-contain:last-child{border-bottom-width:1px}.ui-li>.ui-btn-inner{display:block;position:relative;padding:0}.ui-li .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li{padding:.7em 15px .7em 15px;display:block}.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-thumb{min-height:60px;padding-left:100px}.ui-li-has-icon .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-icon{min-height:20px;padding-left:40px}.ui-li-has-count .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-count{padding-right:45px}.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-arrow{padding-right:30px}.ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-arrow.ui-li-has-count{padding-right:75px}.ui-li-has-count .ui-btn-text{padding-right:15px}.ui-li-heading{font-size:16px;font-weight:bold;display:block;margin:.6em 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-li-desc{font-size:12px;font-weight:normal;display:block;margin:-.5em 0 .6em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-li-thumb,.ui-listview .ui-li-icon{position:absolute;left:1px;top:0;max-height:80px;max-width:80px}.ui-listview .ui-li-icon{max-height:40px;max-width:40px;left:10px;top:.9em}.ui-li-thumb,.ui-listview .ui-li-icon,.ui-li-content{float:left;margin-right:10px}.ui-li-aside{float:right;width:50%;text-align:right;margin:.3em 0}@media all and (min-width:480px){.ui-li-aside{width:45%}}.ui-li-divider{cursor:default}.ui-li-has-alt .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-alt{padding-right:95px}.ui-li-has-count .ui-li-count{position:absolute;font-size:11px;font-weight:bold;padding:.2em .5em;top:50%;margin-top:-.9em;right:38px}.ui-li-divider .ui-li-count,.ui-li-static .ui-li-count{right:10px}.ui-li-has-alt .ui-li-count{right:55px}.ui-li-link-alt{position:absolute;width:40px;height:100%;border-width:0;border-left-width:1px;top:0;right:0;margin:0;padding:0;z-index:2}.ui-li-link-alt .ui-btn{overflow:hidden;position:absolute;right:8px;top:50%;margin:-11px 0 0 0;border-bottom-width:1px;z-index:-1}.ui-li-link-alt .ui-btn-inner{padding:0;height:100%;position:absolute;width:100%;top:0;left:0}.ui-li-link-alt .ui-btn .ui-icon{right:50%;margin-right:-9px}.ui-listview * .ui-btn-inner>.ui-btn>.ui-btn-inner{border-top:0}.ui-listview-filter{border-width:0;overflow:hidden;margin:-15px -15px 15px -15px}.ui-listview-filter .ui-input-search{margin:5px;width:auto;display:block}.ui-listview-filter-inset{margin:-15px -5px -15px -5px;background:transparent}.ui-li.ui-screen-hidden{display:none}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.ui-li .ui-btn-text{overflow:visible}}label.ui-slider{font-size:16px;line-height:1.4;font-weight:normal;margin:0 0 .3em;display:block}input.ui-slider-input,.ui-field-contain input.ui-slider-input{display:inline-block;width:50px}select.ui-slider-switch{display:none}div.ui-slider{position:relative;display:inline-block;overflow:visible;height:15px;padding:0;margin:0 2% 0 20px;top:4px;width:66%}div.ui-slider-switch{width:99.8%}a.ui-slider-handle{position:absolute;z-index:10;top:50%;width:28px;height:28px;margin-top:-15px;margin-left:-15px}a.ui-slider-handle .ui-btn-inner{padding-left:0;padding-right:0}@media all and (min-width:480px){.ui-field-contain label.ui-slider{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain div.ui-slider{width:43%}}div.ui-slider-switch{height:32px;overflow:hidden;margin-left:0}div.ui-slider-inneroffset{margin-left:50%;position:absolute;top:1px;height:100%;width:50%}a.ui-slider-handle-snapping{-webkit-transition:left 70ms linear}div.ui-slider-labelbg{position:absolute;top:0;margin:0;border-width:0}div.ui-slider-switch div.ui-slider-labelbg-a{width:60%;height:100%;left:0}div.ui-slider-switch div.ui-slider-labelbg-b{width:60%;height:100%;right:0}.ui-slider-switch-a div.ui-slider-labelbg-a,.ui-slider-switch-b div.ui-slider-labelbg-b{z-index:-1}.ui-slider-switch-a div.ui-slider-labelbg-b,.ui-slider-switch-b div.ui-slider-labelbg-a{z-index:0}div.ui-slider-switch a.ui-slider-handle{z-index:20;width:101%;height:32px;margin-top:-18px;margin-left:-101%}span.ui-slider-label{width:100%;position:absolute;height:32px;font-size:16px;text-align:center;line-height:2;background:0;border-color:transparent}span.ui-slider-label-a{left:-100%;margin-right:-1px}span.ui-slider-label-b{right:-100%;margin-left:-1px}
<?php <?php
header('Content-type: text/css');  
ob_start("compress"); header('Content-type: text/css');
function compress($buffer) { ob_start("compress");
   
  function compress($buffer) {
/* remove comments */ /* remove comments */
$buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer); $buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer);
/* remove tabs, spaces, newlines, etc. */ /* remove tabs, spaces, newlines, etc. */
$buffer = str_replace(array("\r\n", "\r", "\n", "\t", ' ', ' ', ' '), '', $buffer); $buffer = str_replace(array("\r\n", "\r", "\n", "\t", ' ', ' ', ' '), '', $buffer);
return $buffer; return $buffer;
} }
   
echo ' echo '
.ui-li-thumb, .ui-li-icon { position: relative; } .ui-li-thumb, .ui-li-icon { position: relative; }
   
.ui-navbar { .ui-navbar {
width: 100%; width: 100%;
} }
.ui-btn-inner { .ui-btn-inner {
white-space: normal !important; white-space: normal !important;
} }
.ui-li-heading { .ui-li-heading {
white-space: normal !important; white-space: normal !important;
} }
.ui-listview-filter { .ui-listview-filter {
margin: 0 !important; margin: 0 !important;
} }
.ui-icon-navigation { .ui-icon-navigation {
background-image: url(images/113-navigation.png); background-image: url(images/113-navigation.png);
background-position: 1px 0; background-position: 1px 0;
} }
.ui-icon-beaker { .ui-icon-beaker {
background-image: url(images/91-beaker-2.png); background-image: url(images/91-beaker-2.png);
background-position: 1px 0; background-position: 1px 0;
} }
#footer { #footer {
text-size: 0.75em; text-size: 0.75em;
text-align: center; text-align: center;
} }
body { body {
background-color: #F0F0F0; background-color: #F0F0F0;
} }
#jqm-homeheader { #jqm-homeheader {
text-align: center; text-align: center;
} }
.viaPoints { .viaPoints {
display: none; display: none;
text-size: 0.2em; text-size: 0.2em;
} }
.min-width-480px .viaPoints { .min-width-480px .viaPoints {
display: inline; display: inline;
} }
#extrainfo { #extrainfo {
visibility: hidden; visibility: hidden;
display: none; display: none;
} }
#servicewarning { #servicewarning {
padding: 1em; padding: 1em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
text-size: 0.2em; text-size: 0.2em;
background-color: #FF9; background-color: #FF9;
-moz-border-radius: 15px; -moz-border-radius: 15px;
border-radius: 15px; border-radius: 15px;
} }
   
   
#footer { #footer {
clear:both; clear:both;
text-align:center; text-align:center;
} }
// source http://webaim.org/techniques/skipnav/ // source http://webaim.org/techniques/skipnav/
#skip a, #skip a:hover, #skip a:visited #skip a, #skip a:hover, #skip a:visited
{ {
position:absolute; position:absolute;
left:0px; left:0px;
top:-500px; top:-500px;
width:1px; width:1px;
height:1px; height:1px;
overflow:hidden; overflow:hidden;
} }
   
#skip a:active, #skip a:focus #skip a:active, #skip a:focus
{ {
position:static; position:static;
width:auto; width:auto;
height:auto; height:auto;
}'; }';
   
//if (false) //if (false)
echo ' echo '
// adaptive layout from jQuery Mobile docs site // adaptive layout from jQuery Mobile docs site
.type-interior .content-secondary { .type-interior .content-secondary {
border-right: 0; border-right: 0;
border-left: 0; border-left: 0;
margin: 10px -15px 0; margin: 10px -15px 0;
background: #fff; background: #fff;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
} }
.type-home .ui-content { .type-home .ui-content {
margin-top: 5px; margin-top: 5px;
} }
.type-interior .ui-content { .type-interior .ui-content {
padding-bottom: 0; padding-bottom: 0;
} }
.content-secondary .ui-collapsible-contain { .content-secondary .ui-collapsible-contain {
padding: 10px 15px; padding: 10px 15px;
   
} }
.content-secondary .ui-collapsible-heading { .content-secondary .ui-collapsible-heading {
margin: 0 0 30px; margin: 0 0 30px;
} }
.content-secondary .ui-collapsible-heading-collapsed, .content-secondary .ui-collapsible-heading-collapsed,
.content-secondary .ui-collapsible-content { .content-secondary .ui-collapsible-content {
padding:0; padding:0;
margin: 0; margin: 0;
} }
  /* hires ahoy */
@media all and (min-width: 650px){ @media all and (min-width: 650px){
   
.content-secondary { .content-secondary {
text-align: left; text-align: left;
float: left; float: left;
width: 45%; width: 45%;
background: none; background: none;
border-top: 0; border-top: 0;
} }
.content-secondary, .content-secondary,
.type-interior .content-secondary { .type-interior .content-secondary {
margin: 30px 0 20px 2%; margin: 30px 0 20px 2%;
padding: 20px 4% 0 0; padding: 20px 4% 0 0;
background: none; background: none;
} }
.type-index .content-secondary { .type-index .content-secondary {
padding: 0; padding: 0;
} }
.type-index .content-secondary .ui-listview { .type-index .content-secondary .ui-listview {
margin: 0; margin: 0;
} }
.content-primary { .content-primary {
width: 45%; width: 45%;
float: right; float: right;
margin-top: 30px; margin-top: 30px;
margin-right: 1%; margin-right: 1%;
padding-right: 1%; padding-right: 1%;
} }
.content-primary ul:first-child { .content-primary ul:first-child {
margin-top: 0; margin-top: 0;
} }
   
.type-interior .content-primary { .type-interior .content-primary {
padding: 1.5em 6% 3em 0; padding: 1.5em 6% 3em 0;
margin: 0; margin: 0;
} }
/* fix up the collapsibles - expanded on desktop */ /* fix up the collapsibles - expanded on desktop */
.content-secondary .ui-collapsible-heading { .content-secondary .ui-collapsible-heading {
display: none; display: none;
} }
.content-secondary .ui-collapsible-contain { .content-secondary .ui-collapsible-contain {
margin:0; margin:0;
} }
.content-secondary .ui-collapsible-content { .content-secondary .ui-collapsible-content {
display: block; display: block;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.type-interior .content-secondary .ui-li-divider { .type-interior .content-secondary .ui-li-divider {
padding-top: 1em; padding-top: 1em;
padding-bottom: 1em; padding-bottom: 1em;
} }
.type-interior .content-secondary { .type-interior .content-secondary {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
} }
@media all and (min-width: 750px){ @media all and (min-width: 750px){
.type-home .ui-content, .type-home .ui-content,
.type-interior .ui-content { .type-interior .ui-content {
background-position: 39%; background-position: 39%;
} }
.content-secondary { .content-secondary {
width: 34%; width: 34%;
} }
.content-primary { .content-primary {
width: 56%; width: 56%;
padding-right: 1%; padding-right: 1%;
} }
.type-interior .ui-content { .type-interior .ui-content {
background-position: 34%; background-position: 34%;
} }
} }
   
@media all and (min-width: 1200px){ @media all and (min-width: 1200px){
.type-home .ui-content{ .type-home .ui-content{
background-position: 38.5%; background-position: 38.5%;
} }
.type-interior .ui-content { .type-interior .ui-content {
background-position: 30%; background-position: 30%;
} }
.content-secondary { .content-secondary {
width: 30%; width: 30%;
padding-right:6%; padding-right:6%;
margin: 30px 0 20px 5%; margin: 30px 0 20px 5%;
} }
.type-interior .content-secondary { .type-interior .content-secondary {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.content-primary { .content-primary {
width: 50%; width: 50%;
margin-right: 5%; margin-right: 5%;
padding-right: 3%; padding-right: 3%;
} }
.type-interior .content-primary { .type-interior .content-primary {
width: 60%; width: 60%;
} }
}'; }
ob_end_flush(); ';
  ob_end_flush();
?> ?>
   
<?php <?php
include ("include/common.inc.php"); include ("include/common.inc.php");
  $GTFSREnabled = false;
include_header("Feedback", "feedback"); include_header("Feedback", "feedback");
function sendEmail($topic, $message) function sendEmail($topic, $message)
{ {
$address = "maxious@lambdacomplex.org"; $address = "maxious@lambdacomplex.org";
if (file_exists("/tmp/aws.php")) { if (file_exists("/tmp/aws.php")) {
include_once ("lib/ses.php"); include_once ("lib/ses.php");
include_once ("/tmp/aws.php"); include_once ("/tmp/aws.php");
$con = new SimpleEmailService($accessKey, $secretKey); $con = new SimpleEmailService($accessKey, $secretKey);
//$con->verifyEmailAddress($address); //$con->verifyEmailAddress($address);
//$con->listVerifiedEmailAddresses(); //$con->listVerifiedEmailAddresses();
$m = new SimpleEmailServiceMessage(); $m = new SimpleEmailServiceMessage();
$m->addTo($address); $m->addTo($address);
$m->setFrom($address); $m->setFrom($address);
$m->setSubject($topic); $m->setSubject($topic);
$m->setMessageFromString($message); $m->setMessageFromString($message);
$con->sendEmail($m); $con->sendEmail($m);
} }
else { else {
// In case any of our lines are larger than 70 characters, we should use wordwrap() // In case any of our lines are larger than 70 characters, we should use wordwrap()
$message = wordwrap($message, 70); $message = wordwrap($message, 70);
// Send // Send
mail($address, $topic, $message); mail($address, $topic, $message);
} }
} }
if (isset($_REQUEST['feedback']) || isset($_REQUEST['newlocation'])){ if (isset($_REQUEST['feedback']) || isset($_REQUEST['newlocation'])){
sendEmail("bus.lambda feedback",print_r($_REQUEST,true)); sendEmail("bus.lambda feedback",print_r($_REQUEST,true));
echo "<h2 style='text-align: center;'>Thank you for your feedback!</h2>"; echo "<h2 style='text-align: center;'>Thank you for your feedback!</h2>";
} else { } else {
$stopid = ""; $stopid = "";
$stopcode = ""; $stopcode = "";
$urlparts = explode("?",$_SERVER["HTTP_REFERER"]); if (isset($_SERVER["HTTP_REFERER"])) $urlparts = explode("?",$_SERVER["HTTP_REFERER"]);
if (isset($urlparts[1])) { if (isset($urlparts[1])) {
$getparams = explode("&",$urlparts[1]); $getparams = explode("&",$urlparts[1]);
foreach ($getparams as $param) { foreach ($getparams as $param) {
$paramparts=explode("=",$param); $paramparts=explode("=",$param);
if ($paramparts[0] == "stopid") $stopid = $paramparts[1]; if ($paramparts[0] == "stopid") $stopid = $paramparts[1];
if ($paramparts[0] == "stopcode") $stopcode = $paramparts[1]; if ($paramparts[0] == "stopcode") $stopcode = $paramparts[1];
} }
} }
   
?> ?>
<h3>Add/Move/Delete a Bus Stop Location</h3> <h3>Add/Move/Delete a Bus Stop Location</h3>
<form action="feedback.php" method="post"> <form action="feedback.php" method="post">
StopID: <input type="text" name="stopid" value="<?php echo $stopid ?>"/><br> StopID: <input type="text" name="stopid" value="<?php echo $stopid ?>"/><br>
or StopCode: <input type="text" name="stopcode" value="<?php echo $stopcode ?>"/><br> or StopCode: <input type="text" name="stopcode" value="<?php echo $stopcode ?>"/><br>
<small> if you click on feedback from a stop page, these will get filled in automatically. else describe the location/street of the stop in one of these boxes </small><br> <small> if you click on feedback from a stop page, these will get filled in automatically. else describe the location/street of the stop in one of these boxes </small><br>
   
Suggested Stop Location (lat/long or words): <input type="text" name="newlocation"/><br> Suggested Stop Location (lat/long or words): <input type="text" name="newlocation"/><br>
<!--<small> if your device supports javascript, you can pick a location from the map above</small><br>--> <!--<small> if your device supports javascript, you can pick a location from the map above</small><br>-->
   
<input type="submit" value="Submit!"/> <input type="submit" value="Submit!"/>
</form> </form>
<h3>Bug Report/Feedback</h3> <h3>Bug Report/Feedback</h3>
Please leave feedback about bugs/errors or general suggestions about improvements that could be made to the way the data is presented! Please leave feedback about bugs/errors or general suggestions about improvements that could be made to the way the data is presented!
<form action="feedback.php" method="post"> <form action="feedback.php" method="post">
<textarea name="feedback"> <textarea name="feedback">
</textarea> </textarea>
<textarea name="extrainfo" id="extrainfo"> <textarea name="extrainfo" id="extrainfo">
<?php <?php
echo "Referrer URL: ".$_SERVER["HTTP_REFERER"]; echo "Referrer URL: ".($_SERVER["HTTP_REFERER"] ? $_SERVER["HTTP_REFERER"] : "");
echo "\nCurrent page URL: ".curPageURL(); echo "\nCurrent page URL: ".curPageURL();
echo "\nUser Agent: ".$_SERVER["HTTP_USER_AGENT"]; echo "\nUser Agent: ".$_SERVER["HTTP_USER_AGENT"];
echo "\nUser host/IP: ".$_SERVER["HTTP_X_FORWARDED_FOR"]." ".$_SERVER["REMOTE_ADDR"]; echo "\nUser host/IP: ".$_SERVER["HTTP_X_FORWARDED_FOR"]." ".$_SERVER["REMOTE_ADDR"];
echo "\nServer host/IP: ".php_uname("n"); echo "\nServer host/IP: ".php_uname("n");
echo "\nCurrent date/time: ". date("c"); echo "\nCurrent date/time: ". date("c");
echo "\nCurrent code revision: ".exec("git rev-parse --short HEAD"); echo "\nCurrent code revision: ".exec("git rev-parse --short HEAD");
echo "\nCurrent timetables version: ".date("c",@filemtime('cbrfeed.zip')); echo "\nCurrent timetables version: ".date("c",@filemtime('cbrfeed.zip'));
echo "\nDump of session: ".print_r($_SESSION,true); echo "\nDump of session: ".print_r($_SESSION,true);
?> ?>
</textarea> </textarea>
   
<input type="submit" value="Submit!"/> <input type="submit" value="Submit!"/>
</form> </form>
<?php <?php
} }
include_footer(); include_footer();
?> ?>
   
   
<?php <?php
header('Content-Type: application/vnd.google-earth.kml+xml'); header('Content-Type: application/vnd.google-earth.kml+xml');
include ('../include/common.inc.php'); include ('../include/common.inc.php');
echo '<?xml version="1.0" encoding="UTF-8"?> echo '<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"><Document>'; <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"><Document>';
echo ' echo '
<Style id="yellowLineGreenPoly"> <Style id="yellowLineGreenPoly">
<LineStyle> <LineStyle>
<color>7f00ff00</color> <color>7f00ff00</color>
<width>4</width> <width>4</width>
</LineStyle> </LineStyle>
<PolyStyle> <PolyStyle>
<color>7f00ffff</color> <color>7f00ffff</color>
</PolyStyle> </PolyStyle>
</Style>'; </Style>';
$route = getRoute($routeid); $route = getRoute($routeid);
echo "\n<Placemark>\n"; echo "\n<Placemark>\n";
$link = curPageURL()."/../trip.php?routeid=".htmlspecialchars ($route["route_id"]); $link = curPageURL()."/../trip.php?routeid=".htmlspecialchars ($route["route_id"]);
echo "<name>".$route['route_short_name']."</name>"; echo "<name>".$route['route_short_name']."</name>";
echo '<atom:link href="'.$link.'"/>'; echo '<atom:link href="'.$link.'"/>';
echo '<description><![CDATA[ <a href="'.$link.'">'.$route['route_short_name']." ".$route['route_long_name']."</a>]]> </description>"; echo '<description><![CDATA[ <a href="'.$link.'">'.$route['route_short_name']." ".$route['route_long_name']."</a>]]> </description>";
echo "<styleUrl>#yellowLineGreenPoly</styleUrl>"; echo "<styleUrl>#yellowLineGreenPoly</styleUrl>";
   
$trips = getRouteTrips($routeid); $trip = getRouteNextTrip($routeid);
echo getTripShape($trips[0]['trip_id']); echo getTripShape($trip['trip_id']);
   
echo "</Placemark>\n</Document></kml>\n"; echo "</Placemark>\n</Document></kml>\n";
?> ?>
   
   
<?php <?php
  include ('../include/common.inc.php');
header('Content-type: application/vnd.google-earth.kml+xml'); header('Content-type: application/vnd.google-earth.kml+xml');
//http://wiki.openstreetmap.org/wiki/OpenLayers_Dynamic_KML //http://wiki.openstreetmap.org/wiki/OpenLayers_Dynamic_KML
// Creates the KML/XML Document. // Creates the KML/XML Document.
$dom = new DOMDocument('1.0', 'UTF-8'); $dom = new DOMDocument('1.0', 'UTF-8');
// Creates the root KML element and appends it to the root document. // Creates the root KML element and appends it to the root document.
$node = $dom->createElementNS('http://earth.google.com/kml/2.1', 'kml'); $node = $dom->createElementNS('http://earth.google.com/kml/2.1', 'kml');
$parNode = $dom->appendChild($node); $parNode = $dom->appendChild($node);
// Creates a KML Document element and append it to the KML element. // Creates a KML Document element and append it to the KML element.
$dnode = $dom->createElement('Document'); $dnode = $dom->createElement('Document');
$docNode = $parNode->appendChild($dnode); $docNode = $parNode->appendChild($dnode);
if ($suburb != "") $result_stops = getStopsBySuburb($suburb); if ($suburb != "") $result_stops = getStopsBySuburb($suburb);
else $result_stops = getStops(); else $result_stops = getStops();
foreach ($result_stops as $stop) { foreach ($result_stops as $stop) {
$description = 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id'] . " <br>"; $description = 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id'] . " <br>";
// Creates a Placemark and append it to the Document. // Creates a Placemark and append it to the Document.
$node = $dom->createElement('Placemark'); $node = $dom->createElement('Placemark');
$placeNode = $docNode->appendChild($node); $placeNode = $docNode->appendChild($node);
// Creates an id attribute and assign it the value of id column. // Creates an id attribute and assign it the value of id column.
$placeNode->setAttribute('id', 'placemark' . $stop['stop_id']); $placeNode->setAttribute('id', 'placemark' . $stop['stop_id']);
// Create name, and description elements and assigns them the values of the name and address columns from the results. // Create name, and description elements and assigns them the values of the name and address columns from the results.
$nameNode = $dom->createElement('name', htmlentities($stop['stop_name'])); $nameNode = $dom->createElement('name', htmlentities($stop['stop_name']));
$descriptionNode = $dom->createElement('description', $description); $descriptionNode = $dom->createElement('description', $description);
$placeNode->appendChild($nameNode); $placeNode->appendChild($nameNode);
$placeNode->appendChild($descriptionNode); $placeNode->appendChild($descriptionNode);
// Creates a Point element. // Creates a Point element.
$pointNode = $dom->createElement('Point'); $pointNode = $dom->createElement('Point');
$placeNode->appendChild($pointNode); $placeNode->appendChild($pointNode);
// Creates a coordinates element and gives it the value of the lng and lat columns from the results. // Creates a coordinates element and gives it the value of the lng and lat columns from the results.
$coorStr = $stop['stop_lon'] . ',' . $stop['stop_lat']; $coorStr = $stop['stop_lon'] . ',' . $stop['stop_lat'];
$coorNode = $dom->createElement('coordinates', $coorStr); $coorNode = $dom->createElement('coordinates', $coorStr);
$pointNode->appendChild($coorNode); $pointNode->appendChild($coorNode);
} }
$kmlOutput = $dom->saveXML(); $kmlOutput = $dom->saveXML();
echo $kmlOutput; echo $kmlOutput;
?> ?>
   
<?php <?php
  require $basePath.'lib/openid.php';
  $openid = new LightOpenID($_SERVER['HTTP_HOST']);
   
  function login()
  {
  global $openid;
  if(!$openid->mode) {
  $openid->required = array('contact/email');
  $openid->identity = 'https://www.google.com/accounts/o8/id';
  header('Location: ' . $openid->authUrl());
  }
  }
   
/*  
* Copyright 2010,2011 Alexander Sadleir  
   
Licensed under the Apache License, Version 2.0 (the "License"); function auth()
you may not use this file except in compliance with the License.  
You may obtain a copy of the License at  
   
http://www.apache.org/licenses/LICENSE-2.0 {
  if ($_SESSION['authed'] == true) return true;
Unless required by applicable law or agreed to in writing, software global $openid;
distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. if($openid->mode) {
See the License for the specific language governing permissions and $attr = $openid->getAttributes();
limitations under the License. if ($attr["contact/email"] != "maxious@gmail.com") {
*/  
   
function getScheme() {  
$scheme = 'http';  
if (isset($_SERVER['HTTPS']) and $_SERVER['HTTPS'] == 'on') {  
$scheme .= 's';  
}  
return $scheme;  
}  
   
function getTrustRoot() {  
return sprintf("%s://%s:%s%s/", getScheme(), $_SERVER['SERVER_NAME'], $_SERVER['SERVER_PORT'], dirname($_SERVER['PHP_SELF']));  
}  
   
// Includes required files  
set_include_path(get_include_path() . PATH_SEPARATOR . $basePath . "lib/openid-php/");  
require_once "Auth/OpenID/Consumer.php";  
require_once "Auth/OpenID/FileStore.php";  
require_once "Auth/OpenID/AX.php";  
   
function login() {  
// Just tested this with/for Google, needs trying with others ...  
$oid_identifier = 'https://www.google.com/accounts/o8/id';  
// Create file storage area for OpenID data  
$store = new Auth_OpenID_FileStore('lib/openid-php/oid_store');  
// Create OpenID consumer  
$consumer = new Auth_OpenID_Consumer($store);  
// Create an authentication request to the OpenID provider  
$auth = $consumer->begin($oid_identifier);  
   
// Create attribute request object  
// See http://code.google.com/apis/accounts/docs/OpenID.html#Parameters for parameters  
// Usage: make($type_uri, $count=1, $required=false, $alias=null)  
$attribute[] = Auth_OpenID_AX_AttrInfo :: make('http://axschema.org/contact/email', 2, 1, 'email');  
$attribute[] = Auth_OpenID_AX_AttrInfo :: make('http://axschema.org/namePerson/first', 1, 1, 'firstname');  
$attribute[] = Auth_OpenID_AX_AttrInfo :: make('http://axschema.org/namePerson/last', 1, 1, 'lastname');  
   
// Create AX fetch request  
$ax = new Auth_OpenID_AX_FetchRequest;  
   
// Add attributes to AX fetch request  
foreach ($attribute as $attr) {  
$ax->add($attr);  
}  
   
// Add AX fetch request to authentication request  
$auth->addExtension($ax);  
$_SESSION['returnURL'] = curPageURL();  
// Redirect to OpenID provider for authentication  
$url = $auth->redirectURL(getTrustRoot(), $_SESSION['returnURL']);  
header('Location: ' . $url);  
}  
   
function auth() {  
if ($_SESSION['authed'] == true)  
return true;  
   
// Create file storage area for OpenID data  
$store = new Auth_OpenID_FileStore('lib/openid-php/oid_store');  
// Create OpenID consumer  
$consumer = new Auth_OpenID_Consumer($store);  
// Create an authentication request to the OpenID provider  
$response = $consumer->complete($_SESSION['returnURL']);  
   
if ($response->status == Auth_OpenID_SUCCESS) {  
// Get registration informations  
$ax = new Auth_OpenID_AX_FetchResponse();  
$obj = $ax->fromSuccessResponse($response);  
$email = $obj->data['http://axschema.org/contact/email'][0];  
var_dump($email);  
if ($email != "maxious@gmail.com") {  
die("Access Denied"); die("Access Denied");
  } else {
  $_SESSION['authed'] = true;
  }
} else { } else {
$_SESSION['authed'] = true;  
}  
} else {  
login(); login();
} }
} }
   
if ($_REQUEST['janrain_nonce'])  
auth();  
?> ?>
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
if (php_uname('n') == "actbus-www") { if (strstr(php_uname('n'),"actbus")) {
$conn = new PDO("pgsql:dbname=transitdata;user=transitdata;password=transitdata;host=bus-main.lambdacomplex.org"); $conn = new PDO("pgsql:dbname=transitdata;user=transitdata;password=transitdata;host=bus-main.lambdacomplex.org");
} else if (isDebugServer()) { } else if (isDebugServer()) {
$conn = new PDO("pgsql:dbname=transitdata;user=postgres;password=snmc;host=localhost"); $conn = new PDO("pgsql:dbname=transitdata;user=postgres;password=snmc;host=localhost");
} else { } else {
$conn = new PDO("pgsql:dbname=transitdata;user=transitdata;password=transitdata;host=localhost"); $conn = new PDO("pgsql:dbname=transitdata;user=transitdata;password=transitdata;host=localhost");
} }
if (!$conn) { if (!$conn) {
die("A database error occurred.\n"); die("A database error occurred.\n");
} }
   
function databaseError($errMsg) { function databaseError($errMsg) {
die($errMsg); if ($errMsg[1] != "") {
  die(print_r($errMsg,true));
  }
} }
   
include ('db/route-dao.inc.php'); include ('db/route-dao.inc.php');
include ('db/trip-dao.inc.php'); include ('db/trip-dao.inc.php');
include ('db/stop-dao.inc.php'); include ('db/stop-dao.inc.php');
include ('db/servicealert-dao.inc.php'); include ('db/servicealert-dao.inc.php');
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// SELECT array_to_string(array(SELECT REPLACE(name_2006, ',', '\,') as name FROM suburbs order by name), ',') // SELECT array_to_string(array(SELECT REPLACE(name_2006, ',', '\,') as name FROM suburbs order by name), ',')
$suburbs = explode(",", "Acton,Ainslie,Amaroo,Aranda,Banks,Barton,Belconnen,Bonner,Bonython,Braddon,Bruce,Calwell,Campbell,Chapman,Charnwood,Chifley,Chisholm,City,Conder,Cook,Curtin,Deakin,Dickson,Downer,Duffy,Dunlop,Evatt,Fadden,Farrer,Fisher,Florey,Flynn,Forrest,Franklin,Fraser,Fyshwick,Garran,Gilmore,Giralang,Gordon,Gowrie,Greenway,Griffith,Gungahlin,Hackett,Hall,Harrison,Hawker,Higgins,Holder,Holt,Hughes,Hume,Isaacs,Isabella Plains,Kaleen,Kambah,Kingston,Latham,Lawson,Lyneham,Lyons,Macarthur,Macgregor,Macquarie,Mawson,McKellar,Melba,Mitchell,Monash,Narrabundah,Ngunnawal,Nicholls,Oaks Estate,O'Connor,O'Malley,Oxley,Page,Palmerston,Parkes,Pearce,Phillip,Pialligo,Red Hill,Reid,Richardson,Rivett,Russell,Scullin,Spence,Stirling,Symonston,Tharwa,Theodore,Torrens,Turner,Wanniassa,Waramanga,Watson,Weetangera,Weston,Yarralumla"); $suburbs = explode(",", "Acton,Ainslie,Amaroo,Aranda,Banks,Barton,Belconnen,Bonner,Bonython,Braddon,Bruce,Calwell,Campbell,Chapman,Charnwood,Chifley,Chisholm,City,Conder,Cook,Curtin,Deakin,Dickson,Downer,Duffy,Dunlop,Evatt,Fadden,Farrer,Fisher,Florey,Flynn,Forrest,Franklin,Fraser,Fyshwick,Garran,Gilmore,Giralang,Gordon,Gowrie,Greenway,Griffith,Gungahlin,Hackett,Hall,Harrison,Hawker,Higgins,Holder,Holt,Hughes,Hume,Isaacs,Isabella Plains,Kaleen,Kambah,Kingston,Latham,Lawson,Lyneham,Lyons,Macarthur,Macgregor,Macquarie,Mawson,McKellar,Melba,Mitchell,Monash,Narrabundah,Ngunnawal,Nicholls,Oaks Estate,O'Connor,O'Malley,Oxley,Page,Palmerston,Parkes,Pearce,Phillip,Pialligo,Red Hill,Reid,Richardson,Rivett,Russell,Scullin,Spence,Stirling,Symonston,Tharwa,Theodore,Torrens,Turner,Wanniassa,Waramanga,Watson,Weetangera,Weston,Yarralumla");
   
function staticmap($mapPoints, $zoom = 0, $markerImage = "iconb", $collapsible = true, $twotone = false) { function staticmap($mapPoints, $collapsible = true, $twotone = false, $path = false, $numbered = false) {
global $basePath;  
$width = 300; $markers = "";
$height = 300; $height = 300;
$metersperpixel[9] = 305.492 * $width; $width = $height;
$metersperpixel[10] = 152.746 * $width; $index = 0;
$metersperpixel[11] = 76.373 * $width;  
$metersperpixel[12] = 38.187 * $width;  
$metersperpixel[13] = 19.093 * $width;  
$metersperpixel[14] = 9.547 * $width;  
$metersperpixel[15] = 4.773 * $width;  
//$metersperpixel[16] = 2.387 * $width;  
// $metersperpixel[17]=1.193*$width;  
$center = "";  
$markers = "";  
$mapwidthinmeters = 50;  
if (sizeof($mapPoints) < 1) if (sizeof($mapPoints) < 1)
return "map error"; return "map error";
if (sizeof($mapPoints) === 1) { if (sizeof($mapPoints) === 1) {
if ($zoom == 0) $markers = "markers={$mapPoints[0][0]},{$mapPoints[0][1]}";
$zoom = 14; } else {
$markers.= "{$mapPoints[0][0]},{$mapPoints[0][1]},$markerimage"; if (!$numbered) {
$center = "{$mapPoints[0][0]},{$mapPoints[0][1]}"; $markers = "markers=";
} }
else { if ($path) {
  $markers.= "markers={$mapPoints[0][0]},{$mapPoints[0][1]}&amp;path=";
  }
foreach ($mapPoints as $index => $mapPoint) { foreach ($mapPoints as $index => $mapPoint) {
if ($twotone && $index == 0) { if ($twotone && $index == 0) {
$markers.= $mapPoint[0] . "," . $mapPoint[1] . "," . "iconr" . ($index + 1); $markers = "markerd=color:red|".$mapPoint[0] . "," . $mapPoint[1]."&amp;markers=";
$center = "{$mapPoints[0][0]},{$mapPoints[0][1]}";  
} else { } else {
$markers.= $mapPoint[0] . "," . $mapPoint[1] . "," . $markerImage . ($index + 1); if ($numbered) {
} $label = ($index > 9 ? 9 : $index);
if ($index + 1 != sizeof($mapPoints)) $markers.= "markers=label:$label|" . $mapPoint[0] . "," . $mapPoint[1];
$markers.= "|"; if ($index + 1 != sizeof($mapPoints)) {
$dist = distance($mapPoints[0][0], $mapPoint[0][1], $mapPoint[0], $mapPoint[1]); $markers.= "&amp;";
$mapwidthinmeters = ($dist > $mapwidthinmeters ? $dist : $mapwidthinmeters); }
$totalLat+= $mapPoint[0]; } else {
$totalLon+= $mapPoint[1]; $markers.= $mapPoint[0] . "," . $mapPoint[1];
} if ($index + 1 != sizeof($mapPoints)) {
if ($zoom == 0) { $markers.= "|";
$mapwidthinmeters = distance($minlat, $minlon, $minlat, $maxlon); }
foreach (array_reverse($metersperpixel, true) as $zoomLevel => $maxdistance) { }
if ($zoom == 0 && $mapwidthinmeters * 1.5 < ($maxdistance)) $index++;
$zoom = $zoomLevel;  
} }
} }
$center = $totalLat / sizeof($mapPoints) . "," . $totalLon / sizeof($mapPoints);  
} }
$output = ""; $output = "";
if ($collapsible) if ($collapsible)
$output.= '<div class="map" data-role="collapsible" data-collapsed="true"><h3>Open Map...</h3>'; $output.= '<div class="map" data-role="collapsible" data-collapsed="true"><h3>Open Map...</h3>';
$output.= '<img class="map" src="' . curPageURL() . '/' . $basePath . '/lib/staticmaplite/staticmap.php?center=' . $center . '&amp;zoom=' . $zoom . '&amp;size=' . $width . 'x' . $height . '&amp;markers=' . $markers . '" width=' . $width . ' height=' . $height . '>'; if (isIOSDevice()) $output.= '<img class="hiresmap" src="http://maps.googleapis.com/maps/api/staticmap?size=' . $width . 'x' . $height . '&amp;' . $markers . '&amp;scale=2&amp;sensor=true" width=' . $width . ' height=' . $height . '>';
  else $output.= '<img class="lowresmap" src="http://maps.googleapis.com/maps/api/staticmap?size=' . $width . 'x' . $height . '&amp;' . $markers . '&amp;scale=1&amp;format=jpg&amp;sensor=true" width=' . $width . ' height=' . $height . '>';
   
if ($collapsible) if ($collapsible)
$output.= '</div>'; $output.= '</div>';
return $output; return $output;
} }
   
function distance($lat1, $lng1, $lat2, $lng2, $roundLargeValues = false) { function distance($lat1, $lng1, $lat2, $lng2, $roundLargeValues = false) {
$pi80 = M_PI / 180; $pi80 = M_PI / 180;
$lat1*= $pi80; $lat1*= $pi80;
$lng1*= $pi80; $lng1*= $pi80;
$lat2*= $pi80; $lat2*= $pi80;
$lng2*= $pi80; $lng2*= $pi80;
$r = 6372.797; // mean radius of Earth in km $r = 6372.797; // mean radius of Earth in km
$dlat = $lat2 - $lat1; $dlat = $lat2 - $lat1;
$dlng = $lng2 - $lng1; $dlng = $lng2 - $lng1;
$a = sin($dlat / 2) * sin($dlat / 2) + cos($lat1) * cos($lat2) * sin($dlng / 2) * sin($dlng / 2); $a = sin($dlat / 2) * sin($dlat / 2) + cos($lat1) * cos($lat2) * sin($dlng / 2) * sin($dlng / 2);
$c = 2 * atan2(sqrt($a), sqrt(1 - $a)); $c = 2 * atan2(sqrt($a), sqrt(1 - $a));
$km = $r * $c; $km = $r * $c;
if ($roundLargeValues) { if ($roundLargeValues) {
if ($km < 1) if ($km < 1)
return floor($km * 1000); return floor($km * 1000);
else else
return round($km, 2) . "k"; return round($km, 2) . "k";
} }
else else
return floor($km * 1000); return floor($km * 1000);
} }
   
function decodePolylineToArray($encoded) { function decodePolylineToArray($encoded) {
// source: http://latlongeeks.com/forum/viewtopic.php?f=4&t=5 // source: http://latlongeeks.com/forum/viewtopic.php?f=4&t=5
$length = strlen($encoded); $length = strlen($encoded);
$index = 0; $index = 0;
$points = array(); $points = array();
$lat = 0; $lat = 0;
$lng = 0; $lng = 0;
while ($index < $length) { while ($index < $length) {
// Temporary variable to hold each ASCII byte. // Temporary variable to hold each ASCII byte.
$b = 0; $b = 0;
// The encoded polyline consists of a latitude value followed by a // The encoded polyline consists of a latitude value followed by a
// longitude value. They should always come in pairs. Read the // longitude value. They should always come in pairs. Read the
// latitude value first. // latitude value first.
$shift = 0; $shift = 0;
$result = 0; $result = 0;
do { do {
// The `ord(substr($encoded, $index++))` statement returns the ASCII // The `ord(substr($encoded, $index++))` statement returns the ASCII
// code for the character at $index. Subtract 63 to get the original // code for the character at $index. Subtract 63 to get the original
// value. (63 was added to ensure proper ASCII characters are displayed // value. (63 was added to ensure proper ASCII characters are displayed
// in the encoded polyline string, which is `human` readable) // in the encoded polyline string, which is `human` readable)
$b = ord(substr($encoded, $index++)) - 63; $b = ord(substr($encoded, $index++)) - 63;
// AND the bits of the byte with 0x1f to get the original 5-bit `chunk. // AND the bits of the byte with 0x1f to get the original 5-bit `chunk.
// Then left shift the bits by the required amount, which increases // Then left shift the bits by the required amount, which increases
// by 5 bits each time. // by 5 bits each time.
// OR the value into $results, which sums up the individual 5-bit chunks // OR the value into $results, which sums up the individual 5-bit chunks
// into the original value. Since the 5-bit chunks were reversed in // into the original value. Since the 5-bit chunks were reversed in
// order during encoding, reading them in this way ensures proper // order during encoding, reading them in this way ensures proper
// summation. // summation.
$result|= ($b & 0x1f) << $shift; $result|= ($b & 0x1f) << $shift;
$shift+= 5; $shift+= 5;
} }
// Continue while the read byte is >= 0x20 since the last `chunk` // Continue while the read byte is >= 0x20 since the last `chunk`
// was not OR'd with 0x20 during the conversion process. (Signals the end) // was not OR'd with 0x20 during the conversion process. (Signals the end)
while ($b >= 0x20); while ($b >= 0x20);
// Check if negative, and convert. (All negative values have the last bit // Check if negative, and convert. (All negative values have the last bit
// set) // set)
$dlat = (($result & 1) ? ~($result >> 1) : ($result >> 1)); $dlat = (($result & 1) ? ~($result >> 1) : ($result >> 1));
// Compute actual latitude since value is offset from previous value. // Compute actual latitude since value is offset from previous value.
$lat+= $dlat; $lat+= $dlat;
// The next values will correspond to the longitude for this point. // The next values will correspond to the longitude for this point.
$shift = 0; $shift = 0;
$result = 0; $result = 0;
do { do {
$b = ord(substr($encoded, $index++)) - 63; $b = ord(substr($encoded, $index++)) - 63;
$result|= ($b & 0x1f) << $shift; $result|= ($b & 0x1f) << $shift;
$shift+= 5; $shift+= 5;
} while ($b >= 0x20); } while ($b >= 0x20);
$dlng = (($result & 1) ? ~($result >> 1) : ($result >> 1)); $dlng = (($result & 1) ? ~($result >> 1) : ($result >> 1));
$lng+= $dlng; $lng+= $dlng;
// The actual latitude and longitude values were multiplied by // The actual latitude and longitude values were multiplied by
// 1e5 before encoding so that they could be converted to a 32-bit // 1e5 before encoding so that they could be converted to a 32-bit
// integer representation. (With a decimal accuracy of 5 places) // integer representation. (With a decimal accuracy of 5 places)
// Convert back to original values. // Convert back to original values.
$points[] = array( $points[] = array(
$lat * 1e-5, $lat * 1e-5,
$lng * 1e-5 $lng * 1e-5
); );
} }
return $points; return $points;
} }
   
function geocode($query, $giveOptions) { function geocode($query, $giveOptions) {
global $cloudmadeAPIkey; global $cloudmadeAPIkey;
$url = "http://geocoding.cloudmade.com/$cloudmadeAPIkey/geocoding/v2/find.js?query=" . urlencode($query) . "&bbox=-35.5,149.00,-35.15,149.1930&return_location=true&bbox_only=true"; $url = "http://geocoding.cloudmade.com/$cloudmadeAPIkey/geocoding/v2/find.js?query=" . urlencode($query) . "&bbox=-35.5,149.00,-35.15,149.1930&return_location=true&bbox_only=true";
$contents = json_decode(getPage($url)); $contents = json_decode(getPage($url));
if ($giveOptions) if ($giveOptions)
return $contents->features; return $contents->features;
elseif (isset($contents->features[0]->centroid)) elseif (isset($contents->features[0]->centroid))
return $contents->features[0]->centroid->coordinates[0] . "," . $contents->features[0]->centroid->coordinates[1]; return $contents->features[0]->centroid->coordinates[0] . "," . $contents->features[0]->centroid->coordinates[1];
else else
return ""; return "";
} }
   
function reverseGeocode($lat, $lng) { function reverseGeocode($lat, $lng) {
global $cloudmadeAPIkey; global $cloudmadeAPIkey;
$url = "http://geocoding.cloudmade.com/$cloudmadeAPIkey/geocoding/v2/find.js?around=" . $lat . "," . $lng . "&distance=closest&object_type=road"; $url = "http://geocoding.cloudmade.com/$cloudmadeAPIkey/geocoding/v2/find.js?around=" . $lat . "," . $lng . "&distance=closest&object_type=road";
$contents = json_decode(getPage($url)); $contents = json_decode(getPage($url));
return $contents->features[0]->properties->name; return $contents->features[0]->properties->name;
} }
   
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
if (isset($_REQUEST['firstLetter'])) { if (isset($_REQUEST['firstLetter'])) {
$firstLetter = filter_var($_REQUEST['firstLetter'], FILTER_SANITIZE_STRING); $firstLetter = filter_var($_REQUEST['firstLetter'], FILTER_SANITIZE_STRING);
} }
if (isset($_REQUEST['bysuburbs'])) { if (isset($_REQUEST['bysuburbs'])) {
$bysuburbs = true; $bysuburbs = true;
} }
if (isset($_REQUEST['bynumber'])) { if (isset($_REQUEST['bynumber'])) {
$bynumber = true; $bynumber = true;
} }
if (isset($_REQUEST['allstops'])) { if (isset($_REQUEST['allstops'])) {
$allstops = true; $allstops = true;
} }
if (isset($_REQUEST['nearby'])) { if (isset($_REQUEST['nearby'])) {
$nearby = true; $nearby = true;
} }
if (isset($_REQUEST['suburb'])) { if (isset($_REQUEST['suburb'])) {
$suburb = $_REQUEST['suburb']; $suburb = $_REQUEST['suburb'];
} }
$pageKey = filter_var($_REQUEST['pageKey'], FILTER_SANITIZE_NUMBER_INT); if (isset($_REQUEST['pageKey'])) {
$lat = filter_var($_REQUEST['lat'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION); $pageKey = filter_var($_REQUEST['pageKey'], FILTER_SANITIZE_NUMBER_INT);
$lon = filter_var($_REQUEST['lon'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION); }
$max_distance = filter_var($_REQUEST['radius'], FILTER_SANITIZE_NUMBER_INT); if (isset($_REQUEST['lat'])) {
  $lat = filter_var($_REQUEST['lat'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION);
  }
  if (isset($_REQUEST['lon'])) {
  $lon = filter_var($_REQUEST['lon'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION);
  }
  if (isset($_REQUEST['radius'])) {
  $max_distance = filter_var($_REQUEST['radius'], FILTER_SANITIZE_NUMBER_INT);
  }
if (isset($_REQUEST['numberSeries'])) { if (isset($_REQUEST['numberSeries'])) {
$numberSeries = filter_var($_REQUEST['numberSeries'], FILTER_SANITIZE_NUMBER_INT); $numberSeries = filter_var($_REQUEST['numberSeries'], FILTER_SANITIZE_NUMBER_INT);
} }
if (isset($_REQUEST['routeDestination'])) { if (isset($_REQUEST['routeDestination'])) {
$routeDestination = urldecode(filter_var($_REQUEST['routeDestination'], FILTER_SANITIZE_ENCODED)); $routeDestination = urldecode(filter_var($_REQUEST['routeDestination'], FILTER_SANITIZE_ENCODED));
} }
if (isset($_REQUEST['stopcode'])) { if (isset($_REQUEST['stopcode'])) {
$stopcode = filter_var($_REQUEST['stopcode'], FILTER_SANITIZE_STRING); $stopcode = filter_var($_REQUEST['stopcode'], FILTER_SANITIZE_STRING);
} }
if (isset($_REQUEST['stopids'])) { if (isset($_REQUEST['stopids'])) {
$stopids = explode(",", filter_var($_REQUEST['stopids'], FILTER_SANITIZE_STRING)); $stopids = explode(",", filter_var($_REQUEST['stopids'], FILTER_SANITIZE_STRING));
} }
  if (isset($_REQUEST['routeids'])) {
  $routeids = explode(",", filter_var($_REQUEST['routeids'], FILTER_SANITIZE_STRING));
  }
if (isset($_REQUEST['tripid'])) { if (isset($_REQUEST['tripid'])) {
$tripid = filter_var($_REQUEST['tripid'], FILTER_SANITIZE_NUMBER_INT); $tripid = filter_var($_REQUEST['tripid'], FILTER_SANITIZE_STRING);
} }
if (isset($_REQUEST['stopid'])) { if (isset($_REQUEST['stopid'])) {
$stopid = filter_var($_REQUEST['stopid'], FILTER_SANITIZE_NUMBER_INT); $stopid = filter_var($_REQUEST['stopid'], FILTER_SANITIZE_NUMBER_INT);
}  
if (isset($_REQUEST['routeid'])) {  
$routeid = filter_var($_REQUEST['routeid'], FILTER_SANITIZE_NUMBER_INT);  
} }
if (isset($_REQUEST['geolocate'])) { if (isset($_REQUEST['geolocate'])) {
$geolocate = filter_var($_REQUEST['geolocate'], FILTER_SANITIZE_URL); $geolocate = filter_var($_REQUEST['geolocate'], FILTER_SANITIZE_URL);
} }
?> ?>
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// you have to open the session to be able to modify or remove it // you have to open the session to be able to modify or remove it
session_start(); session_start();
if (isset($_REQUEST['service_period'])) {  
$_SESSION['service_period'] = filter_var($_REQUEST['service_period'], FILTER_SANITIZE_STRING);  
sessionUpdated();  
}  
if (isset($_REQUEST['time'])) {  
$_SESSION['time'] = filter_var($_REQUEST['time'], FILTER_SANITIZE_STRING);  
sessionUpdated();  
}  
if (isset($_REQUEST['geolocate']) && $_REQUEST['geolocate'] != "Enter co-ordinates or address here") { if (isset($_REQUEST['geolocate']) && $_REQUEST['geolocate'] != "Enter co-ordinates or address here") {
$geocoded = false; $geocoded = false;
if (isset($_REQUEST['lat']) && isset($_REQUEST['lon'])) { if (isset($_REQUEST['lat']) && isset($_REQUEST['lon'])) {
$_SESSION['lat'] = trim(filter_var($_REQUEST['lat'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION)); $_SESSION['lat'] = trim(filter_var($_REQUEST['lat'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION));
$_SESSION['lon'] = trim(filter_var($_REQUEST['lon'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION)); $_SESSION['lon'] = trim(filter_var($_REQUEST['lon'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION));
} else { } else {
if (startsWith($geolocate, "-")) { if (startsWith($geolocate, "-")) {
$locateparts = explode(",", $geolocate); $locateparts = explode(",", $geolocate);
$_SESSION['lat'] = $locateparts[0]; $_SESSION['lat'] = $locateparts[0];
$_SESSION['lon'] = $locateparts[1]; $_SESSION['lon'] = $locateparts[1];
} else if (strpos($geolocate, "(") !== false) { } else if (strpos($geolocate, "(") !== false) {
$geoParts = explode("(", $geolocate); $geoParts = explode("(", $geolocate);
$locateparts = explode(",", str_replace(")", "", $geoParts[1])); $locateparts = explode(",", str_replace(")", "", $geoParts[1]));
$_SESSION['lat'] = $locateparts[0]; $_SESSION['lat'] = $locateparts[0];
$_SESSION['lon'] = $locateparts[1]; $_SESSION['lon'] = $locateparts[1];
} else { } else {
$contents = geocode($geolocate, true); $contents = geocode($geolocate, true);
print_r($contents); print_r($contents);
if (isset($contents[0]->centroid)) { if (isset($contents[0]->centroid)) {
$geocoded = true; $geocoded = true;
$_SESSION['lat'] = $contents[0]->centroid->coordinates[0]; $_SESSION['lat'] = $contents[0]->centroid->coordinates[0];
$_SESSION['lon'] = $contents[0]->centroid->coordinates[1]; $_SESSION['lon'] = $contents[0]->centroid->coordinates[1];
} else { } else {
$_SESSION['lat'] = ""; $_SESSION['lat'] = "";
$_SESSION['lon'] = ""; $_SESSION['lon'] = "";
} }
} }
} }
sessionUpdated(); sessionUpdated();
} }
   
function sessionUpdated() { function sessionUpdated() {
$_SESSION['lastUpdated'] = time(); $_SESSION['lastUpdated'] = time();
} }
   
// timeoutSession // timeoutSession
$TIMEOUT_LIMIT = 60 * 5; // 5 minutes $TIMEOUT_LIMIT = 60 * 5; // 5 minutes
if (isset($_SESSION['lastUpdated']) && $_SESSION['lastUpdated'] + $TIMEOUT_LIMIT < time()) { if (isset($_SESSION['lastUpdated']) && $_SESSION['lastUpdated'] + $TIMEOUT_LIMIT < time()) {
debug("Session timeout " . ($_SESSION['lastUpdated'] + $TIMEOUT_LIMIT) . ">" . time(), "session"); debug("Session timeout " . ($_SESSION['lastUpdated'] + $TIMEOUT_LIMIT) . ">" . time(), "session");
session_destroy(); session_destroy();
session_start(); session_start();
} }
   
//debug(print_r($_SESSION, true) , "session"); //debug(print_r($_SESSION, true) , "session");
function current_time() { function current_time() {
return ($_SESSION['time'] ? $_SESSION['time'] : date("H:i:s")); return ($_REQUEST['time'] ? $_REQUEST['time'] : date("H:i:s"));
} }
   
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
   
// Copyright 2009 Google Inc. All Rights Reserved. // Copyright 2009 Google Inc. All Rights Reserved.
$GA_ACCOUNT = "MO-22173039-1"; $GA_ACCOUNT = "MO-22173039-1";
$GA_PIXEL = "/lib/ga.php"; $GA_PIXEL = "/lib/ga.php";
   
function googleAnalyticsGetImageUrl() { function googleAnalyticsGetImageUrl() {
global $GA_ACCOUNT, $GA_PIXEL; global $GA_ACCOUNT, $GA_PIXEL;
//if (stristr($_SERVER['HTTP_USER_AGENT'], 'Googlebot') return ""; //if (stristr($_SERVER['HTTP_USER_AGENT'], 'Googlebot') return "";
$url = ""; $url = "";
$url.= $GA_PIXEL . "?"; $url.= $GA_PIXEL . "?";
$url.= "utmac=" . $GA_ACCOUNT; $url.= "utmac=" . $GA_ACCOUNT;
$url.= "&utmn=" . rand(0, 0x7fffffff); $url.= "&utmn=" . rand(0, 0x7fffffff);
$referer = $_SERVER["HTTP_REFERER"]; $referer = (isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : "");
$query = $_SERVER["QUERY_STRING"]; $query = $_SERVER["QUERY_STRING"];
$path = $_SERVER["REQUEST_URI"]; $path = $_SERVER["REQUEST_URI"];
if (empty($referer)) { if (empty($referer)) {
$referer = "-"; $referer = "-";
} }
$url.= "&utmr=" . urlencode($referer); $url.= "&utmr=" . urlencode($referer);
if (!empty($path)) { if (!empty($path)) {
$url.= "&utmp=" . urlencode($path); $url.= "&utmp=" . urlencode($path);
} }
$url.= "&guid=ON"; $url.= "&guid=ON";
return str_replace("&", "&amp;", $url); return str_replace("&", "&amp;", $url);
} }
   
function include_header($pageTitle, $pageType, $opendiv = true, $geolocate = false, $datepicker = false) { function include_header($pageTitle, $pageType, $opendiv = true, $geolocate = false, $datepicker = false) {
global $basePath, $serviceAlertsEnabled; global $basePath, $GTFSREnabled;
echo ' echo '
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>' . $pageTitle . ' - Canberra Bus Timetable</title> <title>' . $pageTitle . ' - Canberra Bus Timetable</title>
<meta name="google-site-verification" content="-53T5Qn4TB_de1NyfR_ZZkEVdUNcNFSaYKSFkWKx-sY" /> <meta name="google-site-verification" content="-53T5Qn4TB_de1NyfR_ZZkEVdUNcNFSaYKSFkWKx-sY" />
<link rel="dns-prefetch" href="//code.jquery.com"> <link rel="dns-prefetch" href="//code.jquery.com">
<link rel="dns-prefetch" href="//ajax.googleapis.com"> <link rel="dns-prefetch" href="//ajax.googleapis.com">
<link rel="stylesheet" href="' . $basePath . 'css/jquery-ui-1.8.12.custom.css" />'; <link rel="stylesheet" href="' . $basePath . 'css/jquery-ui-1.8.12.custom.css" />';
  $jqmVersion = "1.0";
if (isDebugServer()) { if (isDebugServer()) {
$jqmcss = $basePath . 'css/jquery.mobile-1.0b3.css'; $jqmcss = $basePath . "css/jquery.mobile-$jqmVersion.css";
$jqjs = $basePath . 'js/jquery-1.6.2.min.js'; $jqjs = $basePath . "js/jquery-1.6.4.min.js";
$jqmjs = $basePath . 'js/jquery.mobile-1.0b3.js'; $jqmjs = $basePath . "js/jquery.mobile-$jqmVersion.js";
   
  $jqmcss = $basePath . "css/jquery.mobile-b90eab4935.css";
  $jqmjs = $basePath . "js/jquery.mobile-b90eab4935.js";
} else { } else {
$jqmcss = "//code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css"; $jqmcss = "//code.jquery.com/mobile/$jqmVersion/jquery.mobile-$jqmVersion.min.css";
$jqjs = "//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"; $jqjs = "//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js";
$jqmjs = "//code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.js"; $jqmjs = "//code.jquery.com/mobile/$jqmVersion/jquery.mobile-$jqmVersion.min.js";
   
} }
echo '<link rel="stylesheet" href="' . $jqmcss . '" /> echo '<link rel="stylesheet" href="' . $jqmcss . '" />
<script src="' . $jqjs . '"></script> <script src="' . $jqjs . '"></script>
<script>$(document).bind("mobileinit", function(){ <script>$(document).bind("mobileinit", function(){
$.mobile.ajaxEnabled = false; $.mobile.ajaxEnabled = false;
}); });
</script> </script>
<script src="' . $jqmjs . '"></script> <script src="' . $jqmjs . '"></script>
   
<script src="' . $basePath . 'js/jquery.ui.core.min.js"></script> <script src="' . $basePath . 'js/jquery.ui.core.min.js"></script>
<script src="' . $basePath . 'js/jquery.ui.position.min.js"></script> <script src="' . $basePath . 'js/jquery.ui.position.min.js"></script>
<script src="' . $basePath . 'js/jquery.ui.widget.min.js"></script> <script src="' . $basePath . 'js/jquery.ui.widget.min.js"></script>
<script src="' . $basePath . 'js/jquery.ui.autocomplete.min.js"></script> <script src="' . $basePath . 'js/jquery.ui.autocomplete.min.js"></script>
<script> <script>
$(function() { $(function() {
$( "#geolocate" ).autocomplete({ $( "#geolocate" ).autocomplete({
source: "lib/autocomplete.php", source: "lib/autocomplete.php",
minLength: 2 minLength: 2
}); });
$( "#from" ).autocomplete({ $( "#from" ).autocomplete({
source: "lib/autocomplete.php", source: "lib/autocomplete.php",
minLength: 2 minLength: 2
}); });
$( "#to" ).autocomplete({ $( "#to" ).autocomplete({
source: "lib/autocomplete.php", source: "lib/autocomplete.php",
minLength: 2 minLength: 2
}); });
}); });
</script>'; </script>';
echo '<style type="text/css">'; echo '<style type="text/css">';
if (strstr($_SERVER['HTTP_USER_AGENT'], 'Android')) if (strstr($_SERVER['HTTP_USER_AGENT'], 'Android'))
echo '.ui-shadow,.ui-btn-up-a,.ui-btn-hover-a,.ui-btn-down-a,.ui-body-b,.ui-btn-up-b,.ui-btn-hover-b, echo '.ui-shadow,.ui-btn-up-a,.ui-btn-hover-a,.ui-btn-down-a,.ui-body-b,.ui-btn-up-b,.ui-btn-hover-b,
.ui-btn-down-b,.ui-bar-c,.ui-body-c,.ui-btn-up-c,.ui-btn-hover-c,.ui-btn-down-c,.ui-bar-c,.ui-body-d, .ui-btn-down-b,.ui-bar-c,.ui-body-c,.ui-btn-up-c,.ui-btn-hover-c,.ui-btn-down-c,.ui-bar-c,.ui-body-d,
.ui-btn-up-d,.ui-btn-hover-d,.ui-btn-down-d,.ui-bar-d,.ui-body-e,.ui-btn-up-e,.ui-btn-hover-e, .ui-btn-up-d,.ui-btn-hover-d,.ui-btn-down-d,.ui-bar-d,.ui-body-e,.ui-btn-up-e,.ui-btn-hover-e,
.ui-btn-down-e,.ui-bar-e,.ui-overlay-shadow,.ui-shadow,.ui-btn-active,.ui-body-a,.ui-bar-a { .ui-btn-down-e,.ui-bar-e,.ui-overlay-shadow,.ui-shadow,.ui-btn-active,.ui-body-a,.ui-bar-a {
text-shadow: none; text-shadow: none;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
}'; }';
echo '</style>'; echo '</style>';
echo '<link rel="stylesheet" href="' . $basePath . 'css/local.css.php" />'; echo '<link rel="stylesheet" href="' . $basePath . 'css/local.css.php" />';
if (strstr($_SERVER['HTTP_USER_AGENT'], 'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'], 'iPod') || strstr($_SERVER['HTTP_USER_AGENT'], 'iPad')) { if (isIOSDevice()){
echo '<meta name="apple-mobile-web-app-capable" content="yes" /> echo '<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-startup-image" href="startup.png" /> <link rel="apple-touch-startup-image" href="startup.png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />'; <link rel="apple-touch-icon" href="apple-touch-icon.png" />';
} }
if ($geolocate) { if ($geolocate) {
echo "<script> echo "<script>
   
function success(position) { function success(position) {
$('#error').val('Location now detected. Please wait for data to load.'); $('#error').val('Location now detected. Please wait for data to load.');
$('#geolocate').val(position.coords.latitude+','+position.coords.longitude); $('#geolocate').val(position.coords.latitude+','+position.coords.longitude);
$.ajax({ async: false, $.ajax({ async: false,
success: function(){ success: function(){
location.reload(true); location.reload(true);
}, },
url: \"include/common.inc.php?geolocate=yes&lat=\"+position.coords.latitude+\"&lon=\"+position.coords.longitude }); url: \"include/common.inc.php?geolocate=yes&lat=\"+position.coords.latitude+\"&lon=\"+position.coords.longitude });
} }
function error(msg) { function error(msg) {
$('#error').val('Error: '+msg); $('#error').val('Error: '+msg);
} }
   
function geolocate() { function geolocate() {
if (navigator.geolocation) { if (navigator.geolocation) {
var options = { var options = {
enableHighAccuracy: true, enableHighAccuracy: true,
timeout: 60000, timeout: 60000,
maximumAge: 10000 maximumAge: 10000
} }
navigator.geolocation.getCurrentPosition(success, error, options); navigator.geolocation.getCurrentPosition(success, error, options);
} }
} }
$(document).ready(function() { $(document).ready(function() {
$('#here').click(function(event) { $('#geolocate').val(geolocate()); return false;}); $('#here').click(function(event) { $('#geolocate').val(geolocate()); return false;});
$('#here').show(); $('#here').show();
}); });
"; ";
if (!isset($_SESSION['lat']) || $_SESSION['lat'] == "") if (!isset($_SESSION['lat']) || $_SESSION['lat'] == "")
echo "geolocate();"; echo "geolocate();";
echo "</script> "; echo "</script> ";
} }
if (isAnalyticsOn()) if (isAnalyticsOn())
echo ' echo '
<script type="text/javascript">' . " <script type="text/javascript">' . "
   
var _gaq = _gaq || []; var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22173039-1']); _gaq.push(['_setAccount', 'UA-22173039-1']);
_gaq.push(['_trackPageview']); _gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']); _gaq.push(['_trackPageLoadTime']);
</script>"; </script>";
echo '</head> echo '</head>
<body> <body>
<div id="skip"> <div id="skip">
<a href="#maincontent">Skip to content</a> <a href="#maincontent">Skip to content</a>
</div> </div>
'; ';
if ($opendiv) { if ($opendiv) {
echo '<div data-role="page"> echo '<div data-role="page">
<div data-role="header" data-position="inline"> <div data-role="header" data-position="inline">
<a href="' . (isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : "javascript:history.go(-1)") . '" data-icon="arrow-l" data-rel="back" class="ui-btn-left">Back</a> <a href="' . (isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : "javascript:history.go(-1)") . '" data-icon="arrow-l" data-rel="back" class="ui-btn-left">Back</a>
<h1>' . $pageTitle . '</h1> <h1>' . $pageTitle . '</h1>
<a href="' . $basePath . '/index.php" data-icon="home" class="ui-btn-right">Home</a> <a href="' . $basePath . '/index.php" data-icon="home" class="ui-btn-right">Home</a>
</div><!-- /header --> </div><!-- /header -->
<a name="maincontent" id="maincontent"></a> <a name="maincontent" id="maincontent"></a>
<div data-role="content"> '; <div data-role="content"> ';
  if ($GTFSREnabled) {
$overrides = getServiceOverride(); $overrides = getServiceOverride();
if ($overrides['service_id']) { if ($overrides['service_id']) {
if ($overrides['service_id'] == "noservice") { if ($overrides['service_id'] == "noservice") {
echo '<div id="servicewarning">Buses are <strong>not running today</strong> due to industrial action/public holiday. See <a echo '<div id="servicewarning">Buses are <strong>not running today</strong> due to industrial action/public holiday. See <a
href="http://www.action.act.gov.au">http://www.action.act.gov.au</a> for details.</div>'; href="http://www.action.act.gov.au">http://www.action.act.gov.au</a> for details.</div>';
} else { } else {
echo '<div id="servicewarning">Buses are running on an altered timetable today due to industrial action/public holiday. See <a href="http://www.action.act.gov.au">http://www.action.act.gov.au</a> for details.</div>'; echo '<div id="servicewarning">Buses are running on an altered timetable today due to industrial action/public holiday. See <a href="http://www.action.act.gov.au">http://www.action.act.gov.au</a> for details.</div>';
} }
} }
if ($GTFSREnabled) {  
$serviceAlerts = getServiceAlertsAsArray("agency", "0"); $serviceAlerts = getServiceAlertsAsArray("agency", "0");
foreach ($serviceAlerts['entity'] as $entity) { if (isset($serviceAlerts['entity']) && sizeof($serviceAlerts['entity']) > 0) {
echo "<div id='servicewarning'>" . date("F j, g:i a", strtotime($entity['alert']['active_period'][0]['start'])) . " to " . date("F j, g:i a", strtotime($entity['alert']['active_period'][0]['end'])) . "{$entity['alert']['header_text']['translation'][0]['text']}<br>Warning: {$entity['alert']['description_text']['translation'][0]['text']} foreach ($serviceAlerts['entity'] as $entity) {
<br><a href='{$entity['alert']['url']['translation'][0]['text']}'>Source</a> </div>"; echo "<div id='servicewarning'>" . date("F j, g:i a", strtotime($entity['alert']['active_period'][0]['start'])) . " to " . date("F j, g:i a", strtotime($entity['alert']['active_period'][0]['end'])) . "{$entity['alert']['header_text']['translation'][0]['text']}<br>Warning: {$entity['alert']['description_text']['translation'][0]['text']}
  <br><a href='{$entity['alert']['url']['translation'][0]['text']}'>Source</a> </div>";
  }
} }
} }
} }
} }
   
function include_footer() { function include_footer() {
global $basePath; global $basePath;
echo '<div id="footer"><a href="' . $basePath . 'about.php">About/Contact Us</a>&nbsp;<a href="' . $basePath . 'feedback.php">Feedback/Bug Report</a>&nbsp;<a href="' . $basePath . 'privacy.php">Privacy Policy</a>'; echo '<div id="footer"><a href="' . $basePath . 'about.php">About/Contact Us</a>&nbsp;<a href="' . $basePath . 'feedback.php">Feedback/Bug Report</a>&nbsp;<a href="' . $basePath . 'privacy.php">Privacy Policy</a>';
echo '</div>'; echo '</div>';
if (isAnalyticsOn()) { if (isAnalyticsOn()) {
echo "<script> (function() { echo "<script> (function() {
var ga = document.createElement('script'); ga.type = var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true; 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s); s.parentNode.insertBefore(ga, s);
})();</script>"; })();</script>";
$googleAnalyticsImageUrl = googleAnalyticsGetImageUrl(); $googleAnalyticsImageUrl = googleAnalyticsGetImageUrl();
echo '<noscript><img src="' . $googleAnalyticsImageUrl . '" /></noscript>'; echo '<noscript><img src="' . $googleAnalyticsImageUrl . '" /></noscript>';
} }
echo "\n</div></div></body></html>"; echo "\n</div></div></body></html>";
} }
  function timeSettings() {
  global $service_periods;
  echo '<div id="settings" data-role="collapsible" data-collapsed="true">
  <h3>Change Time (' . (isset($_REQUEST['time']) ? $_REQUEST['time'] : "Current Time,") . ' ' . ucwords(service_period()) . ')...</h3>
  <form action="' . basename($_SERVER['PHP_SELF']) . '" method="GET">
  <input type="hidden" name="suburb" id="suburb" value="' . (isset($_REQUEST['suburb']) ? $_REQUEST['suburb'] : "") . '"/>
   
  <input type="hidden" name="stopid" id="stopid" value="' . (isset($_REQUEST['stopid']) ? $_REQUEST['stopid'] : "") . '"/>
  <input type="hidden" name="stopcode" id="stopcode" value="' . (isset($_REQUEST['stopcode']) ? $_REQUEST['stopcode'] : "") . '"/>
  <div class="ui-body">
  <div data-role="fieldcontain">
  <label for="time"> Time: </label>
  <input type="time" name="time" id="time" value="' . (isset($_REQUEST['time']) ? $_REQUEST['time'] : date("H:i")) . '"/>
  <a href="#" name="currentTime" id="currentTime" onClick="var d = new Date();' . "$('#time').val(d.getHours() +':'+ (d.getMinutes().toString().length == 1 ? '0'+ d.getMinutes(): d.getMinutes()));" . '">Current Time?</a>
  </div>
  <div data-role="fieldcontain">
  <label for="service_period"> Service Period: </label>
  <select name="service_period" id="service_period">';
  foreach ($service_periods as $service_period) {
  echo "<option value=\"$service_period\"" . (service_period() === $service_period ? " SELECTED" : "") . '>' . ucwords($service_period) . '</option>';
  }
  echo '</select>
  <a href="#" style="display:none" name="currentPeriod" id="currentPeriod">Current Period?</a>
  </div>
   
  <input type="submit" value="Update"/>
  </div></form>
  </div>';
  }
function placeSettings() { function placeSettings() {
global $service_periods;  
$geoerror = false; $geoerror = false;
$geoerror = !isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == ""; $geoerror = !isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == "";
   
echo '<div id="error">'; echo '<div id="error">';
if ($geoerror) { if ($geoerror) {
echo 'Sorry, but your location could not currently be detected. echo 'Sorry, but your location could not currently be detected.
Please allow location permission, wait for your location to be detected, Please allow location permission, wait for your location to be detected,
or enter an address/co-ordinates in the box below.'; or enter an address/co-ordinates in the box below.';
} }
echo '</div>'; echo '</div>';
echo '<div id="settings" data-role="collapsible" data-collapsed="' . !$geoerror . '"> echo '<div id="settings" data-role="collapsible" data-collapsed="' . !$geoerror . '">
<h3>Change Location...</h3> <h3>Change Location...</h3>
<form action="' . basename($_SERVER['PHP_SELF']) . "?" . $_SERVER['QUERY_STRING'] . '" method="post"> <form action="' . basename($_SERVER['PHP_SELF']) . "?" . $_SERVER['QUERY_STRING'] . '" method="post">
<div class="ui-body"> <div class="ui-body">
<div data-role="fieldcontain"> <div data-role="fieldcontain">
<label for="geolocate"> Current Location: </label> <label for="geolocate"> Current Location: </label>
<input type="text" id="geolocate" name="geolocate" value="' . (isset($_SESSION['lat']) && isset($_SESSION['lon']) ? $_SESSION['lat'] . "," . $_SESSION['lon'] : "Enter co-ordinates or address here") . '"/> <a href="#" style="display:none" name="here" id="here">Here?</a> <input type="text" id="geolocate" name="geolocate" value="' . (isset($_SESSION['lat']) && isset($_SESSION['lon']) ? $_SESSION['lat'] . "," . $_SESSION['lon'] : "Enter co-ordinates or address here") . '"/> <a href="#" style="display:none" name="here" id="here">Here?</a>
</div> </div>
<input type="submit" value="Update"/> <input type="submit" value="Update"/>
</div></form> </div></form>
</div>'; </div>';
} }
   
function trackEvent($category, $action, $label = "", $value = - 1) { function trackEvent($category, $action, $label = "", $value = - 1) {
if (isAnalyticsOn()) { if (isAnalyticsOn()) {
echo "\n<script> _gaq.push(['_trackEvent', '$category', '$action'" . ($label != "" ? ", '$label'" : "") . ($value != - 1 ? ", $value" : "") . "]);</script>"; echo "\n<script> _gaq.push(['_trackEvent', '$category', '$action'" . ($label != "" ? ", '$label'" : "") . ($value != - 1 ? ", $value" : "") . "]);</script>";
} }
} }
   
  //stop list collapsing
  function stopCompare($stopName) {
  return substr(trim(preg_replace("/\(Platform.*/", "", $stopName)),0,9);
  }
  function stopGroupTitle($stopName,$stopdesc) {
  if (preg_match("/Dr |Cct |Cir |Av |St |Cr |Parade |Way |Bank /",$stopName)) {
  $descParts = explode("<br>",$stopdesc);
  return trim(str_replace("Street: ","",$descParts[0]));
  } else {
  return trim(preg_replace("/\(Platform.*/", "",$stopName));
  }
  }
   
  function viaPointNames($tripid, $stop_sequence = "") {
  $viaPointNames = Array();
  foreach (viaPoints($tripid, $stop_sequence) as $point) {
  if (strstr($point['stop_name'], "Station")
  || strstr($point['stop_name'], "Shops")
  || strstr($point['stop_name'], "CIT")
  || strstr($point['stop_name'], "School")
  || strstr($point['stop_name'], "University")
  ) {
  $viaPointNames[] = $point['stop_name'];
  }
  }
  if (sizeof($viaPointNames) > 0) {
  return r_implode(", ", $viaPointNames);
  } else {
  return "";
  }
  }
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
$service_periods = Array( $service_periods = Array(
'sunday', 'sunday',
'saturday', 'saturday',
'weekday' 'weekday'
); );
  function service_period_day ($spid) {
  $idParts = explode("-",$spid);
  return strtolower($idParts[2]);
  }
function service_period($date = "") { function service_period($date = "") {
   
if (isset($_SESSION['service_period'])) if (isset($_REQUEST['service_period']))
return $_SESSION['service_period']; return $_REQUEST['service_period'];
$override = getServiceOverride($date); $override = getServiceOverride($date);
if ($override['service_id']) { if ($override['service_id']) {
return $override['service_id']; return service_period_day ($override['service_id']);
} }
   
switch (date('w', ($date != "" ? $date : time()))) { switch (date('w', ($date != "" ? $date : time()))) {
case 0: case 0:
return 'sunday'; return 'sunday';
case 6: case 6:
return 'saturday'; return 'saturday';
default: default:
return 'weekday'; return 'weekday';
} }
  }
  function service_ids($service_period) {
  switch ($service_period) {
  case 'sunday':
  return Array("2010-TUGGSUN-Sunday-20","2010-BELCSUN-Sunday-19");
  case 'saturday':
  return Array("2010-BELCSAT-Saturday-19","2010-TUGGSAT-Saturday-19");
  default:
  //return 'weekday';
  return Array("2010-BELCMAST-Weekday-15","2010-TUGGMAST-Weekday-14");
  }
  }
  function valid_service_ids() {
  return array_merge(service_ids(""),service_ids('saturday'),service_ids('sunday'));
} }
   
function midnight_seconds($time = "") { function midnight_seconds($time = "") {
// from http://www.perturb.org/display/Perlfunc__Seconds_Since_Midnight.html // from http://www.perturb.org/display/Perlfunc__Seconds_Since_Midnight.html
if ($time != "") { if ($time != "") {
return (date("G", $time) * 3600) + (date("i", $time) * 60) + date("s", $time); return (date("G", $time) * 3600) + (date("i", $time) * 60) + date("s", $time);
} }
if (isset($_SESSION['time'])) { if (isset($_SESSION['time'])) {
$time = strtotime($_SESSION['time']); $time = strtotime($_SESSION['time']);
return (date("G", $time) * 3600) + (date("i", $time) * 60) + date("s", $time); return (date("G", $time) * 3600) + (date("i", $time) * 60) + date("s", $time);
} }
return (date("G") * 3600) + (date("i") * 60) + date("s"); return (date("G") * 3600) + (date("i") * 60) + date("s");
} }
   
function midnight_seconds_to_time($seconds) { function midnight_seconds_to_time($seconds) {
if ($seconds > 0) { if ($seconds > 0) {
$midnight = mktime(0, 0, 0, date("n"), date("j"), date("Y")); $midnight = mktime(0, 0, 0, date("n"), date("j"), date("Y"));
return date("h:ia", $midnight + $seconds); return date("h:ia", $midnight + $seconds);
} else { } else {
return ""; return "";
} }
} }
   
if ($GTFSREnabled) { if ($GTFSREnabled) {
$serviceAlertCause = Array( $serviceAlertCause = Array(
"UNKNOWN_CAUSE" => "Unknown cause", "UNKNOWN_CAUSE" => "Unknown cause",
"OTHER_CAUSE" => "Other cause", "OTHER_CAUSE" => "Other cause",
"TECHNICAL_PROBLEM" => "Technical problem", "TECHNICAL_PROBLEM" => "Technical problem",
"STRIKE" => "Strike", "STRIKE" => "Strike",
"DEMONSTRATION" => "Demonstration", "DEMONSTRATION" => "Demonstration",
"ACCIDENT" => "Accident", "ACCIDENT" => "Accident",
"HOLIDAY" => "Holiday", "HOLIDAY" => "Holiday",
"WEATHER" => "Weather", "WEATHER" => "Weather",
"MAINTENANCE" => "Maintenance", "MAINTENANCE" => "Maintenance",
"CONSTRUCTION" => "Construction", "CONSTRUCTION" => "Construction",
"POLICE_ACTIVITY" => "Police activity", "POLICE_ACTIVITY" => "Police activity",
"MEDICAL_EMERGENCY" => "Medical emergency" "MEDICAL_EMERGENCY" => "Medical emergency"
); );
$serviceAlertEffect = Array( $serviceAlertEffect = Array(
"NO_SERVICE" => "No service", "NO_SERVICE" => "No service",
"REDUCED_SERVICE" => "Reduced service", "REDUCED_SERVICE" => "Reduced service",
"SIGNIFICANT_DELAYS" => "Significant delays", "SIGNIFICANT_DELAYS" => "Significant delays",
"DETOUR" => "Detour", "DETOUR" => "Detour",
"ADDITIONAL_SERVICE" => "Additional service", "ADDITIONAL_SERVICE" => "Additional service",
"MODIFIED_SERVICE" => "Modified service", "MODIFIED_SERVICE" => "Modified service",
"OTHER_EFFECT" => "Other effect", "OTHER_EFFECT" => "Other effect",
"UNKNOWN_EFFECT" => "Unknown effect", "UNKNOWN_EFFECT" => "Unknown effect",
"STOP_MOVED" => "Stop moved"); "STOP_MOVED" => "Stop moved");
   
set_include_path(get_include_path() . PATH_SEPARATOR . $labsPath . "lib/Protobuf-PHP/library/DrSlump/"); set_include_path(get_include_path() . PATH_SEPARATOR . ($basePath . "lib/Protobuf-PHP/library/DrSlump/"));
   
include_once("Protobuf.php"); include_once("Protobuf.php");
include_once("Protobuf/Message.php"); include_once("Protobuf/Message.php");
include_once("Protobuf/Registry.php"); include_once("Protobuf/Registry.php");
include_once("Protobuf/Descriptor.php"); include_once("Protobuf/Descriptor.php");
include_once("Protobuf/Field.php"); include_once("Protobuf/Field.php");
   
include_once($labsPath . "lib/Protobuf-PHP/gtfs-realtime.php"); include_once($basePath . "lib/Protobuf-PHP/gtfs-realtime.php");
include_once("Protobuf/CodecInterface.php"); include_once("Protobuf/CodecInterface.php");
include_once("Protobuf/Codec/PhpArray.php"); include_once("Protobuf/Codec/PhpArray.php");
include_once("Protobuf/Codec/Binary.php"); include_once("Protobuf/Codec/Binary.php");
include_once("Protobuf/Codec/Binary/Writer.php"); include_once("Protobuf/Codec/Binary/Writer.php");
include_once("Protobuf/Codec/Json.php"); include_once("Protobuf/Codec/Json.php");
   
function getServiceAlerts($filter_class = "", $filter_id = "") { function getServiceAlerts($filter_class = "", $filter_id = "") {
/* /*
   
also need last modified epoch of client gtfs also need last modified epoch of client gtfs
   
- add,remove,patch,inform (null) - add,remove,patch,inform (null)
- stop - stop
- trip - trip
- network - network
- classes (WHERE=) - classes (WHERE=)
- route (short_name or route_id) - route (short_name or route_id)
- street - street
- stop - stop
- trip - trip
Currently support: Currently support:
network inform network inform
trip patch: stop remove trip patch: stop remove
street inform: route inform, trip inform, stop inform street inform: route inform, trip inform, stop inform
route patch: trip remove route patch: trip remove
*/ */
$fm = new transit_realtime\FeedMessage(); $fm = new transit_realtime\FeedMessage();
$fh = new transit_realtime\FeedHeader(); $fh = new transit_realtime\FeedHeader();
$fh->setGtfsRealtimeVersion(1); $fh->setGtfsRealtimeVersion(1);
$fh->setTimestamp(time()); $fh->setTimestamp(time());
$fm->setHeader($fh); $fm->setHeader($fh);
foreach (getCurrentAlerts() as $alert) { foreach (getCurrentAlerts() as $alert) {
$fe = new transit_realtime\FeedEntity(); $fe = new transit_realtime\FeedEntity();
$fe->setId($alert['id']); $fe->setId($alert['id']);
$fe->setIsDeleted(false); $fe->setIsDeleted(false);
$alert = new transit_realtime\Alert(); $alert = new transit_realtime\Alert();
$tr = new transit_realtime\TimeRange(); $tr = new transit_realtime\TimeRange();
$tr->setStart($alert['start']); $tr->setStart($alert['start']);
$tr->setEnd($alert['end']); $tr->setEnd($alert['end']);
$alert->addActivePeriod($tr); $alert->addActivePeriod($tr);
$informedEntities = getInformedAlerts($alert['id'], $_REQUEST['filter_class'], $_REQUEST['filter_id']); $informedEntities = getInformedAlerts($alert['id'], $_REQUEST['filter_class'], $_REQUEST['filter_id']);
if (sizeof($informedEntities) > 0) { if (sizeof($informedEntities) > 0) {
$informed = Array(); $informed = Array();
$es = new transit_realtime\EntitySelector(); $es = new transit_realtime\EntitySelector();
if ($informedEntity['informed_class'] == "agency") { if ($informedEntity['informed_class'] == "agency") {
$es->setAgencyId($informedEntity['informed_id']); $es->setAgencyId($informedEntity['informed_id']);
} }
if ($informedEntity['informed_class'] == "stop") { if ($informedEntity['informed_class'] == "stop") {
$es->setStopId($informedEntity['informed_id']); $es->setStopId($informedEntity['informed_id']);
} }
if ($informedEntity['informed_class'] == "route") { if ($informedEntity['informed_class'] == "route") {
$es->setRouteId($informedEntity['informed_id']); $es->setRouteId($informedEntity['informed_id']);
} }
if ($informedEntity['informed_class'] == "trip") { if ($informedEntity['informed_class'] == "trip") {
$td = new transit_realtime\TripDescriptor(); $td = new transit_realtime\TripDescriptor();
$td->setTripId($informedEntity['informed_id']); $td->setTripId($informedEntity['informed_id']);
$es->setTrip($td); $es->setTrip($td);
} }
$alert->addInformedEntity($es); $alert->addInformedEntity($es);
} }
$alert->setCause(constant("transit_realtime\Alert\Cause::" . $alert['cause'])); $alert->setCause(constant("transit_realtime\Alert\Cause::" . $alert['cause']));
$alert->setEffect(constant("transit_realtime\Alert\Effect::" . $alert['effect'])); $alert->setEffect(constant("transit_realtime\Alert\Effect::" . $alert['effect']));
$tsUrl = new transit_realtime\TranslatedString(); $tsUrl = new transit_realtime\TranslatedString();
$tUrl = new transit_realtime\TranslatedString\Translation(); $tUrl = new transit_realtime\TranslatedString\Translation();
$tUrl->setText($alert['url']); $tUrl->setText($alert['url']);
$tUrl->setLanguage("en"); $tUrl->setLanguage("en");
$tsUrl->addTranslation($tUrl); $tsUrl->addTranslation($tUrl);
$alert->setUrl($tsUrl); $alert->setUrl($tsUrl);
$tsHeaderText = new transit_realtime\TranslatedString(); $tsHeaderText = new transit_realtime\TranslatedString();
$tHeaderText = new transit_realtime\TranslatedString\Translation(); $tHeaderText = new transit_realtime\TranslatedString\Translation();
$tHeaderText->setText($alert['header']); $tHeaderText->setText($alert['header']);
$tHeaderText->setLanguage("en"); $tHeaderText->setLanguage("en");
$tsHeaderText->addTranslation($tHeaderText); $tsHeaderText->addTranslation($tHeaderText);
$alert->setHeaderText($tsHeaderText); $alert->setHeaderText($tsHeaderText);
$tsDescriptionText = new transit_realtime\TranslatedString(); $tsDescriptionText = new transit_realtime\TranslatedString();
$tDescriptionText = new transit_realtime\TranslatedString\Translation(); $tDescriptionText = new transit_realtime\TranslatedString\Translation();
$tDescriptionText->setText($alert['description']); $tDescriptionText->setText($alert['description']);
$tDescriptionText->setLanguage("en"); $tDescriptionText->setLanguage("en");
$tsDescriptionText->addTranslation($tDescriptionText); $tsDescriptionText->addTranslation($tDescriptionText);
$alert->setDescriptionText($tsDescriptionText); $alert->setDescriptionText($tsDescriptionText);
$fe->setAlert($alert); $fe->setAlert($alert);
$fm->addEntity($fe); $fm->addEntity($fe);
} }
return $fm; return $fm;
} }
   
function getServiceAlertsAsArray($filter_class = "", $filter_id = "") { function getServiceAlertsAsArray($filter_class = "", $filter_id = "") {
$codec = new DrSlump\Protobuf\Codec\PhpArray(); $codec = new DrSlump\Protobuf\Codec\PhpArray();
return $codec->encode(getServiceAlerts($filter_class, $filter_id)); return $codec->encode(getServiceAlerts($filter_class, $filter_id));
} }
   
function getServiceAlertsAsBinary($filter_class = "", $filter_id = "") { function getServiceAlertsAsBinary($filter_class = "", $filter_id = "") {
$codec = new DrSlump\Protobuf\Codec\Binary(); $codec = new DrSlump\Protobuf\Codec\Binary();
return $codec->encode(getServiceAlerts($filter_class, $filter_id)); return $codec->encode(getServiceAlerts($filter_class, $filter_id));
} }
   
function getServiceAlertsAsJSON($filter_class = "", $filter_id = "") { function getServiceAlertsAsJSON($filter_class = "", $filter_id = "") {
$codec = new DrSlump\Protobuf\Codec\Json(); $codec = new DrSlump\Protobuf\Codec\Json();
return $codec->encode(getServiceAlerts($filter_class, $filter_id)); return $codec->encode(getServiceAlerts($filter_class, $filter_id));
} }
   
function getServiceAlertsByClass() { function getServiceAlertsByClass() {
$return = Array(); $return = Array();
$alerts = getServiceAlertsAsArray("", ""); $alerts = getServiceAlertsAsArray("", "");
foreach ($alerts['entities'] as $entity) { foreach ($alerts['entities'] as $entity) {
foreach ($entity['informed'] as $informed) { foreach ($entity['informed'] as $informed) {
foreach ($informed as $key => $value) { foreach ($informed as $key => $value) {
if (strpos("_id", $key) > 0) { if (strpos("_id", $key) > 0) {
$parts = explode($key); $parts = explode($key);
$class = $parts[0]; $class = $parts[0];
$id = $value; $id = $value;
} }
} }
$return[$class][$id][] = $entity; $return[$class][$id][] = $entity;
} }
} }
} }
   
function getTripUpdates($filter_class = "", $filter_id = "") { function getTripUpdates($filter_class = "", $filter_id = "") {
$fm = new transit_realtime\FeedMessage(); $fm = new transit_realtime\FeedMessage();
$fh = new transit_realtime\FeedHeader(); $fh = new transit_realtime\FeedHeader();
$fh->setGtfsRealtimeVersion(1); $fh->setGtfsRealtimeVersion(1);
$fh->setTimestamp(time()); $fh->setTimestamp(time());
$fm->setHeader($fh); $fm->setHeader($fh);
foreach (getCurrentAlerts() as $alert) { foreach (getCurrentAlerts() as $alert) {
$informedEntities = getInformedAlerts($alert['id'], $_REQUEST['filter_class'], $_REQUEST['filter_id']); $informedEntities = getInformedAlerts($alert['id'], $_REQUEST['filter_class'], $_REQUEST['filter_id']);
$stops = Array(); $stops = Array();
$routestrips = Array(); $routestrips = Array();
if (sizeof($informedEntities) > 0) { if (sizeof($informedEntities) > 0) {
if ($informedEntity['informed_class'] == "stop" && $informed["x-action"] == "remove") { if ($informedEntity['informed_class'] == "stop" && $informed["x-action"] == "remove") {
$stops[] = $informedEntity['informed_id']; $stops[] = $informedEntity['informed_id'];
} }
if (($informedEntity['informed_class'] == "route" || $informedEntity['informed_class'] == "trip") && $informed["x-action"] == "patch") { if (($informedEntity['informed_class'] == "route" || $informedEntity['informed_class'] == "trip") && $informed["x-action"] == "patch") {
$routestrips[] = Array("id" => $informedEntity['informed_id'], $routestrips[] = Array("id" => $informedEntity['informed_id'],
"type" => $informedEntity['informed_class']); "type" => $informedEntity['informed_class']);
} }
} }
foreach ($routestrips as $routetrip) { foreach ($routestrips as $routetrip) {
$fe = new transit_realtime\FeedEntity(); $fe = new transit_realtime\FeedEntity();
$fe->setId($alert['id'] . $routetrip['id']); $fe->setId($alert['id'] . $routetrip['id']);
$fe->setIsDeleted(false); $fe->setIsDeleted(false);
$tu = new transit_realtime\TripUpdate(); $tu = new transit_realtime\TripUpdate();
$td = new transit_realtime\TripDescriptor(); $td = new transit_realtime\TripDescriptor();
if ($routetrip['type'] == "route") { if ($routetrip['type'] == "route") {
$td->setRouteId($routetrip['id']); $td->setRouteId($routetrip['id']);
} else if ($routetrip['type'] == "trip") { } else if ($routetrip['type'] == "trip") {
$td->setTripId($routetrip['id']); $td->setTripId($routetrip['id']);
} }
$tu->setTrip($td); $tu->setTrip($td);
foreach ($stops as $stop) { foreach ($stops as $stop) {
$stu = new transit_realtime\TripUpdate\StopTimeUpdate(); $stu = new transit_realtime\TripUpdate\StopTimeUpdate();
$stu->setStopId($stop); $stu->setStopId($stop);
$stu->setScheduleRelationship(transit_realtime\TripUpdate\StopTimeUpdate\ScheduleRelationship::SKIPPED); $stu->setScheduleRelationship(transit_realtime\TripUpdate\StopTimeUpdate\ScheduleRelationship::SKIPPED);
$tu->addStopTimeUpdate($stu); $tu->addStopTimeUpdate($stu);
} }
$fe->setTripUpdate($tu); $fe->setTripUpdate($tu);
$fm->addEntity($fe); $fm->addEntity($fe);
} }
} }
return $fm; return $fm;
} }
   
function getTripUpdatesAsArray($filter_class = "", $filter_id = "") { function getTripUpdatesAsArray($filter_class = "", $filter_id = "") {
$codec = new DrSlump\Protobuf\Codec\PhpArray(); $codec = new DrSlump\Protobuf\Codec\PhpArray();
return $codec->encode(getTripUpdates($filter_class, $filter_id)); return $codec->encode(getTripUpdates($filter_class, $filter_id));
} }
   
function getTripUpdatesAsBinary($filter_class = "", $filter_id = "") { function getTripUpdatesAsBinary($filter_class = "", $filter_id = "") {
$codec = new DrSlump\Protobuf\Codec\Binary(); $codec = new DrSlump\Protobuf\Codec\Binary();
return $codec->encode(getTripUpdates($filter_class, $filter_id)); return $codec->encode(getTripUpdates($filter_class, $filter_id));
} }
   
function getTripUpdatesAsJSON($filter_class = "", $filter_id = "") { function getTripUpdatesAsJSON($filter_class = "", $filter_id = "") {
$codec = new DrSlump\Protobuf\Codec\Json(); $codec = new DrSlump\Protobuf\Codec\Json();
return $codec->encode(getTripUpdates($filter_class, $filter_id)); return $codec->encode(getTripUpdates($filter_class, $filter_id));
} }
   
} }
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
   
date_default_timezone_set('Australia/ACT'); date_default_timezone_set('Australia/ACT');
$debugOkay = Array( $debugOkay = Array(
"session", "session",
"json", "json",
"phperror", "phperror",
"awsotp", "awsotp",
//"squallotp", //"squallotp",
//"vanilleotp", //"vanilleotp",
"database", "database",
"other" "other"
); );
$GTFSREnabled = true; $GTFSREnabled = true;
$cloudmadeAPIkey = "daa03470bb8740298d4b10e3f03d63e6"; $cloudmadeAPIkey = "daa03470bb8740298d4b10e3f03d63e6";
$googleMapsAPIkey = "ABQIAAAA95XYXN0cki3Yj_Sb71CFvBTPaLd08ONybQDjcH_VdYtHHLgZvRTw2INzI_m17_IoOUqH3RNNmlTk1Q"; $googleMapsAPIkey = "ABQIAAAA95XYXN0cki3Yj_Sb71CFvBTPaLd08ONybQDjcH_VdYtHHLgZvRTw2INzI_m17_IoOUqH3RNNmlTk1Q";
$otpAPIurl = 'http://localhost:8080/opentripplanner-api-webapp/'; $otpAPIurl = 'http://localhost:8080/opentripplanner-api-webapp/';
if (isDebug("awsotp") || php_uname('n') == "maxious.xen.prgmr.com") { if (isDebug("awsotp") || php_uname('n') == "maxious.xen.prgmr.com" || strstr(php_uname('n'),"actbus")) {
$otpAPIurl = 'http://bus-main.lambdacomplex.org:8080/opentripplanner-api-webapp/'; $otpAPIurl = 'http://bus-main.lambdacomplex.org:8080/opentripplanner-api-webapp/';
} }
if (isDebug("dotcloudotp") || php_uname('n') == "actbus-www") { if (isDebug("dotcloudotp") || php_uname('n') == "actbus-www") {
$otpAPIurl = 'http://otp.actbus.dotcloud.com/opentripplanner-api-webapp/'; $otpAPIurl = 'http://otp.actbus.dotcloud.com/opentripplanner-api-webapp/';
} }
if (isDebug("squallotp")) { if (isDebug("squallotp")) {
$otpAPIurl = 'http://10.0.1.108:5080/opentripplanner-api-webapp/'; $otpAPIurl = 'http://10.0.1.108:5080/opentripplanner-api-webapp/';
} }
if (isDebug("vanilleotp")) { if (isDebug("vanilleotp")) {
$otpAPIurl = 'http://10.0.1.135:8080/opentripplanner-api-webapp/'; $otpAPIurl = 'http://10.0.1.135:8080/opentripplanner-api-webapp/';
} }
if (isDebug("phperror")) if (isDebug("phperror"))
error_reporting(E_ALL ^ E_NOTICE); error_reporting(E_ALL ^ E_NOTICE);
$basePath = ""; $basePath = "";
if (strstr($_SERVER['PHP_SELF'], "labs/") if (strstr($_SERVER['PHP_SELF'], "labs/")
|| strstr($_SERVER['PHP_SELF'], "myway/") || strstr($_SERVER['PHP_SELF'], "myway/")
  || strstr($_SERVER['PHP_SELF'], "lib/")
  || strstr($_SERVER['PHP_SELF'], "geo/")
  || strstr($_SERVER['PHP_SELF'], "include/")
|| strstr($_SERVER['PHP_SELF'], "servicealerts/")) || strstr($_SERVER['PHP_SELF'], "servicealerts/"))
$basePath = "../"; $basePath = "../";
   
function isDebugServer() { function isDebugServer() {
return php_sapi_name() == "cli" || isset($_SERVER['SERVER_NAME']) && ( $_SERVER['SERVER_NAME'] == "azusa" || $_SERVER['SERVER_NAME'] == "vanille"  
|| $_SERVER['SERVER_NAME'] == "localhost" || $_SERVER['SERVER_NAME'] == "127.0.0.1"); return php_sapi_name() == "cli" || strstr(php_uname('n'),"actbus") || isset($_SERVER['SERVER_NAME']) && ( $_SERVER['SERVER_NAME'] == "azusa" || $_SERVER['SERVER_NAME'] == "vanille"
  || $_SERVER['SERVER_NAME'] == "localhost" || $_SERVER['SERVER_NAME'] == "127.0.0.1" || $_SERVER['SERVER_NAME'] == "192.168.1.8");
} }
   
include_once ("common-geo.inc.php"); include_once ("common-geo.inc.php");
include_once ("common-net.inc.php"); include_once ("common-net.inc.php");
include_once ("common-transit.inc.php"); include_once ("common-transit.inc.php");
include_once ("common-db.inc.php"); if (!strstr($_SERVER['PHP_SELF'], "feedback")) {
  include_once ("common-db.inc.php");
  }
   
include_once ("common-request.inc.php"); include_once ("common-request.inc.php");
include_once ("common-session.inc.php"); include_once ("common-session.inc.php");
include_once ("common-auth.inc.php"); include_once ("common-auth.inc.php");
include_once ("common-template.inc.php"); include_once ("common-template.inc.php");
   
function isAnalyticsOn() { function isAnalyticsOn() {
$user_agent = $_SERVER['HTTP_USER_AGENT']; $user_agent = $_SERVER['HTTP_USER_AGENT'];
return!isDebugServer() && !preg_match('/cloudkick/i', $user_agent) && !preg_match('/googlebot/i', $user_agent) && return !isDebugServer() && !preg_match('/cloudkick/i', $user_agent) && !preg_match('/googlebot/i', $user_agent) &&
!preg_match('/baidu/i', $user_agent); !preg_match('/baidu/i', $user_agent);
} }
   
function isDebug($debugReason = "other") { function isDebug($debugReason = "other") {
global $debugOkay; global $debugOkay;
return in_array($debugReason, $debugOkay, false) && isDebugServer(); return in_array($debugReason, $debugOkay, false) && isDebugServer();
} }
   
function debug($msg, $debugReason = "other") { function debug($msg, $debugReason = "other") {
if (isDebug($debugReason)) if (isDebug($debugReason))
echo "\n<!-- " . date(DATE_RFC822) . "\n $msg -->\n"; echo "\n<!-- " . date(DATE_RFC822) . "\n $msg -->\n";
} }
  function isIOSDevice() {
  return strstr($_SERVER['HTTP_USER_AGENT'], 'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'], 'iPod') || strstr($_SERVER['HTTP_USER_AGENT'], 'iPad');
  }
function isJQueryMobileDevice() { function isJQueryMobileDevice() {
// http://forum.jquery.com/topic/what-is-the-best-way-to-detect-all-useragents-which-can-handle-jquery-mobile#14737000002087897 // http://forum.jquery.com/topic/what-is-the-best-way-to-detect-all-useragents-which-can-handle-jquery-mobile#14737000002087897
$user_agent = $_SERVER['HTTP_USER_AGENT']; $user_agent = $_SERVER['HTTP_USER_AGENT'];
return preg_match('/iphone/i', $user_agent) || preg_match('/android/i', $user_agent) || preg_match('/webos/i', $user_agent) || preg_match('/ios/i', $user_agent) || preg_match('/bada/i', $user_agent) || preg_match('/maemo/i', $user_agent) || preg_match('/meego/i', $user_agent) || preg_match('/fennec/i', $user_agent) || (preg_match('/symbian/i', $user_agent) && preg_match('/s60/i', $user_agent) && $browser['majorver'] >= 5) || (preg_match('/symbian/i', $user_agent) && preg_match('/platform/i', $user_agent) && $browser['majorver'] >= 3) || (preg_match('/blackberry/i', $user_agent) && $browser['majorver'] >= 5) || (preg_match('/opera mobile/i', $user_agent) && $browser['majorver'] >= 10) || (preg_match('/opera mini/i', $user_agent) && $browser['majorver'] >= 5); return preg_match('/iphone/i', $user_agent) || preg_match('/android/i', $user_agent) || preg_match('/webos/i', $user_agent) || preg_match('/ios/i', $user_agent) || preg_match('/bada/i', $user_agent) || preg_match('/maemo/i', $user_agent) || preg_match('/meego/i', $user_agent) || preg_match('/fennec/i', $user_agent) || (preg_match('/symbian/i', $user_agent) && preg_match('/s60/i', $user_agent) && $browser['majorver'] >= 5) || (preg_match('/symbian/i', $user_agent) && preg_match('/platform/i', $user_agent) && $browser['majorver'] >= 3) || (preg_match('/blackberry/i', $user_agent) && $browser['majorver'] >= 5) || (preg_match('/opera mobile/i', $user_agent) && $browser['majorver'] >= 10) || (preg_match('/opera mini/i', $user_agent) && $browser['majorver'] >= 5);
} }
   
function isFastDevice() {  
$ua = $_SERVER['HTTP_USER_AGENT'];  
$fastDevices = Array(  
"Mozilla/5.0 (X11;",  
"Mozilla/5.0 (Windows;",  
"Mozilla/5.0 (iP",  
"Mozilla/5.0 (Linux; U; Android",  
"Mozilla/4.0 (compatible; MSIE"  
);  
$slowDevices = Array(  
"J2ME",  
"MIDP",  
"Opera/",  
"Mozilla/2.0 (compatible;",  
"Mozilla/3.0 (compatible;"  
);  
return true;  
}  
   
function array_flatten($a, $f = array()) { function array_flatten($a, $f = array()) {
if (!$a || !is_array($a)) if (!$a || !is_array($a))
return ''; return '';
foreach ($a as $k => $v) { foreach ($a as $k => $v) {
if (is_array($v)) if (is_array($v))
$f = array_flatten($v, $f); $f = array_flatten($v, $f);
else else
$f[$k] = $v; $f[$k] = $v;
} }
return $f; return $f;
} }
   
function remove_spaces($string) { function remove_spaces($string) {
return str_replace(' ', '', $string); return str_replace(' ', '', $string);
} }
   
function object2array($object) { function object2array($object) {
if (is_object($object)) { if (is_object($object)) {
foreach ($object as $key => $value) { foreach ($object as $key => $value) {
$array[$key] = $value; $array[$key] = $value;
} }
} else { } else {
$array = $object; $array = $object;
} }
return $array; return $array;
} }
   
function startsWith($haystack, $needle, $case = true) { function startsWith($haystack, $needle, $case = true) {
if ($case) { if ($case) {
return (strcmp(substr($haystack, 0, strlen($needle)), $needle) === 0); return (strcmp(substr($haystack, 0, strlen($needle)), $needle) === 0);
} }
return (strcasecmp(substr($haystack, 0, strlen($needle)), $needle) === 0); return (strcasecmp(substr($haystack, 0, strlen($needle)), $needle) === 0);
} }
   
function endsWith($haystack, $needle, $case = true) { function endsWith($haystack, $needle, $case = true) {
if ($case) { if ($case) {
return (strcmp(substr($haystack, strlen($haystack) - strlen($needle)), $needle) === 0); return (strcmp(substr($haystack, strlen($haystack) - strlen($needle)), $needle) === 0);
} }
return (strcasecmp(substr($haystack, strlen($haystack) - strlen($needle)), $needle) === 0); return (strcasecmp(substr($haystack, strlen($haystack) - strlen($needle)), $needle) === 0);
}  
   
function bracketsMeanNewLine($input) {  
return str_replace(")", "</small>", str_replace("(", "<br><small>", $input));  
} }
   
function sksort(&$array, $subkey = "id", $sort_ascending = false) { function sksort(&$array, $subkey = "id", $sort_ascending = false) {
if (count($array)) if (count($array))
$temp_array[key($array)] = array_shift($array); $temp_array[key($array)] = array_shift($array);
foreach ($array as $key => $val) { foreach ($array as $key => $val) {
$offset = 0; $offset = 0;
$found = false; $found = false;
foreach ($temp_array as $tmp_key => $tmp_val) { foreach ($temp_array as $tmp_key => $tmp_val) {
if (!$found and strtolower($val[$subkey]) > strtolower($tmp_val[$subkey])) { if (!$found and strtolower($val[$subkey]) > strtolower($tmp_val[$subkey])) {
$temp_array = array_merge((array) array_slice($temp_array, 0, $offset), array( $temp_array = array_merge((array) array_slice($temp_array, 0, $offset), array(
$key => $val $key => $val
), array_slice($temp_array, $offset)); ), array_slice($temp_array, $offset));
$found = true; $found = true;
} }
$offset++; $offset++;
} }
if (!$found) if (!$found)
$temp_array = array_merge($temp_array, array( $temp_array = array_merge($temp_array, array(
$key => $val $key => $val
)); ));
} }
if ($sort_ascending) if ($sort_ascending)
$array = array_reverse($temp_array); $array = array_reverse($temp_array);
else else
$array = $temp_array; $array = $temp_array;
} }
   
function sktimesort(&$array, $subkey = "id", $sort_ascending = false) { function sktimesort(&$array, $subkey = "id", $sort_ascending = false) {
if (count($array)) if (count($array))
$temp_array[key($array)] = array_shift($array); $temp_array[key($array)] = array_shift($array);
foreach ($array as $key => $val) { foreach ($array as $key => $val) {
$offset = 0; $offset = 0;
$found = false; $found = false;
foreach ($temp_array as $tmp_key => $tmp_val) { foreach ($temp_array as $tmp_key => $tmp_val) {
if (!$found and strtotime($val[$subkey]) > strtotime($tmp_val[$subkey])) { if (!$found and strtotime($val[$subkey]) > strtotime($tmp_val[$subkey])) {
$temp_array = array_merge((array) array_slice($temp_array, 0, $offset), array( $temp_array = array_merge((array) array_slice($temp_array, 0, $offset), array(
$key => $val $key => $val
), array_slice($temp_array, $offset)); ), array_slice($temp_array, $offset));
$found = true; $found = true;
} }
$offset++; $offset++;
} }
if (!$found) if (!$found)
$temp_array = array_merge($temp_array, array( $temp_array = array_merge($temp_array, array(
$key => $val $key => $val
)); ));
} }
if ($sort_ascending && isset($temp_array)) if ($sort_ascending && isset($temp_array))
$array = array_reverse($temp_array); $array = array_reverse($temp_array);
else else
$array = $temp_array; $array = $temp_array;
} }
   
function r_implode($glue, $pieces) { function r_implode($glue, $pieces) {
foreach ($pieces as $r_pieces) { foreach ($pieces as $r_pieces) {
if (is_array($r_pieces)) { if (is_array($r_pieces)) {
$retVal[] = r_implode($glue, $r_pieces); $retVal[] = r_implode($glue, $r_pieces);
} else { } else {
$retVal[] = $r_pieces; $retVal[] = $r_pieces;
} }
} }
return implode($glue, $retVal); return implode($glue, $retVal);
} }
   
   
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
   
function getRoute($routeID) { function getRoute($routeID) {
global $conn; global $conn;
$query = "Select * from routes where route_id = :routeID LIMIT 1"; $query = "Select * from routes where route_id = :routeID LIMIT 1";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":routeID", $routeID); $query->bindParam(":routeID", $routeID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
   
  function getRoutesByShortName($routeShortName) {
  global $conn;
  $query = "Select distinct route_id, route_short_name from routes where route_short_name = :routeShortName";
  debug($query, "database");
  $query = $conn->prepare($query);
  $query->bindParam(":routeShortName", $routeShortName);
  $query->execute();
  if (!$query) {
  databaseError($conn->errorInfo());
  return Array();
  }
  return $query->fetchAll();
  }
   
  function getRouteHeadsigns($routeID) {
  global $conn;
  $query = "select stops.stop_name, trip_headsign, direction_id,max(service_id) as service_id, count(*)
  from routes join trips on trips.route_id = routes.route_id
  join stop_times on stop_times.trip_id = trips.trip_id join stops on
  stop_times.stop_id = stops.stop_id where trips.route_id = :routeID
  and stop_times.stop_sequence = 1 group by stops.stop_name, trip_headsign, direction_id having count(*) > 2";
  debug($query, "database");
  $query = $conn->prepare($query);
  $query->bindParam(":routeID", $routeID);
  $query->execute();
  if (!$query) {
  databaseError($conn->errorInfo());
  return Array();
  }
  return $query->fetchAll();
  }
  function getRouteDescription($routeID) {
  $trip = getRouteNextTrip($routeID);
  $start = getTripStartingPoint($trip['trip_id']);
  $end = getTripDestination($trip['trip_id']);
  return "From ".$start['stop_name']." to ".$end['stop_name'];
  }
function getRouteByFullName($routeFullName) { function getRouteByFullName($routeFullName) {
global $conn; global $conn;
$query = "Select * from routes where route_short_name||route_long_name = :routeFullName LIMIT 1"; $query = "Select * from routes where route_short_name||route_long_name = :routeFullName LIMIT 1";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":routeFullName", $routeFullName); $query->bindParam(":routeFullName", $routeFullName);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
   
function getRoutes() { function getRoutes() {
global $conn; global $conn;
$query = "Select * from routes order by route_short_name;"; $query = "Select * from routes order by route_short_name;";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getRoutesByNumber($routeNumber = "") { function getRoutesByNumber($routeNumber = "", $directionID = "",$service_period = "") {
global $conn; global $conn;
if ($routeNumber != "") { if ($routeNumber != "") {
$query = "Select distinct routes.route_id,routes.route_short_name,routes.route_long_name,service_id from routes join trips on trips.route_id = $query = "Select distinct routes.route_id,routes.route_short_name,routes.route_long_name,service_id from routes join trips on trips.route_id =
routes.route_id join stop_times on stop_times.trip_id = trips.trip_id routes.route_id join stop_times on stop_times.trip_id = trips.trip_id
where route_short_name = :routeNumber OR route_short_name LIKE :routeNumber2 order by route_short_name;"; where route_short_name = :routeNumber OR route_short_name LIKE :routeNumber2 order by route_short_name;";
} else { } else {
$query = "SELECT DISTINCT route_short_name from routes order by route_short_name"; $query = "SELECT DISTINCT route_short_name from routes order by route_short_name";
} }
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
if ($routeNumber != "") { if ($routeNumber != "") {
$query->bindParam(":routeNumber", $routeNumber); $query->bindParam(":routeNumber", $routeNumber);
$routeNumber2 = "% " . $routeNumber; $routeNumber2 = "% " . $routeNumber;
$query->bindParam(":routeNumber2", $routeNumber2); $query->bindParam(":routeNumber2", $routeNumber2);
} }
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getRoutesByNumberSeries($routeNumberSeries = "") { function getRoutesByNumberSeries($routeNumberSeries = "") {
global $conn; global $conn;
if (strlen($routeNumberSeries) == 1) { if (strlen($routeNumberSeries) == 1) {
return getRoutesByNumber($routeNumberSeries); return getRoutesByNumber($routeNumberSeries);
} }
$seriesMin = substr($routeNumberSeries, 0, -1) . "0"; $seriesMin = substr($routeNumberSeries, 0, -1) . "0";
$seriesMax = substr($routeNumberSeries, 0, -1) . "9"; $seriesMax = substr($routeNumberSeries, 0, -1) . "9";
$query = "Select distinct routes.route_id,routes.route_short_name,routes.route_long_name,service_id from routes join trips on trips.route_id = $query = "Select distinct routes.route_id,routes.route_short_name,routes.route_long_name,service_id from routes join trips on trips.route_id =
routes.route_id join stop_times on stop_times.trip_id = trips.trip_id where to_number(route_short_name, 'FM999') between :seriesMin and :seriesMax OR route_short_name LIKE :routeNumberSeries order by route_short_name;"; routes.route_id join stop_times on stop_times.trip_id = trips.trip_id where to_number(route_short_name, 'FM999') between :seriesMin and :seriesMax OR route_short_name LIKE :routeNumberSeries order by route_short_name;";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":seriesMin", $seriesMin); $query->bindParam(":seriesMin", $seriesMin);
$query->bindParam(":seriesMax", $seriesMax); $query->bindParam(":seriesMax", $seriesMax);
$routeNumberSeries = "% " . substr($routeNumberSeries, 0, -1) . "%"; $routeNumberSeries = "% " . substr($routeNumberSeries, 0, -1) . "%";
$query->bindParam(":routeNumberSeries", $routeNumberSeries); $query->bindParam(":routeNumberSeries", $routeNumberSeries);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getRouteNextTrip($routeID) { function getRouteNextTrip($routeID) {
global $conn; global $conn;
$query = "select * from routes join trips on trips.route_id = routes.route_id  
join stop_times on stop_times.trip_id = trips.trip_id where $query = "select routes.route_id,direction_id,trips.trip_id,departure_time from routes join trips on trips.route_id = routes.route_id
arrival_time > :currentTime and routes.route_id = :routeID order by join stop_times on stop_times.trip_id = trips.trip_id where arrival_time > :currentTime and routes.route_id = :routeID order by
arrival_time limit 1"; arrival_time limit 1";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":currentTime", current_time()); $query->bindParam(":currentTime", current_time());
$query->bindParam(":routeID", $routeID); $query->bindParam(":routeID", $routeID);
$query->execute(); $query->execute();
  databaseError($conn->errorInfo());
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
$r = $query->fetch(PDO :: FETCH_ASSOC); $r = $query->fetch(PDO :: FETCH_ASSOC);
   
// past last trip of the day special case // past last trip of the day special case
if (sizeof($r) < 16) { if (sizeof($r) < 16) {
$query = "select * from routes join trips on trips.route_id = routes.route_id $query = "select * from routes join trips on trips.route_id = routes.route_id
join stop_times on stop_times.trip_id = trips.trip_id where routes.route_id = :routeID order by join stop_times on stop_times.trip_id = trips.trip_id where routes.route_id = :routeID order by
arrival_time DESC limit 1"; arrival_time DESC limit 1";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":routeID", $routeID); $query->bindParam(":routeID", $routeID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
   
$r = $query->fetch(PDO :: FETCH_ASSOC); $r = $query->fetch(PDO :: FETCH_ASSOC);
} }
return $r; return $r;
} }
   
function getTimeInterpolatedRouteAtStop($routeID, $stop_id) { function getRouteAtStop($routeID, $stop_id) {
$nextTrip = getRouteNextTrip($routeID); $nextTrip = getRouteNextTrip($routeID);
if ($nextTrip['trip_id']) { if ($nextTrip['trip_id']) {
foreach (getTimeInterpolatedTrip($nextTrip['trip_id']) as $tripStop) { foreach (getTripStopTimes($nextTrip['trip_id']) as $tripStop) {
if ($tripStop['stop_id'] == $stop_id) if ($tripStop['stop_id'] == $stop_id)
return $tripStop; return $tripStop;
} }
} }
return Array(); return Array();
} }
   
function getRouteTrips($routeID) { function getRoutesTrips($routeIDs, $directionID = "", $service_period = "") {
global $conn;  
$query = "select routes.route_id,trips.trip_id,service_id,arrival_time, stop_id, stop_sequence from routes join trips on trips.route_id = routes.route_id  
join stop_times on stop_times.trip_id = trips.trip_id where routes.route_id = :routeID and stop_sequence = '1' order by  
arrival_time ";  
debug($query, "database");  
$query = $conn->prepare($query);  
$query->bindParam(":routeID", $routeID);  
$query->execute();  
if (!$query) {  
databaseError($conn->errorInfo());  
return Array();  
}  
return $query->fetchAll();  
}  
   
function getRoutesByDestination($destination = "", $service_period = "") {  
global $conn; global $conn;
if ($service_period == "") if ($service_period == "")
$service_period = service_period(); $service_period = service_period();
  $service_ids = service_ids($service_period);
  $sidA = $service_ids[0];
  $sidB = $service_ids[1];
  $directionSQL = "";
  if ($directionID != "")
  $directionSQL = " and direction_id = :directionID ";
  $query = "select routes.route_id,trips.trip_id,service_id,arrival_time, stop_id, stop_sequence from routes join trips on trips.route_id = routes.route_id
  join stop_times on stop_times.trip_id = trips.trip_id where (service_id=:service_periodA OR service_id=:service_periodB)
  AND (routes.route_id = :routeIDA OR routes.route_id = :routeIDB) " . $directionSQL . " and stop_sequence = '1' order by
  arrival_time ";
  debug($query, "database");
  $query = $conn->prepare($query);
  $query->bindParam(":routeIDA", $routeIDs[0]);
  $query->bindParam(":routeIDB", $routeIDs[1]);
  $query->bindParam(":service_periodA", $sidA);
  $query->bindParam(":service_periodB", $sidB);
  if ($directionSQL != "")
  $query->bindParam(":directionID", $directionID);
  $query->execute();
  if (!$query) {
  databaseError($conn->errorInfo());
  return Array();
  }
  return $query->fetchAll();
  }
   
  function getRoutesByDestination($destination = "", $service_period = "") {
  global $conn;
  if ($service_period == "")
  $service_period = service_period();
  $service_ids = service_ids($service_period);
  $sidA = $service_ids[0];
  $sidB = $service_ids[1];
if ($destination != "") { if ($destination != "") {
$query = "SELECT DISTINCT trips.route_id,route_short_name,route_long_name, service_id $query = "SELECT DISTINCT trips.route_id,route_short_name,route_long_name, service_id
FROM stop_times join trips on trips.trip_id = FROM stop_times join trips on trips.trip_id =
stop_times.trip_id join routes on trips.route_id = routes.route_id stop_times.trip_id join routes on trips.route_id = routes.route_id
WHERE route_long_name = :destination AND service_id=:service_period order by route_short_name"; WHERE route_long_name = :destination AND (service_id=:service_periodA OR service_id=:service_periodB)
  order by route_short_name";
} else { } else {
$query = "SELECT DISTINCT route_long_name $query = "SELECT DISTINCT route_long_name
FROM stop_times join trips on trips.trip_id = FROM stop_times join trips on trips.trip_id =
stop_times.trip_id join routes on trips.route_id = routes.route_id stop_times.trip_id join routes on trips.route_id = routes.route_id
WHERE service_id= :service_period order by route_long_name"; WHERE (service_id=:service_periodA OR service_id=:service_periodB)
} order by route_long_name";
debug($query, "database"); }
$query = $conn->prepare($query); debug($query, "database");
$query->bindParam(":service_period", $service_period); $query = $conn->prepare($query);
   
  $query->bindParam(":service_periodA", $sidA);
  $query->bindParam(":service_periodB", $sidB);
if ($destination != "") if ($destination != "")
$query->bindParam(":destination", $destination); $query->bindParam(":destination", $destination);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getRoutesBySuburb($suburb, $service_period = "") { function getRoutesBySuburb($suburb, $service_period = "") {
if ($service_period == "") if ($service_period == "")
$service_period = service_period(); $service_period = service_period();
  $service_ids = service_ids($service_period);
  $sidA = $service_ids[0];
  $sidB = $service_ids[1];
   
global $conn; global $conn;
$query = "SELECT DISTINCT service_id,trips.route_id,route_short_name,route_long_name $query = "SELECT DISTINCT service_id,trips.route_id,route_short_name,route_long_name
FROM stop_times join trips on trips.trip_id = stop_times.trip_id FROM stop_times join trips on trips.trip_id = stop_times.trip_id
join routes on trips.route_id = routes.route_id join routes on trips.route_id = routes.route_id
join stops on stops.stop_id = stop_times.stop_id join stops on stops.stop_id = stop_times.stop_id
WHERE zone_id LIKE ':suburb AND service_id=:service_period ORDER BY route_short_name"; WHERE stop_desc LIKE :suburb AND (service_id=:service_periodA OR service_id=:service_periodB)
debug($query, "database"); ORDER BY route_short_name";
$query = $conn->prepare($query); debug($query, "database");
$query->bindParam(":service_period", $service_period); $query = $conn->prepare($query);
$suburb = "%" . $suburb . ";%"; $query->bindParam(":service_periodA", $sidA);
  $query->bindParam(":service_periodB", $sidB);
  $suburb = "%Suburb: %" . $suburb . "%";
$query->bindParam(":suburb", $suburb); $query->bindParam(":suburb", $suburb);
$query->execute(); $query->execute();
if (!$query) {  
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array();  
}  
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getRoutesNearby($lat, $lng, $limit = "", $distance = 500) { function getRoutesNearby($lat, $lng, $limit = "", $distance = 500) {
if ($service_period == "") if ($service_period == "")
$service_period = service_period(); $service_period = service_period();
  $service_ids = service_ids($service_period);
  $sidA = $service_ids[0];
  $sidB = $service_ids[1];
if ($limit != "") if ($limit != "")
$limitSQL = " LIMIT :limit "; $limitSQL = " LIMIT :limit ";
global $conn; global $conn;
$query = "SELECT service_id,trips.route_id,route_short_name,route_long_name,min(stops.stop_id) as stop_id, $query = "SELECT service_id,trips.route_id,route_short_name,route_long_name,min(stops.stop_id) as stop_id,
min(ST_Distance(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), FALSE)) as distance min(ST_Distance(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), FALSE)) as distance
FROM stop_times FROM stop_times
join trips on trips.trip_id = stop_times.trip_id join trips on trips.trip_id = stop_times.trip_id
join routes on trips.route_id = routes.route_id join routes on trips.route_id = routes.route_id
join stops on stops.stop_id = stop_times.stop_id join stops on stops.stop_id = stop_times.stop_id
WHERE service_id=:service_period WHERE (service_id=:service_periodA OR service_id=:service_periodB)
AND ST_DWithin(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), :distance, FALSE) AND ST_DWithin(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), :distance, FALSE)
group by service_id,trips.route_id,route_short_name,route_long_name group by service_id,trips.route_id,route_short_name,route_long_name
order by distance $limitSQL"; order by distance $limitSQL";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":service_period", $service_period); $query->bindParam(":service_periodA", $sidA);
  $query->bindParam(":service_periodB", $sidB);
$query->bindParam(":distance", $distance); $query->bindParam(":distance", $distance);
if ($limit != "") if ($limit != "")
$query->bindParam(":limit", $limit); $query->bindParam(":limit", $limit);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
?> ?>
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
   
function getServiceOverride($date = "") { function getServiceOverride($date = "") {
global $conn; global $conn;
$query = "Select * from calendar_dates where date = :date and exception_type = '1' LIMIT 1"; $query = "Select * from calendar_dates where date = :date and exception_type = '1' LIMIT 1";
// debug($query,"database"); // debug($query,"database");
$query = $conn->prepare($query); // Create a prepared statement $query = $conn->prepare($query); // Create a prepared statement
$query->bindParam(":date", date("Ymd", ($date != "" ? $date : time()))); $query->bindParam(":date", date("Ymd", ($date != "" ? $date : time())));
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
   
function getServiceAlert($alertID) { function getServiceAlert($alertID) {
global $conn; global $conn;
$query = "SELECT id,extract('epoch', start) as start, extract('epoch', end) as end,cause,effect,header,description,url from servicealerts_alerts where id = :servicealert_id"; $query = "SELECT id,extract('epoch' from start) as start, extract('epoch' from \"end\") as \"end\",cause,effect,header,description,url from servicealerts_alerts where id = :servicealert_id";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":servicealert_id", $alertID); $query->bindParam(":servicealert_id", $alertID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
   
function updateServiceAlert($alertID, $start, $end, $header, $description, $url) { function updateServiceAlert($alertID, $start, $end, $header, $description, $url) {
global $conn; global $conn;
$query = 'update servicealerts_alerts set start=:start, "end"=:end, header=:header, description=:description, url=:url where id = :servicealert_id'; $query = 'update servicealerts_alerts set start=:start, "end"=:end, header=:header, description=:description, url=:url where id = :servicealert_id';
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":servicealert_id", $alertID); $query->bindParam(":servicealert_id", $alertID);
$query->bindParam(":start", $start); $query->bindParam(":start", $start);
$query->bindParam(":end", $end); $query->bindParam(":end", $end);
$query->bindParam(":header", $header); $query->bindParam(":header", $header);
$query->bindParam(":description", $description); $query->bindParam(":description", $description);
$query->bindParam(":url", $url); $query->bindParam(":url", $url);
$query->execute(); $query->execute();
   
print_r($conn->errorInfo()); print_r($conn->errorInfo());
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
   
function addServiceAlert($start, $end, $header, $description, $url) { function addServiceAlert($start, $end, $header, $description, $url) {
global $conn; global $conn;
$query = 'INSERT INTO servicealerts_alerts (start, "end", header, description, url) VALUES (:start, :end, :header, :description, :url) '; $query = 'INSERT INTO servicealerts_alerts (start, "end", header, description, url) VALUES (:start, :end, :header, :description, :url) ';
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":start", $start); $query->bindParam(":start", $start);
$query->bindParam(":end", $end); $query->bindParam(":end", $end);
$query->bindParam(":header", $header); $query->bindParam(":header", $header);
$query->bindParam(":description", $description); $query->bindParam(":description", $description);
$query->bindParam(":url", $url); $query->bindParam(":url", $url);
$query->execute(); $query->execute();
   
print_r($conn->errorInfo()); print_r($conn->errorInfo());
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
   
function getCurrentAlerts() { function getCurrentAlerts() {
global $conn; global $conn;
$query = "SELECT id,extract('epoch', start) as start, extract('epoch', end) as end,cause,effect,header,description,url from servicealerts_alerts where NOW() > start and NOW() < \"end\""; $query = "SELECT id,extract('epoch' from start) as start, extract('epoch' from \"end\") as \"end\",cause,effect,header,description,url from servicealerts_alerts where NOW() > start and NOW() < \"end\"";
// debug($query, "database"); // debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getFutureAlerts() { function getFutureAlerts() {
global $conn; global $conn;
$query = "SELECT id,extract('epoch', start) as start, extract('epoch', end) as end,cause,effect,header,description,url from servicealerts_alerts where NOW() > start or NOW() < \"end\""; $query = "SELECT id,extract('epoch' from start) as start, extract('epoch' from \"end\") as \"end\",cause,effect,header,description,url from servicealerts_alerts where NOW() > start or NOW() < \"end\"";
// debug($query, "database"); // debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getInformedAlerts($id, $filter_class, $filter_id) { function getInformedAlerts($id, $filter_class, $filter_id) {
   
global $conn; global $conn;
$query = "SELECT * from servicealerts_informed where servicealert_id = :servicealert_id"; $query = "SELECT * from servicealerts_informed where servicealert_id = :servicealert_id";
   
if ($filter_class != "") { if ($filter_class != "") {
$query .= " AND informed_class = :informed_class "; $query .= " AND informed_class = :informed_class ";
} }
if ($filter_id != "") { if ($filter_id != "") {
$query .= " AND informed_id = :informed_id "; $query .= " AND informed_id = :informed_id ";
} }
// debug($query, "database"); // debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
if ($filter_class != "") { if ($filter_class != "") {
$query->bindParam(":informed_class", $filter_class); $query->bindParam(":informed_class", $filter_class);
} }
if ($filter_id != "") { if ($filter_id != "") {
$query->bindParam(":informed_id", $filter_id); $query->bindParam(":informed_id", $filter_id);
} }
$query->bindParam(":servicealert_id", $id); $query->bindParam(":servicealert_id", $id);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function deleteInformedAlert($serviceAlertID, $class, $id) { function deleteInformedAlert($serviceAlertID, $class, $id) {
global $conn; global $conn;
$query = 'DELETE from servicealerts_informed where servicealert_id = :servicealert_id and informed_class = :informed_class AND informed_id = :informed_id'; $query = 'DELETE from servicealerts_informed where servicealert_id = :servicealert_id and informed_class = :informed_class AND informed_id = :informed_id';
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":servicealert_id", $serviceAlertID); $query->bindParam(":servicealert_id", $serviceAlertID);
$query->bindParam(":informed_class", $class); $query->bindParam(":informed_class", $class);
$query->bindParam(":informed_id", $id); $query->bindParam(":informed_id", $id);
$query->execute(); $query->execute();
print_r($conn->errorInfo()); print_r($conn->errorInfo());
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return null; return null;
} }
   
function addInformedAlert($serviceAlertID, $class, $id, $action) { function addInformedAlert($serviceAlertID, $class, $id, $action) {
global $conn; global $conn;
$query = 'INSERT INTO servicealerts_informed (servicealert_id , informed_class , informed_id) VALUES(:servicealert_id ,:informed_class, :informed_id)'; $query = 'INSERT INTO servicealerts_informed (servicealert_id , informed_class , informed_id) VALUES(:servicealert_id ,:informed_class, :informed_id)';
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":servicealert_id", $serviceAlertID); $query->bindParam(":servicealert_id", $serviceAlertID);
$query->bindParam(":informed_class", $class); $query->bindParam(":informed_class", $class);
$query->bindParam(":informed_id", $id); $query->bindParam(":informed_id", $id);
$query->execute(); $query->execute();
   
print_r($conn->errorInfo()); print_r($conn->errorInfo());
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return null; return null;
} }
   
?> ?>
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
   
function getStop($stopID) { function getStop($stopID) {
global $conn; global $conn;
$query = "Select * from stops where stop_id = :stopID LIMIT 1"; $query = "Select * from stops where stop_id = :stopID LIMIT 1";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":stopID", $stopID); $query->bindParam(":stopID", $stopID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
   
function getStops($timingPointsOnly = false, $firstLetter = "", $startsWith = "") { function getStops($firstLetter = "", $startsWith = "") {
global $conn; global $conn;
$conditions = Array(); $conditions = Array();
if ($timingPointsOnly)  
$conditions[] = "substr(stop_code,1,2) != 'Wj'";  
if ($firstLetter != "") if ($firstLetter != "")
$conditions[] = "substr(stop_name,1,1) = :firstLetter"; $conditions[] = "substr(stop_name,1,1) = :firstLetter";
if ($startsWith != "") if ($startsWith != "")
$conditions[] = "stop_name like :startsWith"; $conditions[] = "stop_name like :startsWith";
$query = "Select * from stops"; $query = "Select * from stops";
if (sizeof($conditions) > 0) { if (sizeof($conditions) > 0) {
if (sizeof($conditions) > 1) { if (sizeof($conditions) > 1) {
$query .= " Where " . implode(" AND ", $conditions) . " "; $query .= " Where " . implode(" AND ", $conditions) . " ";
} else { } else {
$query .= " Where " . $conditions[0] . " "; $query .= " Where " . $conditions[0] . " ";
} }
} }
$query .= " order by stop_name;"; $query .= " order by stop_name;";
  debug($query,"database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
if ($firstLetter != "") if ($firstLetter != "")
$query->bindParam(":firstLetter", $firstLetter); $query->bindParam(":firstLetter", $firstLetter);
   
if ($startsWith != "") { if ($startsWith != "") {
$startsWith = $startsWith . "%"; $startsWith = $startsWith . "%";
$query->bindParam(":startsWith", $startsWith); $query->bindParam(":startsWith", $startsWith);
} }
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getNearbyStops($lat, $lng, $limit = "", $distance = 1000) { function getNearbyStops($lat, $lng, $limit = "", $distance = 1000) {
if ($lat == null || $lng == null) if ($lat == null || $lng == null)
return Array(); return Array();
if ($limit != "") if ($limit != "")
$limitSQL = " LIMIT :limit "; $limitSQL = " LIMIT :limit ";
global $conn; global $conn;
$query = "Select *, ST_Distance(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), FALSE) as distance $query = "Select *, ST_Distance(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), FALSE) as distance
from stops WHERE ST_DWithin(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), :distance, FALSE) from stops WHERE ST_DWithin(position, ST_GeographyFromText('SRID=4326;POINT($lng $lat)'), :distance, FALSE)
order by distance $limitSQL;"; order by distance $limitSQL;";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":distance", $distance); $query->bindParam(":distance", $distance);
$query->bindParam(":limit", $limit); $query->bindParam(":limit", $limit);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getStopsByName($name) { function getStopsByName($name) {
global $conn; global $conn;
$query = "Select * from stops where stop_name LIKE :name;"; $query = "Select * from stops where stop_name LIKE :name;";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$name = "%" . $name . ";%"; $name = "%" . $name . ";%";
$query->bindParam(":name", $name); $query->bindParam(":name", $name);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getStopsBySuburb($suburb) { function getStopsBySuburb($suburb) {
global $conn; global $conn;
$query = "Select * from stops where zone_id LIKE :suburb order by stop_name;"; $query = "Select * from stops where stop_desc LIKE :suburb order by stop_name;";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$suburb = "%" . $suburb . ";%"; $suburb = "%<br>Suburb: %" . $suburb . "%";
$query->bindParam(":suburb", $suburb); $query->bindParam(":suburb", $suburb);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getStopsByStopCode($stop_code, $startsWith = "") { function getStopsByStopCode($stop_code, $startsWith = "") {
global $conn; global $conn;
$query = "Select * from stops where (stop_code = :stop_code OR stop_code LIKE :stop_code2)"; $query = "Select * from stops where (stop_code = :stop_code OR stop_code LIKE :stop_code2)";
if ($startsWith != "") if ($startsWith != "")
$query .= " AND stop_name like :startsWith"; $query .= " AND stop_name like :startsWith";
   
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
   
$query->bindParam(":stop_code", $stop_code); $query->bindParam(":stop_code", $stop_code);
$stop_code2 = $stop_code . "%"; $stop_code2 = $stop_code . "%";
$query->bindParam(":stop_code2", $stop_code2); $query->bindParam(":stop_code2", $stop_code2);
if ($startsWith != "") { if ($startsWith != "") {
$startsWith = $startsWith . "%"; $startsWith = $startsWith . "%";
$query->bindParam(":startsWith", $startsWith); $query->bindParam(":startsWith", $startsWith);
} }
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getStopRoutes($stopID, $service_period) { function getStopRoutes($stopID, $service_period) {
if ($service_period == "") if ($service_period == "") {
$service_period = service_period(); $service_period = service_period();
  }
  $service_ids = service_ids($service_period);
  $sidA = $service_ids[0];
  $sidB = $service_ids[1];
global $conn; global $conn;
$query = "SELECT distinct service_id,trips.route_id,route_short_name,route_long_name $query = "SELECT distinct service_id,trips.route_id,route_short_name,route_long_name
FROM stop_times join trips on trips.trip_id = FROM stop_times join trips on trips.trip_id =
stop_times.trip_id join routes on trips.route_id = routes.route_id WHERE stop_id = :stopID AND service_id=:service_period"; stop_times.trip_id join routes on trips.route_id = routes.route_id WHERE stop_id = :stopID
debug($query, "database"); AND (service_id=:service_periodA OR service_id=:service_periodB)";
$query = $conn->prepare($query); debug($query, "database");
$query->bindParam(":service_period", $service_period); $query = $conn->prepare($query);
  $query->bindParam(":service_periodA", $sidA);
  $query->bindParam(":service_periodB", $sidB);
$query->bindParam(":stopID", $stopID); $query->bindParam(":stopID", $stopID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getStopTrips($stopID, $service_period = "", $afterTime = "", $limit = "") { function getStopTrips($stopID, $service_period = "", $afterTime = "", $limit = "", $route_short_name = "") {
if ($service_period == "") if ($service_period == "") {
$service_period = service_period(); $service_period = service_period();
  }
  $service_ids = service_ids($service_period);
  $sidA = $service_ids[0];
  $sidB = $service_ids[1];
  $limitSQL = "";
if ($limit != "") if ($limit != "")
$limitSQL = " LIMIT :limit "; $limitSQL .= " LIMIT :limit ";
   
global $conn; global $conn;
if ($afterTime != "") { if ($afterTime != "") {
$query = " SELECT stop_times.trip_id,stop_times.arrival_time,stop_times.stop_id,stop_sequence,service_id,trips.route_id,route_short_name,route_long_name, end_times.arrival_time as end_time $query = " SELECT stop_times.trip_id,stop_times.arrival_time,stop_times.stop_id,stop_sequence,service_id,trips.route_id,trips.direction_id,route_short_name,route_long_name,end_times.arrival_time as end_time
FROM stop_times FROM stop_times
join trips on trips.trip_id = join trips on trips.trip_id =
stop_times.trip_id stop_times.trip_id
join routes on trips.route_id = routes.route_id , (SELECT trip_id,max(arrival_time) as arrival_time from stop_times join routes on trips.route_id = routes.route_id , (SELECT trip_id,max(arrival_time) as arrival_time from stop_times
WHERE stop_times.arrival_time IS NOT NULL group by trip_id) as end_times WHERE stop_times.arrival_time IS NOT NULL group by trip_id) as end_times
WHERE stop_times.stop_id = :stopID WHERE stop_times.stop_id = :stopID
AND stop_times.trip_id = end_times.trip_id AND stop_times.trip_id = end_times.trip_id
AND service_id=:service_period AND (service_id=:service_periodA OR service_id=:service_periodB) ".($route_short_name != "" ? " AND route_short_name = :route_short_name ":"")."
AND end_times.arrival_time > :afterTime AND end_times.arrival_time > :afterTime
ORDER BY end_time $limitSQL"; ORDER BY end_time $limitSQL";
} else { } else {
$query = "SELECT stop_times.trip_id,arrival_time,stop_times.stop_id,stop_sequence,service_id,trips.route_id,route_short_name,route_long_name $query = "SELECT stop_times.trip_id,arrival_time,stop_times.stop_id,stop_sequence,service_id,trips.route_id,route_short_name,route_long_name
FROM stop_times FROM stop_times
join trips on trips.trip_id = join trips on trips.trip_id =
stop_times.trip_id stop_times.trip_id
join routes on trips.route_id = routes.route_id join routes on trips.route_id = routes.route_id
WHERE stop_times.stop_id = :stopID WHERE stop_times.stop_id = :stopID
AND service_id=:service_period AND (service_id=:service_periodA OR service_id=:service_periodB) ".($route_short_name != "" ? " AND route_short_name = :route_short_name ":"")."
ORDER BY arrival_time $limitSQL"; ORDER BY arrival_time $limitSQL";
} }
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":service_period", $service_period); $query->bindParam(":service_periodA", $sidA);
  $query->bindParam(":service_periodB", $sidB);
$query->bindParam(":stopID", $stopID); $query->bindParam(":stopID", $stopID);
if ($limit != "") if ($limit != "")
$query->bindParam(":limit", $limit); $query->bindParam(":limit", $limit);
if ($afterTime != "") if ($afterTime != "")
$query->bindParam(":afterTime", $afterTime); $query->bindParam(":afterTime", $afterTime);
  if ($route_short_name != "")
  $query->bindParam(":route_short_name", $route_short_name);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function getStopTripsWithTimes($stopID, $time = "", $service_period = "", $time_range = "", $limit = "") { function getStopTripsWithTimes($stopID, $time = "", $service_period = "", $time_range = "", $limit = "") {
if ($service_period == "") if ($service_period == "")
$service_period = service_period(); $service_period = service_period();
if ($time_range == "") if ($time_range == "")
$time_range = (24 * 60 * 60); $time_range = (24 * 60 * 60);
if ($time == "") if ($time == "")
$time = current_time(); $time = current_time();
if ($limit == "") if ($limit == "")
$limit = 10; $limit = 10;
$trips = getStopTrips($stopID, $service_period, $time); $trips = getStopTrips($stopID, $service_period, $time);
$timedTrips = Array(); $timedTrips = Array();
if ($trips && sizeof($trips) > 0) { if ($trips && sizeof($trips) > 0) {
foreach ($trips as $trip) { foreach ($trips as $trip) {
if ($trip['arrival_time'] != "") { if ($trip['arrival_time'] != "") {
if (strtotime($trip['arrival_time']) > strtotime($time) and strtotime($trip['arrival_time']) < (strtotime($time) + $time_range)) { if (strtotime($trip['arrival_time']) > strtotime($time) and strtotime($trip['arrival_time']) < (strtotime($time) + $time_range)) {
$timedTrips[] = $trip; $timedTrips[] = $trip;
} }
} else { } else {
$timedTrip = getTimeInterpolatedTripAtStop($trip['trip_id'], $trip['stop_sequence']); $timedTrip = getTripAtStop($trip['trip_id'], $trip['stop_sequence']);
if ($timedTrip['arrival_time'] > $time and strtotime($timedTrip['arrival_time']) < (strtotime($time) + $time_range)) { if ($timedTrip['arrival_time'] > $time and strtotime($timedTrip['arrival_time']) < (strtotime($time) + $time_range)) {
$timedTrips[] = $timedTrip; $timedTrips[] = $timedTrip;
} }
} }
if (sizeof($timedTrips) > $limit) if (sizeof($timedTrips) > $limit)
break; break;
} }
sktimesort($timedTrips, "arrival_time", true); sktimesort($timedTrips, "arrival_time", true);
} }
return $timedTrips; return $timedTrips;
} }
   
?> ?>
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
   
function getTrip($tripID) { function getTrip($tripID) {
global $conn; global $conn;
$query = "Select * from trips $query = "Select * from trips
join routes on trips.route_id = routes.route_id join routes on trips.route_id = routes.route_id
where trip_id = :tripID where trip_id = :tripID
LIMIT 1"; LIMIT 1";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":tripID", $tripID); $query->bindParam(":tripID", $tripID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
   
return Array(); return Array();
} }
return $query->fetch(PDO :: FETCH_ASSOC); return $query->fetch(PDO :: FETCH_ASSOC);
} }
  function getTripStops($tripID) {
function getTripShape($tripID) { global $conn;
global $conn; $query = "SELECT stop_id, stop_name, ST_AsKML(position) as positionkml,
$query = "SELECT ST_AsKML(ST_MakeLine(geometry(a.position))) as the_route  
FROM (SELECT position,  
stop_sequence, trips.trip_id stop_sequence, trips.trip_id
FROM stop_times FROM stop_times
join trips on trips.trip_id = stop_times.trip_id join trips on trips.trip_id = stop_times.trip_id
join stops on stops.stop_id = stop_times.stop_id join stops on stops.stop_id = stop_times.stop_id
WHERE trips.trip_id = :tripID ORDER BY stop_sequence) as a group by a.trip_id"; WHERE trips.trip_id = :tripID ORDER BY stop_sequence";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":tripID", $tripID); $query->bindParam(":tripID", $tripID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchColumn(0); return $query->fetchColumn(0);
} }
  function getTripShape($tripID) {
function getTimeInterpolatedTrip($tripID, $range = "") { // todo, use shapes table if shape_id specified
global $conn; global $conn;
$query = "SELECT stop_times.trip_id,arrival_time,stop_times.stop_id,stop_lat,stop_lon,stop_name,stop_code, $query = "SELECT ST_AsKML(ST_MakeLine(geometry(a.shape_pt))) as the_route
  FROM (SELECT shapes.shape_id,shape_pt from shapes
  inner join trips on shapes.shape_id = trips.shape_id
  WHERE trips.trip_id = :tripID ORDER BY shape_pt_sequence) as a group by a.shape_id";
  debug($query, "database");
  $query = $conn->prepare($query);
  $query->bindParam(":tripID", $tripID);
  $query->execute();
  if (!$query) {
  databaseError($conn->errorInfo());
  return Array();
  }
  return $query->fetchColumn(0);
  }
   
  function getTripStopTimes($tripID) {
  global $conn;
  $query = "SELECT stop_times.trip_id,trip_headsign,arrival_time,stop_times.stop_id
  ,stop_lat,stop_lon,stop_name,stop_desc,stop_code,
stop_sequence,service_id,trips.route_id,route_short_name,route_long_name stop_sequence,service_id,trips.route_id,route_short_name,route_long_name
FROM stop_times FROM stop_times
join trips on trips.trip_id = stop_times.trip_id join trips on trips.trip_id = stop_times.trip_id
join routes on trips.route_id = routes.route_id join routes on trips.route_id = routes.route_id
join stops on stops.stop_id = stop_times.stop_id join stops on stops.stop_id = stop_times.stop_id
WHERE trips.trip_id = :tripID $range ORDER BY stop_sequence"; WHERE trips.trip_id = :tripID $range ORDER BY stop_sequence";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":tripID", $tripID); $query->bindParam(":tripID", $tripID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
$stopTimes = $query->fetchAll(); $stopTimes = $query->fetchAll();
$cur_timepoint = Array(); return $stopTimes;
$next_timepoint = Array(); }
$distance_between_timepoints = 0.0;  
$distance_traveled_between_timepoints = 0.0; function getTripAtStop($tripID, $stop_sequence) {
$rv = Array(); global $conn;
foreach ($stopTimes as $i => $stopTime) { foreach (getTripStopTimes($tripID) as $tripStop) {
if ($stopTime['arrival_time'] != "") {  
// is timepoint  
$cur_timepoint = $stopTime;  
$distance_between_timepoints = 0.0;  
$distance_traveled_between_timepoints = 0.0;  
if ($i + 1 < sizeof($stopTimes)) {  
$k = $i + 1;  
$distance_between_timepoints += distance($stopTimes[$k - 1]["stop_lat"], $stopTimes[$k - 1]["stop_lon"], $stopTimes[$k]["stop_lat"], $stopTimes[$k]["stop_lon"]);  
while ($stopTimes[$k]["arrival_time"] == "" && $k + 1 < sizeof($stopTimes)) {  
$k += 1;  
// echo "k".$k;  
$distance_between_timepoints += distance($stopTimes[$k - 1]["stop_lat"], $stopTimes[$k - 1]["stop_lon"], $stopTimes[$k]["stop_lat"], $stopTimes[$k]["stop_lon"]);  
}  
$next_timepoint = $stopTimes[$k];  
}  
$rv[] = $stopTime;  
} else {  
// is untimed point  
// echo "i".$i;  
$distance_traveled_between_timepoints += distance($stopTimes[$i - 1]["stop_lat"], $stopTimes[$i - 1]["stop_lon"], $stopTimes[$i]["stop_lat"], $stopTimes[$i]["stop_lon"]);  
// echo "$distance_traveled_between_timepoints / $distance_between_timepoints<br>";  
$distance_percent = $distance_traveled_between_timepoints / $distance_between_timepoints;  
if ($next_timepoint["arrival_time"] != "") {  
$total_time = strtotime($next_timepoint["arrival_time"]) - strtotime($cur_timepoint["arrival_time"]);  
// echo strtotime($next_timepoint["arrival_time"])." - ".strtotime($cur_timepoint["arrival_time"])."<br>";  
$time_estimate = ($distance_percent * $total_time) + strtotime($cur_timepoint["arrival_time"]);  
$stopTime["arrival_time"] = date("H:i:s", $time_estimate);  
} else {  
$stopTime["arrival_time"] = $cur_timepoint["arrival_time"];  
}  
$rv[] = $stopTime;  
}  
}  
// var_dump($rv);  
return $rv;  
}  
   
function getTripPreviousTimePoint($tripID, $stop_sequence) {  
global $conn;  
$query = " SELECT trip_id,stop_id,  
stop_sequence  
FROM stop_times  
WHERE trip_id = :tripID and stop_sequence < :stop_sequence  
and stop_times.arrival_time IS NOT NULL ORDER BY stop_sequence DESC LIMIT 1";  
debug($query, "database");  
$query = $conn->prepare($query);  
$query->bindParam(":tripID", $tripID);  
$query->bindParam(":stop_sequence", $stop_sequence);  
$query->execute();  
if (!$query) {  
databaseError($conn->errorInfo());  
return Array();  
}  
return $query->fetch(PDO :: FETCH_ASSOC);  
}  
   
function getTripNextTimePoint($tripID, $stop_sequence) {  
global $conn;  
$query = " SELECT trip_id,stop_id,  
stop_sequence  
FROM stop_times  
WHERE trip_id = :tripID and stop_sequence > :stop_sequence  
and stop_times.arrival_time IS NOT NULL ORDER BY stop_sequence LIMIT 1";  
debug($query, "database");  
$query = $conn->prepare($query);  
$query->bindParam(":tripID", $tripID);  
$query->bindParam(":stop_sequence", $stop_sequence);  
$query->execute();  
if (!$query) {  
databaseError($conn->errorInfo());  
return Array();  
}  
return $query->fetch(PDO :: FETCH_ASSOC);  
}  
   
function getTimeInterpolatedTripAtStop($tripID, $stop_sequence) {  
global $conn;  
// limit interpolation to between nearest actual points.  
$prevTimePoint = getTripPreviousTimePoint($tripID, $stop_sequence);  
$nextTimePoint = getTripNextTimePoint($tripID, $stop_sequence);  
// echo " prev {$lowestDelta['stop_sequence']} next {$nextTimePoint['stop_sequence']} ";  
$range = "";  
if ($prevTimePoint != "")  
$range .= " AND stop_sequence >= '{$prevTimePoint['stop_sequence']}'";  
if ($nextTimePoint != "")  
$range .= " AND stop_sequence <= '{$nextTimePoint['stop_sequence']}'";  
foreach (getTimeInterpolatedTrip($tripID, $range) as $tripStop) {  
if ($tripStop['stop_sequence'] == $stop_sequence) if ($tripStop['stop_sequence'] == $stop_sequence)
return $tripStop; return $tripStop;
} }
return Array(); return Array();
} }
   
function getTripStartTime($tripID) { function getTripStartTime($tripID) {
global $conn; global $conn;
$query = "Select * from stop_times $query = "Select * from stop_times
where trip_id = :tripID where trip_id = :tripID
AND arrival_time IS NOT NULL AND arrival_time IS NOT NULL
AND stop_sequence = '1'"; AND stop_sequence = '1'";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":tripID", $tripID); $query->bindParam(":tripID", $tripID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
$r = $query->fetch(PDO :: FETCH_ASSOC); $r = $query->fetch(PDO :: FETCH_ASSOC);
return $r['arrival_time']; return $r['arrival_time'];
} }
   
function getTripEndTime($tripID) { function getTripEndTime($tripID) {
global $conn; global $conn;
$query = "SELECT trip_id,max(arrival_time) as arrival_time from stop_times $query = "SELECT trip_id,max(arrival_time) as arrival_time from stop_times
WHERE stop_times.arrival_time IS NOT NULL and trip_id = :tripID group by trip_id"; WHERE stop_times.arrival_time IS NOT NULL and trip_id = :tripID group by trip_id";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":tripID", $tripID); $query->bindParam(":tripID", $tripID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
$r = $query->fetch(PDO :: FETCH_ASSOC); $r = $query->fetch(PDO :: FETCH_ASSOC);
return $r['arrival_time']; return $r['arrival_time'];
  }
  function getTripStartingPoint($tripID) {
  global $conn;
  $query = "SELECT stops.stop_id, stops.stop_name, stops.stop_desc
  from stop_times inner join stops on stop_times.stop_id = stops.stop_id
  WHERE trip_id = :tripID and stop_sequence = '1' limit 1";
  debug($query, "database");
  $query = $conn->prepare($query);
  $query->bindParam(":tripID", $tripID);
  $query->execute();
  if (!$query) {
  databaseError($conn->errorInfo());
  return Array();
  }
  $r = $query->fetch(PDO :: FETCH_ASSOC);
  return $r;
  }
   
  function getTripDestination($tripID) {
  global $conn;
  $query = "SELECT stops.stop_id, stops.stop_name, stops.stop_desc
  from stop_times inner join stops on stop_times.stop_id = stops.stop_id
  WHERE trip_id = :tripID order by stop_sequence desc limit 1";
  debug($query, "database");
  $query = $conn->prepare($query);
  $query->bindParam(":tripID", $tripID);
  $query->execute();
  if (!$query) {
  databaseError($conn->errorInfo());
  return Array();
  }
  $r = $query->fetch(PDO :: FETCH_ASSOC);
  return $r;
} }
   
function getActiveTrips($time) { function getActiveTrips($time) {
global $conn; global $conn;
if ($time == "") if ($time == "")
$time = current_time(); $time = current_time();
$query = "Select distinct stop_times.trip_id, start_times.arrival_time as start_time, end_times.arrival_time as end_time from stop_times, (SELECT trip_id,arrival_time from stop_times WHERE stop_times.arrival_time IS NOT NULL $query = "Select distinct stop_times.trip_id, start_times.arrival_time as start_time, end_times.arrival_time as end_time from stop_times, (SELECT trip_id,arrival_time from stop_times WHERE stop_times.arrival_time IS NOT NULL
AND stop_sequence = '1') as start_times, (SELECT trip_id,max(arrival_time) as arrival_time from stop_times WHERE stop_times.arrival_time IS NOT NULL group by trip_id) as end_times AND stop_sequence = '1') as start_times, (SELECT trip_id,max(arrival_time) as arrival_time from stop_times WHERE stop_times.arrival_time IS NOT NULL group by trip_id) as end_times
WHERE start_times.trip_id = end_times.trip_id AND stop_times.trip_id = end_times.trip_id AND :time > start_times.arrival_time AND :time < end_times.arrival_time"; WHERE start_times.trip_id = end_times.trip_id AND stop_times.trip_id = end_times.trip_id AND :time > start_times.arrival_time AND :time < end_times.arrival_time";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":time", $time); $query->bindParam(":time", $time);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function viaPoints($tripID, $stop_sequence = "", $timing_points_only = true) { function viaPoints($tripID, $stop_sequence = "") {
global $conn; global $conn;
$query = "SELECT stops.stop_id, stop_name, arrival_time $query = "SELECT stops.stop_id, stop_name, arrival_time
FROM stop_times join stops on stops.stop_id = stop_times.stop_id FROM stop_times join stops on stops.stop_id = stop_times.stop_id
WHERE stop_times.trip_id = :tripID WHERE stop_times.trip_id = :tripID
" . ($stop_sequence != "" ? " AND stop_sequence > :stop_sequence " : "") . ($timing_points_only ? "AND substr(stop_code,1,2) != 'Wj' " : "") . " ORDER BY stop_sequence"; " . ($stop_sequence != "" ? " AND stop_sequence > :stop_sequence " : "") . " ORDER BY stop_sequence";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
if ($stop_sequence != "") if ($stop_sequence != "")
$query->bindParam(":stop_sequence", $stop_sequence); $query->bindParam(":stop_sequence", $stop_sequence);
$query->bindParam(":tripID", $tripID); $query->bindParam(":tripID", $tripID);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
return $query->fetchAll(); return $query->fetchAll();
} }
   
function viaPointNames($tripid, $stop_sequence = "") {  
$viaPointNames = Array();  
foreach (viaPoints($tripid, $stop_sequence) as $point) {  
$viaPointNames[] = $point['stop_name'];  
}  
if (sizeof($viaPointNames) > 0) {  
return r_implode(", ", $viaPointNames);  
} else {  
return "";  
}  
}  
   
?> ?>
file:a/index.php -> file:b/index.php
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
include_header("bus.lambdacomplex.org", "index", false) include_header("bus.lambdacomplex.org", "index", false)
?> ?>
<div data-role="page"> <div data-role="page">
<div data-role="content"> <div data-role="content">
<div id="jqm-homeheader"> <div id="jqm-homeheader">
<h1>busness time</h1><br><small>Canberra Bus Timetables and Trip Planner</small> <h1>busness time</h1><br><small>Canberra Bus Timetables and Trip Planner</small>
</div> </div>
<a name="maincontent" id="maincontent"></a> <a name="maincontent" id="maincontent"></a>
<a href="tripPlanner.php" data-role="button" data-icon="navigation">Launch Trip Planner...</a> <a href="tripPlanner.php" data-role="button" data-icon="navigation">Launch Trip Planner...</a>
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b"> <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
<li data-role="list-divider">Timetables - Stops</li> <li data-role="list-divider">Timetables - Stops</li>
<li><a href="stopList.php">Major (Timing Point) Stops</a></li> <li><a href="stopList.php">Stops By Name</a></li>
<li><a href="stopList.php?allstops=yes">All Stops</a></li>  
<li><a href="stopList.php?bysuburbs=yes">Stops By Suburb</a></li> <li><a href="stopList.php?bysuburbs=yes">Stops By Suburb</a></li>
<li><a class="nearby" href="stopList.php?nearby=yes">Nearby Stops</a></li> <li><a class="nearby" href="stopList.php?nearby=yes">Nearby Stops</a></li>
</ul> </ul>
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b"> <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
<li data-role="list-divider">Timetables - Routes</li> <li data-role="list-divider">Timetables - Routes</li>
<li><a href="routeList.php">Routes By Final Destination</a></li> <li><a href="routeList.php">Routes By Final Destination</a></li>
<li><a href="routeList.php?bynumber=yes">Routes By Number</a></li> <li><a href="routeList.php?bynumber=yes">Routes By Number</a></li>
<li><a href="routeList.php?bysuburbs=yes">Routes By Suburb</a></li> <li><a href="routeList.php?bysuburbs=yes">Routes By Suburb</a></li>
<li><a class="nearby" href="routeList.php?nearby=yes">Nearby Routes</a></li> <li><a class="nearby" href="routeList.php?nearby=yes">Nearby Routes</a></li>
</ul> </ul>
<?php <?php
echo ' <a href="labs/index.php" data-role="button" data-icon="beaker">Busness R&amp;D</a>'; echo ' <a href="labs/index.php" data-role="button" data-icon="beaker">Busness R&amp;D</a>';
echo ' <a href="myway/index.php" data-role="button">MyWay Balance and Timeliness Survey Results</a>'; echo ' <a href="myway/index.php" data-role="button">MyWay Balance and Timeliness Survey Results</a>';
include_footer(true) include_footer(true)
?> ?>
   
file:a/js/jquery-1.6.2.min.js (deleted)
/*!  
* jQuery JavaScript Library v1.6.2  
* http://jquery.com/  
*  
* Copyright 2011, John Resig  
* Dual licensed under the MIT or GPL Version 2 licenses.  
* http://jquery.org/license  
*  
* Includes Sizzle.js  
* http://sizzlejs.com/  
* Copyright 2011, The Dojo Foundation  
* Released under the MIT, BSD, and GPL Licenses.  
*  
* Date: Thu Jun 30 14:16:56 2011 -0400  
*/  
(function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bY(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bC.test(a)?d(a,e):bY(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)bY(a+"["+e+"]",b[e],c,d);else d(a,b)}function bX(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bR,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bX(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bX(a,c,d,e,"*",g));return l}function bW(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bN),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bA(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?bv:bw;if(d>0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bx(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bm(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(be,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bl(a){f.nodeName(a,"input")?bk(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bk)}function bk(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bh(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)f.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function bg(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function W(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(R.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function V(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function N(a,b){return(a&&a!=="*"?a+".":"")+b.replace(z,"`").replace(A,"&")}function M(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;i<s.length;i++)g=s[i],g.origType.replace(x,"")===a.type?q.push(g.selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0,k=e.length;j<k;j++){m=e[j];for(i=0;i<s.length;i++){g=s[i];if(m.selector===g.selector&&(!n||n.test(g.namespace))&&!m.elem.disabled){h=m.elem,d=null;if(g.preType==="mouseenter"||g.preType==="mouseleave")a.type=g.preType,d=f(a.relatedTarget).closest(g.selector)[0],d&&f.contains(h,d)&&(d=h);(!d||d!==h)&&p.push({elem:h,handleObj:g,level:m.level})}}}for(j=0,k=p.length;j<k;j++){e=p[j];if(c&&e.level>c)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function K(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function E(){return!0}function D(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z])/ig,x=function(a,b){return b.toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!A){A=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||D.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b){if(H)return H.call(b,a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h){var i=a.length;if(typeof c=="object"){for(var j in c)e.access(a,j,c[j],f,g,d);return a}if(d!==b){f=!h&&f&&e.isFunction(d);for(var k=0;k<i;k++)g(a[k],c,f?d.call(a[k],k,g(a[k],c)):d,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=s.exec(a)||t.exec(a)||u.exec(a)||a.indexOf("compatible")<0&&v.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g="done fail isResolved isRejected promise then always pipe".split(" "),h=[].slice;f.extend({_Deferred:function(){var a=[],b,c,d,e={done:function(){if(!d){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g<h;g++)i=c[g],j=f.type(i),j==="array"?e.done.apply(e,i):j==="function"&&a.push(i);k&&e.resolveWith(k[0],k[1])}return this},resolveWith:function(e,f){if(!d&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(e,f)}finally{b=[e,f],c=0}}return this},resolve:function(){e.resolveWith(this,arguments);return this},isResolved:function(){return!!c||!!b},cancel:function(){d=1,a=[];return this}};return e},Deferred:function(a){var b=f._Deferred(),c=f._Deferred(),d;f.extend(b,{then:function(a,c){b.done(a).fail(c);return this},always:function(){return b.done.apply(b,arguments).fail.apply(this,arguments)},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,pipe:function(a,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[c,"reject"]},function(a,c){var e=c[0],g=c[1],h;f.isFunction(e)?b[a](function(){h=e.apply(this,arguments),h&&f.isFunction(h.promise)?h.promise().then(d.resolve,d.reject):d[g](h)}):b[a](d[g])})}).promise()},promise:function(a){if(a==null){if(d)return d;d=a={}}var c=g.length;while(c--)a[g[c]]=b[g[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function i(a){return function(c){b[a]=arguments.length>1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c<d;c++)b[c]&&f.isFunction(b[c].promise)?b[c].promise().then(i(c),g.reject):--e;e||g.resolveWith(g,b)}else g!==a&&g.resolveWith(g,d?[a]:[]);return g.promise()}}),f.support=function(){var a=c.createElement("div"),b=c.documentElement,d,e,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u;a.setAttribute("className","t"),a.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=a.getElementsByTagName("input")[0],k={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,k.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,k.optDisabled=!h.disabled;try{delete a.test}catch(v){k.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){k.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),k.radioValue=i.value==="t",i.setAttribute("checked","checked"),a.appendChild(i),l=c.createDocumentFragment(),l.appendChild(a.firstChild),k.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",m=c.getElementsByTagName("body")[0],o=c.createElement(m?"div":"body"),p={visibility:"hidden",width:0,height:0,border:0,margin:0},m&&f.extend(p,{position:"absolute",left:-1e3,top:-1e3});for(t in p)o.style[t]=p[t];o.appendChild(a),n=m||b,n.insertBefore(o,n.firstChild),k.appendChecked=i.checked,k.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,k.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",k.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",q=a.getElementsByTagName("td"),u=q[0].offsetHeight===0,q[0].style.display="",q[1].style.display="none",k.reliableHiddenOffsets=u&&q[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",a.appendChild(j),k.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0),o.innerHTML="",n.removeChild(o);if(a.attachEvent)for(t in{submit:1,change:1,focusin:1})s="on"+t,u=s in a,u||(a.setAttribute(s,"return;"),u=typeof a[s]=="function"),k[t+"Bubbles"]=u;o=l=g=h=m=j=a=i=null;return k}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]||i[c]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),k(this[0],g,d[g]))}}return d}if(typeof a=="object")return this.each(function(){f.data(this,a)});var j=a.split(".");j[1]=j[1]?"."+j[1]:"";if(c===b){d=this.triggerHandler("getData"+j[1]+"!",[j[0]]),d===b&&this.length&&(d=f.data(this[0],a),d=k(this[0],a,d));return d===b&&j[1]?this.data(j[0]):d}return this.each(function(){var b=f(this),d=[j[0],c];b.triggerHandler("setData"+j[1]+"!",d),f.data(this,a,c),b.triggerHandler("changeData"+j[1]+"!",d)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,c){a&&(c=(c||"fx")+"mark",f.data(a,c,(f.data(a,c,b,!0)||0)+1,!0))},_unmark:function(a,c,d){a!==!0&&(d=c,c=a,a=!1);if(c){d=d||"fx";var e=d+"mark",g=a?0:(f.data(c,e,b,!0)||1)-1;g?f.data(c,e,g,!0):(f.removeData(c,e,!0),m(c,d,"mark"))}},queue:function(a,c,d){if(a){c=(c||"fx")+"queue";var e=f.data(a,c,b,!0);d&&(!e||f.isArray(d)?e=f.data(a,c,f.makeArray(d),!0):e.push(d));return e||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e;d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),d.call(a,function(){f.dequeue(a,b)})),c.length||(f.removeData(a,b+"queue",!0),m(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return f.queue(this[0],a);return this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){f.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f._Deferred(),!0))h++,l.done(m);m();return d.promise()}});var n=/[\n\t\r]/g,o=/\s+/,p=/\r/g,q=/^(?:button|input)$/i,r=/^(?:button|input|object|select|textarea)$/i,s=/^a(?:rea)?$/i,t=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,u=/\:|^on/,v,w;f.fn.extend({attr:function(a,b){return f.access(this,a,b,!0,f.attr)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,a,b,!0,f.prop)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(o);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(o);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(n," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(o);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if((" "+this[c].className+" ").replace(n," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(p,""):d==null?"":d}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h<i;h++){var j=e[h];if(j.selected&&(f.support.optDisabled?!j.disabled:j.getAttribute("disabled")===null)&&(!j.parentNode.disabled||!f.nodeName(j.parentNode,"optgroup"))){b=f(j).val();if(g)return b;d.push(b)}}if(g&&!d.length&&e.length)return f(e[c]).val();return d},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);j&&(c=f.attrFix[c]||c,i=f.attrHooks[c],i||(t.test(c)?i=w:v&&c!=="className"&&(f.nodeName(a,"form")||u.test(c))&&(i=v)));if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j&&(h=i.get(a,c))!==null)return h;h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}},value:{get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);i&&(c=f.propFix[c]||c,h=f.propHooks[c]);return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return f.prop(a,c)?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.attrHooks.title=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=/\.(.*)$/,y=/^(?:textarea|input|select)$/i,z=/\./g,A=/ /g,B=/[^\w\s.|`]/g,C=function(a){return a.replace(B,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=D;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=D);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),C).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j<p.length;j++){q=p[j];if(l||n.test(q.namespace))f.event.remove(a,r,q.handler,j),p.splice(j--,1)}continue}o=f.event.special[h]||{};for(j=e||0;j<p.length;j++){q=p[j];if(d.guid===q.guid){if(l||n.test(q.namespace))e==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(e!=null)break}}if(p.length===0||e!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&f.removeEvent(a,h,s.handle),g=null,delete t[h]}if(f.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){var h=c.type||c,i=[],j;h.indexOf("!")>=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.  
shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h<i;h++){var j=d[h];if(e||c.namespace_re.test(j.namespace)){c.handler=j.handler,c.data=j.data,c.handleObj=j;var k=j.handler.apply(this,g);k!==b&&(c.result=k,k===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[f.expando])return a;var d=a;a=f.Event(d);for(var e=this.props.length,g;e;)g=this.props[--e],a[g]=d[g];a.target||(a.target=a.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var h=a.target.ownerDocument||c,i=h.documentElement,j=h.body;a.pageX=a.clientX+(i&&i.scrollLeft||j&&j.scrollLeft||0)-(i&&i.clientLeft||j&&j.clientLeft||0),a.pageY=a.clientY+(i&&i.scrollTop||j&&j.scrollTop||0)-(i&&i.clientTop||j&&j.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:f.proxy,special:{ready:{setup:f.bindReady,teardown:f.noop},live:{add:function(a){f.event.add(this,N(a.origType,a.selector),f.extend({},a,{handler:M,guid:a.handler.guid}))},remove:function(a){f.event.remove(this,N(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!this.preventDefault)return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?E:D):this.type=a,b&&f.extend(this,b),this.timeStamp=f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=E;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=E;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=E,this.stopPropagation()},isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D};var F=function(a){var b=a.relatedTarget,c=!1,d=a.type;a.type=a.data,b!==this&&(b&&(c=f.contains(this,b)),c||(f.event.handle.apply(this,arguments),a.type=d))},G=function(a){a.type=a.data,f.event.handle.apply(this,arguments)};f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={setup:function(c){f.event.add(this,b,c&&c.selector?G:F,a)},teardown:function(a){f.event.remove(this,b,a&&a.selector?G:F)}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(a,b){if(!f.nodeName(this,"form"))f.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=b.type;(c==="submit"||c==="image")&&f(b).closest("form").length&&K("submit",this,arguments)}),f.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=b.type;(c==="text"||c==="password")&&f(b).closest("form").length&&a.keyCode===13&&K("submit",this,arguments)});else return!1},teardown:function(a){f.event.remove(this,".specialSubmit")}});if(!f.support.changeBubbles){var H,I=function(a){var b=a.type,c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},J=function(c){var d=c.target,e,g;if(!!y.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=I(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:J,beforedeactivate:J,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&J.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&J.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",I(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in H)f.event.add(this,c+".specialChange",H[c]);return y.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return y.test(this.nodeName)}},H=f.event.special.change.filters,H.focus=H.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i<j;i++)f.event.add(this[i],a,g,d);return this}}),f.fn.extend({unbind:function(a,b){if(typeof a=="object"&&!a.preventDefault)for(var c in a)this.unbind(c,a[c]);else for(var d=0,e=this.length;d<e;d++)f.event.remove(this[d],a,b);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f.data(this,"lastToggle"+a.guid)||0)%d;f.data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var L={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};f.each(["live","die"],function(a,c){f.fn[c]=function(a,d,e,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:f(this.context);if(typeof a=="object"&&!a.preventDefault){for(var o in a)n[c](o,d,a[o],m);return this}if(c==="die"&&!a&&g&&g.charAt(0)==="."){n.unbind(g);return this}if(d===!1||f.isFunction(d))e=d||D,d=b;a=(a||"").split(" ");while((h=a[i++])!=null){j=x.exec(h),k="",j&&(k=j[0],h=h.replace(x,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,L[h]?(a.push(L[h]+k),h=h+k):h=(L[h]||h)+k;if(c==="live")for(var p=0,q=n.length;p<q;p++)f.event.add(n[p],"live."+N(h,m),{data:d,selector:m,handler:e,origType:h,origHandler:e,preType:l});else n.unbind("live."+N(h,m),e)}return this}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(!f)g=o=!0;else if(f===!0)continue}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("parentNode",b,f,a,e,c)},"~":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("previousSibling",b,f,a,e,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c<f;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;c.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){if(a===b){g=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};f.find=k,f.expr=k.selectors,f.expr[":"]=f.expr.filters,f.unique=k.uniqueSort,f.text=k.getText,f.isXMLDoc=k.isXML,f.contains=k.contains}();var O=/Until$/,P=/^(?:parents|prevUntil|prevAll)/,Q=/,/,R=/^.[^:#\[\.,]*$/,S=Array.prototype.slice,T=f.expr.match.POS,U={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(W(this,a,!1),"not",a)},filter:function(a){return this.pushStack(W(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d<e;d++)i=a[d],j[i]||(j[i]=T.test(i)?f(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i in j)h=j[i],(h.jquery?h.index(g)>-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=T.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(l?l.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(V(c[0])||V(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=S.call(arguments);O.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!U[a]?f.unique(e):e,(this.length>1||Q.test(d))&&P.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var X=/ jQuery\d+="(?:\d+|null)"/g,Y=/^\s+/,Z=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,$=/<([\w:]+)/,_=/<tbody/i,ba=/<|&#?\w+;/,bb=/<(?:script|object|embed|option|style)/i,bc=/checked\s*(?:[^=]|=\s*.checked.)/i,bd=/\/(java|ecma)script/i,be=/^\s*<!(?:\[CDATA\[|\-\-)/,bf={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};bf.optgroup=bf.option,bf.tbody=bf.tfoot=bf.colgroup=bf.caption=bf.thead,bf.th=bf.td,f.support.htmlSerialize||(bf._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null;if(typeof a=="string"&&!bb.test(a)&&(f.support.leadingWhitespace||!Y.test(a))&&!bf[($.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Z,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)this[c].nodeType===1&&(f.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(e){this.empty().append(a)}}else f.isFunction(a)?this.each(function(b){var c=f(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bc.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bg(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,bm)}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i;b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof a[0]=="string"&&a[0].length<512&&i===c&&a[0].charAt(0)==="<"&&!bb.test(a[0])&&(f.support.checkClone||!bc.test(a[0]))&&(g=!0,h=f.fragments[a[0]],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[a[0]]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j  
)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bi(a,d),e=bj(a),g=bj(d);for(h=0;e[h];++h)bi(e[h],g[h])}if(b){bh(a,d);if(c){e=bj(a),g=bj(d);for(h=0;e[h];++h)bh(e[h],g[h])}}e=g=null;return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!ba.test(k))k=b.createTextNode(k);else{k=k.replace(Z,"<$1></$2>");var l=($.exec(k)||["",""])[1].toLowerCase(),m=bf[l]||bf._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=_.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]==="<table>"&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Y.test(k)&&o.insertBefore(b.createTextNode(Y.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i<r;i++)bl(k[i]);else bl(k);k.nodeType?h.push(k):h=f.merge(h,k)}if(d){g=function(a){return!a.type||bd.test(a.type)};for(j=0;h[j];j++)if(e&&f.nodeName(h[j],"script")&&(!h[j].type||h[j].type.toLowerCase()==="text/javascript"))e.push(h[j].parentNode?h[j].parentNode.removeChild(h[j]):h[j]);else{if(h[j].nodeType===1){var s=f.grep(h[j].getElementsByTagName("script"),g);h.splice.apply(h,[j+1,0].concat(s))}d.appendChild(h[j])}}return h},cleanData:function(a){var b,c,d=f.cache,e=f.expando,g=f.event.special,h=f.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&f.noData[j.nodeName.toLowerCase()])continue;c=j[f.expando];if(c){b=d[c]&&d[c][e];if(b&&b.events){for(var k in b.events)g[k]?f.event.remove(j,k):f.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[f.expando]:j.removeAttribute&&j.removeAttribute(f.expando),delete d[c]}}}});var bn=/alpha\([^)]*\)/i,bo=/opacity=([^)]*)/,bp=/([A-Z]|^ms)/g,bq=/^-?\d+(?:px)?$/i,br=/^-?\d/,bs=/^[+\-]=/,bt=/[^+\-\.\de]+/g,bu={position:"absolute",visibility:"hidden",display:"block"},bv=["Left","Right"],bw=["Top","Bottom"],bx,by,bz;f.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return f.access(this,a,c,!0,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)})},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bx(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d;if(h==="number"&&isNaN(d)||d==null)return;h==="string"&&bs.test(d)&&(d=+d.replace(bt,"")+parseFloat(f.css(a,c)),h="number"),h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(bx)return bx(a,c)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]}}),f.curCSS=f.css,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0)return bA(a,b,d);f.swap(a,bu,function(){e=bA(a,b,d)});return e}},set:function(a,b){if(!bq.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bo.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bn.test(g)?g.replace(bn,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bx(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(by=function(a,c){var d,e,g;c=c.replace(bp,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bz=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bq.test(d)&&br.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bx=by||bz,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bB=/%20/g,bC=/\[\]$/,bD=/\r?\n/g,bE=/#.*$/,bF=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bG=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bH=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bI=/^(?:GET|HEAD)$/,bJ=/^\/\//,bK=/\?/,bL=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bM=/^(?:select|textarea)/i,bN=/\s+/,bO=/([?&])_=[^&]*/,bP=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bQ=f.fn.load,bR={},bS={},bT,bU;try{bT=e.href}catch(bV){bT=c.createElement("a"),bT.href="",bT=bT.href}bU=bP.exec(bT.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bQ)return bQ.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bL,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bM.test(this.nodeName)||bG.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bD,"\r\n")}}):{name:b.name,value:c.replace(bD,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bT,isLocal:bH.test(bU[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bW(bR),ajaxTransport:bW(bS),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?bZ(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=b$(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bF.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bE,"").replace(bJ,bU[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bN),d.crossDomain==null&&(r=bP.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bU[1]&&r[2]==bU[2]&&(r[3]||(r[1]==="http:"?80:443))==(bU[3]||(bU[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bX(bR,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bI.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bK.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bO,"$1_="+x);d.url=y+(y===d.url?(bK.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bX(bS,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bY(g,a[g],c,e);return d.join("&").replace(bB,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var b_=f.now(),ca=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+b_++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ca.test(b.url)||e&&ca.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ca,l),b.url===j&&(e&&(k=k.replace(ca,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cb=a.ActiveXObject?function(){for(var a in cd)cd[a](0,1)}:!1,cc=0,cd;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ce()||cf()}:ce,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cb&&delete cd[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cc,cb&&(cd||(cd={},f(a).unload(cb)),cd[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cg={},ch,ci,cj=/^(?:toggle|show|hide)$/,ck=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cl,cm=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cn,co=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cr("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),e===""&&f.css(d,"display")==="none"&&f._data(d,"olddisplay",cs(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(cr("hide",3),a,b,c);for(var d=0,e=this.length;d<e;d++)if(this[d].style){var g=f.css(this[d],"display");g!=="none"&&!f._data(this[d],"olddisplay")&&f._data(this[d],"olddisplay",g)}for(d=0;d<e;d++)this[d].style&&(this[d].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(cr("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return this[e.queue===!1?"each":"queue"](function(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]),h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(f.support.inlineBlockNeedsLayout?(j=cs(this.nodeName),j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)):this.style.display="inline-block"))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)k=new f.fx(this,b,i),h=a[i],cj.test(h)?k[h==="toggle"?d?"show":"hide":h]():(l=ck.exec(h),m=k.cur(),l?(n=parseFloat(l[2]),o=l[3]||(f.cssNumber[i]?"":"px"),o!=="px"&&(f.style(this,i,(n||1)+o),m=(n||1)/k.cur()*m,f.style(this,i,m+o)),l[1]&&(n=(l[1]==="-="?-1:1)*n+m),k.custom(m,n,o)):k.custom(m,h,""));return!0})},stop:function(a,b){a&&this.queue([]),this.each(function(){var a=f.timers,c=a.length;b||f._unmark(!0,this);while(c--)a[c].elem===this&&(b&&a[c](!0),a.splice(c,1))}),b||this.dequeue();return this}}),f.each({slideDown:cr("show",1),slideUp:cr("hide",1),slideToggle:cr("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default,d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue!==!1?f.dequeue(this):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function h(a){return d.step(a)}var d=this,e=f.fx,g;this.startTime=cn||cp(),this.start=a,this.end=b,this.unit=c||this.unit||(f.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,h.elem=this.elem,h()&&f.timers.push(h)&&!cl&&(co?(cl=!0,g=function(){cl&&(co(g),e.tick())},co(g)):cl=setInterval(e.tick,e.interval))},show:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=cn||cp(),c=!0,d=this.elem,e=this.options,g,h;if(a||b>=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b<a.length;++b)a[b]()||a.splice(b--,1);a.length||f.fx.stop()},interval:13,stop:function(){clearInterval(cl),cl=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var ct=/^t(?:able|d|h)$/i,cu=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?f.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(d){}var e=b.ownerDocument,g=e.documentElement;if(!c||!f.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=e.body,i=cv(e),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||f.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||f.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:f.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);f.offset.initialize();var c,d=b.offsetParent,e=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.offset.supportsFixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===d&&(l+=b.offsetTop,m+=b.offsetLeft,f.offset.doesNotAddBorder&&(!f.offset.doesAddBorderForTableAndCells||!ct.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),e=d,d=b.offsetParent),f.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;f.offset.supportsFixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},f.offset={initialize:function(){var a=c.body,b=c.createElement("div"),d,e,g,h,i=parseFloat(f.css(a,"marginTop"))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cu.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cu.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cv(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cv(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(f.css(a,d,"padding")):null},f.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(f.css(b,d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window);  
  /*! jQuery v1.6.4 http://jquery.com/ | http://jquery.org/license */
  (function(a,b){function cu(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cr(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cq(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cp(){cn=b}function co(){setTimeout(cp,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bY(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bA.test(a)?d(a,e):bY(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)bY(a+"["+e+"]",b[e],c,d);else d(a,b)}function bX(a,c){var d,e,g=f.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((g[d]?a:e||(e={}))[d]=c[d]);e&&f.extend(!0,a,e)}function bW(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bP,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bW(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bW(a,c,d,e,"*",g));return l}function bV(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bL),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function by(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?bt:bu;if(d>0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bv(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bl(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bd,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bk(a){f.nodeName(a,"input")?bj(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bj)}function bj(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bi(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bh(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bg(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)f.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function bf(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function V(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(Q.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function U(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function M(a,b){return(a&&a!=="*"?a+".":"")+b.replace(y,"`").replace(z,"&")}function L(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;i<s.length;i++)g=s[i],g.origType.replace(w,"")===a.type?q.push(g.selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0,k=e.length;j<k;j++){m=e[j];for(i=0;i<s.length;i++){g=s[i];if(m.selector===g.selector&&(!n||n.test(g.namespace))&&!m.elem.disabled){h=m.elem,d=null;if(g.preType==="mouseenter"||g.preType==="mouseleave")a.type=g.preType,d=f(a.relatedTarget).closest(g.selector)[0],d&&f.contains(h,d)&&(d=h);(!d||d!==h)&&p.push({elem:h,handleObj:g,level:m.level})}}}for(j=0,k=p.length;j<k;j++){e=p[j];if(c&&e.level>c)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function J(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function D(){return!0}function C(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function K(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(K,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z]|[0-9])/ig,x=/^-ms-/,y=function(a,b){return(b+"").toUpperCase()},z=d.userAgent,A,B,C,D=Object.prototype.toString,E=Object.prototype.hasOwnProperty,F=Array.prototype.push,G=Array.prototype.slice,H=String.prototype.trim,I=Array.prototype.indexOf,J={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.4",length:0,size:function(){return this.length},toArray:function(){return G.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?F.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),B.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(G.apply(this,arguments),"slice",G.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:F,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;B.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!B){B=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",C,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",C),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&K()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):J[D.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!E.call(a,"constructor")&&!E.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||E.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(x,"ms-").replace(w,y)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:H?function(a){return a==null?"":H.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?F.call(c,a):e.merge(c,a)}return c},inArray:function(a,b){if(!b)return-1;if(I)return I.call(b,a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=G.call(arguments,2),g=function(){return a.apply(c,f.concat(G.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h){var i=a.length;if(typeof c=="object"){for(var j in c)e.access(a,j,c[j],f,g,d);return a}if(d!==b){f=!h&&f&&e.isFunction(d);for(var k=0;k<i;k++)g(a[k],c,f?d.call(a[k],k,g(a[k],c)):d,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=s.exec(a)||t.exec(a)||u.exec(a)||a.indexOf("compatible")<0&&v.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){J["[object "+b+"]"]=b.toLowerCase()}),A=e.uaMatch(z),A.browser&&(e.browser[A.browser]=!0,e.browser.version=A.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?C=function(){c.removeEventListener("DOMContentLoaded",C,!1),e.ready()}:c.attachEvent&&(C=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",C),e.ready())});return e}(),g="done fail isResolved isRejected promise then always pipe".split(" "),h=[].slice;f.extend({_Deferred:function(){var a=[],b,c,d,e={done:function(){if(!d){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g<h;g++)i=c[g],j=f.type(i),j==="array"?e.done.apply(e,i):j==="function"&&a.push(i);k&&e.resolveWith(k[0],k[1])}return this},resolveWith:function(e,f){if(!d&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(e,f)}finally{b=[e,f],c=0}}return this},resolve:function(){e.resolveWith(this,arguments);return this},isResolved:function(){return!!c||!!b},cancel:function(){d=1,a=[];return this}};return e},Deferred:function(a){var b=f._Deferred(),c=f._Deferred(),d;f.extend(b,{then:function(a,c){b.done(a).fail(c);return this},always:function(){return b.done.apply(b,arguments).fail.apply(this,arguments)},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,pipe:function(a,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[c,"reject"]},function(a,c){var e=c[0],g=c[1],h;f.isFunction(e)?b[a](function(){h=e.apply(this,arguments),h&&f.isFunction(h.promise)?h.promise().then(d.resolve,d.reject):d[g+"With"](this===b?d:this,[h])}):b[a](d[g])})}).promise()},promise:function(a){if(a==null){if(d)return d;d=a={}}var c=g.length;while(c--)a[g[c]]=b[g[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function i(a){return function(c){b[a]=arguments.length>1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c<d;c++)b[c]&&f.isFunction(b[c].promise)?b[c].promise().then(i(c),g.reject):--e;e||g.resolveWith(g,b)}else g!==a&&g.resolveWith(g,d?[a]:[]);return g.promise()}}),f.support=function(){var a=c.createElement("div"),b=c.documentElement,d,e,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u;a.setAttribute("className","t"),a.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=a.getElementsByTagName("input")[0],k={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,k.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,k.optDisabled=!h.disabled;try{delete a.test}catch(v){k.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){k.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),k.radioValue=i.value==="t",i.setAttribute("checked","checked"),a.appendChild(i),l=c.createDocumentFragment(),l.appendChild(a.firstChild),k.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",m=c.getElementsByTagName("body")[0],o=c.createElement(m?"div":"body"),p={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},m&&f.extend(p,{position:"absolute",left:"-1000px",top:"-1000px"});for(t in p)o.style[t]=p[t];o.appendChild(a),n=m||b,n.insertBefore(o,n.firstChild),k.appendChecked=i.checked,k.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,k.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",k.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",q=a.getElementsByTagName("td"),u=q[0].offsetHeight===0,q[0].style.display="",q[1].style.display="none",k.reliableHiddenOffsets=u&&q[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",a.appendChild(j),k.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0),o.innerHTML="",n.removeChild(o);if(a.attachEvent)for(t in{submit:1,change:1,focusin:1})s="on"+t,u=s in a,u||(a.setAttribute(s,"return;"),u=typeof a[s]=="function"),k[t+"Bubbles"]=u;o=l=g=h=m=j=a=i=null;return k}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i=f.expando,j=typeof c=="string",k=a.nodeType,l=k?f.cache:a,m=k?a[f.expando]:a[f.expando]&&f.expando;if((!m||e&&m&&l[m]&&!l[m][i])&&j&&d===b)return;m||(k?a[f.expando]=m=++f.uuid:m=f.expando),l[m]||(l[m]={},k||(l[m].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?l[m][i]=f.extend(l[m][i],c):l[m]=f.extend(l[m],c);g=l[m],e&&(g[i]||(g[i]={}),g=g[i]),d!==b&&(g[f.camelCase(c)]=d);if(c==="events"&&!g[c])return g[i]&&g[i].events;j?(h=g[c],h==null&&(h=g[f.camelCase(c)])):h=g;return h}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e=f.expando,g=a.nodeType,h=g?f.cache:a,i=g?a[f.expando]:f.expando;if(!h[i])return;if(b){d=c?h[i][e]:h[i];if(d){d[b]||(b=f.camelCase(b)),delete d[b];if(!l(d))return}}if(c){delete h[i][e];if(!l(h[i]))return}var j=h[i][e];f.support.deleteExpando||!h.setInterval?delete h[i]:h[i]=null,j?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=j):g&&(f.support.deleteExpando?delete a[f.expando]:a.removeAttribute?a.removeAttribute(f.expando):a[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),k(this[0],g,d[g]))}}return d}if(typeof a=="object")return this.each(function(){f.data(this,a)});var j=a.split(".");j[1]=j[1]?"."+j[1]:"";if(c===b){d=this.triggerHandler("getData"+j[1]+"!",[j[0]]),d===b&&this.length&&(d=f.data(this[0],a),d=k(this[0],a,d));return d===b&&j[1]?this.data(j[0]):d}return this.each(function(){var b=f(this),d=[j[0],c];b.triggerHandler("setData"+j[1]+"!",d),f.data(this,a,c),b.triggerHandler("changeData"+j[1]+"!",d)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,c){a&&(c=(c||"fx")+"mark",f.data(a,c,(f.data(a,c,b,!0)||0)+1,!0))},_unmark:function(a,c,d){a!==!0&&(d=c,c=a,a=!1);if(c){d=d||"fx";var e=d+"mark",g=a?0:(f.data(c,e,b,!0)||1)-1;g?f.data(c,e,g,!0):(f.removeData(c,e,!0),m(c,d,"mark"))}},queue:function(a,c,d){if(a){c=(c||"fx")+"queue";var e=f.data(a,c,b,!0);d&&(!e||f.isArray(d)?e=f.data(a,c,f.makeArray(d),!0):e.push(d));return e||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e;d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),d.call(a,function(){f.dequeue(a,b)})),c.length||(f.removeData(a,b+"queue",!0),m(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return f.queue(this[0],a);return this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){f.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f._Deferred(),!0))h++,l.done(m);m();return d.promise()}});var n=/[\n\t\r]/g,o=/\s+/,p=/\r/g,q=/^(?:button|input)$/i,r=/^(?:button|input|object|select|textarea)$/i,s=/^a(?:rea)?$/i,t=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,u,v;f.fn.extend({attr:function(a,b){return f.access(this,a,b,!0,f.attr)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,a,b,!0,f.prop)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(o);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(o);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(n," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(o);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(n," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(p,""):d==null?"":d}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h<i;h++){var j=e[h];if(j.selected&&(f.support.optDisabled?!j.disabled:j.getAttribute("disabled")===null)&&(!j.parentNode.disabled||!f.nodeName(j.parentNode,"optgroup"))){b=f(j).val();if(g)return b;d.push(b)}}if(g&&!d.length&&e.length)return f(e[c]).val();return d},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);j&&(c=f.attrFix[c]||c,i=f.attrHooks[c],i||(t.test(c)?i=v:u&&(i=u)));if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j&&(h=i.get(a,c))!==null)return h;h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.attr(a,b,""),a.removeAttribute(b),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(u&&f.nodeName(a,"button"))return u.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(u&&f.nodeName(a,"button"))return u.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);i&&(c=f.propFix[c]||c,h=f.propHooks[c]);return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==null?g:a[c]},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabIndex=f.propHooks.tabIndex,v={get:function(a,c){var d;return f.prop(a,c)===!0||(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},f.support.getSetAttribute||(u=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var w=/\.(.*)$/,x=/^(?:textarea|input|select)$/i,y=/\./g,z=/ /g,A=/[^\w\s.|`]/g,B=function(a){return a.replace(A,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=C;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=C);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),B).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j<p.length;j++){q=p[j];if(l||n.test(q.namespace))f.event.remove(a,r,q.handler,j),p.splice(j--,1)}continue}o=f.event.special[h]||{};for(j=e||0;j<p.length;j++){q=p[j];if(d.guid===q.guid){if(l||n.test(q.namespace))e==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(e!=null)break}}if(p.length===0||e!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&f.removeEvent(a,h,s.handle),g=null,delete
  t[h]}if(f.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){var h=c.type||c,i=[],j;h.indexOf("!")>=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h<i;h++){var j=d[h];if(e||c.namespace_re.test(j.namespace)){c.handler=j.handler,c.data=j.data,c.handleObj=j;var k=j.handler.apply(this,g);k!==b&&(c.result=k,k===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[f.expando])return a;var d=a;a=f.Event(d);for(var e=this.props.length,g;e;)g=this.props[--e],a[g]=d[g];a.target||(a.target=a.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var h=a.target.ownerDocument||c,i=h.documentElement,j=h.body;a.pageX=a.clientX+(i&&i.scrollLeft||j&&j.scrollLeft||0)-(i&&i.clientLeft||j&&j.clientLeft||0),a.pageY=a.clientY+(i&&i.scrollTop||j&&j.scrollTop||0)-(i&&i.clientTop||j&&j.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:f.proxy,special:{ready:{setup:f.bindReady,teardown:f.noop},live:{add:function(a){f.event.add(this,M(a.origType,a.selector),f.extend({},a,{handler:L,guid:a.handler.guid}))},remove:function(a){f.event.remove(this,M(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!this.preventDefault)return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?D:C):this.type=a,b&&f.extend(this,b),this.timeStamp=f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=D;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=D;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=D,this.stopPropagation()},isDefaultPrevented:C,isPropagationStopped:C,isImmediatePropagationStopped:C};var E=function(a){var b=a.relatedTarget,c=!1,d=a.type;a.type=a.data,b!==this&&(b&&(c=f.contains(this,b)),c||(f.event.handle.apply(this,arguments),a.type=d))},F=function(a){a.type=a.data,f.event.handle.apply(this,arguments)};f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={setup:function(c){f.event.add(this,b,c&&c.selector?F:E,a)},teardown:function(a){f.event.remove(this,b,a&&a.selector?F:E)}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(a,b){if(!f.nodeName(this,"form"))f.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=f.nodeName(b,"input")||f.nodeName(b,"button")?b.type:"";(c==="submit"||c==="image")&&f(b).closest("form").length&&J("submit",this,arguments)}),f.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=f.nodeName(b,"input")||f.nodeName(b,"button")?b.type:"";(c==="text"||c==="password")&&f(b).closest("form").length&&a.keyCode===13&&J("submit",this,arguments)});else return!1},teardown:function(a){f.event.remove(this,".specialSubmit")}});if(!f.support.changeBubbles){var G,H=function(a){var b=f.nodeName(a,"input")?a.type:"",c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},I=function(c){var d=c.target,e,g;if(!!x.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=H(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:I,beforedeactivate:I,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&I.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&I.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",H(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in G)f.event.add(this,c+".specialChange",G[c]);return x.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return x.test(this.nodeName)}},G=f.event.special.change.filters,G.focus=G.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i<j;i++)f.event.add(this[i],a,g,d);return this}}),f.fn.extend({unbind:function(a,b){if(typeof a=="object"&&!a.preventDefault)for(var c in a)this.unbind(c,a[c]);else for(var d=0,e=this.length;d<e;d++)f.event.remove(this[d],a,b);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f.data(this,"lastToggle"+a.guid)||0)%d;f.data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var K={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};f.each(["live","die"],function(a,c){f.fn[c]=function(a,d,e,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:f(this.context);if(typeof a=="object"&&!a.preventDefault){for(var o in a)n[c](o,d,a[o],m);return this}if(c==="die"&&!a&&g&&g.charAt(0)==="."){n.unbind(g);return this}if(d===!1||f.isFunction(d))e=d||C,d=b;a=(a||"").split(" ");while((h=a[i++])!=null){j=w.exec(h),k="",j&&(k=j[0],h=h.replace(w,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,K[h]?(a.push(K[h]+k),h=h+k):h=(K[h]||h)+k;if(c==="live")for(var p=0,q=n.length;p<q;p++)f.event.add(n[p],"live."+M(h,m),{data:d,selector:m,handler:e,origType:h,origHandler:e,preType:l});else n.unbind("live."+M(h,m),e)}return this}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(!f)g=o=!0;else if(f===!0)continue}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("parentNode",b,f,a,e,c)},"~":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("previousSibling",b,f,a,e,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c<f;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;c.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){if(a===b){g=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};f.find=k,f.expr=k.selectors,f.expr[":"]=f.expr.filters,f.unique=k.uniqueSort,f.text=k.getText,f.isXMLDoc=k.isXML,f.contains=k.contains}();var N=/Until$/,O=/^(?:parents|prevUntil|prevAll)/,P=/,/,Q=/^.[^:#\[\.,]*$/,R=Array.prototype.slice,S=f.expr.match.POS,T={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(V(this,a,!1),"not",a)},filter:function(a){return this.pushStack(V(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d<e;d++)i=a[d],j[i]||(j[i]=S.test(i)?f(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i in j)h=j[i],(h.jquery?h.index(g)>-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=S.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(l?l.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(U(c[0])||U(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=R.call(arguments);N.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!T[a]?f.unique(e):e,(this.length>1||P.test(d))&&O.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/<tbody/i,_=/<|&#?\w+;/,ba=/<(?:script|object|embed|option|style)/i,bb=/checked\s*(?:[^=]|=\s*.checked.)/i,bc=/\/(java|ecma)script/i,bd=/^\s*<!(?:\[CDATA\[|\-\-)/,be={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};be.optgroup=be.option,be.tbody=be.tfoot=be.colgroup=be.caption=be.thead,be.th=be.td,f.support.htmlSerialize||(be._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!be[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)this[c].nodeType===1&&(f.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(e){this.empty().append(a)}}else f.isFunction(a)?this.each(function(b){var c=f(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bb.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bf(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,bl)}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i;b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof a[0]=="string"&&a[0].length<512&&i===c&&a[0].charAt(0)==="<"&&!ba.test(a[0])&&(f.support.checkClone||!bb.test(a[0]))&&(g=!0,h=f.fragments[a[0]],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean
  (a,i,e,d)),g&&(f.fragments[a[0]]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bh(a,d),e=bi(a),g=bi(d);for(h=0;e[h];++h)g[h]&&bh(e[h],g[h])}if(b){bg(a,d);if(c){e=bi(a),g=bi(d);for(h=0;e[h];++h)bg(e[h],g[h])}}e=g=null;return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1></$2>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=be[l]||be._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]==="<table>"&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i<r;i++)bk(k[i]);else bk(k);k.nodeType?h.push(k):h=f.merge(h,k)}if(d){g=function(a){return!a.type||bc.test(a.type)};for(j=0;h[j];j++)if(e&&f.nodeName(h[j],"script")&&(!h[j].type||h[j].type.toLowerCase()==="text/javascript"))e.push(h[j].parentNode?h[j].parentNode.removeChild(h[j]):h[j]);else{if(h[j].nodeType===1){var s=f.grep(h[j].getElementsByTagName("script"),g);h.splice.apply(h,[j+1,0].concat(s))}d.appendChild(h[j])}}return h},cleanData:function(a){var b,c,d=f.cache,e=f.expando,g=f.event.special,h=f.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&f.noData[j.nodeName.toLowerCase()])continue;c=j[f.expando];if(c){b=d[c]&&d[c][e];if(b&&b.events){for(var k in b.events)g[k]?f.event.remove(j,k):f.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[f.expando]:j.removeAttribute&&j.removeAttribute(f.expando),delete d[c]}}}});var bm=/alpha\([^)]*\)/i,bn=/opacity=([^)]*)/,bo=/([A-Z]|^ms)/g,bp=/^-?\d+(?:px)?$/i,bq=/^-?\d/,br=/^([\-+])=([\-+.\de]+)/,bs={position:"absolute",visibility:"hidden",display:"block"},bt=["Left","Right"],bu=["Top","Bottom"],bv,bw,bx;f.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return f.access(this,a,c,!0,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)})},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bv(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=br.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(bv)return bv(a,c)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]}}),f.curCSS=f.css,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0)return by(a,b,d);f.swap(a,bs,function(){e=by(a,b,d)});return e}},set:function(a,b){if(!bp.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bn.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bm,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bm.test(g)?g.replace(bm,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bv(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bw=function(a,c){var d,e,g;c=c.replace(bo,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bx=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bp.test(d)&&bq.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bv=bw||bx,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bz=/%20/g,bA=/\[\]$/,bB=/\r?\n/g,bC=/#.*$/,bD=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bE=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bF=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bG=/^(?:GET|HEAD)$/,bH=/^\/\//,bI=/\?/,bJ=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bK=/^(?:select|textarea)/i,bL=/\s+/,bM=/([?&])_=[^&]*/,bN=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bO=f.fn.load,bP={},bQ={},bR,bS,bT=["*/"]+["*"];try{bR=e.href}catch(bU){bR=c.createElement("a"),bR.href="",bR=bR.href}bS=bN.exec(bR.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bO)return bO.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bJ,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bK.test(this.nodeName)||bE.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bB,"\r\n")}}):{name:b.name,value:c.replace(bB,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?bX(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),bX(a,b);return a},ajaxSettings:{url:bR,isLocal:bF.test(bS[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bT},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bV(bP),ajaxTransport:bV(bQ),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?bZ(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=b$(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bD.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bC,"").replace(bH,bS[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bL),d.crossDomain==null&&(r=bN.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bS[1]&&r[2]==bS[2]&&(r[3]||(r[1]==="http:"?80:443))==(bS[3]||(bS[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bW(bP,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bG.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bI.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bM,"$1_="+x);d.url=y+(y===d.url?(bI.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bT+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bW(bQ,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){s<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bY(g,a[g],c,e);return d.join("&").replace(bz,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var b_=f.now(),ca=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+b_++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ca.test(b.url)||e&&ca.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ca,l),b.url===j&&(e&&(k=k.replace(ca,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cb=a.ActiveXObject?function(){for(var a in cd)cd[a](0,1)}:!1,cc=0,cd;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ce()||cf()}:ce,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cb&&delete cd[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cc,cb&&(cd||(cd={},f(a).unload(cb)),cd[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cg={},ch,ci,cj=/^(?:toggle|show|hide)$/,ck=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cl,cm=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cn;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cq("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),e===""&&f.css(d,"display")==="none"&&f._data(d,"olddisplay",cr(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(cq("hide",3),a,b,c);for(var d=0,e=this.length;d<e;d++)if(this[d].style){var g=f.css(this[d],"display");g!=="none"&&!f._data(this[d],"olddisplay")&&f._data(this[d],"olddisplay",g)}for(d=0;d<e;d++)this[d].style&&(this[d].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(cq("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return this[e.queue===!1?"each":"queue"](function(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]),h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(f.support.inlineBlockNeedsLayout?(j=cr(this.nodeName),j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)):this.style.display="inline-block"))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)k=new f.fx(this,b,i),h=a[i],cj.test(h)?k[h==="toggle"?d?"show":"hide":h]():(l=ck.exec(h),m=k.cur(),l?(n=parseFloat(l[2]),o=l[3]||(f.cssNumber[i]?"":"px"),o!=="px"&&(f.style(this,i,(n||1)+o),m=(n||1)/k.cur()*m,f.style(this,i,m+o)),l[1]&&(n=(l[1]==="-="?-1:1)*n+m),k.custom(m,n,o)):k.custom(m,h,""));return!0})},stop:function(a,b){a&&this.queue([]),this.each(function(){var a=f.timers,c=a.length;b||f._unmark(!0,this);while(c--)a[c].elem===this&&(b&&a[c](!0),a.splice(c,1))}),b||this.dequeue();return this}}),f.each({slideDown:cq("show",1),slideUp:cq("hide",1),slideToggle:cq("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default,d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue!==!1?f.dequeue(this):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function g(a){return d.step(a)}var d=this,e=f.fx;this.startTime=cn||co(),this.start=a,this.end=b,this.unit=c||this.unit||(f.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,g.elem=this.elem,g()&&f.timers.push(g)&&!cl&&(cl=setInterval(e.tick,e.interval))},show:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=cn||co(),c=!0,d=this.elem,e=this.options,g,h;if(a||b>=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b<a.length;++b)a[b]()||a.splice(b--,1);a.length||f.fx.stop()},interval:13,stop:function(){clearInterval(cl),cl=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cs=/^t(?:able|d|h)$/i,ct=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?f.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(d){}var e=b.ownerDocument,g=e.documentElement;if(!c||!f.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=e.body,i=cu(e),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||f.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||f.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:f.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);f.offset.initialize();var c,d=b.offsetParent,e=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.offset.supportsFixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===d&&(l+=b.offsetTop,m+=b.offsetLeft,f.offset.doesNotAddBorder&&(!f.offset.doesAddBorderForTableAndCells||!cs.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),e=d,d=b.offsetParent),f.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;f.offset.supportsFixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},f.offset={initialize:function(){var a=c.body,b=c.createElement("div"),d,e,g,h,i=parseFloat(f.css(a,"marginTop"))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=ct.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!ct.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cu(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cu(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(f.css(a,d,"padding")):null},f.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(f.css(b,d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNaN(j)?i:j}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window);
  /*! jQuery Mobile v1.0rc2 jquerymobile.com | jquery.org/license */
  (function(a,e){if(a.cleanData){var b=a.cleanData;a.cleanData=function(f){for(var d=0,c;(c=f[d])!=null;d++)a(c).triggerHandler("remove");b(f)}}else{var c=a.fn.remove;a.fn.remove=function(b,d){return this.each(function(){d||(!b||a.filter(b,[this]).length)&&a("*",this).add([this]).each(function(){a(this).triggerHandler("remove")});return c.call(a(this),b,d)})}}a.widget=function(b,d,c){var e=b.split(".")[0],i,b=b.split(".")[1];i=e+"-"+b;if(!c)c=d,d=a.Widget;a.expr[":"][i]=function(d){return!!a.data(d,
  b)};a[e]=a[e]||{};a[e][b]=function(a,b){arguments.length&&this._createWidget(a,b)};d=new d;d.options=a.extend(true,{},d.options);a[e][b].prototype=a.extend(true,d,{namespace:e,widgetName:b,widgetEventPrefix:a[e][b].prototype.widgetEventPrefix||b,widgetBaseClass:i},c);a.widget.bridge(b,a[e][b])};a.widget.bridge=function(b,d){a.fn[b]=function(c){var h=typeof c==="string",i=Array.prototype.slice.call(arguments,1),k=this,c=!h&&i.length?a.extend.apply(null,[true,c].concat(i)):c;if(h&&c.charAt(0)==="_")return k;
  h?this.each(function(){var d=a.data(this,b);if(!d)throw"cannot call methods on "+b+" prior to initialization; attempted to call method '"+c+"'";if(!a.isFunction(d[c]))throw"no such method '"+c+"' for "+b+" widget instance";var h=d[c].apply(d,i);if(h!==d&&h!==e)return k=h,false}):this.each(function(){var e=a.data(this,b);e?e.option(c||{})._init():a.data(this,b,new d(c,this))});return k}};a.Widget=function(a,b){arguments.length&&this._createWidget(a,b)};a.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",
  options:{disabled:false},_createWidget:function(b,d){a.data(d,this.widgetName,this);this.element=a(d);this.options=a.extend(true,{},this.options,this._getCreateOptions(),b);var c=this;this.element.bind("remove."+this.widgetName,function(){c.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){var b={};a.metadata&&(b=a.metadata.get(element)[this.widgetName]);return b},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);
  this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(b,d){var c=b;if(arguments.length===0)return a.extend({},this.options);if(typeof b==="string"){if(d===e)return this.options[b];c={};c[b]=d}this._setOptions(c);return this},_setOptions:function(b){var d=this;a.each(b,function(a,b){d._setOption(a,b)});return this},_setOption:function(a,b){this.options[a]=b;a==="disabled"&&
  this.widget()[b?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",b);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(b,d,c){var e=this.options[b],d=a.Event(d);d.type=(b===this.widgetEventPrefix?b:this.widgetEventPrefix+b).toLowerCase();c=c||{};if(d.originalEvent)for(var b=a.event.props.length,i;b;)i=a.event.props[--b],d[i]=d.originalEvent[i];this.element.trigger(d,
  c);return!(a.isFunction(e)&&e.call(this.element[0],d,c)===false||d.isDefaultPrevented())}}})(jQuery);
  (function(a,e){a.widget("mobile.widget",{_createWidget:function(){a.Widget.prototype._createWidget.apply(this,arguments);this._trigger("init")},_getCreateOptions:function(){var b=this.element,c={};a.each(this.options,function(a){var d=b.jqmData(a.replace(/[A-Z]/g,function(a){return"-"+a.toLowerCase()}));d!==e&&(c[a]=d)});return c},enhanceWithin:function(b){var c=a(b).closest(":jqmData(role='page')").data("page"),c=c&&c.keepNativeSelector()||"";a(this.options.initSelector,b).not(c)[this.widgetName]()}})})(jQuery);
  (function(a){a(window);var e=a("html");a.mobile.media=function(){var b={},c=a("<div id='jquery-mediatest'>"),f=a("<body>").append(c);return function(a){if(!(a in b)){var g=document.createElement("style"),h="@media "+a+" { #jquery-mediatest { position:absolute; } }";g.type="text/css";g.styleSheet?g.styleSheet.cssText=h:g.appendChild(document.createTextNode(h));e.prepend(f).prepend(g);b[a]=c.css("position")==="absolute";f.add(g).remove()}return b[a]}}()})(jQuery);
  (function(a,e){function b(a){var b=a.charAt(0).toUpperCase()+a.substr(1),a=(a+" "+d.join(b+" ")+b).split(" "),c;for(c in a)if(f[a[c]]!==e)return true}var c=a("<body>").prependTo("html"),f=c[0].style,d=["Webkit","Moz","O"],g="palmGetResource"in window,h=window.blackberry;a.mobile.browser={};a.mobile.browser.ie=function(){for(var a=3,b=document.createElement("div"),d=b.all||[];b.innerHTML="<\!--[if gt IE "+ ++a+"]><br><![endif]--\>",d[0];);return a>4?a:!a}();a.extend(a.support,{orientation:"orientation"in
  window&&"onorientationchange"in window,touch:"ontouchend"in document,cssTransitions:"WebKitTransitionEvent"in window,pushState:"pushState"in history&&"replaceState"in history,mediaquery:a.mobile.media("only all"),cssPseudoElement:!!b("content"),touchOverflow:!!b("overflowScrolling"),boxShadow:!!b("boxShadow")&&!h,scrollTop:("pageXOffset"in window||"scrollTop"in document.documentElement||"scrollTop"in c[0])&&!g,dynamicBaseTag:function(){var b=location.protocol+"//"+location.host+location.pathname+
  "ui-dir/",d=a("head base"),f=null,e="",g;d.length?e=d.attr("href"):d=f=a("<base>",{href:b}).appendTo("head");g=a("<a href='testurl' />").prependTo(c)[0].href;d[0].href=e||location.pathname;f&&f.remove();return g.indexOf(b)===0}()});c.remove();g=function(){var a=window.navigator.userAgent;return a.indexOf("Nokia")>-1&&(a.indexOf("Symbian/3")>-1||a.indexOf("Series60/5")>-1)&&a.indexOf("AppleWebKit")>-1&&a.match(/(BrowserNG|NokiaBrowser)\/7\.[0-3]/)}();a.mobile.ajaxBlacklist=window.blackberry&&!window.WebKitPoint||
  window.operamini&&Object.prototype.toString.call(window.operamini)==="[object OperaMini]"||g;g&&a(function(){a("head link[rel='stylesheet']").attr("rel","alternate stylesheet").attr("rel","stylesheet")});a.support.boxShadow||a("html").addClass("ui-mobile-nosupport-boxshadow")})(jQuery);
  (function(a,e,b,c){function f(a){for(;a&&typeof a.originalEvent!=="undefined";)a=a.originalEvent;return a}function d(b){for(var d={},f,c;b;){f=a.data(b,n);for(c in f)if(f[c])d[c]=d.hasVirtualBinding=true;b=b.parentNode}return d}function g(){v&&(clearTimeout(v),v=0);v=setTimeout(function(){E=v=0;u.length=0;D=false;y=true},a.vmouse.resetTimerDuration)}function h(b,d,s){var e,g;if(!(g=s&&s[b])){if(s=!s)a:{for(s=d.target;s;){if((g=a.data(s,n))&&(!b||g[b]))break a;s=s.parentNode}s=null}g=s}if(g){e=d;var s=
  e.type,j,i;e=a.Event(e);e.type=b;g=e.originalEvent;j=a.event.props;if(g)for(i=j.length;i;)b=j[--i],e[b]=g[b];if(s.search(/mouse(down|up)|click/)>-1&&!e.which)e.which=1;if(s.search(/^touch/)!==-1&&(b=f(g),s=b.touches,b=b.changedTouches,s=s&&s.length?s[0]:b&&b.length?b[0]:c))for(g=0,len=z.length;g<len;g++)b=z[g],e[b]=s[b];a(d.target).trigger(e)}return e}function i(b){var d=a.data(b.target,A);if(!D&&(!E||E!==d))if(d=h("v"+b.type,b))d.isDefaultPrevented()&&b.preventDefault(),d.isPropagationStopped()&&
  b.stopPropagation(),d.isImmediatePropagationStopped()&&b.stopImmediatePropagation()}function k(b){var c=f(b).touches,e;if(c&&c.length===1&&(e=b.target,c=d(e),c.hasVirtualBinding))E=s++,a.data(e,A,E),v&&(clearTimeout(v),v=0),w=y=false,e=f(b).touches[0],x=e.pageX,r=e.pageY,h("vmouseover",b,c),h("vmousedown",b,c)}function m(a){y||(w||h("vmousecancel",a,d(a.target)),w=true,g())}function q(b){if(!y){var c=f(b).touches[0],s=w,e=a.vmouse.moveDistanceThreshold;w=w||Math.abs(c.pageX-x)>e||Math.abs(c.pageY-
  r)>e;flags=d(b.target);w&&!s&&h("vmousecancel",b,flags);h("vmousemove",b,flags);g()}}function o(a){if(!y){y=true;var b=d(a.target),c;h("vmouseup",a,b);if(!w&&(c=h("vclick",a,b))&&c.isDefaultPrevented())c=f(a).changedTouches[0],u.push({touchID:E,x:c.clientX,y:c.clientY}),D=true;h("vmouseout",a,b);w=false;g()}}function l(b){var b=a.data(b,n),d;if(b)for(d in b)if(b[d])return true;return false}function j(){}function p(b){var d=b.substr(1);return{setup:function(){l(this)||a.data(this,n,{});a.data(this,
  n)[b]=true;t[b]=(t[b]||0)+1;t[b]===1&&B.bind(d,i);a(this).bind(d,j);if(C)t.touchstart=(t.touchstart||0)+1,t.touchstart===1&&B.bind("touchstart",k).bind("touchend",o).bind("touchmove",q).bind("scroll",m)},teardown:function(){--t[b];t[b]||B.unbind(d,i);C&&(--t.touchstart,t.touchstart||B.unbind("touchstart",k).unbind("touchmove",q).unbind("touchend",o).unbind("scroll",m));var c=a(this),f=a.data(this,n);f&&(f[b]=false);c.unbind(d,j);l(this)||c.removeData(n)}}}var n="virtualMouseBindings",A="virtualTouchID",
  e="vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" "),z="clientX clientY pageX pageY screenX screenY".split(" "),t={},v=0,x=0,r=0,w=false,u=[],D=false,y=false,C="addEventListener"in b,B=a(b),s=1,E=0;a.vmouse={moveDistanceThreshold:10,clickDistanceThreshold:10,resetTimerDuration:1500};for(var F=0;F<e.length;F++)a.event.special[e[F]]=p(e[F]);C&&b.addEventListener("click",function(b){var d=u.length,c=b.target,f,s,e,g,j;if(d){f=b.clientX;s=b.clientY;threshold=a.vmouse.clickDistanceThreshold;
  for(e=c;e;){for(g=0;g<d;g++)if(j=u[g],e===c&&Math.abs(j.x-f)<threshold&&Math.abs(j.y-s)<threshold||a.data(e,A)===j.touchID){b.preventDefault();b.stopPropagation();return}e=e.parentNode}}},true)})(jQuery,window,document);
  (function(a,e,b){function c(b,d,c){var f=c.type;c.type=d;a.event.handle.call(b,c);c.type=f}a.each("touchstart touchmove touchend orientationchange throttledresize tap taphold swipe swipeleft swiperight scrollstart scrollstop".split(" "),function(b,d){a.fn[d]=function(a){return a?this.bind(d,a):this.trigger(d)};a.attrFn[d]=true});var f=a.support.touch,d=f?"touchstart":"mousedown",g=f?"touchend":"mouseup",h=f?"touchmove":"mousemove";a.event.special.scrollstart={enabled:true,setup:function(){function b(a,
  e){f=e;c(d,f?"scrollstart":"scrollstop",a)}var d=this,f,e;a(d).bind("touchmove scroll",function(d){a.event.special.scrollstart.enabled&&(f||b(d,true),clearTimeout(e),e=setTimeout(function(){b(d,false)},50))})}};a.event.special.tap={setup:function(){var b=this,d=a(b);d.bind("vmousedown",function(f){function e(){clearTimeout(p)}function g(){e();d.unbind("vclick",h).unbind("vmouseup",e).unbind("vmousecancel",g)}function h(a){g();j==a.target&&c(b,"tap",a)}if(f.which&&f.which!==1)return false;var j=f.target,
  p;d.bind("vmousecancel",g).bind("vmouseup",e).bind("vclick",h);p=setTimeout(function(){c(b,"taphold",a.Event("taphold"))},750)})}};a.event.special.swipe={scrollSupressionThreshold:10,durationThreshold:1E3,horizontalDistanceThreshold:30,verticalDistanceThreshold:75,setup:function(){var c=a(this);c.bind(d,function(d){function f(b){if(o){var d=b.originalEvent.touches?b.originalEvent.touches[0]:b;l={time:(new Date).getTime(),coords:[d.pageX,d.pageY]};Math.abs(o.coords[0]-l.coords[0])>a.event.special.swipe.scrollSupressionThreshold&&
  b.preventDefault()}}var e=d.originalEvent.touches?d.originalEvent.touches[0]:d,o={time:(new Date).getTime(),coords:[e.pageX,e.pageY],origin:a(d.target)},l;c.bind(h,f).one(g,function(){c.unbind(h,f);o&&l&&l.time-o.time<a.event.special.swipe.durationThreshold&&Math.abs(o.coords[0]-l.coords[0])>a.event.special.swipe.horizontalDistanceThreshold&&Math.abs(o.coords[1]-l.coords[1])<a.event.special.swipe.verticalDistanceThreshold&&o.origin.trigger("swipe").trigger(o.coords[0]>l.coords[0]?"swipeleft":"swiperight");
  o=l=b})})}};(function(a,b){function d(){var a=f();a!==e&&(e=a,c.trigger("orientationchange"))}var c=a(b),f,e;a.event.special.orientationchange={setup:function(){if(a.support.orientation&&a.mobile.orientationChangeEnabled)return false;e=f();c.bind("throttledresize",d)},teardown:function(){if(a.support.orientation&&a.mobile.orientationChangeEnabled)return false;c.unbind("throttledresize",d)},add:function(a){var b=a.handler;a.handler=function(a){a.orientation=f();return b.apply(this,arguments)}}};a.event.special.orientationchange.orientation=
  f=function(){var d=true,d=document.documentElement;return(d=a.support.orientation?b.orientation%180==0:d&&d.clientWidth/d.clientHeight<1.1)?"portrait":"landscape"}})(jQuery,e);(function(){a.event.special.throttledresize={setup:function(){a(this).bind("resize",b)},teardown:function(){a(this).unbind("resize",b)}};var b=function(){f=(new Date).getTime();e=f-d;e>=250?(d=f,a(this).trigger("throttledresize")):(c&&clearTimeout(c),c=setTimeout(b,250-e))},d=0,c,f,e})();a.each({scrollstop:"scrollstart",taphold:"tap",
  swipeleft:"swipe",swiperight:"swipe"},function(b,d){a.event.special[b]={setup:function(){a(this).bind(d,a.noop)}}})})(jQuery,this);
  (function(a,e,b){function c(a){a=a||location.href;return"#"+a.replace(/^[^#]*#?(.*)$/,"$1")}var f="hashchange",d=document,g,h=a.event.special,i=d.documentMode,k="on"+f in e&&(i===b||i>7);a.fn[f]=function(a){return a?this.bind(f,a):this.trigger(f)};a.fn[f].delay=50;h[f]=a.extend(h[f],{setup:function(){if(k)return false;a(g.start)},teardown:function(){if(k)return false;a(g.stop)}});g=function(){function g(){var b=c(),d=n(l);if(b!==l)p(l=b,d),a(e).trigger(f);else if(d!==l)location.href=location.href.replace(/#.*/,
  "")+d;i=setTimeout(g,a.fn[f].delay)}var h={},i,l=c(),j=function(a){return a},p=j,n=j;h.start=function(){i||g()};h.stop=function(){i&&clearTimeout(i);i=b};a.browser.msie&&!k&&function(){var b,e;h.start=function(){if(!b)e=(e=a.fn[f].src)&&e+c(),b=a('<iframe tabindex="-1" title="empty"/>').hide().one("load",function(){e||p(c());g()}).attr("src",e||"javascript:0").insertAfter("body")[0].contentWindow,d.onpropertychange=function(){try{if(event.propertyName==="title")b.document.title=d.title}catch(a){}}};
  h.stop=j;n=function(){return c(b.location.href)};p=function(c,e){var g=b.document,h=a.fn[f].domain;if(c!==e)g.title=d.title,g.open(),h&&g.write('<script>document.domain="'+h+'"<\/script>'),g.close(),b.location.hash=c}}();return h}()})(jQuery,this);
  (function(a){a.widget("mobile.page",a.mobile.widget,{options:{theme:"c",domCache:false,keepNativeDefault:":jqmData(role='none'), :jqmData(role='nojs')"},_create:function(){this._trigger("beforecreate");this.element.attr("tabindex","0").addClass("ui-page ui-body-"+this.options.theme)},keepNativeSelector:function(){var e=this.options;return e.keepNative&&a.trim(e.keepNative)&&e.keepNative!==e.keepNativeDefault?[e.keepNative,e.keepNativeDefault].join(", "):e.keepNativeDefault}})})(jQuery);
  (function(a,e){var b={};a.extend(a.mobile,{ns:"",subPageUrlKey:"ui-page",activePageClass:"ui-page-active",activeBtnClass:"ui-btn-active",ajaxEnabled:true,hashListeningEnabled:true,linkBindingEnabled:true,defaultPageTransition:"slide",minScrollBack:250,defaultDialogTransition:"pop",loadingMessage:"loading",pageLoadErrorMessage:"Error Loading Page",autoInitializePage:true,pushStateEnabled:true,orientationChangeEnabled:true,gradeA:function(){return a.support.mediaquery||a.mobile.browser.ie&&a.mobile.browser.ie>=
  7},keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91},silentScroll:function(b){if(a.type(b)!=="number")b=a.mobile.defaultHomeScroll;a.event.special.scrollstart.enabled=false;
  setTimeout(function(){e.scrollTo(0,b);a(document).trigger("silentscroll",{x:0,y:b})},20);setTimeout(function(){a.event.special.scrollstart.enabled=true},150)},nsNormalizeDict:b,nsNormalize:function(d){return!d?void 0:b[d]||(b[d]=a.camelCase(a.mobile.ns+d))},getInheritedTheme:function(a,b){for(var c=a[0],f="",e=/ui-(bar|body)-([a-z])\b/,m,q;c;){m=c.className||"";if((q=e.exec(m))&&(f=q[2]))break;c=c.parentNode}return f||b||"a"}});a.fn.jqmData=function(b,c){var f;typeof b!="undefined"&&(f=this.data(b?
  a.mobile.nsNormalize(b):b,c));return f};a.jqmData=function(b,c,f){var e;typeof c!="undefined"&&(e=a.data(b,c?a.mobile.nsNormalize(c):c,f));return e};a.fn.jqmRemoveData=function(b){return this.removeData(a.mobile.nsNormalize(b))};a.jqmRemoveData=function(b,c){return a.removeData(b,a.mobile.nsNormalize(c))};a.fn.removeWithDependents=function(){a.removeWithDependents(this)};a.removeWithDependents=function(b){b=a(b);(b.jqmData("dependents")||a()).remove();b.remove()};a.fn.addDependents=function(b){a.addDependents(a(this),
  b)};a.addDependents=function(b,c){var f=a(b).jqmData("dependents")||a();a(b).jqmData("dependents",a.merge(f,c))};a.fn.getEncodedText=function(){return a("<div/>").text(a(this).text()).html()};var c=a.find,f=/:jqmData\(([^)]*)\)/g;a.find=function(b,e,h,i){b=b.replace(f,"[data-"+(a.mobile.ns||"")+"$1]");return c.call(this,b,e,h,i)};a.extend(a.find,c);a.find.matches=function(b,c){return a.find(b,null,null,c)};a.find.matchesSelector=function(b,c){return a.find(c,null,null,[b]).length>0}})(jQuery,this);
  (function(a,e){function b(a){var b=a.find(".ui-title:eq(0)");b.length?b.focus():a.focus()}function c(b){p&&(!p.closest(".ui-page-active").length||b)&&p.removeClass(a.mobile.activeBtnClass);p=null}function f(){z=false;A.length>0&&a.mobile.changePage.apply(null,A.pop())}function d(c,d,f,e){var j=a.mobile.urlHistory.getActive(),h=a.support.touchOverflow&&a.mobile.touchOverflowEnabled,i=j.lastScroll||(h?0:a.mobile.defaultHomeScroll),j=g();window.scrollTo(0,a.mobile.defaultHomeScroll);d&&d.data("page")._trigger("beforehide",
  null,{nextPage:c});h||c.height(j+i);c.data("page")._trigger("beforeshow",null,{prevPage:d||a("")});a.mobile.hidePageLoadingMsg();h&&i&&(c.addClass("ui-mobile-pre-transition"),b(c),c.is(".ui-native-fixed")?c.find(".ui-content").scrollTop(i):c.scrollTop(i));f=(a.mobile.transitionHandlers[f||"none"]||a.mobile.defaultTransitionHandler)(f,e,c,d);f.done(function(){h||(c.height(""),b(c));h||a.mobile.silentScroll(i);d&&(h||d.height(""),d.data("page")._trigger("hide",null,{nextPage:c}));c.data("page")._trigger("show",
  null,{prevPage:d||a("")})});return f}function g(){var b=a.event.special.orientationchange.orientation()==="portrait",c=b?screen.availHeight:screen.availWidth,b=Math.max(b?480:320,a(window).height());return Math.min(c,b)}function h(){(!a.support.touchOverflow||!a.mobile.touchOverflowEnabled)&&a("."+a.mobile.activePageClass).css("min-height",g())}function i(b,c){c&&b.attr("data-"+a.mobile.ns+"role",c);b.page()}function k(a){for(;a;){if(a.nodeName.toLowerCase()=="a")break;a=a.parentNode}return a}function m(b){var b=
  a(b).closest(".ui-page").jqmData("url"),c=r.hrefNoHash;if(!b||!j.isPath(b))b=c;return j.makeUrlAbsolute(b,c)}var q=a(window),o=a("html"),l=a("head"),j={urlParseRE:/^(((([^:\/#\?]+:)?(?:(\/\/)((?:(([^:@\/#\?]+)(?:\:([^:@\/#\?]+))?)@)?(([^:\/#\?\]\[]+|\[[^\/\]@#?]+\])(?:\:([0-9]+))?))?)?)?((\/?(?:[^\/\?#]+\/+)*)([^\?#]*)))?(\?[^#]+)?)(#.*)?/,parseUrl:function(b){if(a.type(b)==="object")return b;b=j.urlParseRE.exec(b||"")||[];return{href:b[0]||"",hrefNoHash:b[1]||"",hrefNoSearch:b[2]||"",domain:b[3]||
  "",protocol:b[4]||"",doubleSlash:b[5]||"",authority:b[6]||"",username:b[8]||"",password:b[9]||"",host:b[10]||"",hostname:b[11]||"",port:b[12]||"",pathname:b[13]||"",directory:b[14]||"",filename:b[15]||"",search:b[16]||"",hash:b[17]||""}},makePathAbsolute:function(a,b){if(a&&a.charAt(0)==="/")return a;for(var a=a||"",c=(b=b?b.replace(/^\/|(\/[^\/]*|[^\/]+)$/g,""):"")?b.split("/"):[],d=a.split("/"),f=0;f<d.length;f++){var e=d[f];switch(e){case ".":break;case "..":c.length&&c.pop();break;default:c.push(e)}}return"/"+
  c.join("/")},isSameDomain:function(a,b){return j.parseUrl(a).domain===j.parseUrl(b).domain},isRelativeUrl:function(a){return j.parseUrl(a).protocol===""},isAbsoluteUrl:function(a){return j.parseUrl(a).protocol!==""},makeUrlAbsolute:function(a,b){if(!j.isRelativeUrl(a))return a;var c=j.parseUrl(a),d=j.parseUrl(b),f=c.protocol||d.protocol,e=c.protocol?c.doubleSlash:c.doubleSlash||d.doubleSlash,g=c.authority||d.authority,h=c.pathname!=="",i=j.makePathAbsolute(c.pathname||d.filename,d.pathname);return f+
  e+g+i+(c.search||!h&&d.search||"")+c.hash},addSearchParams:function(b,c){var d=j.parseUrl(b),f=typeof c==="object"?a.param(c):c,e=d.search||"?";return d.hrefNoSearch+e+(e.charAt(e.length-1)!=="?"?"&":"")+f+(d.hash||"")},convertUrlToDataUrl:function(a){var b=j.parseUrl(a);if(j.isEmbeddedPage(b))return b.hash.split(t)[0].replace(/^#/,"");else if(j.isSameDomain(b,r))return b.hrefNoHash.replace(r.domain,"");return a},get:function(a){if(a===e)a=location.hash;return j.stripHash(a).replace(/[^\/]*\.[^\/*]+$/,
  "")},getFilePath:function(b){var c="&"+a.mobile.subPageUrlKey;return b&&b.split(c)[0].split(t)[0]},set:function(a){location.hash=a},isPath:function(a){return/\//.test(a)},clean:function(a){return a.replace(r.domain,"")},stripHash:function(a){return a.replace(/^#/,"")},cleanHash:function(a){return j.stripHash(a.replace(/\?.*$/,"").replace(t,""))},isExternal:function(a){a=j.parseUrl(a);return a.protocol&&a.domain!==x.domain?true:false},hasProtocol:function(a){return/^(:?\w+:)/.test(a)},isFirstPageUrl:function(b){var b=
  j.parseUrl(j.makeUrlAbsolute(b,r)),c=a.mobile.firstPage,c=c&&c[0]?c[0].id:e;return(b.hrefNoHash===x.hrefNoHash||w&&b.hrefNoHash===r.hrefNoHash)&&(!b.hash||b.hash==="#"||c&&b.hash.replace(/^#/,"")===c)},isEmbeddedPage:function(a){a=j.parseUrl(a);return a.protocol!==""?a.hash&&(a.hrefNoHash===x.hrefNoHash||w&&a.hrefNoHash===r.hrefNoHash):/^#/.test(a.href)}},p=null,n={stack:[],activeIndex:0,getActive:function(){return n.stack[n.activeIndex]},getPrev:function(){return n.stack[n.activeIndex-1]},getNext:function(){return n.stack[n.activeIndex+
  1]},addNew:function(a,b,c,d,f){n.getNext()&&n.clearForward();n.stack.push({url:a,transition:b,title:c,pageUrl:d,role:f});n.activeIndex=n.stack.length-1},clearForward:function(){n.stack=n.stack.slice(0,n.activeIndex+1)},directHashChange:function(b){var c,d,f;this.getActive();a.each(n.stack,function(a,e){b.currentUrl===e.url&&(c=a<n.activeIndex,d=!c,f=a)});this.activeIndex=f!==e?f:this.activeIndex;c?(b.either||b.isBack)(true):d&&(b.either||b.isForward)(false)},ignoreNextHashChange:false},A=[],z=false,
  t="&ui-state=dialog",v=l.children("base"),x=j.parseUrl(location.href),r=v.length?j.parseUrl(j.makeUrlAbsolute(v.attr("href"),x.href)):x,w=x.hrefNoHash!==r.hrefNoHash,u=a.support.dynamicBaseTag?{element:v.length?v:a("<base>",{href:r.hrefNoHash}).prependTo(l),set:function(a){u.element.attr("href",j.makeUrlAbsolute(a,r))},reset:function(){u.element.attr("href",r.hrefNoHash)}}:e,D=true,y,C,B;y=function(){var b=q;a.support.touchOverflow&&a.mobile.touchOverflowEnabled&&(b=a(".ui-page-active"),b=b.is(".ui-native-fixed")?
  b.find(".ui-content"):b);return b};C=function(b){if(D){var c=a.mobile.urlHistory.getActive();if(c)b=b&&b.scrollTop(),c.lastScroll=b<a.mobile.minScrollBack?a.mobile.defaultHomeScroll:b}};B=function(){setTimeout(C,100,a(this))};q.bind(a.support.pushState?"popstate":"hashchange",function(){D=false});q.one(a.support.pushState?"popstate":"hashchange",function(){D=true});q.one("pagecontainercreate",function(){a.mobile.pageContainer.bind("pagechange",function(){var a=y();D=true;a.unbind("scrollstop",B);
  a.bind("scrollstop",B)})});y().bind("scrollstop",B);a.mobile.getScreenHeight=g;a.fn.animationComplete=function(b){return a.support.cssTransitions?a(this).one("webkitAnimationEnd",b):(setTimeout(b,0),a(this))};a.mobile.path=j;a.mobile.base=u;a.mobile.urlHistory=n;a.mobile.dialogHashKey=t;a.mobile.noneTransitionHandler=function(b,c,d,f){f&&f.removeClass(a.mobile.activePageClass);d.addClass(a.mobile.activePageClass);return a.Deferred().resolve(b,c,d,f).promise()};a.mobile.defaultTransitionHandler=a.mobile.noneTransitionHandler;
  a.mobile.transitionHandlers={none:a.mobile.defaultTransitionHandler};a.mobile.allowCrossDomainPages=false;a.mobile.getDocumentUrl=function(b){return b?a.extend({},x):x.href};a.mobile.getDocumentBase=function(b){return b?a.extend({},r):r.href};a.mobile._bindPageRemove=function(){var b=a(this);!b.data("page").options.domCache&&b.is(":jqmData(external-page='true')")&&b.bind("pagehide.remove",function(){var b=a(this),c=new a.Event("pageremove");b.trigger(c);c.isDefaultPrevented()||b.removeWithDependents()})};
  a.mobile.loadPage=function(b,c){var d=a.Deferred(),f=a.extend({},a.mobile.loadPage.defaults,c),g=null,h=null,l=j.makeUrlAbsolute(b,a.mobile.activePage&&m(a.mobile.activePage)||r.hrefNoHash);if(f.data&&f.type==="get")l=j.addSearchParams(l,f.data),f.data=e;if(f.data&&f.type==="post")f.reloadPage=true;var t=j.getFilePath(l),o=j.convertUrlToDataUrl(l);f.pageContainer=f.pageContainer||a.mobile.pageContainer;g=f.pageContainer.children(":jqmData(url='"+o+"')");g.length===0&&o&&!j.isPath(o)&&(g=f.pageContainer.children("#"+
  o).attr("data-"+a.mobile.ns+"url",o));if(g.length===0)if(a.mobile.firstPage&&j.isFirstPageUrl(t))a.mobile.firstPage.parent().length&&(g=a(a.mobile.firstPage));else if(j.isEmbeddedPage(t))return d.reject(l,c),d.promise();u&&u.reset();if(g.length){if(!f.reloadPage)return i(g,f.role),d.resolve(l,c,g),d.promise();h=g}var n=f.pageContainer,k=new a.Event("pagebeforeload"),p={url:b,absUrl:l,dataUrl:o,deferred:d,options:f};n.trigger(k,p);if(k.isDefaultPrevented())return d.promise();if(f.showLoadMsg)var v=
  setTimeout(function(){a.mobile.showPageLoadingMsg()},f.loadMsgDelay);!a.mobile.allowCrossDomainPages&&!j.isSameDomain(x,l)?d.reject(l,c):a.ajax({url:t,type:f.type,data:f.data,dataType:"html",success:function(e,n,k){var m=a("<div></div>"),r=e.match(/<title[^>]*>([^<]*)/)&&RegExp.$1,q=RegExp("\\bdata-"+a.mobile.ns+"url=[\"']?([^\"'>]*)[\"']?");RegExp("(<[^>]+\\bdata-"+a.mobile.ns+"role=[\"']?page[\"']?[^>]*>)").test(e)&&RegExp.$1&&q.test(RegExp.$1)&&RegExp.$1&&(b=t=j.getFilePath(RegExp.$1));u&&u.set(t);
  m.get(0).innerHTML=e;g=m.find(":jqmData(role='page'), :jqmData(role='dialog')").first();g.length||(g=a("<div data-"+a.mobile.ns+"role='page'>"+e.split(/<\/?body[^>]*>/gmi)[1]+"</div>"));r&&!g.jqmData("title")&&(~r.indexOf("&")&&(r=a("<div>"+r+"</div>").text()),g.jqmData("title",r));if(!a.support.dynamicBaseTag){var x=j.get(t);g.find("[src], link[href], a[rel='external'], :jqmData(ajax='false'), a[target]").each(function(){var b=a(this).is("[href]")?"href":a(this).is("[src]")?"src":"action",c=a(this).attr(b),
  c=c.replace(location.protocol+"//"+location.host+location.pathname,"");/^(\w+:|#|\/)/.test(c)||a(this).attr(b,x+c)})}g.attr("data-"+a.mobile.ns+"url",j.convertUrlToDataUrl(t)).attr("data-"+a.mobile.ns+"external-page",true).appendTo(f.pageContainer);g.one("pagecreate",a.mobile._bindPageRemove);i(g,f.role);l.indexOf("&"+a.mobile.subPageUrlKey)>-1&&(g=f.pageContainer.children(":jqmData(url='"+o+"')"));f.showLoadMsg&&(clearTimeout(v),a.mobile.hidePageLoadingMsg());p.xhr=k;p.textStatus=n;p.page=g;f.pageContainer.trigger("pageload",
  p);d.resolve(l,c,g,h)},error:function(b,e,g){u&&u.set(j.get());p.xhr=b;p.textStatus=e;p.errorThrown=g;b=new a.Event("pageloadfailed");f.pageContainer.trigger(b,p);b.isDefaultPrevented()||(f.showLoadMsg&&(clearTimeout(v),a.mobile.hidePageLoadingMsg(),a("<div class='ui-loader ui-overlay-shadow ui-body-e ui-corner-all'><h1>"+a.mobile.pageLoadErrorMessage+"</h1></div>").css({display:"block",opacity:0.96,top:q.scrollTop()+100}).appendTo(f.pageContainer).delay(800).fadeOut(400,function(){a(this).remove()})),
  d.reject(l,c))}});return d.promise()};a.mobile.loadPage.defaults={type:"get",data:e,reloadPage:false,role:e,showLoadMsg:false,pageContainer:e,loadMsgDelay:50};a.mobile.changePage=function(b,g){if(z)A.unshift(arguments);else{var h=a.extend({},a.mobile.changePage.defaults,g);h.pageContainer=h.pageContainer||a.mobile.pageContainer;h.fromPage=h.fromPage||a.mobile.activePage;var l=h.pageContainer,k=new a.Event("pagebeforechange"),p={toPage:b,options:h};l.trigger(k,p);if(!k.isDefaultPrevented())if(b=p.toPage,
  z=true,typeof b=="string")a.mobile.loadPage(b,h).done(function(b,c,d,f){z=false;c.duplicateCachedPage=f;a.mobile.changePage(d,c)}).fail(function(){z=false;c(true);f();h.pageContainer.trigger("pagechangefailed",p)});else{if(b[0]===a.mobile.firstPage[0]&&!h.dataUrl)h.dataUrl=x.hrefNoHash;var k=h.fromPage,m=h.dataUrl&&j.convertUrlToDataUrl(h.dataUrl)||b.jqmData("url"),v=m;j.getFilePath(m);var r=n.getActive(),q=n.activeIndex===0,w=0,u=document.title,y=h.role==="dialog"||b.jqmData("role")==="dialog";if(k&&
  k[0]===b[0]&&!h.allowSamePageTransition)z=false,l.trigger("pagechange",p);else{i(b,h.role);h.fromHashChange&&n.directHashChange({currentUrl:m,isBack:function(){w=-1},isForward:function(){w=1}});try{a(document.activeElement||"").add("input:focus, textarea:focus, select:focus").blur()}catch(B){}y&&r&&(m=(r.url||"")+t);if(h.changeHash!==false&&m)n.ignoreNextHashChange=true,j.set(m);var C=!r?u:b.jqmData("title")||b.children(":jqmData(role='header')").find(".ui-title").getEncodedText();C&&u==document.title&&
  (u=C);b.jqmData("title")||b.jqmData("title",u);h.transition=h.transition||(w&&!q?r.transition:e)||(y?a.mobile.defaultDialogTransition:a.mobile.defaultPageTransition);w||n.addNew(m,h.transition,u,v,h.role);document.title=n.getActive().title;a.mobile.activePage=b;h.reverse=h.reverse||w<0;d(b,k,h.transition,h.reverse).done(function(){c();h.duplicateCachedPage&&h.duplicateCachedPage.remove();o.removeClass("ui-mobile-rendering");f();l.trigger("pagechange",p)})}}}};a.mobile.changePage.defaults={transition:e,
  reverse:false,changeHash:true,fromHashChange:false,role:e,duplicateCachedPage:e,pageContainer:e,showLoadMsg:true,dataUrl:e,fromPage:e,allowSamePageTransition:false};a.mobile._registerInternalEvents=function(){a("form").live("submit",function(b){var c=a(this);if(a.mobile.ajaxEnabled&&!c.is(":jqmData(ajax='false')")){var d=c.attr("method"),f=c.attr("target"),e=c.attr("action");if(!e&&(e=m(c),e===r.hrefNoHash))e=x.hrefNoSearch;e=j.makeUrlAbsolute(e,m(c));!j.isExternal(e)&&!f&&(a.mobile.changePage(e,
  {type:d&&d.length&&d.toLowerCase()||"get",data:c.serialize(),transition:c.jqmData("transition"),direction:c.jqmData("direction"),reloadPage:true}),b.preventDefault())}});a(document).bind("vclick",function(b){if(!(b.which>1)&&a.mobile.linkBindingEnabled&&(b=k(b.target))&&j.parseUrl(b.getAttribute("href")||"#").hash!=="#")c(true),p=a(b).closest(".ui-btn").not(".ui-disabled"),p.addClass(a.mobile.activeBtnClass),a("."+a.mobile.activePageClass+" .ui-btn").not(b).blur()});a(document).bind("click",function(b){if(a.mobile.linkBindingEnabled){var d=
  k(b.target);if(d&&!(b.which>1)){var f=a(d),g=function(){window.setTimeout(function(){c(true)},200)};if(f.is(":jqmData(rel='back')"))return window.history.back(),false;var h=m(f),d=j.makeUrlAbsolute(f.attr("href")||"#",h);if(!a.mobile.ajaxEnabled&&!j.isEmbeddedPage(d))g();else{if(d.search("#")!=-1)if(d=d.replace(/[^#]*#/,""))d=j.isPath(d)?j.makeUrlAbsolute(d,h):j.makeUrlAbsolute("#"+d,x.hrefNoHash);else{b.preventDefault();return}var h=f.is("[rel='external']")||f.is(":jqmData(ajax='false')")||f.is("[target]"),
  i=a.mobile.allowCrossDomainPages&&x.protocol==="file:"&&d.search(/^https?:/)!=-1;h||j.isExternal(d)&&!i?g():(g=f.jqmData("transition"),h=(h=f.jqmData("direction"))&&h==="reverse"||f.jqmData("back"),f=f.attr("data-"+a.mobile.ns+"rel")||e,a.mobile.changePage(d,{transition:g,reverse:h,role:f}),b.preventDefault())}}}});a(".ui-page").live("pageshow.prefetch",function(){var b=[];a(this).find("a:jqmData(prefetch)").each(function(){var c=a(this),d=c.attr("href");d&&a.inArray(d,b)===-1&&(b.push(d),a.mobile.loadPage(d,
  {role:c.attr("data-"+a.mobile.ns+"rel")}))})});a.mobile._handleHashChange=function(b){var c=j.stripHash(b),d={transition:a.mobile.urlHistory.stack.length===0?"none":e,changeHash:false,fromHashChange:true};if(!a.mobile.hashListeningEnabled||n.ignoreNextHashChange)n.ignoreNextHashChange=false;else{if(n.stack.length>1&&c.indexOf(t)>-1)if(a.mobile.activePage.is(".ui-dialog"))n.directHashChange({currentUrl:c,either:function(b){var f=a.mobile.urlHistory.getActive();c=f.pageUrl;a.extend(d,{role:f.role,transition:f.transition,
  reverse:b})}});else{n.directHashChange({currentUrl:c,isBack:function(){window.history.back()},isForward:function(){window.history.forward()}});return}c?(c=typeof c==="string"&&!j.isPath(c)?j.makeUrlAbsolute("#"+c,r):c,a.mobile.changePage(c,d)):a.mobile.changePage(a.mobile.firstPage,d)}};q.bind("hashchange",function(){a.mobile._handleHashChange(location.hash)});a(document).bind("pageshow",h);a(window).bind("throttledresize",h)}})(jQuery);
  (function(a,e){var b={},c=a(e),f=a.mobile.path.parseUrl(location.href);a.extend(b,{initialFilePath:f.pathname+f.search,initialHref:f.hrefNoHash,hashchangeFired:false,state:function(){return{hash:location.hash||"#"+b.initialFilePath,title:document.title,initialHref:b.initialHref}},resetUIKeys:function(b){var c="&"+a.mobile.subPageUrlKey,f=b.indexOf(a.mobile.dialogHashKey);f>-1?b=b.slice(0,f)+"#"+b.slice(f):b.indexOf(c)>-1&&(b=b.split(c).join("#"+c));return b},nextHashChangePrevented:function(c){a.mobile.urlHistory.ignoreNextHashChange=
  c;b.onHashChangeDisabled=c},onHashChange:function(){if(!b.onHashChangeDisabled){var c,f;c=location.hash;var e=a.mobile.path.isPath(c),i=e?location.href:a.mobile.getDocumentUrl();c=e?c.replace("#",""):c;f=b.state();c=a.mobile.path.makeUrlAbsolute(c,i);e&&(c=b.resetUIKeys(c));history.replaceState(f,document.title,c)}},onPopState:function(c){var f=c.originalEvent.state;f&&(b.nextHashChangePrevented(true),setTimeout(function(){b.nextHashChangePrevented(false);a.mobile._handleHashChange(f.hash)},100))},
  init:function(){c.bind("hashchange",b.onHashChange);c.bind("popstate",b.onPopState);location.hash===""&&history.replaceState(b.state(),document.title,location.href)}});a(function(){a.mobile.pushStateEnabled&&a.support.pushState&&b.init()})})(jQuery,this);
  (function(a){function e(b,c,f,d){var e=new a.Deferred,h=c?" reverse":"",i="ui-mobile-viewport-transitioning viewport-"+b;f.animationComplete(function(){f.add(d).removeClass("out in reverse "+b);d&&d[0]!==f[0]&&d.removeClass(a.mobile.activePageClass);f.parent().removeClass(i);e.resolve(b,c,f,d)});f.parent().addClass(i);d&&d.addClass(b+" out"+h);f.addClass(a.mobile.activePageClass+" "+b+" in"+h);return e.promise()}a.mobile.css3TransitionHandler=e;if(a.mobile.defaultTransitionHandler===a.mobile.noneTransitionHandler)a.mobile.defaultTransitionHandler=
  e})(jQuery,this);
  (function(a){a.mobile.page.prototype.options.degradeInputs={color:false,date:false,datetime:false,"datetime-local":false,email:false,month:false,number:false,range:"number",search:"text",tel:false,time:false,url:false,week:false};a(document).bind("pagecreate create",function(e){var b=a(e.target).closest(':jqmData(role="page")').data("page"),c;if(b)c=b.options,a(e.target).find("input").not(b.keepNativeSelector()).each(function(){var b=a(this),d=this.getAttribute("type"),e=c.degradeInputs[d]||"text";
  if(c.degradeInputs[d]){var h=a("<div>").html(b.clone()).html(),i=h.indexOf(" type=")>-1;b.replaceWith(h.replace(i?/\s+type=["']?\w+['"]?/:/\/?>/,' type="'+e+'" data-'+a.mobile.ns+'type="'+d+'"'+(i?"":">")))}})})})(jQuery);
  (function(a,e){a.widget("mobile.dialog",a.mobile.widget,{options:{closeBtnText:"Close",overlayTheme:"a",initSelector:":jqmData(role='dialog')"},_create:function(){var b=this,c=this.element,f=a("<a href='#' data-"+a.mobile.ns+"icon='delete' data-"+a.mobile.ns+"iconpos='notext'>"+this.options.closeBtnText+"</a>");c.addClass("ui-overlay-"+this.options.overlayTheme);c.attr("role","dialog").addClass("ui-dialog").find(":jqmData(role='header')").addClass("ui-corner-top ui-overlay-shadow").prepend(f).end().find(":jqmData(role='content'),:jqmData(role='footer')").addClass("ui-overlay-shadow").last().addClass("ui-corner-bottom");
  f.bind("vclick",function(){b.close()});c.bind("vclick submit",function(b){var b=a(b.target).closest(b.type==="vclick"?"a":"form"),c;b.length&&!b.jqmData("transition")&&(c=a.mobile.urlHistory.getActive()||{},b.attr("data-"+a.mobile.ns+"transition",c.transition||a.mobile.defaultDialogTransition).attr("data-"+a.mobile.ns+"direction","reverse"))}).bind("pagehide",function(){a(this).find("."+a.mobile.activeBtnClass).removeClass(a.mobile.activeBtnClass)})},close:function(){e.history.back()}});a(a.mobile.dialog.prototype.options.initSelector).live("pagecreate",
  function(){a(this).dialog()})})(jQuery,this);
  (function(a){a.mobile.page.prototype.options.backBtnText="Back";a.mobile.page.prototype.options.addBackBtn=false;a.mobile.page.prototype.options.backBtnTheme=null;a.mobile.page.prototype.options.headerTheme="a";a.mobile.page.prototype.options.footerTheme="a";a.mobile.page.prototype.options.contentTheme=null;a(":jqmData(role='page'), :jqmData(role='dialog')").live("pagecreate",function(){var e=a(this).data("page").options,b=e.theme;a(":jqmData(role='header'), :jqmData(role='footer'), :jqmData(role='content')",this).each(function(){var c=
  a(this),f=c.jqmData("role"),d=c.jqmData("theme"),g=d||e.contentTheme||b,h;c.addClass("ui-"+f);if(f==="header"||f==="footer"){var i=d||(f==="header"?e.headerTheme:e.footerTheme)||b;c.addClass("ui-bar-"+i).attr("role",f==="header"?"banner":"contentinfo");d=c.children("a");g=d.hasClass("ui-btn-left");h=d.hasClass("ui-btn-right");g=g||d.eq(0).not(".ui-btn-right").addClass("ui-btn-left").length;h||d.eq(1).addClass("ui-btn-right");e.addBackBtn&&f==="header"&&a(".ui-page").length>1&&c.jqmData("url")!==a.mobile.path.stripHash(location.hash)&&
  !g&&a("<a href='#' class='ui-btn-left' data-"+a.mobile.ns+"rel='back' data-"+a.mobile.ns+"icon='arrow-l'>"+e.backBtnText+"</a>").attr("data-"+a.mobile.ns+"theme",e.backBtnTheme||i).prependTo(c);c.children("h1, h2, h3, h4, h5, h6").addClass("ui-title").attr({tabindex:"0",role:"heading","aria-level":"1"})}else f==="content"&&(g&&c.addClass("ui-body-"+g),c.attr("role","main"))})})})(jQuery);
  (function(a){a.widget("mobile.collapsible",a.mobile.widget,{options:{expandCueText:" click to expand contents",collapseCueText:" click to collapse contents",collapsed:true,heading:"h1,h2,h3,h4,h5,h6,legend",theme:null,contentTheme:null,iconTheme:"d",initSelector:":jqmData(role='collapsible')"},_create:function(){var e=this.element,b=this.options,c=e.addClass("ui-collapsible"),f=e.children(b.heading).first(),d=c.wrapInner("<div class='ui-collapsible-content'></div>").find(".ui-collapsible-content"),
  g=e.closest(":jqmData(role='collapsible-set')").addClass("ui-collapsible-set"),e=g.children(":jqmData(role='collapsible')");f.is("legend")&&(f=a("<div role='heading'>"+f.html()+"</div>").insertBefore(f),f.next().remove());if(g.length){if(!b.theme)b.theme=g.jqmData("theme");if(!b.contentTheme)b.contentTheme=g.jqmData("content-theme")}d.addClass(b.contentTheme?"ui-body-"+b.contentTheme:"");f.insertBefore(d).addClass("ui-collapsible-heading").append("<span class='ui-collapsible-heading-status'></span>").wrapInner("<a href='#' class='ui-collapsible-heading-toggle'></a>").find("a").first().buttonMarkup({shadow:false,
  corners:false,iconPos:"left",icon:"plus",theme:b.theme});g.length?(g.jqmData("collapsiblebound")||g.jqmData("collapsiblebound",true).bind("expand",function(b){a(b.target).closest(".ui-collapsible").siblings(".ui-collapsible").trigger("collapse")}),e.first().find("a").first().addClass("ui-corner-top").find(".ui-btn-inner").addClass("ui-corner-top"),e.last().jqmData("collapsible-last",true).find("a").first().addClass("ui-corner-bottom").find(".ui-btn-inner").addClass("ui-corner-bottom"),c.jqmData("collapsible-last")&&
  f.find("a").first().add(f.find(".ui-btn-inner")).addClass("ui-corner-bottom")):f.find("a").first().add(f.find(".ui-btn-inner")).addClass("ui-corner-top ui-corner-bottom");c.bind("expand collapse",function(e){if(!e.isDefaultPrevented()){e.preventDefault();var i=a(this),e=e.type==="collapse",k=b.contentTheme;f.toggleClass("ui-collapsible-heading-collapsed",e).find(".ui-collapsible-heading-status").text(e?b.expandCueText:b.collapseCueText).end().find(".ui-icon").toggleClass("ui-icon-minus",!e).toggleClass("ui-icon-plus",
  e);i.toggleClass("ui-collapsible-collapsed",e);d.toggleClass("ui-collapsible-content-collapsed",e).attr("aria-hidden",e);if(k&&(!g.length||c.jqmData("collapsible-last")))f.find("a").first().add(f.find(".ui-btn-inner")).toggleClass("ui-corner-bottom",e),d.toggleClass("ui-corner-bottom",!e);d.trigger("updatelayout")}}).trigger(b.collapsed?"collapse":"expand");f.bind("click",function(a){var b=f.is(".ui-collapsible-heading-collapsed")?"expand":"collapse";c.trigger(b);a.preventDefault()})}});a(document).bind("pagecreate create",
  function(e){a(a.mobile.collapsible.prototype.options.initSelector,e.target).collapsible()})})(jQuery);(function(a){a.fn.fieldcontain=function(){return this.addClass("ui-field-contain ui-body ui-br")};a(document).bind("pagecreate create",function(e){a(":jqmData(role='fieldcontain')",e.target).fieldcontain()})})(jQuery);
  (function(a){a.fn.grid=function(e){return this.each(function(){var b=a(this),c=a.extend({grid:null},e),f=b.children(),d={solo:1,a:2,b:3,c:4,d:5},c=c.grid;if(!c)if(f.length<=5)for(var g in d)d[g]===f.length&&(c=g);else c="a";d=d[c];b.addClass("ui-grid-"+c);f.filter(":nth-child("+d+"n+1)").addClass("ui-block-a");d>1&&f.filter(":nth-child("+d+"n+2)").addClass("ui-block-b");d>2&&f.filter(":nth-child(3n+3)").addClass("ui-block-c");d>3&&f.filter(":nth-child(4n+4)").addClass("ui-block-d");d>4&&f.filter(":nth-child(5n+5)").addClass("ui-block-e")})}})(jQuery);
  (function(a,e){a.widget("mobile.navbar",a.mobile.widget,{options:{iconpos:"top",grid:null,initSelector:":jqmData(role='navbar')"},_create:function(){var b=this.element,c=b.find("a"),f=c.filter(":jqmData(icon)").length?this.options.iconpos:e;b.addClass("ui-navbar").attr("role","navigation").find("ul").grid({grid:this.options.grid});f||b.addClass("ui-navbar-noicons");c.buttonMarkup({corners:false,shadow:false,iconpos:f});b.delegate("a","vclick",function(){c.not(".ui-state-persist").removeClass(a.mobile.activeBtnClass);
  a(this).addClass(a.mobile.activeBtnClass)})}});a(document).bind("pagecreate create",function(b){a(a.mobile.navbar.prototype.options.initSelector,b.target).navbar()})})(jQuery);
  (function(a){var e={};a.widget("mobile.listview",a.mobile.widget,{options:{theme:"c",countTheme:"c",headerTheme:"b",dividerTheme:"b",splitIcon:"arrow-r",splitTheme:"b",inset:false,initSelector:":jqmData(role='listview')"},_create:function(){var a=this;a.element.addClass(function(c,f){return f+" ui-listview "+(a.options.inset?" ui-listview-inset ui-corner-all ui-shadow ":"")});a.refresh(true)},_removeCorners:function(a,c){a=a.add(a.find(".ui-btn-inner, .ui-li-link-alt, .ui-li-thumb"));c==="top"?a.removeClass("ui-corner-top ui-corner-tr ui-corner-tl"):
  c==="bottom"?a.removeClass("ui-corner-bottom ui-corner-br ui-corner-bl"):a.removeClass("ui-corner-top ui-corner-tr ui-corner-tl ui-corner-bottom ui-corner-br ui-corner-bl")},_refreshCorners:function(a){var c,f;this.options.inset&&(c=this.element.children("li"),f=a?c.not(".ui-screen-hidden"):c.filter(":visible"),this._removeCorners(c),c=f.first().addClass("ui-corner-top"),c.add(c.find(".ui-btn-inner").not(".ui-li-link-alt span:first-child")).addClass("ui-corner-top").end().find(".ui-li-link-alt, .ui-li-link-alt span:first-child").addClass("ui-corner-tr").end().find(".ui-li-thumb").not(".ui-li-icon").addClass("ui-corner-tl"),
  f=f.last().addClass("ui-corner-bottom"),f.add(f.find(".ui-btn-inner")).find(".ui-li-link-alt").addClass("ui-corner-br").end().find(".ui-li-thumb").not(".ui-li-icon").addClass("ui-corner-bl"));a||this.element.trigger("updatelayout")},_findFirstElementByTagName:function(a,c,f,d){var e={};for(e[f]=e[d]=true;a;){if(e[a.nodeName])return a;a=a[c]}return null},_addThumbClasses:function(b){var c,f,d=b.length;for(c=0;c<d;c++)f=a(this._findFirstElementByTagName(b[c].firstChild,"nextSibling","img","IMG")),f.length&&
  (f.addClass("ui-li-thumb"),a(this._findFirstElementByTagName(f[0].parentNode,"parentNode","li","LI")).addClass(f.is(".ui-li-icon")?"ui-li-has-icon":"ui-li-has-thumb"))},refresh:function(b){this.parentPage=this.element.closest(".ui-page");this._createSubPages();var c=this.options,f=this.element,d=f.jqmData("dividertheme")||c.dividerTheme,e=f.jqmData("splittheme"),h=f.jqmData("spliticon"),i=f.children("li"),k=a.support.cssPseudoElement||!a.nodeName(f[0],"ol")?0:1,m,q,o,l,j;k&&f.find(".ui-li-dec").remove();
  for(var p=0,n=i.length;p<n;p++){m=i.eq(p);q="ui-li";if(b||!m.hasClass("ui-li"))o=m.jqmData("theme")||c.theme,l=m.children("a"),l.length?(j=m.jqmData("icon"),m.buttonMarkup({wrapperEls:"div",shadow:false,corners:false,iconpos:"right",icon:l.length>1||j===false?false:j||"arrow-r",theme:o}),j!=false&&l.length==1&&m.addClass("ui-li-has-arrow"),l.first().addClass("ui-link-inherit"),l.length>1&&(q+=" ui-li-has-alt",l=l.last(),j=e||l.jqmData("theme")||c.splitTheme,l.appendTo(m).attr("title",l.getEncodedText()).addClass("ui-li-link-alt").empty().buttonMarkup({shadow:false,
  corners:false,theme:o,icon:false,iconpos:false}).find(".ui-btn-inner").append(a(document.createElement("span")).buttonMarkup({shadow:true,corners:true,theme:j,iconpos:"notext",icon:h||l.jqmData("icon")||c.splitIcon})))):m.jqmData("role")==="list-divider"?(q+=" ui-li-divider ui-btn ui-bar-"+d,m.attr("role","heading"),k&&(k=1)):q+=" ui-li-static ui-body-"+o;k&&q.indexOf("ui-li-divider")<0&&(o=m.is(".ui-li-static:first")?m:m.find(".ui-link-inherit"),o.addClass("ui-li-jsnumbering").prepend("<span class='ui-li-dec'>"+
  k++ +". </span>"));m.addClass(q).children(".ui-btn-inner").addClass(q)}f.find("h1, h2, h3, h4, h5, h6").addClass("ui-li-heading").end().find("p, dl").addClass("ui-li-desc").end().find(".ui-li-aside").each(function(){var b=a(this);b.prependTo(b.parent())}).end().find(".ui-li-count").each(function(){a(this).closest("li").addClass("ui-li-has-count")}).addClass("ui-btn-up-"+(f.jqmData("counttheme")||this.options.countTheme)+" ui-btn-corner-all");this._addThumbClasses(i);this._addThumbClasses(f.find(".ui-link-inherit"));
  this._refreshCorners(b)},_idStringEscape:function(a){return a.replace(/[^a-zA-Z0-9]/g,"-")},_createSubPages:function(){var b=this.element,c=b.closest(".ui-page"),f=c.jqmData("url"),d=f||c[0][a.expando],g=b.attr("id"),h=this.options,i="data-"+a.mobile.ns,k=this,m=c.find(":jqmData(role='footer')").jqmData("id"),q;typeof e[d]==="undefined"&&(e[d]=-1);g=g||++e[d];a(b.find("li>ul, li>ol").toArray().reverse()).each(function(c){var d=a(this),e=d.attr("id")||g+"-"+c,c=d.parent(),k=a(d.prevAll().toArray().reverse()),
  k=k.length?k:a("<span>"+a.trim(c.contents()[0].nodeValue)+"</span>"),n=k.first().getEncodedText(),e=(f||"")+"&"+a.mobile.subPageUrlKey+"="+e,A=d.jqmData("theme")||h.theme,z=d.jqmData("counttheme")||b.jqmData("counttheme")||h.countTheme;q=true;d.detach().wrap("<div "+i+"role='page' "+i+"url='"+e+"' "+i+"theme='"+A+"' "+i+"count-theme='"+z+"'><div "+i+"role='content'></div></div>").parent().before("<div "+i+"role='header' "+i+"theme='"+h.headerTheme+"'><div class='ui-title'>"+n+"</div></div>").after(m?
  a("<div "+i+"role='footer' "+i+"id='"+m+"'>"):"").parent().appendTo(a.mobile.pageContainer).page();d=c.find("a:first");d.length||(d=a("<a/>").html(k||n).prependTo(c.empty()));d.attr("href","#"+e)}).listview();q&&c.is(":jqmData(external-page='true')")&&c.data("page").options.domCache===false&&c.unbind("pagehide.remove").bind("pagehide.remove",function(b,d){var e=d.nextPage;d.nextPage&&(e=e.jqmData("url"),e.indexOf(f+"&"+a.mobile.subPageUrlKey)!==0&&(k.childPages().remove(),c.remove()))})},childPages:function(){var b=
  this.parentPage.jqmData("url");return a(":jqmData(url^='"+b+"&"+a.mobile.subPageUrlKey+"')")}});a(document).bind("pagecreate create",function(b){a(a.mobile.listview.prototype.options.initSelector,b.target).listview()})})(jQuery);
  (function(a){a.mobile.listview.prototype.options.filter=false;a.mobile.listview.prototype.options.filterPlaceholder="Filter items...";a.mobile.listview.prototype.options.filterTheme="c";a.mobile.listview.prototype.options.filterCallback=function(a,b){return a.toLowerCase().indexOf(b)===-1};a(":jqmData(role='listview')").live("listviewcreate",function(){var e=a(this),b=e.data("listview");if(b.options.filter){var c=a("<form>",{"class":"ui-listview-filter ui-bar-"+b.options.filterTheme,role:"search"});
  a("<input>",{placeholder:b.options.filterPlaceholder}).attr("data-"+a.mobile.ns+"type","search").jqmData("lastval","").bind("keyup change",function(){var c=a(this),d=this.value.toLowerCase(),g=null,g=c.jqmData("lastval")+"",h=false,i="";c.jqmData("lastval",d);i=d.substr(0,g.length-1).replace(g,"");g=d.length<g.length||i.length!=d.length-g.length?e.children():e.children(":not(.ui-screen-hidden)");if(d){for(var k=g.length-1;k>=0;k--)c=a(g[k]),i=c.jqmData("filtertext")||c.text(),c.is("li:jqmData(role=list-divider)")?
  (c.toggleClass("ui-filter-hidequeue",!h),h=false):b.options.filterCallback(i,d)?c.toggleClass("ui-filter-hidequeue",true):h=true;g.filter(":not(.ui-filter-hidequeue)").toggleClass("ui-screen-hidden",false);g.filter(".ui-filter-hidequeue").toggleClass("ui-screen-hidden",true).toggleClass("ui-filter-hidequeue",false)}else g.toggleClass("ui-screen-hidden",false);b._refreshCorners()}).appendTo(c).textinput();a(this).jqmData("inset")&&c.addClass("ui-listview-filter-inset");c.bind("submit",function(){return false}).insertBefore(e)}})})(jQuery);
  (function(a){a(document).bind("pagecreate create",function(e){a(":jqmData(role='nojs')",e.target).addClass("ui-nojs")})})(jQuery);
  (function(a,e){a.widget("mobile.checkboxradio",a.mobile.widget,{options:{theme:null,initSelector:"input[type='checkbox'],input[type='radio']"},_create:function(){var b=this,c=this.element,f=c.closest("form,fieldset,:jqmData(role='page')").find("label").filter("[for='"+c[0].id+"']"),d=c.attr("type"),g=d+"-on",h=d+"-off",i=c.parents(":jqmData(type='horizontal')").length?e:h;if(!(d!=="checkbox"&&d!=="radio")){a.extend(this,{label:f,inputtype:d,checkedClass:"ui-"+g+(i?"":" "+a.mobile.activeBtnClass),
  uncheckedClass:"ui-"+h,checkedicon:"ui-icon-"+g,uncheckedicon:"ui-icon-"+h});if(!this.options.theme)this.options.theme=this.element.jqmData("theme");f.buttonMarkup({theme:this.options.theme,icon:i,shadow:false});c.add(f).wrapAll("<div class='ui-"+d+"'></div>");f.bind({vmouseover:function(b){a(this).parent().is(".ui-disabled")&&b.stopPropagation()},vclick:function(a){if(c.is(":disabled"))a.preventDefault();else return b._cacheVals(),c.prop("checked",d==="radio"&&true||!c.prop("checked")),c.triggerHandler("click"),
  b._getInputSet().not(c).prop("checked",false),b._updateAll(),false}});c.bind({vmousedown:function(){b._cacheVals()},vclick:function(){var c=a(this);c.is(":checked")?(c.prop("checked",true),b._getInputSet().not(c).prop("checked",false)):c.prop("checked",false);b._updateAll()},focus:function(){f.addClass("ui-focus")},blur:function(){f.removeClass("ui-focus")}});this.refresh()}},_cacheVals:function(){this._getInputSet().each(function(){var b=a(this);b.jqmData("cacheVal",b.is(":checked"))})},_getInputSet:function(){return this.inputtype==
  "checkbox"?this.element:this.element.closest("form,fieldset,:jqmData(role='page')").find("input[name='"+this.element.attr("name")+"'][type='"+this.inputtype+"']")},_updateAll:function(){var b=this;this._getInputSet().each(function(){var c=a(this);(c.is(":checked")||b.inputtype==="checkbox")&&c.trigger("change")}).checkboxradio("refresh")},refresh:function(){var b=this.element,c=this.label,f=c.find(".ui-icon");a(b[0]).prop("checked")?(c.addClass(this.checkedClass).removeClass(this.uncheckedClass),
  f.addClass(this.checkedicon).removeClass(this.uncheckedicon)):(c.removeClass(this.checkedClass).addClass(this.uncheckedClass),f.removeClass(this.checkedicon).addClass(this.uncheckedicon));b.is(":disabled")?this.disable():this.enable()},disable:function(){this.element.prop("disabled",true).parent().addClass("ui-disabled")},enable:function(){this.element.prop("disabled",false).parent().removeClass("ui-disabled")}});a(document).bind("pagecreate create",function(b){a.mobile.checkboxradio.prototype.enhanceWithin(b.target)})})(jQuery);
  (function(a,e){a.widget("mobile.button",a.mobile.widget,{options:{theme:null,icon:null,iconpos:null,inline:null,corners:true,shadow:true,iconshadow:true,initSelector:"button, [type='button'], [type='submit'], [type='reset'], [type='image']"},_create:function(){var b=this.element,c=this.options,f,d;this.button=a("<div></div>").text(b.text()||b.val()).insertBefore(b).buttonMarkup({theme:c.theme,icon:c.icon,iconpos:c.iconpos,inline:c.inline,corners:c.corners,shadow:c.shadow,iconshadow:c.iconshadow}).append(b.addClass("ui-btn-hidden"));
  c=b.attr("type");f=b.attr("name");c!=="button"&&c!=="reset"&&f&&b.bind("vclick",function(){d===e&&(d=a("<input>",{type:"hidden",name:b.attr("name"),value:b.attr("value")}).insertBefore(b),a(document).submit(function(){d.remove()}))});this.refresh()},enable:function(){this.element.attr("disabled",false);this.button.removeClass("ui-disabled").attr("aria-disabled",false);return this._setOption("disabled",false)},disable:function(){this.element.attr("disabled",true);this.button.addClass("ui-disabled").attr("aria-disabled",
  true);return this._setOption("disabled",true)},refresh:function(){var a=this.element;a.prop("disabled")?this.disable():this.enable();this.button.data("textWrapper").text(a.text()||a.val())}});a(document).bind("pagecreate create",function(b){a.mobile.button.prototype.enhanceWithin(b.target)})})(jQuery);
  (function(a,e){a.widget("mobile.slider",a.mobile.widget,{options:{theme:null,trackTheme:null,disabled:false,initSelector:"input[type='range'], :jqmData(type='range'), :jqmData(role='slider')"},_create:function(){var b=this,c=this.element,f=a.mobile.getInheritedTheme(c,"c"),d=this.options.theme||f,g=this.options.trackTheme||f,h=c[0].nodeName.toLowerCase(),f=h=="select"?"ui-slider-switch":"",i=c.attr("id"),k=i+"-label",i=a("[for='"+i+"']").attr("id",k),m=function(){return h=="input"?parseFloat(c.val()):
  c[0].selectedIndex},q=h=="input"?parseFloat(c.attr("min")):0,o=h=="input"?parseFloat(c.attr("max")):c.find("option").length-1,l=window.parseFloat(c.attr("step")||1),j=a("<div class='ui-slider "+f+" ui-btn-down-"+g+" ui-btn-corner-all' role='application'></div>"),p=a("<a href='#' class='ui-slider-handle'></a>").appendTo(j).buttonMarkup({corners:true,theme:d,shadow:true}).attr({role:"slider","aria-valuemin":q,"aria-valuemax":o,"aria-valuenow":m(),"aria-valuetext":m(),title:m(),"aria-labelledby":k});
  a.extend(this,{slider:j,handle:p,dragging:false,beforeStart:null,userModified:false,mouseMoved:false});h=="select"&&(j.wrapInner("<div class='ui-slider-inneroffset'></div>"),p.addClass("ui-slider-handle-snapping"),c.find("option"),c.find("option").each(function(b){var c=!b?"b":"a",d=!b?"right":"left",b=!b?" ui-btn-down-"+g:" "+a.mobile.activeBtnClass;a("<div class='ui-slider-labelbg ui-slider-labelbg-"+c+b+" ui-btn-corner-"+d+"'></div>").prependTo(j);a("<span class='ui-slider-label ui-slider-label-"+
  c+b+" ui-btn-corner-"+d+"' role='img'>"+a(this).getEncodedText()+"</span>").prependTo(p)}));i.addClass("ui-slider");c.addClass(h==="input"?"ui-slider-input":"ui-slider-switch").change(function(){b.mouseMoved||b.refresh(m(),true)}).keyup(function(){b.refresh(m(),true,true)}).blur(function(){b.refresh(m(),true)});a(document).bind("vmousemove",function(a){if(b.dragging)return b.mouseMoved=true,h==="select"&&p.removeClass("ui-slider-handle-snapping"),b.refresh(a),b.userModified=b.beforeStart!==c[0].selectedIndex,
  false});j.bind("vmousedown",function(a){b.dragging=true;b.userModified=false;b.mouseMoved=false;if(h==="select")b.beforeStart=c[0].selectedIndex;b.refresh(a);return false});j.add(document).bind("vmouseup",function(){if(b.dragging)return b.dragging=false,h==="select"&&(p.addClass("ui-slider-handle-snapping"),b.mouseMoved?b.userModified?b.refresh(b.beforeStart==0?1:0):b.refresh(b.beforeStart):b.refresh(b.beforeStart==0?1:0)),b.mouseMoved=false});j.insertAfter(c);this.handle.bind("vmousedown",function(){a(this).focus()}).bind("vclick",
  false);this.handle.bind("keydown",function(c){var d=m();if(!b.options.disabled){switch(c.keyCode){case a.mobile.keyCode.HOME:case a.mobile.keyCode.END:case a.mobile.keyCode.PAGE_UP:case a.mobile.keyCode.PAGE_DOWN:case a.mobile.keyCode.UP:case a.mobile.keyCode.RIGHT:case a.mobile.keyCode.DOWN:case a.mobile.keyCode.LEFT:if(c.preventDefault(),!b._keySliding)b._keySliding=true,a(this).addClass("ui-state-active")}switch(c.keyCode){case a.mobile.keyCode.HOME:b.refresh(q);break;case a.mobile.keyCode.END:b.refresh(o);
  break;case a.mobile.keyCode.PAGE_UP:case a.mobile.keyCode.UP:case a.mobile.keyCode.RIGHT:b.refresh(d+l);break;case a.mobile.keyCode.PAGE_DOWN:case a.mobile.keyCode.DOWN:case a.mobile.keyCode.LEFT:b.refresh(d-l)}}}).keyup(function(){if(b._keySliding)b._keySliding=false,a(this).removeClass("ui-state-active")});this.refresh(e,e,true)},refresh:function(a,c,f){(this.options.disabled||this.element.attr("disabled"))&&this.disable();var d=this.element,e,h=d[0].nodeName.toLowerCase(),i=h==="input"?parseFloat(d.attr("min")):
  0,k=h==="input"?parseFloat(d.attr("max")):d.find("option").length-1;if(typeof a==="object"){if(!this.dragging||a.pageX<this.slider.offset().left-8||a.pageX>this.slider.offset().left+this.slider.width()+8)return;e=Math.round((a.pageX-this.slider.offset().left)/this.slider.width()*100)}else a==null&&(a=h==="input"?parseFloat(d.val()):d[0].selectedIndex),e=(parseFloat(a)-i)/(k-i)*100;if(!isNaN(e)&&(e<0&&(e=0),e>100&&(e=100),a=Math.round(e/100*(k-i))+i,a<i&&(a=i),a>k&&(a=k),this.handle.css("left",e+"%"),
  this.handle.attr({"aria-valuenow":h==="input"?a:d.find("option").eq(a).attr("value"),"aria-valuetext":h==="input"?a:d.find("option").eq(a).getEncodedText(),title:a}),h==="select"&&(a===0?this.slider.addClass("ui-slider-switch-a").removeClass("ui-slider-switch-b"):this.slider.addClass("ui-slider-switch-b").removeClass("ui-slider-switch-a")),!f))f=false,h==="input"?(f=d.val()!==a,d.val(a)):(f=d[0].selectedIndex!==a,d[0].selectedIndex=a),!c&&f&&d.trigger("change")},enable:function(){this.element.attr("disabled",
  false);this.slider.removeClass("ui-disabled").attr("aria-disabled",false);return this._setOption("disabled",false)},disable:function(){this.element.attr("disabled",true);this.slider.addClass("ui-disabled").attr("aria-disabled",true);return this._setOption("disabled",true)}});a(document).bind("pagecreate create",function(b){a.mobile.slider.prototype.enhanceWithin(b.target)})})(jQuery);
  (function(a){a.widget("mobile.textinput",a.mobile.widget,{options:{theme:null,initSelector:"input[type='text'], input[type='search'], :jqmData(type='search'), input[type='number'], :jqmData(type='number'), input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea, input[type='time'], input[type='date'], input[type='month'], input[type='week'], input[type='datetime'], input[type='datetime-local'], input[type='color'], input:not([type])"},_create:function(){var e=this.element,
  b=this.options.theme||a.mobile.getInheritedTheme(this.element,"c"),c=" ui-body-"+b,f,d;a("label[for='"+e.attr("id")+"']").addClass("ui-input-text");f=e.addClass("ui-input-text ui-body-"+b);typeof e[0].autocorrect!=="undefined"&&!a.support.touchOverflow&&(e[0].setAttribute("autocorrect","off"),e[0].setAttribute("autocomplete","off"));e.is("[type='search'],:jqmData(type='search')")?(f=e.wrap("<div class='ui-input-search ui-shadow-inset ui-btn-corner-all ui-btn-shadow ui-icon-searchfield"+c+"'></div>").parent(),
  d=a("<a href='#' class='ui-input-clear' title='clear text'>clear text</a>").tap(function(a){e.val("").focus();e.trigger("change");d.addClass("ui-input-clear-hidden");a.preventDefault()}).appendTo(f).buttonMarkup({icon:"delete",iconpos:"notext",corners:true,shadow:true}),b=function(){setTimeout(function(){d.toggleClass("ui-input-clear-hidden",!e.val())},0)},b(),e.bind("paste cut keyup focus change blur",b)):e.addClass("ui-corner-all ui-shadow-inset"+c);e.focus(function(){f.addClass("ui-focus")}).blur(function(){f.removeClass("ui-focus")});
  if(e.is("textarea")){var g=function(){var a=e[0].scrollHeight;e[0].clientHeight<a&&e.height(a+15)},h;e.keyup(function(){clearTimeout(h);h=setTimeout(g,100)});a.trim(e.val())&&(a(window).load(g),a(document).one("pagechange",g))}},disable:function(){(this.element.attr("disabled",true).is("[type='search'],:jqmData(type='search')")?this.element.parent():this.element).addClass("ui-disabled")},enable:function(){(this.element.attr("disabled",false).is("[type='search'],:jqmData(type='search')")?this.element.parent():
  this.element).removeClass("ui-disabled")}});a(document).bind("pagecreate create",function(e){a.mobile.textinput.prototype.enhanceWithin(e.target)})})(jQuery);
  (function(a){var e=function(b){var c=b.selectID,f=b.label,d=b.select.closest(".ui-page"),e=a("<div>",{"class":"ui-selectmenu-screen ui-screen-hidden"}).appendTo(d),h=b._selectOptions(),i=b.isMultiple=b.select[0].multiple,k=c+"-button",m=c+"-menu",q=a("<div data-"+a.mobile.ns+"role='dialog' data-"+a.mobile.ns+"theme='"+b.options.theme+"' data-"+a.mobile.ns+"overlay-theme='"+b.options.overlayTheme+"'><div data-"+a.mobile.ns+"role='header'><div class='ui-title'>"+f.getEncodedText()+"</div></div><div data-"+
  a.mobile.ns+"role='content'></div></div>").appendTo(a.mobile.pageContainer).page(),o=a("<div>",{"class":"ui-selectmenu ui-selectmenu-hidden ui-overlay-shadow ui-corner-all ui-body-"+b.options.overlayTheme+" "+a.mobile.defaultDialogTransition}).insertAfter(e),l=a("<ul>",{"class":"ui-selectmenu-list",id:m,role:"listbox","aria-labelledby":k}).attr("data-"+a.mobile.ns+"theme",b.options.theme).appendTo(o),j=a("<div>",{"class":"ui-header ui-bar-"+b.options.theme}).prependTo(o),p=a("<h1>",{"class":"ui-title"}).appendTo(j),
  n=a("<a>",{text:b.options.closeText,href:"#","class":"ui-btn-left"}).attr("data-"+a.mobile.ns+"iconpos","notext").attr("data-"+a.mobile.ns+"icon","delete").appendTo(j).buttonMarkup(),A=q.find(".ui-content"),z=q.find(".ui-header a");a.extend(b,{select:b.select,selectID:c,buttonId:k,menuId:m,thisPage:d,menuPage:q,label:f,screen:e,selectOptions:h,isMultiple:i,theme:b.options.theme,listbox:o,list:l,header:j,headerTitle:p,headerClose:n,menuPageContent:A,menuPageClose:z,placeholder:"",build:function(){var b=
  this;b.refresh();b.select.attr("tabindex","-1").focus(function(){a(this).blur();b.button.focus()});b.button.bind("vclick keydown",function(c){if(c.type=="vclick"||c.keyCode&&(c.keyCode===a.mobile.keyCode.ENTER||c.keyCode===a.mobile.keyCode.SPACE))b.open(),c.preventDefault()});b.list.attr("role","listbox").delegate(".ui-li>a","focusin",function(){a(this).attr("tabindex","0")}).delegate(".ui-li>a","focusout",function(){a(this).attr("tabindex","-1")}).delegate("li:not(.ui-disabled, .ui-li-divider)",
  "click",function(c){var d=b.select[0].selectedIndex,f=b.list.find("li:not(.ui-li-divider)").index(this),e=b._selectOptions().eq(f)[0];e.selected=b.isMultiple?!e.selected:true;b.isMultiple&&a(this).find(".ui-icon").toggleClass("ui-icon-checkbox-on",e.selected).toggleClass("ui-icon-checkbox-off",!e.selected);(b.isMultiple||d!==f)&&b.select.trigger("change");b.isMultiple||b.close();c.preventDefault()}).keydown(function(b){var c=a(b.target),d=c.closest("li");switch(b.keyCode){case 38:return b=d.prev(),
  b.length&&(c.blur().attr("tabindex","-1"),b.find("a").first().focus()),false;case 40:return b=d.next(),b.length&&(c.blur().attr("tabindex","-1"),b.find("a").first().focus()),false;case 13:case 32:return c.trigger("click"),false}});b.menuPage.bind("pagehide",function(){b.list.appendTo(b.listbox);b._focusButton();a.mobile._bindPageRemove.call(b.thisPage)});b.screen.bind("vclick",function(){b.close()});b.headerClose.click(function(){if(b.menuType=="overlay")return b.close(),false});b.thisPage.addDependents(this.menuPage)},
  _isRebuildRequired:function(){var a=this.list.find("li");return this._selectOptions().text()!==a.text()},refresh:function(b){var c=this;this._selectOptions();this.selected();var d=this.selectedIndices();(b||this._isRebuildRequired())&&c._buildList();c.setButtonText();c.setButtonCount();c.list.find("li:not(.ui-li-divider)").removeClass(a.mobile.activeBtnClass).attr("aria-selected",false).each(function(b){a.inArray(b,d)>-1&&(b=a(this),b.attr("aria-selected",true),c.isMultiple?b.find(".ui-icon").removeClass("ui-icon-checkbox-off").addClass("ui-icon-checkbox-on"):
  b.addClass(a.mobile.activeBtnClass))})},close:function(){if(!this.options.disabled&&this.isOpen)this.menuType=="page"?window.history.back():(this.screen.addClass("ui-screen-hidden"),this.listbox.addClass("ui-selectmenu-hidden").removeAttr("style").removeClass("in"),this.list.appendTo(this.listbox),this._focusButton()),this.isOpen=false},open:function(){if(!this.options.disabled){var b=this,c=b.list.parent().outerHeight(),d=b.list.parent().outerWidth(),f=a(".ui-page-active"),e=a.support.touchOverflow&&
  a.mobile.touchOverflowEnabled,f=f.is(".ui-native-fixed")?f.find(".ui-content"):f;scrollTop=e?f.scrollTop():a(window).scrollTop();btnOffset=b.button.offset().top;screenHeight=window.innerHeight;screenWidth=window.innerWidth;b.button.addClass(a.mobile.activeBtnClass);setTimeout(function(){b.button.removeClass(a.mobile.activeBtnClass)},300);if(c>screenHeight-80||!a.support.scrollTop){b.thisPage.unbind("pagehide.remove");if(scrollTop==0&&btnOffset>screenHeight)b.thisPage.one("pagehide",function(){a(this).jqmData("lastScroll",
  btnOffset)});b.menuPage.one("pageshow",function(){a(window).one("silentscroll",function(){b.list.find(a.mobile.activeBtnClass).focus()});b.isOpen=true});b.menuType="page";b.menuPageContent.append(b.list);b.menuPage.find("div .ui-title").text(b.label.text());a.mobile.changePage(b.menuPage,{transition:a.mobile.defaultDialogTransition})}else{b.menuType="overlay";b.screen.height(a(document).height()).removeClass("ui-screen-hidden");var f=btnOffset-scrollTop,g=scrollTop+screenHeight-btnOffset,h=c/2,e=
  parseFloat(b.list.parent().css("max-width")),c=f>c/2&&g>c/2?btnOffset+b.button.outerHeight()/2-h:f>g?scrollTop+screenHeight-c-30:scrollTop+30;d<e?e=(screenWidth-d)/2:(e=b.button.offset().left+b.button.outerWidth()/2-d/2,e<30?e=30:e+d>screenWidth&&(e=screenWidth-d-30));b.listbox.append(b.list).removeClass("ui-selectmenu-hidden").css({top:c,left:e}).addClass("in");b.list.find(a.mobile.activeBtnClass).focus();b.isOpen=true}}},_buildList:function(){var b=this,c=this.options,d=this.placeholder,f=[],e=
  [],g=b.isMultiple?"checkbox-off":"false";b.list.empty().filter(".ui-listview").listview("destroy");b.select.find("option").each(function(h){var j=a(this),i=j.parent(),l=j.getEncodedText(),o="<a href='#'>"+l+"</a>",k=[],n=[];i.is("optgroup")&&(i=i.attr("label"),a.inArray(i,f)===-1&&(e.push("<li data-"+a.mobile.ns+"role='list-divider'>"+i+"</li>"),f.push(i)));if(!this.getAttribute("value")||l.length==0||j.jqmData("placeholder"))c.hidePlaceholderMenuItems&&k.push("ui-selectmenu-placeholder"),d=b.placeholder=
  l;this.disabled&&(k.push("ui-disabled"),n.push("aria-disabled='true'"));e.push("<li data-"+a.mobile.ns+"option-index='"+h+"' data-"+a.mobile.ns+"icon='"+g+"' class='"+k.join(" ")+"' "+n.join(" ")+">"+o+"</li>")});b.list.html(e.join(" "));b.list.find("li").attr({role:"option",tabindex:"-1"}).first().attr("tabindex","0");this.isMultiple||this.headerClose.hide();!this.isMultiple&&!d.length?this.header.hide():this.headerTitle.text(this.placeholder);b.list.listview()},_button:function(){return a("<a>",
  {href:"#",role:"button",id:this.buttonId,"aria-haspopup":"true","aria-owns":this.menuId})}})};a("select").live("selectmenubeforecreate",function(){var b=a(this).data("selectmenu");b.options.nativeMenu||e(b)})})(jQuery);
  (function(a){a.widget("mobile.selectmenu",a.mobile.widget,{options:{theme:null,disabled:false,icon:"arrow-d",iconpos:"right",inline:null,corners:true,shadow:true,iconshadow:true,menuPageTheme:"b",overlayTheme:"a",hidePlaceholderMenuItems:true,closeText:"Close",nativeMenu:true,initSelector:"select:not(:jqmData(role='slider'))"},_button:function(){return a("<div/>")},_setDisabled:function(a){this.element.attr("disabled",a);this.button.attr("aria-disabled",a);return this._setOption("disabled",a)},_focusButton:function(){var a=
  this;setTimeout(function(){a.button.focus()},40)},_selectOptions:function(){return this.select.find("option")},_preExtension:function(){this.select=this.element.wrap("<div class='ui-select'>");this.selectID=this.select.attr("id");this.label=a("label[for='"+this.selectID+"']").addClass("ui-select");this.isMultiple=this.select[0].multiple;if(!this.options.theme)this.options.theme=a.mobile.getInheritedTheme(this.select,"c")},_create:function(){this._preExtension();this._trigger("beforeCreate");this.button=
  this._button();var e=this,b=this.options,c=this.button.text(a(this.select[0].options.item(this.select[0].selectedIndex==-1?0:this.select[0].selectedIndex)).text()).insertBefore(this.select).buttonMarkup({theme:b.theme,icon:b.icon,iconpos:b.iconpos,inline:b.inline,corners:b.corners,shadow:b.shadow,iconshadow:b.iconshadow});b.nativeMenu&&window.opera&&window.opera.version&&this.select.addClass("ui-select-nativeonly");if(this.isMultiple)this.buttonCount=a("<span>").addClass("ui-li-count ui-btn-up-c ui-btn-corner-all").hide().appendTo(c.addClass("ui-li-has-count"));
  (b.disabled||this.element.attr("disabled"))&&this.disable();this.select.change(function(){e.refresh()});this.build()},build:function(){var e=this;this.select.appendTo(e.button).bind("vmousedown",function(){e.button.addClass(a.mobile.activeBtnClass)}).bind("focus vmouseover",function(){e.button.trigger("vmouseover")}).bind("vmousemove",function(){e.button.removeClass(a.mobile.activeBtnClass)}).bind("change blur vmouseout",function(){e.button.trigger("vmouseout").removeClass(a.mobile.activeBtnClass)}).bind("change blur",
  function(){e.button.removeClass("ui-btn-down-"+e.options.theme)})},selected:function(){return this._selectOptions().filter(":selected")},selectedIndices:function(){var a=this;return this.selected().map(function(){return a._selectOptions().index(this)}).get()},setButtonText:function(){var e=this,b=this.selected();this.button.find(".ui-btn-text").text(function(){return!e.isMultiple?b.text():b.length?b.map(function(){return a(this).text()}).get().join(", "):e.placeholder})},setButtonCount:function(){var a=
  this.selected();this.isMultiple&&this.buttonCount[a.length>1?"show":"hide"]().text(a.length)},refresh:function(){this.setButtonText();this.setButtonCount()},open:a.noop,close:a.noop,disable:function(){this._setDisabled(true);this.button.addClass("ui-disabled")},enable:function(){this._setDisabled(false);this.button.removeClass("ui-disabled")}});a(document).bind("pagecreate create",function(e){a.mobile.selectmenu.prototype.enhanceWithin(e.target)})})(jQuery);
  (function(a,e){function b(b){for(var c;b;){if((c=b.className&&b.className.split(" "))&&a.inArray("ui-btn",c)>-1&&a.inArray("ui-disabled",c)<0)break;b=b.parentNode}return b}a.fn.buttonMarkup=function(b){for(var b=b||{},d=0;d<this.length;d++){var g=this.eq(d),h=g[0],i=a.extend({},a.fn.buttonMarkup.defaults,{icon:b.icon!==e?b.icon:g.jqmData("icon"),iconpos:b.iconpos!==e?b.iconpos:g.jqmData("iconpos"),theme:b.theme!==e?b.theme:g.jqmData("theme"),inline:b.inline!==e?b.inline:g.jqmData("inline"),shadow:b.shadow!==
  e?b.shadow:g.jqmData("shadow"),corners:b.corners!==e?b.corners:g.jqmData("corners"),iconshadow:b.iconshadow!==e?b.iconshadow:g.jqmData("iconshadow")},b),k="ui-btn-inner",m,q,o=document.createElement(i.wrapperEls),l=document.createElement(i.wrapperEls),j=i.icon?document.createElement("span"):null;c&&c();if(!i.theme)i.theme=a.mobile.getInheritedTheme(g,"c");m="ui-btn ui-btn-up-"+i.theme;i.inline&&(m+=" ui-btn-inline");if(i.icon)i.icon="ui-icon-"+i.icon,i.iconpos=i.iconpos||"left",q="ui-icon "+i.icon,
  i.iconshadow&&(q+=" ui-icon-shadow");i.iconpos&&(m+=" ui-btn-icon-"+i.iconpos,i.iconpos=="notext"&&!g.attr("title")&&g.attr("title",g.getEncodedText()));i.corners&&(m+=" ui-btn-corner-all",k+=" ui-btn-corner-all");i.shadow&&(m+=" ui-shadow");g.attr("data-"+a.mobile.ns+"theme",i.theme).addClass(m);o.className=k;o.setAttribute("aria-hidden","true");l.className="ui-btn-text";o.appendChild(l);if(j)j.className=q,o.appendChild(j);for(;h.firstChild;)l.appendChild(h.firstChild);h.appendChild(o);g.data("textWrapper",
  a(l))}return this};a.fn.buttonMarkup.defaults={corners:true,shadow:true,iconshadow:true,inline:false,wrapperEls:"span"};var c=function(){a(document).bind({vmousedown:function(c){var c=b(c.target),d;c&&(c=a(c),d=c.attr("data-"+a.mobile.ns+"theme"),c.removeClass("ui-btn-up-"+d).addClass("ui-btn-down-"+d))},"vmousecancel vmouseup":function(c){var c=b(c.target),d;c&&(c=a(c),d=c.attr("data-"+a.mobile.ns+"theme"),c.removeClass("ui-btn-down-"+d).addClass("ui-btn-up-"+d))},"vmouseover focus":function(c){var c=
  b(c.target),d;c&&(c=a(c),d=c.attr("data-"+a.mobile.ns+"theme"),c.removeClass("ui-btn-up-"+d).addClass("ui-btn-hover-"+d))},"vmouseout blur":function(c){var c=b(c.target),d;c&&(c=a(c),d=c.attr("data-"+a.mobile.ns+"theme"),c.removeClass("ui-btn-hover-"+d+" ui-btn-down-"+d).addClass("ui-btn-up-"+d))}});c=null};a(document).bind("pagecreate create",function(b){a(":jqmData(role='button'), .ui-bar > a, .ui-header > a, .ui-footer > a, .ui-bar > :jqmData(role='controlgroup') > a",b.target).not(".ui-btn, :jqmData(role='none'), :jqmData(role='nojs')").buttonMarkup()})})(jQuery);
  (function(a){a.fn.controlgroup=function(e){return this.each(function(){function b(a){a.removeClass("ui-btn-corner-all ui-shadow").eq(0).addClass(g[0]).end().filter(":last").addClass(g[1]).addClass("ui-controlgroup-last")}var c=a(this),f=a.extend({direction:c.jqmData("type")||"vertical",shadow:false,excludeInvisible:true},e),d=c.find(">legend"),g=f.direction=="horizontal"?["ui-corner-left","ui-corner-right"]:["ui-corner-top","ui-corner-bottom"];c.find("input:eq(0)").attr("type");d.length&&(c.wrapInner("<div class='ui-controlgroup-controls'></div>"),
  a("<div role='heading' class='ui-controlgroup-label'>"+d.html()+"</div>").insertBefore(c.children(0)),d.remove());c.addClass("ui-corner-all ui-controlgroup ui-controlgroup-"+f.direction);b(c.find(".ui-btn"+(f.excludeInvisible?":visible":"")));b(c.find(".ui-btn-inner"));f.shadow&&c.addClass("ui-shadow")})};a(document).bind("pagecreate create",function(e){a(":jqmData(role='controlgroup')",e.target).controlgroup({excludeInvisible:false})})})(jQuery);
  (function(a){a(document).bind("pagecreate create",function(e){a(e.target).find("a").not(".ui-btn, .ui-link-inherit, :jqmData(role='none'), :jqmData(role='nojs')").addClass("ui-link")})})(jQuery);
  (function(a,e){a.fn.fixHeaderFooter=function(){return!a.support.scrollTop||a.support.touchOverflow&&a.mobile.touchOverflowEnabled?this:this.each(function(){var b=a(this);b.jqmData("fullscreen")&&b.addClass("ui-page-fullscreen");b.find(".ui-header:jqmData(position='fixed')").addClass("ui-header-fixed ui-fixed-inline fade");b.find(".ui-footer:jqmData(position='fixed')").addClass("ui-footer-fixed ui-fixed-inline fade")})};a.mobile.fixedToolbars=function(){function b(){!i&&h==="overlay"&&(g||a.mobile.fixedToolbars.hide(true),
  a.mobile.fixedToolbars.startShowTimer())}function c(a){var b=0,c,d;if(a){d=document.body;c=a.offsetParent;for(b=a.offsetTop;a&&a!=d;){b+=a.scrollTop||0;if(a==c)b+=c.offsetTop,c=a.offsetParent;a=a.parentNode}}return b}function f(b){var d=a(window).scrollTop(),e=c(b[0]),f=b.css("top")=="auto"?0:parseFloat(b.css("top")),g=window.innerHeight,h=b.outerHeight(),i=b.parents(".ui-page:not(.ui-page-fullscreen)").length;return b.is(".ui-header-fixed")?(f=d-e+f,f<e&&(f=0),b.css("top",i?f:d)):b.css("top",i?d+
  g-h-(e-f):d+g-h)}if(a.support.scrollTop&&(!a.support.touchOverflow||!a.mobile.touchOverflowEnabled)){var d,g,h="inline",i=false,k=null,m=false,q=true;a(function(){var c=a(document),d=a(window);c.bind("vmousedown",function(){q&&(k=h)}).bind("vclick",function(b){q&&!a(b.target).closest("a,input,textarea,select,button,label,.ui-header-fixed,.ui-footer-fixed").length&&!m&&(a.mobile.fixedToolbars.toggle(k),k=null)}).bind("silentscroll",b);(c.scrollTop()===0?d:c).bind("scrollstart",function(){m=true;k===
  null&&(k=h);var b=k=="overlay";if(i=b||!!g)a.mobile.fixedToolbars.clearShowTimer(),b&&a.mobile.fixedToolbars.hide(true)}).bind("scrollstop",function(b){a(b.target).closest("a,input,textarea,select,button,label,.ui-header-fixed,.ui-footer-fixed").length||(m=false,i&&(a.mobile.fixedToolbars.startShowTimer(),i=false),k=null)});d.bind("resize updatelayout",b)});a(".ui-page").live("pagebeforeshow",function(b,c){var e=a(b.target).find(":jqmData(role='footer')"),g=e.data("id"),h=c.prevPage,h=h&&h.find(":jqmData(role='footer')"),
  h=h.length&&h.jqmData("id")===g;g&&h&&(d=e,f(d.removeClass("fade in out").appendTo(a.mobile.pageContainer)))}).live("pageshow",function(){var b=a(this);d&&d.length&&setTimeout(function(){f(d.appendTo(b).addClass("fade"));d=null},500);a.mobile.fixedToolbars.show(true,this)});a(".ui-collapsible-contain").live("collapse expand",b);return{show:function(b,d){a.mobile.fixedToolbars.clearShowTimer();h="overlay";return(d?a(d):a.mobile.activePage?a.mobile.activePage:a(".ui-page-active")).children(".ui-header-fixed:first, .ui-footer-fixed:not(.ui-footer-duplicate):last").each(function(){var d=
  a(this),e=a(window).scrollTop(),g=c(d[0]),h=window.innerHeight,i=d.outerHeight(),e=d.is(".ui-header-fixed")&&e<=g+i||d.is(".ui-footer-fixed")&&g<=e+h;d.addClass("ui-fixed-overlay").removeClass("ui-fixed-inline");!e&&!b&&d.animationComplete(function(){d.removeClass("in")}).addClass("in");f(d)})},hide:function(b){h="inline";return(a.mobile.activePage?a.mobile.activePage:a(".ui-page-active")).children(".ui-header-fixed:first, .ui-footer-fixed:not(.ui-footer-duplicate):last").each(function(){var c=a(this),
  d=c.css("top"),d=d=="auto"?0:parseFloat(d);c.addClass("ui-fixed-inline").removeClass("ui-fixed-overlay");if(d<0||c.is(".ui-header-fixed")&&d!==0)b?c.css("top",0):c.css("top")!=="auto"&&parseFloat(c.css("top"))!==0&&c.animationComplete(function(){c.removeClass("out reverse").css("top",0)}).addClass("out reverse")})},startShowTimer:function(){a.mobile.fixedToolbars.clearShowTimer();var b=[].slice.call(arguments);g=setTimeout(function(){g=e;a.mobile.fixedToolbars.show.apply(null,b)},100)},clearShowTimer:function(){g&&
  clearTimeout(g);g=e},toggle:function(b){b&&(h=b);return h==="overlay"?a.mobile.fixedToolbars.hide():a.mobile.fixedToolbars.show()},setTouchToggleEnabled:function(a){q=a}}}}();a(document).bind("pagecreate create",function(b){a(":jqmData(position='fixed')",b.target).length&&a(b.target).each(function(){if(!a.support.scrollTop||a.support.touchOverflow&&a.mobile.touchOverflowEnabled)return this;var b=a(this);b.jqmData("fullscreen")&&b.addClass("ui-page-fullscreen");b.find(".ui-header:jqmData(position='fixed')").addClass("ui-header-fixed ui-fixed-inline fade");
  b.find(".ui-footer:jqmData(position='fixed')").addClass("ui-footer-fixed ui-fixed-inline fade")})})})(jQuery);
  (function(a){a.mobile.touchOverflowEnabled=false;a.mobile.touchOverflowZoomEnabled=false;a(document).bind("pagecreate",function(e){a.support.touchOverflow&&a.mobile.touchOverflowEnabled&&(e=a(e.target),e.is(":jqmData(role='page')")&&e.each(function(){var b=a(this),c=b.find(":jqmData(role='header'), :jqmData(role='footer')").filter(":jqmData(position='fixed')"),e=b.jqmData("fullscreen"),d=c.length?b.find(".ui-content"):b;b.addClass("ui-mobile-touch-overflow");d.bind("scrollstop",function(){d.scrollTop()>
  0&&window.scrollTo(0,a.mobile.defaultHomeScroll)});c.length&&(b.addClass("ui-native-fixed"),e&&(b.addClass("ui-native-fullscreen"),c.addClass("fade in"),a(document).bind("vclick",function(){c.removeClass("ui-native-bars-hidden").toggleClass("in out").animationComplete(function(){a(this).not(".in").addClass("ui-native-bars-hidden")})})))}))})})(jQuery);
  (function(a,e){function b(){var b=a("meta[name='viewport']");b.length?b.attr("content",b.attr("content")+", user-scalable=no"):a("head").prepend("<meta>",{name:"viewport",content:"user-scalable=no"})}var c=a("html");a("head");var f=a(e);a(e.document).trigger("mobileinit");if(a.mobile.gradeA()){if(a.mobile.ajaxBlacklist)a.mobile.ajaxEnabled=false;c.addClass("ui-mobile ui-mobile-rendering");var d=a("<div class='ui-loader ui-body-a ui-corner-all'><span class='ui-icon ui-icon-loading spin'></span><h1></h1></div>");
  a.extend(a.mobile,{showPageLoadingMsg:function(){if(a.mobile.loadingMessage){var b=a("."+a.mobile.activeBtnClass).first();d.find("h1").text(a.mobile.loadingMessage).end().appendTo(a.mobile.pageContainer).css({top:a.support.scrollTop&&f.scrollTop()+f.height()/2||b.length&&b.offset().top||100})}c.addClass("ui-loading")},hidePageLoadingMsg:function(){c.removeClass("ui-loading")},initializePage:function(){var b=a(":jqmData(role='page')");b.length||(b=a("body").wrapInner("<div data-"+a.mobile.ns+"role='page'></div>").children(0));
  b.add(":jqmData(role='dialog')").each(function(){var b=a(this);b.jqmData("url")||b.attr("data-"+a.mobile.ns+"url",b.attr("id")||location.pathname+location.search)});a.mobile.firstPage=b.first();a.mobile.pageContainer=b.first().parent().addClass("ui-mobile-viewport");f.trigger("pagecontainercreate");a.mobile.showPageLoadingMsg();!a.mobile.hashListeningEnabled||!a.mobile.path.stripHash(location.hash)?a.mobile.changePage(a.mobile.firstPage,{transition:"none",reverse:true,changeHash:false,fromHashChange:true}):
  f.trigger("hashchange",[true])}});a.support.touchOverflow&&a.mobile.touchOverflowEnabled&&!a.mobile.touchOverflowZoomEnabled&&b();a.mobile._registerInternalEvents();a(function(){e.scrollTo(0,1);a.mobile.defaultHomeScroll=!a.support.scrollTop||a(e).scrollTop()===1?0:1;a.mobile.autoInitializePage&&a.mobile.initializePage();f.load(a.mobile.silentScroll)})}})(jQuery,this);
 
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
$stopid = filter_var($_REQUEST['stopid'], FILTER_SANITIZE_NUMBER_INT); $stopid = filter_var($_REQUEST['stopid'], FILTER_SANITIZE_NUMBER_INT);
$url = $APIurl . "/json/stop?stop_id=" . $stopid; $url = $APIurl . "/json/stop?stop_id=" . $stopid;
$stop = json_decode(getPage($url)); $stop = json_decode(getPage($url));
$html.= '<table><tr><td><br><br> '; $html.= '<table><tr><td><br><br> ';
$url = $APIurl . "/json/stoproutes?stop=" . $stopid . "&time=" . midnight_seconds() . "&service_period=" . service_period(); $url = $APIurl . "/json/stoproutes?stop=" . $stopid . "&time=" . midnight_seconds() . "&service_period=" . service_period();
$routes = json_decode(getPage($url)); $routes = json_decode(getPage($url));
foreach ($routes as $route) { foreach ($routes as $route) {
$html.= '<br> <a href="trip.php?routeid=' . $route[0] . '&stopid=' . $stopid . '">' . $route[1] . ' - ' . $route[2] . '</a>'; $html.= '<br> <a href="trip.php?routeid=' . $route[0] . '&stopid=' . $stopid . '">' . $route[1] . ' - ' . $route[2] . '</a>';
$viaPoints = viaPointNames($route[3], $stopid); $viaPoints = viaPointNames($route[3], $stopid);
if ($viaPoints != "") if ($viaPoints != "")
$html.= '<br><small>Via: ' . $viaPoints . '</small>'; $html.= '<br><small>Via: ' . $viaPoints . '</small>';
$html.= "<br>"; $html.= "<br>";
} }
$html.= '</td><td>' . staticmap(Array( $html.= '</td><td>' . staticmap(Array(
0 => Array( 0 => Array(
$stop[2], $stop[2],
$stop[3] $stop[3]
) )
), 0, "iconb", false) . "</td></tr>"; ), 0, false) . "</td></tr>";
$url = $APIurl . "/json/stoptrips?stop=" . $stopid . "&time=" . midnight_seconds() . "&service_period=" . service_period(); $url = $APIurl . "/json/stoptrips?stop=" . $stopid . "&time=" . midnight_seconds() . "&service_period=" . service_period();
$trips = json_decode(getPage($url)); $trips = json_decode(getPage($url));
$html.= "</table><br><br><table>"; $html.= "</table><br><br><table>";
$html.= "<thead><tr><th>Route</th><th>Time</th></tr></thead>"; $html.= "<thead><tr><th>Route</th><th>Time</th></tr></thead>";
debug(print_r($trips, true)); debug(print_r($trips, true));
foreach ($trips as $row) { foreach ($trips as $row) {
$html.= '<tr><td><a href="trip.php?stopid=' . $stopid . '&tripid=' . $row[1][0] . '">' . $row[1][1] . "</a></td>"; $html.= '<tr><td><a href="trip.php?stopid=' . $stopid . '&tripid=' . $row[1][0] . '">' . $row[1][1] . "</a></td>";
$html.= '<td>' . midnight_seconds_to_time($row[0]) . '</td>'; $html.= '<td>' . midnight_seconds_to_time($row[0]) . '</td>';
$html.= '</tr>'; $html.= '</tr>';
} }
$html.= '</table>'; $html.= '</table>';
if (sizeof($trips) == 0) if (sizeof($trips) == 0)
$html.= "<center>No trips in the near future.</center>"; $html.= "<center>No trips in the near future.</center>";
require_once ('lib/tcpdf/config/lang/eng.php'); require_once ('lib/tcpdf/config/lang/eng.php');
require_once ('lib/tcpdf/tcpdf.php'); require_once ('lib/tcpdf/tcpdf.php');
   
// create new PDF document // create new PDF document
class Custom_TCPDF extends TCPDF { class Custom_TCPDF extends TCPDF {
   
var $QRCodeURL; var $QRCodeURL;
   
function set_QRCodeURL($url) { function set_QRCodeURL($url) {
$this->QRCodeURL = $url; $this->QRCodeURL = $url;
} }
   
/** /**
* This method is used to render the page header. * This method is used to render the page header.
* It is automatically called by AddPage() and could be overwritten in your own inherited class. * It is automatically called by AddPage() and could be overwritten in your own inherited class.
* @public * @public
*/ */
public function Header() { public function Header() {
if ($this->header_xobjid < 0) { if ($this->header_xobjid < 0) {
// start a new XObject Template // start a new XObject Template
$this->header_xobjid = $this->startTemplate($this->w, $this->tMargin + 10); $this->header_xobjid = $this->startTemplate($this->w, $this->tMargin + 10);
$headerfont = $this->getHeaderFont(); $headerfont = $this->getHeaderFont();
$headerdata = $this->getHeaderData(); $headerdata = $this->getHeaderData();
$this->y = $this->header_margin; $this->y = $this->header_margin;
if ($this->rtl) { if ($this->rtl) {
$this->x = $this->w - $this->original_rMargin; $this->x = $this->w - $this->original_rMargin;
} else { } else {
$this->x = $this->original_lMargin - 10; $this->x = $this->original_lMargin - 10;
} }
if (isset($this->QRCodeURL)) { if (isset($this->QRCodeURL)) {
// QRCODE,H : QR-CODE Best error correction // QRCODE,H : QR-CODE Best error correction
$style = array( $style = array(
'border' => 1, 'border' => 1,
'padding' => 0, 'padding' => 0,
'fgcolor' => array( 'fgcolor' => array(
0, 0,
0, 0,
0 0
), ),
'bgcolor' => false, //array(255,255,255) 'bgcolor' => false, //array(255,255,255)
'module_width' => 1, // width of a single module in points 'module_width' => 1, // width of a single module in points
'module_height' => 1 'module_height' => 1
// height of a single module in points // height of a single module in points
); );
$this->write2DBarcode($this->QRCodeURL, 'QRCODE,H', '', '', 25, 25, $style, 'T'); $this->write2DBarcode($this->QRCodeURL, 'QRCODE,H', '', '', 25, 25, $style, 'T');
$imgy = 50 + 20; $imgy = 50 + 20;
} elseif (($headerdata['logo']) AND ($headerdata['logo'] != K_BLANK_IMAGE)) { } elseif (($headerdata['logo']) AND ($headerdata['logo'] != K_BLANK_IMAGE)) {
$imgtype = $this->getImageFileType(K_PATH_IMAGES . $headerdata['logo']); $imgtype = $this->getImageFileType(K_PATH_IMAGES . $headerdata['logo']);
if (($imgtype == 'eps') OR ($imgtype == 'ai')) { if (($imgtype == 'eps') OR ($imgtype == 'ai')) {
$this->ImageEps(K_PATH_IMAGES . $headerdata['logo'], '', '', $headerdata['logo_width']); $this->ImageEps(K_PATH_IMAGES . $headerdata['logo'], '', '', $headerdata['logo_width']);
} elseif ($imgtype == 'svg') { } elseif ($imgtype == 'svg') {
$this->ImageSVG(K_PATH_IMAGES . $headerdata['logo'], '', '', $headerdata['logo_width']); $this->ImageSVG(K_PATH_IMAGES . $headerdata['logo'], '', '', $headerdata['logo_width']);
} else { } else {
$this->Image(K_PATH_IMAGES . $headerdata['logo'], '', '', $headerdata['logo_width']); $this->Image(K_PATH_IMAGES . $headerdata['logo'], '', '', $headerdata['logo_width']);
} }
$imgy = $this->getImageRBY(); $imgy = $this->getImageRBY();
} else { } else {
$imgy = $this->y; $imgy = $this->y;
} }
$cell_height = round(($this->cell_height_ratio * $headerfont[2]) / $this->k, 2); $cell_height = round(($this->cell_height_ratio * $headerfont[2]) / $this->k, 2);
// set starting margin for text data cell // set starting margin for text data cell
if ($this->getRTL()) { if ($this->getRTL()) {
$header_x = $this->original_rMargin + ($headerdata['logo_width'] * 1.1); $header_x = $this->original_rMargin + ($headerdata['logo_width'] * 1.1);
} else { } else {
$header_x = $this->original_lMargin + ($headerdata['logo_width'] * 1.1); $header_x = $this->original_lMargin + ($headerdata['logo_width'] * 1.1);
} }
$cw = $this->w - $this->original_lMargin - $this->original_rMargin - ($headerdata['logo_width'] * 1.1); $cw = $this->w - $this->original_lMargin - $this->original_rMargin - ($headerdata['logo_width'] * 1.1);
$this->SetTextColor(0, 0, 0); $this->SetTextColor(0, 0, 0);
// header title // header title
$this->SetFont($headerfont[0], 'B', $headerfont[2] + 1); $this->SetFont($headerfont[0], 'B', $headerfont[2] + 1);
$this->SetX($header_x); $this->SetX($header_x);
$this->Cell($cw, $cell_height, $headerdata['title'], 0, 1, '', 0, '', 0); $this->Cell($cw, $cell_height, $headerdata['title'], 0, 1, '', 0, '', 0);
// header string // header string
$this->SetFont($headerfont[0], $headerfont[1], $headerfont[2]); $this->SetFont($headerfont[0], $headerfont[1], $headerfont[2]);
$this->SetX($header_x); $this->SetX($header_x);
$this->MultiCell($cw, $cell_height, $headerdata['string'], 0, '', 0, 1, '', '', true, 0, false); $this->MultiCell($cw, $cell_height, $headerdata['string'], 0, '', 0, 1, '', '', true, 0, false);
// print an ending header line // print an ending header line
//$this->SetLineStyle(array('width' => 0.85 / $this->k, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))); //$this->SetLineStyle(array('width' => 0.85 / $this->k, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)));
//$this->SetY((2.835 / $this->k) + max($imgy, $this->y)); //$this->SetY((2.835 / $this->k) + max($imgy, $this->y));
if ($this->rtl) { if ($this->rtl) {
$this->SetX($this->original_rMargin); $this->SetX($this->original_rMargin);
} else { } else {
$this->SetX($this->original_lMargin); $this->SetX($this->original_lMargin);
} }
//$this->Cell(($this->w - $this->original_lMargin - $this->original_rMargin), 0, '', 'T', 0, 'C'); //$this->Cell(($this->w - $this->original_lMargin - $this->original_rMargin), 0, '', 'T', 0, 'C');
$this->endTemplate(); $this->endTemplate();
} }
// print header template // print header template
$x = 0; $x = 0;
$dx = 0; $dx = 0;
if ($this->booklet AND (($this->page % 2) == 0)) { if ($this->booklet AND (($this->page % 2) == 0)) {
// adjust margins for booklet mode // adjust margins for booklet mode
$dx = ($this->original_lMargin - $this->original_rMargin); $dx = ($this->original_lMargin - $this->original_rMargin);
} }
if ($this->rtl) { if ($this->rtl) {
$x = $this->w + $dx; $x = $this->w + $dx;
} else { } else {
$x = 0 + $dx; $x = 0 + $dx;
} }
$this->printTemplate($this->header_xobjid, $x, 0, 0, 0, '', '', false); $this->printTemplate($this->header_xobjid, $x, 0, 0, 0, '', '', false);
} }
   
} }
   
$pdf = new Custom_TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); $pdf = new Custom_TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
// set document information // set document information
$pdf->SetCreator(PDF_CREATOR); $pdf->SetCreator(PDF_CREATOR);
$pdf->SetAuthor('bus.lambdacomplex.org'); $pdf->SetAuthor('bus.lambdacomplex.org');
$pdf->SetTitle($stop[1]); $pdf->SetTitle($stop[1]);
// set default header data // set default header data
$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, $stop[1] . " Timetable", "Some description of customization like Weekdays, 9am-10am"); $pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, $stop[1] . " Timetable", "Some description of customization like Weekdays, 9am-10am");
$pdf->set_QRCodeURL(curPageURL() . "stop.php?stopid=" . $_REQUEST['stopid']); $pdf->set_QRCodeURL(curPageURL() . "stop.php?stopid=" . $_REQUEST['stopid']);
// set header and footer fonts // set header and footer fonts
$pdf->setHeaderFont(Array( $pdf->setHeaderFont(Array(
PDF_FONT_NAME_MAIN, PDF_FONT_NAME_MAIN,
'', '',
PDF_FONT_SIZE_MAIN PDF_FONT_SIZE_MAIN
)); ));
$pdf->setFooterFont(Array( $pdf->setFooterFont(Array(
PDF_FONT_NAME_DATA, PDF_FONT_NAME_DATA,
'', '',
PDF_FONT_SIZE_DATA PDF_FONT_SIZE_DATA
)); ));
// set default monospaced font // set default monospaced font
$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED);
//set margins //set margins
$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); $pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT);
$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); $pdf->SetHeaderMargin(PDF_MARGIN_HEADER);
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); $pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
//set auto page breaks //set auto page breaks
$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); $pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
//set image scale factor //set image scale factor
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
//set some language-dependent strings //set some language-dependent strings
$pdf->setLanguageArray($l); $pdf->setLanguageArray($l);
// --------------------------------------------------------- // ---------------------------------------------------------
// set default font subsetting mode // set default font subsetting mode
$pdf->setFontSubsetting(true); $pdf->setFontSubsetting(true);
// Set font // Set font
// dejavusans is a UTF-8 Unicode font, if you only need to // dejavusans is a UTF-8 Unicode font, if you only need to
// print standard ASCII chars, you can use core fonts like // print standard ASCII chars, you can use core fonts like
// helvetica or times to reduce file size. // helvetica or times to reduce file size.
$pdf->SetFont('helvetica', '', 14, '', true); $pdf->SetFont('helvetica', '', 14, '', true);
// Add a page // Add a page
// This method has several options, check the source code documentation for more information. // This method has several options, check the source code documentation for more information.
$pdf->AddPage(); $pdf->AddPage();
// Print text using writeHTMLCell() // Print text using writeHTMLCell()
$pdf->writeHTMLCell($w = 0, $h = 0, $x = '', $y = '', $html, $border = 0, $ln = 1, $fill = 0, $reseth = true, $align = '', $autopadding = true); $pdf->writeHTMLCell($w = 0, $h = 0, $x = '', $y = '', $html, $border = 0, $ln = 1, $fill = 0, $reseth = true, $align = '', $autopadding = true);
// --------------------------------------------------------- // ---------------------------------------------------------
// Close and output PDF document // Close and output PDF document
// This method has several options, check the source code documentation for more information. // This method has several options, check the source code documentation for more information.
$pdf->Output('example_001.pdf', 'I'); $pdf->Output('example_001.pdf', 'I');
//============================================================+ //============================================================+
// END OF FILE // END OF FILE
//============================================================+ //============================================================+
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
header('Content-type: application/vnd.google-earth.kml+xml'); header('Content-type: application/vnd.google-earth.kml+xml');
//http://wiki.openstreetmap.org/wiki/OpenLayers_Dynamic_KML //http://wiki.openstreetmap.org/wiki/OpenLayers_Dynamic_KML
// Creates the KML/XML Document. // Creates the KML/XML Document.
$dom = new DOMDocument('1.0', 'UTF-8'); $dom = new DOMDocument('1.0', 'UTF-8');
   
// Creates the root KML element and appends it to the root document. // Creates the root KML element and appends it to the root document.
$node = $dom->createElementNS('http://earth.google.com/kml/2.1', 'kml'); $node = $dom->createElementNS('http://earth.google.com/kml/2.1', 'kml');
$parNode = $dom->appendChild($node); $parNode = $dom->appendChild($node);
   
// Creates a KML Document element and append it to the KML element. // Creates a KML Document element and append it to the KML element.
$dnode = $dom->createElement('Document'); $dnode = $dom->createElement('Document');
$docNode = $parNode->appendChild($dnode); $docNode = $parNode->appendChild($dnode);
   
   
$bbox = $_GET['bbox']; // get the bbox param from google earth $bbox = $_GET['bbox']; // get the bbox param from google earth
list($bbox_south, $bbox_west, $bbox_north, $bbox_east) = explode(",", $bbox); // west, south, east, north list($bbox_south, $bbox_west, $bbox_north, $bbox_east) = explode(",", $bbox); // west, south, east, north
   
include ('../include/common.inc.php'); include ('../include/common.inc.php');
$debugOkay = Array(); $debugOkay = Array();
$contents = getNearbyStops((($bbox_west + $bbox_east) / 2), ($bbox_south + $bbox_north) / 2, 50, 3000); $contents = getNearbyStops((($bbox_west + $bbox_east) / 2), ($bbox_south + $bbox_north) / 2, 50, 3000);
foreach ($contents as $stop) { foreach ($contents as $stop) {
$description = 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id'] . " <br>"; $description = 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id'] . " <br>";
$trips = getStopTripsWithTimes($stop['stop_id'], "", "", "", 3); $trips = getStopTripsWithTimes($stop['stop_id'], "", "", "", 3);
if ($trips) { if ($trips) {
foreach ($trips as $key => $row) { foreach ($trips as $key => $row) {
if ($key < 3) { if ($key < 3) {
$description .= $row['route_short_name'] . ' ' . $row['route_long_name'] . ' @ ' . $row['arrival_time'] . "<br>"; $destination = getTripDestination($row['trip_id']);
  $description .= $row['route_short_name'] . ' ' . $destination['stop_name'] . ' @ ' . $row['arrival_time'] . "<br>";
} }
} }
} else { } else {
$description .= "No more trips today"; $description .= "No more trips today";
} }
// Creates a Placemark and append it to the Document. // Creates a Placemark and append it to the Document.
$node = $dom->createElement('Placemark'); $node = $dom->createElement('Placemark');
$placeNode = $docNode->appendChild($node); $placeNode = $docNode->appendChild($node);
   
// Creates an id attribute and assign it the value of id column. // Creates an id attribute and assign it the value of id column.
$placeNode->setAttribute('id', 'placemark' . $stop['stop_id']); $placeNode->setAttribute('id', 'placemark' . $stop['stop_id']);
   
// Create name, and description elements and assigns them the values of the name and address columns from the results. // Create name, and description elements and assigns them the values of the name and address columns from the results.
$nameNode = $dom->createElement('name', htmlentities($stop['stop_name'])); $nameNode = $dom->createElement('name', htmlentities($stop['stop_name']));
$descriptionNode = $dom->createElement('description', $description); $descriptionNode = $dom->createElement('description', $description);
$placeNode->appendChild($nameNode); $placeNode->appendChild($nameNode);
$placeNode->appendChild($descriptionNode); $placeNode->appendChild($descriptionNode);
   
// Creates a Point element. // Creates a Point element.
$pointNode = $dom->createElement('Point'); $pointNode = $dom->createElement('Point');
$placeNode->appendChild($pointNode); $placeNode->appendChild($pointNode);
   
// Creates a coordinates element and gives it the value of the lng and lat columns from the results. // Creates a coordinates element and gives it the value of the lng and lat columns from the results.
$coorStr = $stop['stop_lon'] . ',' . $stop['stop_lat']; $coorStr = $stop['stop_lon'] . ',' . $stop['stop_lat'];
$coorNode = $dom->createElement('coordinates', $coorStr); $coorNode = $dom->createElement('coordinates', $coorStr);
$pointNode->appendChild($coorNode); $pointNode->appendChild($coorNode);
} }
   
   
$kmlOutput = $dom->saveXML(); $kmlOutput = $dom->saveXML();
echo $kmlOutput; echo $kmlOutput;
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
$output = Array(); $output = Array();
$output['hotspots'] = Array(); $output['hotspots'] = Array();
$output['layer'] = "canberrabusstops"; $output['layer'] = "canberrabusstops";
$max_page = 10; $max_page = 10;
$max_results = 50; $max_results = 50;
$page_start = 0 + $pageKey; $page_start = 0 + $pageKey;
$page_end = $max_page + $pageKey; $page_end = $max_page + $pageKey;
$contents = getNearbyStops($lat, $lon, 50, $max_distance); $contents = getNearbyStops($lat, $lon, 50, $max_distance);
$stopNum = 0; $stopNum = 0;
foreach ($contents as $stop) { foreach ($contents as $stop) {
$stopNum++; $stopNum++;
if ($stopNum > $page_start && $stopNum <= $page_end) { if ($stopNum > $page_start && $stopNum <= $page_end) {
$hotspot = Array(); $hotspot = Array();
$hotspot['id'] = $stop['stop_id']; $hotspot['id'] = $stop['stop_id'];
$hotspot['title'] = $stop['stop_name']; $hotspot['title'] = $stop['stop_name'];
$hotspot['type'] = 0; $hotspot['type'] = 0;
$hotspot['lat'] = floor($stop['stop_lat'] * 1000000); $hotspot['lat'] = floor($stop['stop_lat'] * 1000000);
$hotspot['lon'] = floor($stop['stop_lon'] * 1000000); $hotspot['lon'] = floor($stop['stop_lon'] * 1000000);
$hotspot['distance'] = floor($stop['distance']); $hotspot['distance'] = floor($stop['distance']);
$hotspot['attribution'] = "ACTION Buses"; $hotspot['attribution'] = "ACTION Buses";
$hotspot['actions'] = Array( $hotspot['actions'] = Array(
Array( Array(
"label" => 'View more trips/information', "label" => 'View more trips/information',
'uri' => 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id'] 'uri' => 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id']
) )
); );
$trips = getStopTripsWithTimes($stop['stop_id'], "", "", "", 3); $trips = getStopTripsWithTimes($stop['stop_id'], "", "", "", 3);
foreach ($trips as $key => $row) { foreach ($trips as $key => $row) {
if ($key < 3) { if ($key < 3) {
$hotspot['line' . strval($key + 2)] = $row['route_short_name'] . ' ' . $row['route_long_name'] . ' @ ' . $row['arrival_time']; $destination = getTripDestination($row['trip_id']);
  $hotspot['line' . strval($key + 2)] = $row['route_short_name'] . ' ' . $destination['stop_name'] . ' @ ' . $row['arrival_time'];
} }
} }
if (sizeof($trips) == 0) if (sizeof($trips) == 0)
$hotspot['line2'] = 'No trips in the near future.'; $hotspot['line2'] = 'No trips in the near future.';
$output['hotspots'][] = $hotspot; $output['hotspots'][] = $hotspot;
} }
} }
if (sizeof($hotspot) > 0) { if (sizeof($hotspot) > 0) {
$output['errorString'] = 'ok'; $output['errorString'] = 'ok';
$output['errorCode'] = 0; $output['errorCode'] = 0;
} else { } else {
$output['errorString'] = 'no results, try increasing range'; $output['errorString'] = 'no results, try increasing range';
$output['errorCode'] = 21; $output['errorCode'] = 21;
} }
if ($page_end >= $max_results || sizeof($contents) < $page_start + $max_page) { if ($page_end >= $max_results || sizeof($contents) < $page_start + $max_page) {
$output["morePages"] = false; $output["morePages"] = false;
$output["nextPageKey"] = null; $output["nextPageKey"] = null;
} else { } else {
$output["morePages"] = true; $output["morePages"] = true;
$output["nextPageKey"] = $page_end; $output["nextPageKey"] = $page_end;
} }
echo json_encode($output); echo json_encode($output);
?> ?>
   
<?php <?php
include ("../include/common.inc.php"); include ("../include/common.inc.php");
$result = Array(); $result = Array();
if (isset($_REQUEST['term'])) { if (isset($_REQUEST['term'])) {
$term = filter_var($_REQUEST['term'], FILTER_SANITIZE_STRING); $term = filter_var($_REQUEST['term'], FILTER_SANITIZE_STRING);
$query = "Select stop_name,min(stop_lat) as stop_lat,min(stop_lon) as stop_lon from stops where stop_name LIKE :term group by stop_name"; $query = "Select stop_name,min(stop_lat) as stop_lat,min(stop_lon) as stop_lon from stops where stop_name ILIKE :term group by stop_name";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$term = "$term%"; $term = "$term%";
$query->bindParam(":term", $term); $query->bindParam(":term", $term);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $row) { foreach ($query->fetchAll() as $row) {
$name = $row['stop_name'] . " (" . $row['stop_lat'] . "," . $row['stop_lon'] . ")"; $name = $row['stop_name'] . " (" . $row['stop_lat'] . "," . $row['stop_lon'] . ")";
$result[] = Array( $result[] = Array(
"id" => $name, "id" => $name,
"label" => $name, "label" => $name,
"value" => $name "value" => $name
); );
} }
} }
echo json_encode($result); echo json_encode($result);
?> ?>
<?php  
 
/**  
* This is the PHP OpenID library by JanRain, Inc.  
*  
* This module contains core utility functionality used by the  
* library. See Consumer.php and Server.php for the consumer and  
* server implementations.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* The library version string  
*/  
define('Auth_OpenID_VERSION', '2.2.2');  
 
/**  
* Require the fetcher code.  
*/  
require_once "Auth/Yadis/PlainHTTPFetcher.php";  
require_once "Auth/Yadis/ParanoidHTTPFetcher.php";  
require_once "Auth/OpenID/BigMath.php";  
require_once "Auth/OpenID/URINorm.php";  
 
/**  
* Status code returned by the server when the only option is to show  
* an error page, since we do not have enough information to redirect  
* back to the consumer. The associated value is an error message that  
* should be displayed on an HTML error page.  
*  
* @see Auth_OpenID_Server  
*/  
define('Auth_OpenID_LOCAL_ERROR', 'local_error');  
 
/**  
* Status code returned when there is an error to return in key-value  
* form to the consumer. The caller should return a 400 Bad Request  
* response with content-type text/plain and the value as the body.  
*  
* @see Auth_OpenID_Server  
*/  
define('Auth_OpenID_REMOTE_ERROR', 'remote_error');  
 
/**  
* Status code returned when there is a key-value form OK response to  
* the consumer. The value associated with this code is the  
* response. The caller should return a 200 OK response with  
* content-type text/plain and the value as the body.  
*  
* @see Auth_OpenID_Server  
*/  
define('Auth_OpenID_REMOTE_OK', 'remote_ok');  
 
/**  
* Status code returned when there is a redirect back to the  
* consumer. The value is the URL to redirect back to. The caller  
* should return a 302 Found redirect with a Location: header  
* containing the URL.  
*  
* @see Auth_OpenID_Server  
*/  
define('Auth_OpenID_REDIRECT', 'redirect');  
 
/**  
* Status code returned when the caller needs to authenticate the  
* user. The associated value is a {@link Auth_OpenID_ServerRequest}  
* object that can be used to complete the authentication. If the user  
* has taken some authentication action, use the retry() method of the  
* {@link Auth_OpenID_ServerRequest} object to complete the request.  
*  
* @see Auth_OpenID_Server  
*/  
define('Auth_OpenID_DO_AUTH', 'do_auth');  
 
/**  
* Status code returned when there were no OpenID arguments  
* passed. This code indicates that the caller should return a 200 OK  
* response and display an HTML page that says that this is an OpenID  
* server endpoint.  
*  
* @see Auth_OpenID_Server  
*/  
define('Auth_OpenID_DO_ABOUT', 'do_about');  
 
/**  
* Defines for regexes and format checking.  
*/  
define('Auth_OpenID_letters',  
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");  
 
define('Auth_OpenID_digits',  
"0123456789");  
 
define('Auth_OpenID_punct',  
"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");  
 
Auth_OpenID_include_init();  
 
/**  
* The OpenID utility function class.  
*  
* @package OpenID  
* @access private  
*/  
class Auth_OpenID {  
 
/**  
* Return true if $thing is an Auth_OpenID_FailureResponse object;  
* false if not.  
*  
* @access private  
*/  
static function isFailure($thing)  
{  
return is_a($thing, 'Auth_OpenID_FailureResponse');  
}  
 
/**  
* Gets the query data from the server environment based on the  
* request method used. If GET was used, this looks at  
* $_SERVER['QUERY_STRING'] directly. If POST was used, this  
* fetches data from the special php://input file stream.  
*  
* Returns an associative array of the query arguments.  
*  
* Skips invalid key/value pairs (i.e. keys with no '=value'  
* portion).  
*  
* Returns an empty array if neither GET nor POST was used, or if  
* POST was used but php://input cannot be opened.  
*  
* See background:  
* http://lists.openidenabled.com/pipermail/dev/2007-March/000395.html  
*  
* @access private  
*/  
static function getQuery($query_str=null)  
{  
$data = array();  
 
if ($query_str !== null) {  
$data = Auth_OpenID::params_from_string($query_str);  
} else if (!array_key_exists('REQUEST_METHOD', $_SERVER)) {  
// Do nothing.  
} else {  
// XXX HACK FIXME HORRIBLE.  
//  
// POSTing to a URL with query parameters is acceptable, but  
// we don't have a clean way to distinguish those parameters  
// when we need to do things like return_to verification  
// which only want to look at one kind of parameter. We're  
// going to emulate the behavior of some other environments  
// by defaulting to GET and overwriting with POST if POST  
// data is available.  
$data = Auth_OpenID::params_from_string($_SERVER['QUERY_STRING']);  
 
if ($_SERVER['REQUEST_METHOD'] == 'POST') {  
$str = file_get_contents('php://input');  
 
if ($str === false) {  
$post = array();  
} else {  
$post = Auth_OpenID::params_from_string($str);  
}  
 
$data = array_merge($data, $post);  
}  
}  
 
return $data;  
}  
 
static function params_from_string($str)  
{  
$chunks = explode("&", $str);  
 
$data = array();  
foreach ($chunks as $chunk) {  
$parts = explode("=", $chunk, 2);  
 
if (count($parts) != 2) {  
continue;  
}  
 
list($k, $v) = $parts;  
$data[urldecode($k)] = urldecode($v);  
}  
 
return $data;  
}  
 
/**  
* Create dir_name as a directory if it does not exist. If it  
* exists, make sure that it is, in fact, a directory. Returns  
* true if the operation succeeded; false if not.  
*  
* @access private  
*/  
static function ensureDir($dir_name)  
{  
if (is_dir($dir_name) || @mkdir($dir_name)) {  
return true;  
} else {  
$parent_dir = dirname($dir_name);  
 
// Terminal case; there is no parent directory to create.  
if ($parent_dir == $dir_name) {  
return true;  
}  
 
return (Auth_OpenID::ensureDir($parent_dir) && @mkdir($dir_name));  
}  
}  
 
/**  
* Adds a string prefix to all values of an array. Returns a new  
* array containing the prefixed values.  
*  
* @access private  
*/  
static function addPrefix($values, $prefix)  
{  
$new_values = array();  
foreach ($values as $s) {  
$new_values[] = $prefix . $s;  
}  
return $new_values;  
}  
 
/**  
* Convenience function for getting array values. Given an array  
* $arr and a key $key, get the corresponding value from the array  
* or return $default if the key is absent.  
*  
* @access private  
*/  
static function arrayGet($arr, $key, $fallback = null)  
{  
if (is_array($arr)) {  
if (array_key_exists($key, $arr)) {  
return $arr[$key];  
} else {  
return $fallback;  
}  
} else {  
trigger_error("Auth_OpenID::arrayGet (key = ".$key.") expected " .  
"array as first parameter, got " .  
gettype($arr), E_USER_WARNING);  
 
return false;  
}  
}  
 
/**  
* Replacement for PHP's broken parse_str.  
*/  
static function parse_str($query)  
{  
if ($query === null) {  
return null;  
}  
 
$parts = explode('&', $query);  
 
$new_parts = array();  
for ($i = 0; $i < count($parts); $i++) {  
$pair = explode('=', $parts[$i]);  
 
if (count($pair) != 2) {  
continue;  
}  
 
list($key, $value) = $pair;  
$new_parts[urldecode($key)] = urldecode($value);  
}  
 
return $new_parts;  
}  
 
/**  
* Implements the PHP 5 'http_build_query' functionality.  
*  
* @access private  
* @param array $data Either an array key/value pairs or an array  
* of arrays, each of which holding two values: a key and a value,  
* sequentially.  
* @return string $result The result of url-encoding the key/value  
* pairs from $data into a URL query string  
* (e.g. "username=bob&id=56").  
*/  
static function httpBuildQuery($data)  
{  
$pairs = array();  
foreach ($data as $key => $value) {  
if (is_array($value)) {  
$pairs[] = urlencode($value[0])."=".urlencode($value[1]);  
} else {  
$pairs[] = urlencode($key)."=".urlencode($value);  
}  
}  
return implode("&", $pairs);  
}  
 
/**  
* "Appends" query arguments onto a URL. The URL may or may not  
* already have arguments (following a question mark).  
*  
* @access private  
* @param string $url A URL, which may or may not already have  
* arguments.  
* @param array $args Either an array key/value pairs or an array of  
* arrays, each of which holding two values: a key and a value,  
* sequentially. If $args is an ordinary key/value array, the  
* parameters will be added to the URL in sorted alphabetical order;  
* if $args is an array of arrays, their order will be preserved.  
* @return string $url The original URL with the new parameters added.  
*  
*/  
static function appendArgs($url, $args)  
{  
if (count($args) == 0) {  
return $url;  
}  
 
// Non-empty array; if it is an array of arrays, use  
// multisort; otherwise use sort.  
if (array_key_exists(0, $args) &&  
is_array($args[0])) {  
// Do nothing here.  
} else {  
$keys = array_keys($args);  
sort($keys);  
$new_args = array();  
foreach ($keys as $key) {  
$new_args[] = array($key, $args[$key]);  
}  
$args = $new_args;  
}  
 
$sep = '?';  
if (strpos($url, '?') !== false) {  
$sep = '&';  
}  
 
return $url . $sep . Auth_OpenID::httpBuildQuery($args);  
}  
 
/**  
* Implements python's urlunparse, which is not available in PHP.  
* Given the specified components of a URL, this function rebuilds  
* and returns the URL.  
*  
* @access private  
* @param string $scheme The scheme (e.g. 'http'). Defaults to 'http'.  
* @param string $host The host. Required.  
* @param string $port The port.  
* @param string $path The path.  
* @param string $query The query.  
* @param string $fragment The fragment.  
* @return string $url The URL resulting from assembling the  
* specified components.  
*/  
static function urlunparse($scheme, $host, $port = null, $path = '/',  
$query = '', $fragment = '')  
{  
 
if (!$scheme) {  
$scheme = 'http';  
}  
 
if (!$host) {  
return false;  
}  
 
if (!$path) {  
$path = '';  
}  
 
$result = $scheme . "://" . $host;  
 
if ($port) {  
$result .= ":" . $port;  
}  
 
$result .= $path;  
 
if ($query) {  
$result .= "?" . $query;  
}  
 
if ($fragment) {  
$result .= "#" . $fragment;  
}  
 
return $result;  
}  
 
/**  
* Given a URL, this "normalizes" it by adding a trailing slash  
* and / or a leading http:// scheme where necessary. Returns  
* null if the original URL is malformed and cannot be normalized.  
*  
* @access private  
* @param string $url The URL to be normalized.  
* @return mixed $new_url The URL after normalization, or null if  
* $url was malformed.  
*/  
static function normalizeUrl($url)  
{  
@$parsed = parse_url($url);  
 
if (!$parsed) {  
return null;  
}  
 
if (isset($parsed['scheme']) &&  
isset($parsed['host'])) {  
$scheme = strtolower($parsed['scheme']);  
if (!in_array($scheme, array('http', 'https'))) {  
return null;  
}  
} else {  
$url = 'http://' . $url;  
}  
 
$normalized = Auth_OpenID_urinorm($url);  
if ($normalized === null) {  
return null;  
}  
list($defragged, $frag) = Auth_OpenID::urldefrag($normalized);  
return $defragged;  
}  
 
/**  
* Replacement (wrapper) for PHP's intval() because it's broken.  
*  
* @access private  
*/  
static function intval($value)  
{  
$re = "/^\\d+$/";  
 
if (!preg_match($re, $value)) {  
return false;  
}  
 
return intval($value);  
}  
 
/**  
* Count the number of bytes in a string independently of  
* multibyte support conditions.  
*  
* @param string $str The string of bytes to count.  
* @return int The number of bytes in $str.  
*/  
static function bytes($str)  
{  
return strlen(bin2hex($str)) / 2;  
}  
 
/**  
* Get the bytes in a string independently of multibyte support  
* conditions.  
*/  
static function toBytes($str)  
{  
$hex = bin2hex($str);  
 
if (!$hex) {  
return array();  
}  
 
$b = array();  
for ($i = 0; $i < strlen($hex); $i += 2) {  
$b[] = chr(base_convert(substr($hex, $i, 2), 16, 10));  
}  
 
return $b;  
}  
 
static function urldefrag($url)  
{  
$parts = explode("#", $url, 2);  
 
if (count($parts) == 1) {  
return array($parts[0], "");  
} else {  
return $parts;  
}  
}  
 
static function filter($callback, &$sequence)  
{  
$result = array();  
 
foreach ($sequence as $item) {  
if (call_user_func_array($callback, array($item))) {  
$result[] = $item;  
}  
}  
 
return $result;  
}  
 
static function update(&$dest, &$src)  
{  
foreach ($src as $k => $v) {  
$dest[$k] = $v;  
}  
}  
 
/**  
* Wrap PHP's standard error_log functionality. Use this to  
* perform all logging. It will interpolate any additional  
* arguments into the format string before logging.  
*  
* @param string $format_string The sprintf format for the message  
*/  
static function log($format_string)  
{  
$args = func_get_args();  
$message = call_user_func_array('sprintf', $args);  
error_log($message);  
}  
 
static function autoSubmitHTML($form, $title="OpenId transaction in progress")  
{  
return("<html>".  
"<head><title>".  
$title .  
"</title></head>".  
"<body onload='document.forms[0].submit();'>".  
$form .  
"<script>".  
"var elements = document.forms[0].elements;".  
"for (var i = 0; i < elements.length; i++) {".  
" elements[i].style.display = \"none\";".  
"}".  
"</script>".  
"</body>".  
"</html>");  
}  
}  
 
/*  
* Function to run when this file is included.  
* Abstracted to a function to make life easier  
* for some PHP optimizers.  
*/  
function Auth_OpenID_include_init() {  
if (Auth_OpenID_getMathLib() === null) {  
Auth_OpenID_setNoMathSupport();  
}  
}  
 
<?php  
 
/**  
* Implements the OpenID attribute exchange specification, version 1.0  
* as of svn revision 370 from openid.net svn.  
*  
* @package OpenID  
*/  
 
/**  
* Require utility classes and functions for the consumer.  
*/  
require_once "Auth/OpenID/Extension.php";  
require_once "Auth/OpenID/Message.php";  
require_once "Auth/OpenID/TrustRoot.php";  
 
define('Auth_OpenID_AX_NS_URI',  
'http://openid.net/srv/ax/1.0');  
 
// Use this as the 'count' value for an attribute in a FetchRequest to  
// ask for as many values as the OP can provide.  
define('Auth_OpenID_AX_UNLIMITED_VALUES', 'unlimited');  
 
// Minimum supported alias length in characters. Here for  
// completeness.  
define('Auth_OpenID_AX_MINIMUM_SUPPORTED_ALIAS_LENGTH', 32);  
 
/**  
* AX utility class.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX {  
/**  
* @param mixed $thing Any object which may be an  
* Auth_OpenID_AX_Error object.  
*  
* @return bool true if $thing is an Auth_OpenID_AX_Error; false  
* if not.  
*/  
static function isError($thing)  
{  
return is_a($thing, 'Auth_OpenID_AX_Error');  
}  
}  
 
/**  
* Check an alias for invalid characters; raise AXError if any are  
* found. Return None if the alias is valid.  
*/  
function Auth_OpenID_AX_checkAlias($alias)  
{  
if (strpos($alias, ',') !== false) {  
return new Auth_OpenID_AX_Error(sprintf(  
"Alias %s must not contain comma", $alias));  
}  
if (strpos($alias, '.') !== false) {  
return new Auth_OpenID_AX_Error(sprintf(  
"Alias %s must not contain period", $alias));  
}  
 
return true;  
}  
 
/**  
* Results from data that does not meet the attribute exchange 1.0  
* specification  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_Error {  
function Auth_OpenID_AX_Error($message=null)  
{  
$this->message = $message;  
}  
}  
 
/**  
* Abstract class containing common code for attribute exchange  
* messages.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_Message extends Auth_OpenID_Extension {  
/**  
* ns_alias: The preferred namespace alias for attribute exchange  
* messages  
*/  
var $ns_alias = 'ax';  
 
/**  
* mode: The type of this attribute exchange message. This must be  
* overridden in subclasses.  
*/  
var $mode = null;  
 
var $ns_uri = Auth_OpenID_AX_NS_URI;  
 
/**  
* Return Auth_OpenID_AX_Error if the mode in the attribute  
* exchange arguments does not match what is expected for this  
* class; true otherwise.  
*  
* @access private  
*/  
function _checkMode($ax_args)  
{  
$mode = Auth_OpenID::arrayGet($ax_args, 'mode');  
if ($mode != $this->mode) {  
return new Auth_OpenID_AX_Error(  
sprintf(  
"Expected mode '%s'; got '%s'",  
$this->mode, $mode));  
}  
 
return true;  
}  
 
/**  
* Return a set of attribute exchange arguments containing the  
* basic information that must be in every attribute exchange  
* message.  
*  
* @access private  
*/  
function _newArgs()  
{  
return array('mode' => $this->mode);  
}  
}  
 
/**  
* Represents a single attribute in an attribute exchange  
* request. This should be added to an AXRequest object in order to  
* request the attribute.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_AttrInfo {  
/**  
* Construct an attribute information object. Do not call this  
* directly; call make(...) instead.  
*  
* @param string $type_uri The type URI for this attribute.  
*  
* @param int $count The number of values of this type to request.  
*  
* @param bool $required Whether the attribute will be marked as  
* required in the request.  
*  
* @param string $alias The name that should be given to this  
* attribute in the request.  
*/  
function Auth_OpenID_AX_AttrInfo($type_uri, $count, $required,  
$alias)  
{  
/**  
* required: Whether the attribute will be marked as required  
* when presented to the subject of the attribute exchange  
* request.  
*/  
$this->required = $required;  
 
/**  
* count: How many values of this type to request from the  
* subject. Defaults to one.  
*/  
$this->count = $count;  
 
/**  
* type_uri: The identifier that determines what the attribute  
* represents and how it is serialized. For example, one type  
* URI representing dates could represent a Unix timestamp in  
* base 10 and another could represent a human-readable  
* string.  
*/  
$this->type_uri = $type_uri;  
 
/**  
* alias: The name that should be given to this attribute in  
* the request. If it is not supplied, a generic name will be  
* assigned. For example, if you want to call a Unix timestamp  
* value 'tstamp', set its alias to that value. If two  
* attributes in the same message request to use the same  
* alias, the request will fail to be generated.  
*/  
$this->alias = $alias;  
}  
 
/**  
* Construct an attribute information object. For parameter  
* details, see the constructor.  
*/  
static function make($type_uri, $count=1, $required=false,  
$alias=null)  
{  
if ($alias !== null) {  
$result = Auth_OpenID_AX_checkAlias($alias);  
 
if (Auth_OpenID_AX::isError($result)) {  
return $result;  
}  
}  
 
return new Auth_OpenID_AX_AttrInfo($type_uri, $count, $required,  
$alias);  
}  
 
/**  
* When processing a request for this attribute, the OP should  
* call this method to determine whether all available attribute  
* values were requested. If self.count == UNLIMITED_VALUES, this  
* returns True. Otherwise this returns False, in which case  
* self.count is an integer.  
*/  
function wantsUnlimitedValues()  
{  
return $this->count === Auth_OpenID_AX_UNLIMITED_VALUES;  
}  
}  
 
/**  
* Given a namespace mapping and a string containing a comma-separated  
* list of namespace aliases, return a list of type URIs that  
* correspond to those aliases.  
*  
* @param $namespace_map The mapping from namespace URI to alias  
* @param $alias_list_s The string containing the comma-separated  
* list of aliases. May also be None for convenience.  
*  
* @return $seq The list of namespace URIs that corresponds to the  
* supplied list of aliases. If the string was zero-length or None, an  
* empty list will be returned.  
*  
* return null If an alias is present in the list of aliases but  
* is not present in the namespace map.  
*/  
function Auth_OpenID_AX_toTypeURIs($namespace_map, $alias_list_s)  
{  
$uris = array();  
 
if ($alias_list_s) {  
foreach (explode(',', $alias_list_s) as $alias) {  
$type_uri = $namespace_map->getNamespaceURI($alias);  
if ($type_uri === null) {  
// raise KeyError(  
// 'No type is defined for attribute name %r' % (alias,))  
return new Auth_OpenID_AX_Error(  
sprintf('No type is defined for attribute name %s',  
$alias)  
);  
} else {  
$uris[] = $type_uri;  
}  
}  
}  
 
return $uris;  
}  
 
/**  
* An attribute exchange 'fetch_request' message. This message is sent  
* by a relying party when it wishes to obtain attributes about the  
* subject of an OpenID authentication request.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_FetchRequest extends Auth_OpenID_AX_Message {  
 
var $mode = 'fetch_request';  
 
function Auth_OpenID_AX_FetchRequest($update_url=null)  
{  
/**  
* requested_attributes: The attributes that have been  
* requested thus far, indexed by the type URI.  
*/  
$this->requested_attributes = array();  
 
/**  
* update_url: A URL that will accept responses for this  
* attribute exchange request, even in the absence of the user  
* who made this request.  
*/  
$this->update_url = $update_url;  
}  
 
/**  
* Add an attribute to this attribute exchange request.  
*  
* @param attribute: The attribute that is being requested  
* @return true on success, false when the requested attribute is  
* already present in this fetch request.  
*/  
function add($attribute)  
{  
if ($this->contains($attribute->type_uri)) {  
return new Auth_OpenID_AX_Error(  
sprintf("The attribute %s has already been requested",  
$attribute->type_uri));  
}  
 
$this->requested_attributes[$attribute->type_uri] = $attribute;  
 
return true;  
}  
 
/**  
* Get the serialized form of this attribute fetch request.  
*  
* @returns Auth_OpenID_AX_FetchRequest The fetch request message parameters  
*/  
function getExtensionArgs()  
{  
$aliases = new Auth_OpenID_NamespaceMap();  
 
$required = array();  
$if_available = array();  
 
$ax_args = $this->_newArgs();  
 
foreach ($this->requested_attributes as $type_uri => $attribute) {  
if ($attribute->alias === null) {  
$alias = $aliases->add($type_uri);  
} else {  
$alias = $aliases->addAlias($type_uri, $attribute->alias);  
 
if ($alias === null) {  
return new Auth_OpenID_AX_Error(  
sprintf("Could not add alias %s for URI %s",  
$attribute->alias, $type_uri  
));  
}  
}  
 
if ($attribute->required) {  
$required[] = $alias;  
} else {  
$if_available[] = $alias;  
}  
 
if ($attribute->count != 1) {  
$ax_args['count.' . $alias] = strval($attribute->count);  
}  
 
$ax_args['type.' . $alias] = $type_uri;  
}  
 
if ($required) {  
$ax_args['required'] = implode(',', $required);  
}  
 
if ($if_available) {  
$ax_args['if_available'] = implode(',', $if_available);  
}  
 
return $ax_args;  
}  
 
/**  
* Get the type URIs for all attributes that have been marked as  
* required.  
*  
* @return A list of the type URIs for attributes that have been  
* marked as required.  
*/  
function getRequiredAttrs()  
{  
$required = array();  
foreach ($this->requested_attributes as $type_uri => $attribute) {  
if ($attribute->required) {  
$required[] = $type_uri;  
}  
}  
 
return $required;  
}  
 
/**  
* Extract a FetchRequest from an OpenID message  
*  
* @param request: The OpenID request containing the attribute  
* fetch request  
*  
* @returns mixed An Auth_OpenID_AX_Error or the  
* Auth_OpenID_AX_FetchRequest extracted from the request message if  
* successful  
*/  
static function fromOpenIDRequest($request)  
{  
$m = $request->message;  
$obj = new Auth_OpenID_AX_FetchRequest();  
$ax_args = $m->getArgs($obj->ns_uri);  
 
$result = $obj->parseExtensionArgs($ax_args);  
 
if (Auth_OpenID_AX::isError($result)) {  
return $result;  
}  
 
if ($obj->update_url) {  
// Update URL must match the openid.realm of the  
// underlying OpenID 2 message.  
$realm = $m->getArg(Auth_OpenID_OPENID_NS, 'realm',  
$m->getArg(  
Auth_OpenID_OPENID_NS,  
'return_to'));  
 
if (!$realm) {  
$obj = new Auth_OpenID_AX_Error(  
sprintf("Cannot validate update_url %s " .  
"against absent realm", $obj->update_url));  
} else if (!Auth_OpenID_TrustRoot::match($realm,  
$obj->update_url)) {  
$obj = new Auth_OpenID_AX_Error(  
sprintf("Update URL %s failed validation against realm %s",  
$obj->update_url, $realm));  
}  
}  
 
return $obj;  
}  
 
/**  
* Given attribute exchange arguments, populate this FetchRequest.  
*  
* @return $result Auth_OpenID_AX_Error if the data to be parsed  
* does not follow the attribute exchange specification. At least  
* when 'if_available' or 'required' is not specified for a  
* particular attribute type. Returns true otherwise.  
*/  
function parseExtensionArgs($ax_args)  
{  
$result = $this->_checkMode($ax_args);  
if (Auth_OpenID_AX::isError($result)) {  
return $result;  
}  
 
$aliases = new Auth_OpenID_NamespaceMap();  
 
foreach ($ax_args as $key => $value) {  
if (strpos($key, 'type.') === 0) {  
$alias = substr($key, 5);  
$type_uri = $value;  
 
$alias = $aliases->addAlias($type_uri, $alias);  
 
if ($alias === null) {  
return new Auth_OpenID_AX_Error(  
sprintf("Could not add alias %s for URI %s",  
$alias, $type_uri)  
);  
}  
 
$count_s = Auth_OpenID::arrayGet($ax_args, 'count.' . $alias);  
if ($count_s) {  
$count = Auth_OpenID::intval($count_s);  
if (($count === false) &&  
($count_s === Auth_OpenID_AX_UNLIMITED_VALUES)) {  
$count = $count_s;  
}  
} else {  
$count = 1;  
}  
 
if ($count === false) {  
return new Auth_OpenID_AX_Error(  
sprintf("Integer value expected for %s, got %s",  
'count.' . $alias, $count_s));  
}  
 
$attrinfo = Auth_OpenID_AX_AttrInfo::make($type_uri, $count,  
false, $alias);  
 
if (Auth_OpenID_AX::isError($attrinfo)) {  
return $attrinfo;  
}  
 
$this->add($attrinfo);  
}  
}  
 
$required = Auth_OpenID_AX_toTypeURIs($aliases,  
Auth_OpenID::arrayGet($ax_args, 'required'));  
 
foreach ($required as $type_uri) {  
$attrib = $this->requested_attributes[$type_uri];  
$attrib->required = true;  
}  
 
$if_available = Auth_OpenID_AX_toTypeURIs($aliases,  
Auth_OpenID::arrayGet($ax_args, 'if_available'));  
 
$all_type_uris = array_merge($required, $if_available);  
 
foreach ($aliases->iterNamespaceURIs() as $type_uri) {  
if (!in_array($type_uri, $all_type_uris)) {  
return new Auth_OpenID_AX_Error(  
sprintf('Type URI %s was in the request but not ' .  
'present in "required" or "if_available"',  
$type_uri));  
 
}  
}  
 
$this->update_url = Auth_OpenID::arrayGet($ax_args, 'update_url');  
 
return true;  
}  
 
/**  
* Iterate over the AttrInfo objects that are contained in this  
* fetch_request.  
*/  
function iterAttrs()  
{  
return array_values($this->requested_attributes);  
}  
 
function iterTypes()  
{  
return array_keys($this->requested_attributes);  
}  
 
/**  
* Is the given type URI present in this fetch_request?  
*/  
function contains($type_uri)  
{  
return in_array($type_uri, $this->iterTypes());  
}  
}  
 
/**  
* An abstract class that implements a message that has attribute keys  
* and values. It contains the common code between fetch_response and  
* store_request.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_KeyValueMessage extends Auth_OpenID_AX_Message {  
 
function Auth_OpenID_AX_KeyValueMessage()  
{  
$this->data = array();  
}  
 
/**  
* Add a single value for the given attribute type to the  
* message. If there are already values specified for this type,  
* this value will be sent in addition to the values already  
* specified.  
*  
* @param type_uri: The URI for the attribute  
* @param value: The value to add to the response to the relying  
* party for this attribute  
* @return null  
*/  
function addValue($type_uri, $value)  
{  
if (!array_key_exists($type_uri, $this->data)) {  
$this->data[$type_uri] = array();  
}  
 
$values =& $this->data[$type_uri];  
$values[] = $value;  
}  
 
/**  
* Set the values for the given attribute type. This replaces any  
* values that have already been set for this attribute.  
*  
* @param type_uri: The URI for the attribute  
* @param values: A list of values to send for this attribute.  
*/  
function setValues($type_uri, &$values)  
{  
$this->data[$type_uri] =& $values;  
}  
 
/**  
* Get the extension arguments for the key/value pairs contained  
* in this message.  
*  
* @param aliases: An alias mapping. Set to None if you don't care  
* about the aliases for this request.  
*  
* @access private  
*/  
function _getExtensionKVArgs($aliases)  
{  
if ($aliases === null) {  
$aliases = new Auth_OpenID_NamespaceMap();  
}  
 
$ax_args = array();  
 
foreach ($this->data as $type_uri => $values) {  
$alias = $aliases->add($type_uri);  
 
$ax_args['type.' . $alias] = $type_uri;  
$ax_args['count.' . $alias] = strval(count($values));  
 
foreach ($values as $i => $value) {  
$key = sprintf('value.%s.%d', $alias, $i + 1);  
$ax_args[$key] = $value;  
}  
}  
 
return $ax_args;  
}  
 
/**  
* Parse attribute exchange key/value arguments into this object.  
*  
* @param ax_args: The attribute exchange fetch_response  
* arguments, with namespacing removed.  
*  
* @return Auth_OpenID_AX_Error or true  
*/  
function parseExtensionArgs($ax_args)  
{  
$result = $this->_checkMode($ax_args);  
if (Auth_OpenID_AX::isError($result)) {  
return $result;  
}  
 
$aliases = new Auth_OpenID_NamespaceMap();  
 
foreach ($ax_args as $key => $value) {  
if (strpos($key, 'type.') === 0) {  
$type_uri = $value;  
$alias = substr($key, 5);  
 
$result = Auth_OpenID_AX_checkAlias($alias);  
 
if (Auth_OpenID_AX::isError($result)) {  
return $result;  
}  
 
$alias = $aliases->addAlias($type_uri, $alias);  
 
if ($alias === null) {  
return new Auth_OpenID_AX_Error(  
sprintf("Could not add alias %s for URI %s",  
$alias, $type_uri)  
);  
}  
}  
}  
 
foreach ($aliases->iteritems() as $pair) {  
list($type_uri, $alias) = $pair;  
 
if (array_key_exists('count.' . $alias, $ax_args) && ($ax_args['count.' . $alias] !== Auth_OpenID_AX_UNLIMITED_VALUES)) {  
 
$count_key = 'count.' . $alias;  
$count_s = $ax_args[$count_key];  
 
$count = Auth_OpenID::intval($count_s);  
 
if ($count === false) {  
return new Auth_OpenID_AX_Error(  
sprintf("Integer value expected for %s, got %s",  
'count. %s' . $alias, $count_s,  
Auth_OpenID_AX_UNLIMITED_VALUES)  
);  
}  
 
$values = array();  
for ($i = 1; $i < $count + 1; $i++) {  
$value_key = sprintf('value.%s.%d', $alias, $i);  
 
if (!array_key_exists($value_key, $ax_args)) {  
return new Auth_OpenID_AX_Error(  
sprintf(  
"No value found for key %s",  
$value_key));  
}  
 
$value = $ax_args[$value_key];  
$values[] = $value;  
}  
} else {  
$key = 'value.' . $alias;  
 
if (!array_key_exists($key, $ax_args)) {  
return new Auth_OpenID_AX_Error(  
sprintf(  
"No value found for key %s",  
$key));  
}  
 
$value = $ax_args['value.' . $alias];  
 
if ($value == '') {  
$values = array();  
} else {  
$values = array($value);  
}  
}  
 
$this->data[$type_uri] = $values;  
}  
 
return true;  
}  
 
/**  
* Get a single value for an attribute. If no value was sent for  
* this attribute, use the supplied default. If there is more than  
* one value for this attribute, this method will fail.  
*  
* @param type_uri: The URI for the attribute  
* @param default: The value to return if the attribute was not  
* sent in the fetch_response.  
*  
* @return $value Auth_OpenID_AX_Error on failure or the value of  
* the attribute in the fetch_response message, or the default  
* supplied  
*/  
function getSingle($type_uri, $default=null)  
{  
$values = Auth_OpenID::arrayGet($this->data, $type_uri);  
if (!$values) {  
return $default;  
} else if (count($values) == 1) {  
return $values[0];  
} else {  
return new Auth_OpenID_AX_Error(  
sprintf('More than one value present for %s',  
$type_uri)  
);  
}  
}  
 
/**  
* Get the list of values for this attribute in the  
* fetch_response.  
*  
* XXX: what to do if the values are not present? default  
* parameter? this is funny because it's always supposed to return  
* a list, so the default may break that, though it's provided by  
* the user's code, so it might be okay. If no default is  
* supplied, should the return be None or []?  
*  
* @param type_uri: The URI of the attribute  
*  
* @return $values The list of values for this attribute in the  
* response. May be an empty list. If the attribute was not sent  
* in the response, returns Auth_OpenID_AX_Error.  
*/  
function get($type_uri)  
{  
if (array_key_exists($type_uri, $this->data)) {  
return $this->data[$type_uri];  
} else {  
return new Auth_OpenID_AX_Error(  
sprintf("Type URI %s not found in response",  
$type_uri)  
);  
}  
}  
 
/**  
* Get the number of responses for a particular attribute in this  
* fetch_response message.  
*  
* @param type_uri: The URI of the attribute  
*  
* @returns int The number of values sent for this attribute. If  
* the attribute was not sent in the response, returns  
* Auth_OpenID_AX_Error.  
*/  
function count($type_uri)  
{  
if (array_key_exists($type_uri, $this->data)) {  
return count($this->get($type_uri));  
} else {  
return new Auth_OpenID_AX_Error(  
sprintf("Type URI %s not found in response",  
$type_uri)  
);  
}  
}  
}  
 
/**  
* A fetch_response attribute exchange message.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_FetchResponse extends Auth_OpenID_AX_KeyValueMessage {  
var $mode = 'fetch_response';  
 
function Auth_OpenID_AX_FetchResponse($update_url=null)  
{  
$this->Auth_OpenID_AX_KeyValueMessage();  
$this->update_url = $update_url;  
}  
 
/**  
* Serialize this object into arguments in the attribute exchange  
* namespace  
*  
* @return $args The dictionary of unqualified attribute exchange  
* arguments that represent this fetch_response, or  
* Auth_OpenID_AX_Error on error.  
*/  
function getExtensionArgs($request=null)  
{  
$aliases = new Auth_OpenID_NamespaceMap();  
 
$zero_value_types = array();  
 
if ($request !== null) {  
// Validate the data in the context of the request (the  
// same attributes should be present in each, and the  
// counts in the response must be no more than the counts  
// in the request)  
 
foreach ($this->data as $type_uri => $unused) {  
if (!$request->contains($type_uri)) {  
return new Auth_OpenID_AX_Error(  
sprintf("Response attribute not present in request: %s",  
$type_uri)  
);  
}  
}  
 
foreach ($request->iterAttrs() as $attr_info) {  
// Copy the aliases from the request so that reading  
// the response in light of the request is easier  
if ($attr_info->alias === null) {  
$aliases->add($attr_info->type_uri);  
} else {  
$alias = $aliases->addAlias($attr_info->type_uri,  
$attr_info->alias);  
 
if ($alias === null) {  
return new Auth_OpenID_AX_Error(  
sprintf("Could not add alias %s for URI %s",  
$attr_info->alias, $attr_info->type_uri)  
);  
}  
}  
 
if (array_key_exists($attr_info->type_uri, $this->data)) {  
$values = $this->data[$attr_info->type_uri];  
} else {  
$values = array();  
$zero_value_types[] = $attr_info;  
}  
 
if (($attr_info->count != Auth_OpenID_AX_UNLIMITED_VALUES) &&  
($attr_info->count < count($values))) {  
return new Auth_OpenID_AX_Error(  
sprintf("More than the number of requested values " .  
"were specified for %s",  
$attr_info->type_uri)  
);  
}  
}  
}  
 
$kv_args = $this->_getExtensionKVArgs($aliases);  
 
// Add the KV args into the response with the args that are  
// unique to the fetch_response  
$ax_args = $this->_newArgs();  
 
// For each requested attribute, put its type/alias and count  
// into the response even if no data were returned.  
foreach ($zero_value_types as $attr_info) {  
$alias = $aliases->getAlias($attr_info->type_uri);  
$kv_args['type.' . $alias] = $attr_info->type_uri;  
$kv_args['count.' . $alias] = '0';  
}  
 
$update_url = null;  
if ($request) {  
$update_url = $request->update_url;  
} else {  
$update_url = $this->update_url;  
}  
 
if ($update_url) {  
$ax_args['update_url'] = $update_url;  
}  
 
Auth_OpenID::update($ax_args, $kv_args);  
 
return $ax_args;  
}  
 
/**  
* @return $result Auth_OpenID_AX_Error on failure or true on  
* success.  
*/  
function parseExtensionArgs($ax_args)  
{  
$result = parent::parseExtensionArgs($ax_args);  
 
if (Auth_OpenID_AX::isError($result)) {  
return $result;  
}  
 
$this->update_url = Auth_OpenID::arrayGet($ax_args, 'update_url');  
 
return true;  
}  
 
/**  
* Construct a FetchResponse object from an OpenID library  
* SuccessResponse object.  
*  
* @param success_response: A successful id_res response object  
*  
* @param signed: Whether non-signed args should be processsed. If  
* True (the default), only signed arguments will be processsed.  
*  
* @return $response A FetchResponse containing the data from the  
* OpenID message  
*/  
static function fromSuccessResponse($success_response, $signed=true)  
{  
$obj = new Auth_OpenID_AX_FetchResponse();  
if ($signed) {  
$ax_args = $success_response->getSignedNS($obj->ns_uri);  
} else {  
$ax_args = $success_response->message->getArgs($obj->ns_uri);  
}  
if ($ax_args === null || Auth_OpenID::isFailure($ax_args) ||  
sizeof($ax_args) == 0) {  
return null;  
}  
 
$result = $obj->parseExtensionArgs($ax_args);  
if (Auth_OpenID_AX::isError($result)) {  
#XXX log me  
return null;  
}  
return $obj;  
}  
}  
 
/**  
* A store request attribute exchange message representation.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_StoreRequest extends Auth_OpenID_AX_KeyValueMessage {  
var $mode = 'store_request';  
 
/**  
* @param array $aliases The namespace aliases to use when making  
* this store response. Leave as None to use defaults.  
*/  
function getExtensionArgs($aliases=null)  
{  
$ax_args = $this->_newArgs();  
$kv_args = $this->_getExtensionKVArgs($aliases);  
Auth_OpenID::update($ax_args, $kv_args);  
return $ax_args;  
}  
}  
 
/**  
* An indication that the store request was processed along with this  
* OpenID transaction. Use make(), NOT the constructor, to create  
* response objects.  
*  
* @package OpenID  
*/  
class Auth_OpenID_AX_StoreResponse extends Auth_OpenID_AX_Message {  
var $SUCCESS_MODE = 'store_response_success';  
var $FAILURE_MODE = 'store_response_failure';  
 
/**  
* Returns Auth_OpenID_AX_Error on error or an  
* Auth_OpenID_AX_StoreResponse object on success.  
*/  
function make($succeeded=true, $error_message=null)  
{  
if (($succeeded) && ($error_message !== null)) {  
return new Auth_OpenID_AX_Error('An error message may only be '.  
'included in a failing fetch response');  
}  
 
return new Auth_OpenID_AX_StoreResponse($succeeded, $error_message);  
}  
 
function Auth_OpenID_AX_StoreResponse($succeeded=true, $error_message=null)  
{  
if ($succeeded) {  
$this->mode = $this->SUCCESS_MODE;  
} else {  
$this->mode = $this->FAILURE_MODE;  
}  
 
$this->error_message = $error_message;  
}  
 
/**  
* Was this response a success response?  
*/  
function succeeded()  
{  
return $this->mode == $this->SUCCESS_MODE;  
}  
 
function getExtensionArgs()  
{  
$ax_args = $this->_newArgs();  
if ((!$this->succeeded()) && $this->error_message) {  
$ax_args['error'] = $this->error_message;  
}  
 
return $ax_args;  
}  
}  
 
 
<?php  
 
/**  
* This module contains code for dealing with associations between  
* consumers and servers.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID/CryptUtil.php';  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID/KVForm.php';  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID/HMAC.php';  
 
/**  
* This class represents an association between a server and a  
* consumer. In general, users of this library will never see  
* instances of this object. The only exception is if you implement a  
* custom {@link Auth_OpenID_OpenIDStore}.  
*  
* If you do implement such a store, it will need to store the values  
* of the handle, secret, issued, lifetime, and assoc_type instance  
* variables.  
*  
* @package OpenID  
*/  
class Auth_OpenID_Association {  
 
/**  
* This is a HMAC-SHA1 specific value.  
*  
* @access private  
*/  
var $SIG_LENGTH = 20;  
 
/**  
* The ordering and name of keys as stored by serialize.  
*  
* @access private  
*/  
var $assoc_keys = array(  
'version',  
'handle',  
'secret',  
'issued',  
'lifetime',  
'assoc_type'  
);  
 
var $_macs = array(  
'HMAC-SHA1' => 'Auth_OpenID_HMACSHA1',  
'HMAC-SHA256' => 'Auth_OpenID_HMACSHA256'  
);  
 
/**  
* This is an alternate constructor (factory method) used by the  
* OpenID consumer library to create associations. OpenID store  
* implementations shouldn't use this constructor.  
*  
* @access private  
*  
* @param integer $expires_in This is the amount of time this  
* association is good for, measured in seconds since the  
* association was issued.  
*  
* @param string $handle This is the handle the server gave this  
* association.  
*  
* @param string secret This is the shared secret the server  
* generated for this association.  
*  
* @param assoc_type This is the type of association this  
* instance represents. The only valid values of this field at  
* this time is 'HMAC-SHA1' and 'HMAC-SHA256', but new types may  
* be defined in the future.  
*  
* @return association An {@link Auth_OpenID_Association}  
* instance.  
*/  
static function fromExpiresIn($expires_in, $handle, $secret, $assoc_type)  
{  
$issued = time();  
$lifetime = $expires_in;  
return new Auth_OpenID_Association($handle, $secret,  
$issued, $lifetime, $assoc_type);  
}  
 
/**  
* This is the standard constructor for creating an association.  
* The library should create all of the necessary associations, so  
* this constructor is not part of the external API.  
*  
* @access private  
*  
* @param string $handle This is the handle the server gave this  
* association.  
*  
* @param string $secret This is the shared secret the server  
* generated for this association.  
*  
* @param integer $issued This is the time this association was  
* issued, in seconds since 00:00 GMT, January 1, 1970. (ie, a  
* unix timestamp)  
*  
* @param integer $lifetime This is the amount of time this  
* association is good for, measured in seconds since the  
* association was issued.  
*  
* @param string $assoc_type This is the type of association this  
* instance represents. The only valid values of this field at  
* this time is 'HMAC-SHA1' and 'HMAC-SHA256', but new types may  
* be defined in the future.  
*/  
function Auth_OpenID_Association(  
$handle, $secret, $issued, $lifetime, $assoc_type)  
{  
if (!in_array($assoc_type,  
Auth_OpenID_getSupportedAssociationTypes(), true)) {  
$fmt = 'Unsupported association type (%s)';  
trigger_error(sprintf($fmt, $assoc_type), E_USER_ERROR);  
}  
 
$this->handle = $handle;  
$this->secret = $secret;  
$this->issued = $issued;  
$this->lifetime = $lifetime;  
$this->assoc_type = $assoc_type;  
}  
 
/**  
* This returns the number of seconds this association is still  
* valid for, or 0 if the association is no longer valid.  
*  
* @return integer $seconds The number of seconds this association  
* is still valid for, or 0 if the association is no longer valid.  
*/  
function getExpiresIn($now = null)  
{  
if ($now == null) {  
$now = time();  
}  
 
return max(0, $this->issued + $this->lifetime - $now);  
}  
 
/**  
* This checks to see if two {@link Auth_OpenID_Association}  
* instances represent the same association.  
*  
* @return bool $result true if the two instances represent the  
* same association, false otherwise.  
*/  
function equal($other)  
{  
return ((gettype($this) == gettype($other))  
&& ($this->handle == $other->handle)  
&& ($this->secret == $other->secret)  
&& ($this->issued == $other->issued)  
&& ($this->lifetime == $other->lifetime)  
&& ($this->assoc_type == $other->assoc_type));  
}  
 
/**  
* Convert an association to KV form.  
*  
* @return string $result String in KV form suitable for  
* deserialization by deserialize.  
*/  
function serialize()  
{  
$data = array(  
'version' => '2',  
'handle' => $this->handle,  
'secret' => base64_encode($this->secret),  
'issued' => strval(intval($this->issued)),  
'lifetime' => strval(intval($this->lifetime)),  
'assoc_type' => $this->assoc_type  
);  
 
assert(array_keys($data) == $this->assoc_keys);  
 
return Auth_OpenID_KVForm::fromArray($data, $strict = true);  
}  
 
/**  
* Parse an association as stored by serialize(). This is the  
* inverse of serialize.  
*  
* @param string $assoc_s Association as serialized by serialize()  
* @return Auth_OpenID_Association $result instance of this class  
*/  
static function deserialize($class_name, $assoc_s)  
{  
$pairs = Auth_OpenID_KVForm::toArray($assoc_s, $strict = true);  
$keys = array();  
$values = array();  
foreach ($pairs as $key => $value) {  
if (is_array($value)) {  
list($key, $value) = $value;  
}  
$keys[] = $key;  
$values[] = $value;  
}  
 
$class_vars = get_class_vars($class_name);  
$class_assoc_keys = $class_vars['assoc_keys'];  
 
sort($keys);  
sort($class_assoc_keys);  
 
if ($keys != $class_assoc_keys) {  
trigger_error('Unexpected key values: ' . var_export($keys, true),  
E_USER_WARNING);  
return null;  
}  
 
$version = $pairs['version'];  
$handle = $pairs['handle'];  
$secret = $pairs['secret'];  
$issued = $pairs['issued'];  
$lifetime = $pairs['lifetime'];  
$assoc_type = $pairs['assoc_type'];  
 
if ($version != '2') {  
trigger_error('Unknown version: ' . $version, E_USER_WARNING);  
return null;  
}  
 
$issued = intval($issued);  
$lifetime = intval($lifetime);  
$secret = base64_decode($secret);  
 
return new $class_name(  
$handle, $secret, $issued, $lifetime, $assoc_type);  
}  
 
/**  
* Generate a signature for a sequence of (key, value) pairs  
*  
* @access private  
* @param array $pairs The pairs to sign, in order. This is an  
* array of two-tuples.  
* @return string $signature The binary signature of this sequence  
* of pairs  
*/  
function sign($pairs)  
{  
$kv = Auth_OpenID_KVForm::fromArray($pairs);  
 
/* Invalid association types should be caught at constructor */  
$callback = $this->_macs[$this->assoc_type];  
 
return call_user_func_array($callback, array($this->secret, $kv));  
}  
 
/**  
* Generate a signature for some fields in a dictionary  
*  
* @access private  
* @param array $fields The fields to sign, in order; this is an  
* array of strings.  
* @param array $data Dictionary of values to sign (an array of  
* string => string pairs).  
* @return string $signature The signature, base64 encoded  
*/  
function signMessage($message)  
{  
if ($message->hasKey(Auth_OpenID_OPENID_NS, 'sig') ||  
$message->hasKey(Auth_OpenID_OPENID_NS, 'signed')) {  
// Already has a sig  
return null;  
}  
 
$extant_handle = $message->getArg(Auth_OpenID_OPENID_NS,  
'assoc_handle');  
 
if ($extant_handle && ($extant_handle != $this->handle)) {  
// raise ValueError("Message has a different association handle")  
return null;  
}  
 
$signed_message = $message;  
$signed_message->setArg(Auth_OpenID_OPENID_NS, 'assoc_handle',  
$this->handle);  
 
$message_keys = array_keys($signed_message->toPostArgs());  
$signed_list = array();  
$signed_prefix = 'openid.';  
 
foreach ($message_keys as $k) {  
if (strpos($k, $signed_prefix) === 0) {  
$signed_list[] = substr($k, strlen($signed_prefix));  
}  
}  
 
$signed_list[] = 'signed';  
sort($signed_list);  
 
$signed_message->setArg(Auth_OpenID_OPENID_NS, 'signed',  
implode(',', $signed_list));  
$sig = $this->getMessageSignature($signed_message);  
$signed_message->setArg(Auth_OpenID_OPENID_NS, 'sig', $sig);  
return $signed_message;  
}  
 
/**  
* Given a {@link Auth_OpenID_Message}, return the key/value pairs  
* to be signed according to the signed list in the message. If  
* the message lacks a signed list, return null.  
*  
* @access private  
*/  
function _makePairs($message)  
{  
$signed = $message->getArg(Auth_OpenID_OPENID_NS, 'signed');  
if (!$signed || Auth_OpenID::isFailure($signed)) {  
// raise ValueError('Message has no signed list: %s' % (message,))  
return null;  
}  
 
$signed_list = explode(',', $signed);  
$pairs = array();  
$data = $message->toPostArgs();  
foreach ($signed_list as $field) {  
$pairs[] = array($field, Auth_OpenID::arrayGet($data,  
'openid.' .  
$field, ''));  
}  
return $pairs;  
}  
 
/**  
* Given an {@link Auth_OpenID_Message}, return the signature for  
* the signed list in the message.  
*  
* @access private  
*/  
function getMessageSignature($message)  
{  
$pairs = $this->_makePairs($message);  
return base64_encode($this->sign($pairs));  
}  
 
/**  
* Confirm that the signature of these fields matches the  
* signature contained in the data.  
*  
* @access private  
*/  
function checkMessageSignature($message)  
{  
$sig = $message->getArg(Auth_OpenID_OPENID_NS,  
'sig');  
 
if (!$sig || Auth_OpenID::isFailure($sig)) {  
return false;  
}  
 
$calculated_sig = $this->getMessageSignature($message);  
return Auth_OpenID_CryptUtil::constEq($calculated_sig, $sig);  
}  
}  
 
function Auth_OpenID_getSecretSize($assoc_type)  
{  
if ($assoc_type == 'HMAC-SHA1') {  
return 20;  
} else if ($assoc_type == 'HMAC-SHA256') {  
return 32;  
} else {  
return null;  
}  
}  
 
function Auth_OpenID_getAllAssociationTypes()  
{  
return array('HMAC-SHA1', 'HMAC-SHA256');  
}  
 
function Auth_OpenID_getSupportedAssociationTypes()  
{  
$a = array('HMAC-SHA1');  
 
if (Auth_OpenID_HMACSHA256_SUPPORTED) {  
$a[] = 'HMAC-SHA256';  
}  
 
return $a;  
}  
 
function Auth_OpenID_getSessionTypes($assoc_type)  
{  
$assoc_to_session = array(  
'HMAC-SHA1' => array('DH-SHA1', 'no-encryption'));  
 
if (Auth_OpenID_HMACSHA256_SUPPORTED) {  
$assoc_to_session['HMAC-SHA256'] =  
array('DH-SHA256', 'no-encryption');  
}  
 
return Auth_OpenID::arrayGet($assoc_to_session, $assoc_type, array());  
}  
 
function Auth_OpenID_checkSessionType($assoc_type, $session_type)  
{  
if (!in_array($session_type,  
Auth_OpenID_getSessionTypes($assoc_type))) {  
return false;  
}  
 
return true;  
}  
 
function Auth_OpenID_getDefaultAssociationOrder()  
{  
$order = array();  
 
if (!Auth_OpenID_noMathSupport()) {  
$order[] = array('HMAC-SHA1', 'DH-SHA1');  
 
if (Auth_OpenID_HMACSHA256_SUPPORTED) {  
$order[] = array('HMAC-SHA256', 'DH-SHA256');  
}  
}  
 
$order[] = array('HMAC-SHA1', 'no-encryption');  
 
if (Auth_OpenID_HMACSHA256_SUPPORTED) {  
$order[] = array('HMAC-SHA256', 'no-encryption');  
}  
 
return $order;  
}  
 
function Auth_OpenID_getOnlyEncryptedOrder()  
{  
$result = array();  
 
foreach (Auth_OpenID_getDefaultAssociationOrder() as $pair) {  
list($assoc, $session) = $pair;  
 
if ($session != 'no-encryption') {  
if (Auth_OpenID_HMACSHA256_SUPPORTED &&  
($assoc == 'HMAC-SHA256')) {  
$result[] = $pair;  
} else if ($assoc != 'HMAC-SHA256') {  
$result[] = $pair;  
}  
}  
}  
 
return $result;  
}  
 
function Auth_OpenID_getDefaultNegotiator()  
{  
return new Auth_OpenID_SessionNegotiator(  
Auth_OpenID_getDefaultAssociationOrder());  
}  
 
function Auth_OpenID_getEncryptedNegotiator()  
{  
return new Auth_OpenID_SessionNegotiator(  
Auth_OpenID_getOnlyEncryptedOrder());  
}  
 
/**  
* A session negotiator controls the allowed and preferred association  
* types and association session types. Both the {@link  
* Auth_OpenID_Consumer} and {@link Auth_OpenID_Server} use  
* negotiators when creating associations.  
*  
* You can create and use negotiators if you:  
 
* - Do not want to do Diffie-Hellman key exchange because you use  
* transport-layer encryption (e.g. SSL)  
*  
* - Want to use only SHA-256 associations  
*  
* - Do not want to support plain-text associations over a non-secure  
* channel  
*  
* It is up to you to set a policy for what kinds of associations to  
* accept. By default, the library will make any kind of association  
* that is allowed in the OpenID 2.0 specification.  
*  
* Use of negotiators in the library  
* =================================  
*  
* When a consumer makes an association request, it calls {@link  
* getAllowedType} to get the preferred association type and  
* association session type.  
*  
* The server gets a request for a particular association/session type  
* and calls {@link isAllowed} to determine if it should create an  
* association. If it is supported, negotiation is complete. If it is  
* not, the server calls {@link getAllowedType} to get an allowed  
* association type to return to the consumer.  
*  
* If the consumer gets an error response indicating that the  
* requested association/session type is not supported by the server  
* that contains an assocation/session type to try, it calls {@link  
* isAllowed} to determine if it should try again with the given  
* combination of association/session type.  
*  
* @package OpenID  
*/  
class Auth_OpenID_SessionNegotiator {  
function Auth_OpenID_SessionNegotiator($allowed_types)  
{  
$this->allowed_types = array();  
$this->setAllowedTypes($allowed_types);  
}  
 
/**  
* Set the allowed association types, checking to make sure each  
* combination is valid.  
*  
* @access private  
*/  
function setAllowedTypes($allowed_types)  
{  
foreach ($allowed_types as $pair) {  
list($assoc_type, $session_type) = $pair;  
if (!Auth_OpenID_checkSessionType($assoc_type, $session_type)) {  
return false;  
}  
}  
 
$this->allowed_types = $allowed_types;  
return true;  
}  
 
/**  
* Add an association type and session type to the allowed types  
* list. The assocation/session pairs are tried in the order that  
* they are added.  
*  
* @access private  
*/  
function addAllowedType($assoc_type, $session_type = null)  
{  
if ($this->allowed_types === null) {  
$this->allowed_types = array();  
}  
 
if ($session_type === null) {  
$available = Auth_OpenID_getSessionTypes($assoc_type);  
 
if (!$available) {  
return false;  
}  
 
foreach ($available as $session_type) {  
$this->addAllowedType($assoc_type, $session_type);  
}  
} else {  
if (Auth_OpenID_checkSessionType($assoc_type, $session_type)) {  
$this->allowed_types[] = array($assoc_type, $session_type);  
} else {  
return false;  
}  
}  
 
return true;  
}  
 
// Is this combination of association type and session type allowed?  
function isAllowed($assoc_type, $session_type)  
{  
$assoc_good = in_array(array($assoc_type, $session_type),  
$this->allowed_types);  
 
$matches = in_array($session_type,  
Auth_OpenID_getSessionTypes($assoc_type));  
 
return ($assoc_good && $matches);  
}  
 
/**  
* Get a pair of assocation type and session type that are  
* supported.  
*/  
function getAllowedType()  
{  
if (!$this->allowed_types) {  
return array(null, null);  
}  
 
return $this->allowed_types[0];  
}  
}  
 
 
<?php  
 
/**  
* BigMath: A math library wrapper that abstracts out the underlying  
* long integer library.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @access private  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Needed for random number generation  
*/  
require_once 'Auth/OpenID/CryptUtil.php';  
 
/**  
* Need Auth_OpenID::bytes().  
*/  
require_once 'Auth/OpenID.php';  
 
/**  
* The superclass of all big-integer math implementations  
* @access private  
* @package OpenID  
*/  
class Auth_OpenID_MathLibrary {  
/**  
* Given a long integer, returns the number converted to a binary  
* string. This function accepts long integer values of arbitrary  
* magnitude and uses the local large-number math library when  
* available.  
*  
* @param integer $long The long number (can be a normal PHP  
* integer or a number created by one of the available long number  
* libraries)  
* @return string $binary The binary version of $long  
*/  
function longToBinary($long)  
{  
$cmp = $this->cmp($long, 0);  
if ($cmp < 0) {  
$msg = __FUNCTION__ . " takes only positive integers.";  
trigger_error($msg, E_USER_ERROR);  
return null;  
}  
 
if ($cmp == 0) {  
return "\x00";  
}  
 
$bytes = array();  
 
while ($this->cmp($long, 0) > 0) {  
array_unshift($bytes, $this->mod($long, 256));  
$long = $this->div($long, pow(2, 8));  
}  
 
if ($bytes && ($bytes[0] > 127)) {  
array_unshift($bytes, 0);  
}  
 
$string = '';  
foreach ($bytes as $byte) {  
$string .= pack('C', $byte);  
}  
 
return $string;  
}  
 
/**  
* Given a binary string, returns the binary string converted to a  
* long number.  
*  
* @param string $binary The binary version of a long number,  
* probably as a result of calling longToBinary  
* @return integer $long The long number equivalent of the binary  
* string $str  
*/  
function binaryToLong($str)  
{  
if ($str === null) {  
return null;  
}  
 
// Use array_merge to return a zero-indexed array instead of a  
// one-indexed array.  
$bytes = array_merge(unpack('C*', $str));  
 
$n = $this->init(0);  
 
if ($bytes && ($bytes[0] > 127)) {  
trigger_error("bytesToNum works only for positive integers.",  
E_USER_WARNING);  
return null;  
}  
 
foreach ($bytes as $byte) {  
$n = $this->mul($n, pow(2, 8));  
$n = $this->add($n, $byte);  
}  
 
return $n;  
}  
 
function base64ToLong($str)  
{  
$b64 = base64_decode($str);  
 
if ($b64 === false) {  
return false;  
}  
 
return $this->binaryToLong($b64);  
}  
 
function longToBase64($str)  
{  
return base64_encode($this->longToBinary($str));  
}  
 
/**  
* Returns a random number in the specified range. This function  
* accepts $start, $stop, and $step values of arbitrary magnitude  
* and will utilize the local large-number math library when  
* available.  
*  
* @param integer $start The start of the range, or the minimum  
* random number to return  
* @param integer $stop The end of the range, or the maximum  
* random number to return  
* @param integer $step The step size, such that $result - ($step  
* * N) = $start for some N  
* @return integer $result The resulting randomly-generated number  
*/  
function rand($stop)  
{  
static $duplicate_cache = array();  
 
// Used as the key for the duplicate cache  
$rbytes = $this->longToBinary($stop);  
 
if (array_key_exists($rbytes, $duplicate_cache)) {  
list($duplicate, $nbytes) = $duplicate_cache[$rbytes];  
} else {  
if ($rbytes[0] == "\x00") {  
$nbytes = Auth_OpenID::bytes($rbytes) - 1;  
} else {  
$nbytes = Auth_OpenID::bytes($rbytes);  
}  
 
$mxrand = $this->pow(256, $nbytes);  
 
// If we get a number less than this, then it is in the  
// duplicated range.  
$duplicate = $this->mod($mxrand, $stop);  
 
if (count($duplicate_cache) > 10) {  
$duplicate_cache = array();  
}  
 
$duplicate_cache[$rbytes] = array($duplicate, $nbytes);  
}  
 
do {  
$bytes = "\x00" . Auth_OpenID_CryptUtil::getBytes($nbytes);  
$n = $this->binaryToLong($bytes);  
// Keep looping if this value is in the low duplicated range  
} while ($this->cmp($n, $duplicate) < 0);  
 
return $this->mod($n, $stop);  
}  
}  
 
/**  
* Exposes BCmath math library functionality.  
*  
* {@link Auth_OpenID_BcMathWrapper} wraps the functionality provided  
* by the BCMath extension.  
*  
* @access private  
* @package OpenID  
*/  
class Auth_OpenID_BcMathWrapper extends Auth_OpenID_MathLibrary{  
var $type = 'bcmath';  
 
function add($x, $y)  
{  
return bcadd($x, $y);  
}  
 
function sub($x, $y)  
{  
return bcsub($x, $y);  
}  
 
function pow($base, $exponent)  
{  
return bcpow($base, $exponent);  
}  
 
function cmp($x, $y)  
{  
return bccomp($x, $y);  
}  
 
function init($number, $base = 10)  
{  
return $number;  
}  
 
function mod($base, $modulus)  
{  
return bcmod($base, $modulus);  
}  
 
function mul($x, $y)  
{  
return bcmul($x, $y);  
}  
 
function div($x, $y)  
{  
return bcdiv($x, $y);  
}  
 
/**  
* Same as bcpowmod when bcpowmod is missing  
*  
* @access private  
*/  
function _powmod($base, $exponent, $modulus)  
{  
$square = $this->mod($base, $modulus);  
$result = 1;  
while($this->cmp($exponent, 0) > 0) {  
if ($this->mod($exponent, 2)) {  
$result = $this->mod($this->mul($result, $square), $modulus);  
}  
$square = $this->mod($this->mul($square, $square), $modulus);  
$exponent = $this->div($exponent, 2);  
}  
return $result;  
}  
 
function powmod($base, $exponent, $modulus)  
{  
if (function_exists('bcpowmod')) {  
return bcpowmod($base, $exponent, $modulus);  
} else {  
return $this->_powmod($base, $exponent, $modulus);  
}  
}  
 
function toString($num)  
{  
return $num;  
}  
}  
 
/**  
* Exposes GMP math library functionality.  
*  
* {@link Auth_OpenID_GmpMathWrapper} wraps the functionality provided  
* by the GMP extension.  
*  
* @access private  
* @package OpenID  
*/  
class Auth_OpenID_GmpMathWrapper extends Auth_OpenID_MathLibrary{  
var $type = 'gmp';  
 
function add($x, $y)  
{  
return gmp_add($x, $y);  
}  
 
function sub($x, $y)  
{  
return gmp_sub($x, $y);  
}  
 
function pow($base, $exponent)  
{  
return gmp_pow($base, $exponent);  
}  
 
function cmp($x, $y)  
{  
return gmp_cmp($x, $y);  
}  
 
function init($number, $base = 10)  
{  
return gmp_init($number, $base);  
}  
 
function mod($base, $modulus)  
{  
return gmp_mod($base, $modulus);  
}  
 
function mul($x, $y)  
{  
return gmp_mul($x, $y);  
}  
 
function div($x, $y)  
{  
return gmp_div_q($x, $y);  
}  
 
function powmod($base, $exponent, $modulus)  
{  
return gmp_powm($base, $exponent, $modulus);  
}  
 
function toString($num)  
{  
return gmp_strval($num);  
}  
}  
 
/**  
* Define the supported extensions. An extension array has keys  
* 'modules', 'extension', and 'class'. 'modules' is an array of PHP  
* module names which the loading code will attempt to load. These  
* values will be suffixed with a library file extension (e.g. ".so").  
* 'extension' is the name of a PHP extension which will be tested  
* before 'modules' are loaded. 'class' is the string name of a  
* {@link Auth_OpenID_MathWrapper} subclass which should be  
* instantiated if a given extension is present.  
*  
* You can define new math library implementations and add them to  
* this array.  
*/  
function Auth_OpenID_math_extensions()  
{  
$result = array();  
 
if (!defined('Auth_OpenID_BUGGY_GMP')) {  
$result[] =  
array('modules' => array('gmp', 'php_gmp'),  
'extension' => 'gmp',  
'class' => 'Auth_OpenID_GmpMathWrapper');  
}  
 
$result[] = array('modules' => array('bcmath', 'php_bcmath'),  
'extension' => 'bcmath',  
'class' => 'Auth_OpenID_BcMathWrapper');  
 
return $result;  
}  
 
/**  
* Detect which (if any) math library is available  
*/  
function Auth_OpenID_detectMathLibrary($exts)  
{  
$loaded = false;  
 
foreach ($exts as $extension) {  
if (extension_loaded($extension['extension'])) {  
return $extension;  
}  
}  
 
return false;  
}  
 
/**  
* {@link Auth_OpenID_getMathLib} checks for the presence of long  
* number extension modules and returns an instance of  
* {@link Auth_OpenID_MathWrapper} which exposes the module's  
* functionality.  
*  
* Checks for the existence of an extension module described by the  
* result of {@link Auth_OpenID_math_extensions()} and returns an  
* instance of a wrapper for that extension module. If no extension  
* module is found, an instance of {@link Auth_OpenID_MathWrapper} is  
* returned, which wraps the native PHP integer implementation. The  
* proper calling convention for this method is $lib =  
* Auth_OpenID_getMathLib().  
*  
* This function checks for the existence of specific long number  
* implementations in the following order: GMP followed by BCmath.  
*  
* @return Auth_OpenID_MathWrapper $instance An instance of  
* {@link Auth_OpenID_MathWrapper} or one of its subclasses  
*  
* @package OpenID  
*/  
function Auth_OpenID_getMathLib()  
{  
// The instance of Auth_OpenID_MathWrapper that we choose to  
// supply will be stored here, so that subseqent calls to this  
// method will return a reference to the same object.  
static $lib = null;  
 
if (isset($lib)) {  
return $lib;  
}  
 
if (Auth_OpenID_noMathSupport()) {  
$null = null;  
return $null;  
}  
 
// If this method has not been called before, look at  
// Auth_OpenID_math_extensions and try to find an extension that  
// works.  
$ext = Auth_OpenID_detectMathLibrary(Auth_OpenID_math_extensions());  
if ($ext === false) {  
$tried = array();  
foreach (Auth_OpenID_math_extensions() as $extinfo) {  
$tried[] = $extinfo['extension'];  
}  
$triedstr = implode(", ", $tried);  
 
Auth_OpenID_setNoMathSupport();  
 
$result = null;  
return $result;  
}  
 
// Instantiate a new wrapper  
$class = $ext['class'];  
$lib = new $class();  
 
return $lib;  
}  
 
function Auth_OpenID_setNoMathSupport()  
{  
if (!defined('Auth_OpenID_NO_MATH_SUPPORT')) {  
define('Auth_OpenID_NO_MATH_SUPPORT', true);  
}  
}  
 
function Auth_OpenID_noMathSupport()  
{  
return defined('Auth_OpenID_NO_MATH_SUPPORT');  
}  
 
 
 
<?php  
 
/**  
* CryptUtil: A suite of wrapper utility functions for the OpenID  
* library.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @access private  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
if (!defined('Auth_OpenID_RAND_SOURCE')) {  
/**  
* The filename for a source of random bytes. Define this yourself  
* if you have a different source of randomness.  
*/  
define('Auth_OpenID_RAND_SOURCE', '/dev/urandom');  
}  
 
class Auth_OpenID_CryptUtil {  
/**  
* Get the specified number of random bytes.  
*  
* Attempts to use a cryptographically secure (not predictable)  
* source of randomness if available. If there is no high-entropy  
* randomness source available, it will fail. As a last resort,  
* for non-critical systems, define  
* <code>Auth_OpenID_RAND_SOURCE</code> as <code>null</code>, and  
* the code will fall back on a pseudo-random number generator.  
*  
* @param int $num_bytes The length of the return value  
* @return string $bytes random bytes  
*/  
static function getBytes($num_bytes)  
{  
static $f = null;  
$bytes = '';  
if ($f === null) {  
if (Auth_OpenID_RAND_SOURCE === null) {  
$f = false;  
} else {  
$f = @fopen(Auth_OpenID_RAND_SOURCE, "r");  
/*if ($f === false) {  
$msg = 'Define Auth_OpenID_RAND_SOURCE as null to ' .  
' continue with an insecure random number generator.';  
trigger_error($msg, E_USER_ERROR);  
}*/  
}  
}  
if ($f === false) {  
// pseudorandom used  
$bytes = '';  
for ($i = 0; $i < $num_bytes; $i += 4) {  
$bytes .= pack('L', mt_rand());  
}  
$bytes = substr($bytes, 0, $num_bytes);  
} else {  
$bytes = fread($f, $num_bytes);  
}  
return $bytes;  
}  
 
/**  
* Produce a string of length random bytes, chosen from chrs. If  
* $chrs is null, the resulting string may contain any characters.  
*  
* @param integer $length The length of the resulting  
* randomly-generated string  
* @param string $chrs A string of characters from which to choose  
* to build the new string  
* @return string $result A string of randomly-chosen characters  
* from $chrs  
*/  
static function randomString($length, $population = null)  
{  
if ($population === null) {  
return Auth_OpenID_CryptUtil::getBytes($length);  
}  
 
$popsize = strlen($population);  
 
if ($popsize > 256) {  
$msg = 'More than 256 characters supplied to ' . __FUNCTION__;  
trigger_error($msg, E_USER_ERROR);  
}  
 
$duplicate = 256 % $popsize;  
 
$str = "";  
for ($i = 0; $i < $length; $i++) {  
do {  
$n = ord(Auth_OpenID_CryptUtil::getBytes(1));  
} while ($n < $duplicate);  
 
$n %= $popsize;  
$str .= $population[$n];  
}  
 
return $str;  
}  
 
static function constEq($s1, $s2)  
{  
if (strlen($s1) != strlen($s2)) {  
return false;  
}  
 
$result = true;  
$length = strlen($s1);  
for ($i = 0; $i < $length; $i++) {  
$result &= ($s1[$i] == $s2[$i]);  
}  
return $result;  
}  
}  
 
 
<?php  
 
/**  
* The Auth_OpenID_DatabaseConnection class, which is used to emulate  
* a PEAR database connection.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* An empty base class intended to emulate PEAR connection  
* functionality in applications that supply their own database  
* abstraction mechanisms. See {@link Auth_OpenID_SQLStore} for more  
* information. You should subclass this class if you need to create  
* an SQL store that needs to access its database using an  
* application's database abstraction layer instead of a PEAR database  
* connection. Any subclass of Auth_OpenID_DatabaseConnection MUST  
* adhere to the interface specified here.  
*  
* @package OpenID  
*/  
class Auth_OpenID_DatabaseConnection {  
/**  
* Sets auto-commit mode on this database connection.  
*  
* @param bool $mode True if auto-commit is to be used; false if  
* not.  
*/  
function autoCommit($mode)  
{  
}  
 
/**  
* Run an SQL query with the specified parameters, if any.  
*  
* @param string $sql An SQL string with placeholders. The  
* placeholders are assumed to be specific to the database engine  
* for this connection.  
*  
* @param array $params An array of parameters to insert into the  
* SQL string using this connection's escaping mechanism.  
*  
* @return mixed $result The result of calling this connection's  
* internal query function. The type of result depends on the  
* underlying database engine. This method is usually used when  
* the result of a query is not important, like a DDL query.  
*/  
function query($sql, $params = array())  
{  
}  
 
/**  
* Starts a transaction on this connection, if supported.  
*/  
function begin()  
{  
}  
 
/**  
* Commits a transaction on this connection, if supported.  
*/  
function commit()  
{  
}  
 
/**  
* Performs a rollback on this connection, if supported.  
*/  
function rollback()  
{  
}  
 
/**  
* Run an SQL query and return the first column of the first row  
* of the result set, if any.  
*  
* @param string $sql An SQL string with placeholders. The  
* placeholders are assumed to be specific to the database engine  
* for this connection.  
*  
* @param array $params An array of parameters to insert into the  
* SQL string using this connection's escaping mechanism.  
*  
* @return mixed $result The value of the first column of the  
* first row of the result set. False if no such result was  
* found.  
*/  
function getOne($sql, $params = array())  
{  
}  
 
/**  
* Run an SQL query and return the first row of the result set, if  
* any.  
*  
* @param string $sql An SQL string with placeholders. The  
* placeholders are assumed to be specific to the database engine  
* for this connection.  
*  
* @param array $params An array of parameters to insert into the  
* SQL string using this connection's escaping mechanism.  
*  
* @return array $result The first row of the result set, if any,  
* keyed on column name. False if no such result was found.  
*/  
function getRow($sql, $params = array())  
{  
}  
 
/**  
* Run an SQL query with the specified parameters, if any.  
*  
* @param string $sql An SQL string with placeholders. The  
* placeholders are assumed to be specific to the database engine  
* for this connection.  
*  
* @param array $params An array of parameters to insert into the  
* SQL string using this connection's escaping mechanism.  
*  
* @return array $result An array of arrays representing the  
* result of the query; each array is keyed on column name.  
*/  
function getAll($sql, $params = array())  
{  
}  
}  
 
 
<?php  
 
/**  
* The OpenID library's Diffie-Hellman implementation.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @access private  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
require_once 'Auth/OpenID.php';  
require_once 'Auth/OpenID/BigMath.php';  
 
function Auth_OpenID_getDefaultMod()  
{  
return '155172898181473697471232257763715539915724801'.  
'966915404479707795314057629378541917580651227423'.  
'698188993727816152646631438561595825688188889951'.  
'272158842675419950341258706556549803580104870537'.  
'681476726513255747040765857479291291572334510643'.  
'245094715007229621094194349783925984760375594985'.  
'848253359305585439638443';  
}  
 
function Auth_OpenID_getDefaultGen()  
{  
return '2';  
}  
 
/**  
* The Diffie-Hellman key exchange class. This class relies on  
* {@link Auth_OpenID_MathLibrary} to perform large number operations.  
*  
* @access private  
* @package OpenID  
*/  
class Auth_OpenID_DiffieHellman {  
 
var $mod;  
var $gen;  
var $private;  
var $lib = null;  
 
function Auth_OpenID_DiffieHellman($mod = null, $gen = null,  
$private = null, $lib = null)  
{  
if ($lib === null) {  
$this->lib = Auth_OpenID_getMathLib();  
} else {  
$this->lib = $lib;  
}  
 
if ($mod === null) {  
$this->mod = $this->lib->init(Auth_OpenID_getDefaultMod());  
} else {  
$this->mod = $mod;  
}  
 
if ($gen === null) {  
$this->gen = $this->lib->init(Auth_OpenID_getDefaultGen());  
} else {  
$this->gen = $gen;  
}  
 
if ($private === null) {  
$r = $this->lib->rand($this->mod);  
$this->private = $this->lib->add($r, 1);  
} else {  
$this->private = $private;  
}  
 
$this->public = $this->lib->powmod($this->gen, $this->private,  
$this->mod);  
}  
 
function getSharedSecret($composite)  
{  
return $this->lib->powmod($composite, $this->private, $this->mod);  
}  
 
function getPublicKey()  
{  
return $this->public;  
}  
 
function usingDefaultValues()  
{  
return ($this->mod == Auth_OpenID_getDefaultMod() &&  
$this->gen == Auth_OpenID_getDefaultGen());  
}  
 
function xorSecret($composite, $secret, $hash_func)  
{  
$dh_shared = $this->getSharedSecret($composite);  
$dh_shared_str = $this->lib->longToBinary($dh_shared);  
$hash_dh_shared = $hash_func($dh_shared_str);  
 
$xsecret = "";  
for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {  
$xsecret .= chr(ord($secret[$i]) ^ ord($hash_dh_shared[$i]));  
}  
 
return $xsecret;  
}  
}  
 
 
 
<?php  
 
/**  
* The OpenID and Yadis discovery implementation for OpenID 1.2.  
*/  
 
require_once "Auth/OpenID.php";  
require_once "Auth/OpenID/Parse.php";  
require_once "Auth/OpenID/Message.php";  
require_once "Auth/Yadis/XRIRes.php";  
require_once "Auth/Yadis/Yadis.php";  
 
// XML namespace value  
define('Auth_OpenID_XMLNS_1_0', 'http://openid.net/xmlns/1.0');  
 
// Yadis service types  
define('Auth_OpenID_TYPE_1_2', 'http://openid.net/signon/1.2');  
define('Auth_OpenID_TYPE_1_1', 'http://openid.net/signon/1.1');  
define('Auth_OpenID_TYPE_1_0', 'http://openid.net/signon/1.0');  
define('Auth_OpenID_TYPE_2_0_IDP', 'http://specs.openid.net/auth/2.0/server');  
define('Auth_OpenID_TYPE_2_0', 'http://specs.openid.net/auth/2.0/signon');  
define('Auth_OpenID_RP_RETURN_TO_URL_TYPE',  
'http://specs.openid.net/auth/2.0/return_to');  
 
function Auth_OpenID_getOpenIDTypeURIs()  
{  
return array(Auth_OpenID_TYPE_2_0_IDP,  
Auth_OpenID_TYPE_2_0,  
Auth_OpenID_TYPE_1_2,  
Auth_OpenID_TYPE_1_1,  
Auth_OpenID_TYPE_1_0);  
}  
 
function Auth_OpenID_getOpenIDConsumerTypeURIs()  
{  
return array(Auth_OpenID_RP_RETURN_TO_URL_TYPE);  
}  
 
 
/*  
* Provides a user-readable interpretation of a type uri.  
* Useful for error messages.  
*/  
function Auth_OpenID_getOpenIDTypeName($type_uri) {  
switch ($type_uri) {  
case Auth_OpenID_TYPE_2_0_IDP:  
return 'OpenID 2.0 IDP';  
case Auth_OpenID_TYPE_2_0:  
return 'OpenID 2.0';  
case Auth_OpenID_TYPE_1_2:  
return 'OpenID 1.2';  
case Auth_OpenID_TYPE_1_1:  
return 'OpenID 1.1';  
case Auth_OpenID_TYPE_1_0:  
return 'OpenID 1.0';  
case Auth_OpenID_RP_RETURN_TO_URL_TYPE:  
return 'OpenID relying party';  
}  
}  
 
/**  
* Object representing an OpenID service endpoint.  
*/  
class Auth_OpenID_ServiceEndpoint {  
function Auth_OpenID_ServiceEndpoint()  
{  
$this->claimed_id = null;  
$this->server_url = null;  
$this->type_uris = array();  
$this->local_id = null;  
$this->canonicalID = null;  
$this->used_yadis = false; // whether this came from an XRDS  
$this->display_identifier = null;  
}  
 
function getDisplayIdentifier()  
{  
if ($this->display_identifier) {  
return $this->display_identifier;  
}  
if (! $this->claimed_id) {  
return $this->claimed_id;  
}  
$parsed = parse_url($this->claimed_id);  
$scheme = $parsed['scheme'];  
$host = $parsed['host'];  
$path = $parsed['path'];  
if (array_key_exists('query', $parsed)) {  
$query = $parsed['query'];  
$no_frag = "$scheme://$host$path?$query";  
} else {  
$no_frag = "$scheme://$host$path";  
}  
return $no_frag;  
}  
 
function usesExtension($extension_uri)  
{  
return in_array($extension_uri, $this->type_uris);  
}  
 
function preferredNamespace()  
{  
if (in_array(Auth_OpenID_TYPE_2_0_IDP, $this->type_uris) ||  
in_array(Auth_OpenID_TYPE_2_0, $this->type_uris)) {  
return Auth_OpenID_OPENID2_NS;  
} else {  
return Auth_OpenID_OPENID1_NS;  
}  
}  
 
/*  
* Query this endpoint to see if it has any of the given type  
* URIs. This is useful for implementing other endpoint classes  
* that e.g. need to check for the presence of multiple versions  
* of a single protocol.  
*  
* @param $type_uris The URIs that you wish to check  
*  
* @return all types that are in both in type_uris and  
* $this->type_uris  
*/  
function matchTypes($type_uris)  
{  
$result = array();  
foreach ($type_uris as $test_uri) {  
if ($this->supportsType($test_uri)) {  
$result[] = $test_uri;  
}  
}  
 
return $result;  
}  
 
function supportsType($type_uri)  
{  
// Does this endpoint support this type?  
return ((in_array($type_uri, $this->type_uris)) ||  
(($type_uri == Auth_OpenID_TYPE_2_0) &&  
$this->isOPIdentifier()));  
}  
 
function compatibilityMode()  
{  
return $this->preferredNamespace() != Auth_OpenID_OPENID2_NS;  
}  
 
function isOPIdentifier()  
{  
return in_array(Auth_OpenID_TYPE_2_0_IDP, $this->type_uris);  
}  
 
static function fromOPEndpointURL($op_endpoint_url)  
{  
// Construct an OP-Identifier OpenIDServiceEndpoint object for  
// a given OP Endpoint URL  
$obj = new Auth_OpenID_ServiceEndpoint();  
$obj->server_url = $op_endpoint_url;  
$obj->type_uris = array(Auth_OpenID_TYPE_2_0_IDP);  
return $obj;  
}  
 
function parseService($yadis_url, $uri, $type_uris, $service_element)  
{  
// Set the state of this object based on the contents of the  
// service element. Return true if successful, false if not  
// (if findOPLocalIdentifier returns false).  
$this->type_uris = $type_uris;  
$this->server_url = $uri;  
$this->used_yadis = true;  
 
if (!$this->isOPIdentifier()) {  
$this->claimed_id = $yadis_url;  
$this->local_id = Auth_OpenID_findOPLocalIdentifier(  
$service_element,  
$this->type_uris);  
if ($this->local_id === false) {  
return false;  
}  
}  
 
return true;  
}  
 
function getLocalID()  
{  
// Return the identifier that should be sent as the  
// openid.identity_url parameter to the server.  
if ($this->local_id === null && $this->canonicalID === null) {  
return $this->claimed_id;  
} else {  
if ($this->local_id) {  
return $this->local_id;  
} else {  
return $this->canonicalID;  
}  
}  
}  
 
/*  
* Parse the given document as XRDS looking for OpenID consumer services.  
*  
* @return array of Auth_OpenID_ServiceEndpoint or null if the  
* document cannot be parsed.  
*/  
function consumerFromXRDS($uri, $xrds_text)  
{  
$xrds =& Auth_Yadis_XRDS::parseXRDS($xrds_text);  
 
if ($xrds) {  
$yadis_services =  
$xrds->services(array('filter_MatchesAnyOpenIDConsumerType'));  
return Auth_OpenID_makeOpenIDEndpoints($uri, $yadis_services);  
}  
 
return null;  
}  
 
/*  
* Parse the given document as XRDS looking for OpenID services.  
*  
* @return array of Auth_OpenID_ServiceEndpoint or null if the  
* document cannot be parsed.  
*/  
static function fromXRDS($uri, $xrds_text)  
{  
$xrds = Auth_Yadis_XRDS::parseXRDS($xrds_text);  
 
if ($xrds) {  
$yadis_services =  
$xrds->services(array('filter_MatchesAnyOpenIDType'));  
return Auth_OpenID_makeOpenIDEndpoints($uri, $yadis_services);  
}  
 
return null;  
}  
 
/*  
* Create endpoints from a DiscoveryResult.  
*  
* @param discoveryResult Auth_Yadis_DiscoveryResult  
* @return array of Auth_OpenID_ServiceEndpoint or null if  
* endpoints cannot be created.  
*/  
static function fromDiscoveryResult($discoveryResult)  
{  
if ($discoveryResult->isXRDS()) {  
return Auth_OpenID_ServiceEndpoint::fromXRDS(  
$discoveryResult->normalized_uri,  
$discoveryResult->response_text);  
} else {  
return Auth_OpenID_ServiceEndpoint::fromHTML(  
$discoveryResult->normalized_uri,  
$discoveryResult->response_text);  
}  
}  
 
static function fromHTML($uri, $html)  
{  
$discovery_types = array(  
array(Auth_OpenID_TYPE_2_0,  
'openid2.provider', 'openid2.local_id'),  
array(Auth_OpenID_TYPE_1_1,  
'openid.server', 'openid.delegate')  
);  
 
$services = array();  
 
foreach ($discovery_types as $triple) {  
list($type_uri, $server_rel, $delegate_rel) = $triple;  
 
$urls = Auth_OpenID_legacy_discover($html, $server_rel,  
$delegate_rel);  
 
if ($urls === false) {  
continue;  
}  
 
list($delegate_url, $server_url) = $urls;  
 
$service = new Auth_OpenID_ServiceEndpoint();  
$service->claimed_id = $uri;  
$service->local_id = $delegate_url;  
$service->server_url = $server_url;  
$service->type_uris = array($type_uri);  
 
$services[] = $service;  
}  
 
return $services;  
}  
 
function copy()  
{  
$x = new Auth_OpenID_ServiceEndpoint();  
 
$x->claimed_id = $this->claimed_id;  
$x->server_url = $this->server_url;  
$x->type_uris = $this->type_uris;  
$x->local_id = $this->local_id;  
$x->canonicalID = $this->canonicalID;  
$x->used_yadis = $this->used_yadis;  
 
return $x;  
}  
}  
 
function Auth_OpenID_findOPLocalIdentifier($service, $type_uris)  
{  
// Extract a openid:Delegate value from a Yadis Service element.  
// If no delegate is found, returns null. Returns false on  
// discovery failure (when multiple delegate/localID tags have  
// different values).  
 
$service->parser->registerNamespace('openid',  
Auth_OpenID_XMLNS_1_0);  
 
$service->parser->registerNamespace('xrd',  
Auth_Yadis_XMLNS_XRD_2_0);  
 
$parser = $service->parser;  
 
$permitted_tags = array();  
 
if (in_array(Auth_OpenID_TYPE_1_1, $type_uris) ||  
in_array(Auth_OpenID_TYPE_1_0, $type_uris)) {  
$permitted_tags[] = 'openid:Delegate';  
}  
 
if (in_array(Auth_OpenID_TYPE_2_0, $type_uris)) {  
$permitted_tags[] = 'xrd:LocalID';  
}  
 
$local_id = null;  
 
foreach ($permitted_tags as $tag_name) {  
$tags = $service->getElements($tag_name);  
 
foreach ($tags as $tag) {  
$content = $parser->content($tag);  
 
if ($local_id === null) {  
$local_id = $content;  
} else if ($local_id != $content) {  
return false;  
}  
}  
}  
 
return $local_id;  
}  
 
function filter_MatchesAnyOpenIDType($service)  
{  
$uris = $service->getTypes();  
 
foreach ($uris as $uri) {  
if (in_array($uri, Auth_OpenID_getOpenIDTypeURIs())) {  
return true;  
}  
}  
 
return false;  
}  
 
function filter_MatchesAnyOpenIDConsumerType(&$service)  
{  
$uris = $service->getTypes();  
 
foreach ($uris as $uri) {  
if (in_array($uri, Auth_OpenID_getOpenIDConsumerTypeURIs())) {  
return true;  
}  
}  
 
return false;  
}  
 
function Auth_OpenID_bestMatchingService($service, $preferred_types)  
{  
// Return the index of the first matching type, or something  
// higher if no type matches.  
//  
// This provides an ordering in which service elements that  
// contain a type that comes earlier in the preferred types list  
// come before service elements that come later. If a service  
// element has more than one type, the most preferred one wins.  
 
foreach ($preferred_types as $index => $typ) {  
if (in_array($typ, $service->type_uris)) {  
return $index;  
}  
}  
 
return count($preferred_types);  
}  
 
function Auth_OpenID_arrangeByType($service_list, $preferred_types)  
{  
// Rearrange service_list in a new list so services are ordered by  
// types listed in preferred_types. Return the new list.  
 
// Build a list with the service elements in tuples whose  
// comparison will prefer the one with the best matching service  
$prio_services = array();  
foreach ($service_list as $index => $service) {  
$prio_services[] = array(Auth_OpenID_bestMatchingService($service,  
$preferred_types),  
$index, $service);  
}  
 
sort($prio_services);  
 
// Now that the services are sorted by priority, remove the sort  
// keys from the list.  
foreach ($prio_services as $index => $s) {  
$prio_services[$index] = $prio_services[$index][2];  
}  
 
return $prio_services;  
}  
 
// Extract OP Identifier services. If none found, return the rest,  
// sorted with most preferred first according to  
// OpenIDServiceEndpoint.openid_type_uris.  
//  
// openid_services is a list of OpenIDServiceEndpoint objects.  
//  
// Returns a list of OpenIDServiceEndpoint objects."""  
function Auth_OpenID_getOPOrUserServices($openid_services)  
{  
$op_services = Auth_OpenID_arrangeByType($openid_services,  
array(Auth_OpenID_TYPE_2_0_IDP));  
 
$openid_services = Auth_OpenID_arrangeByType($openid_services,  
Auth_OpenID_getOpenIDTypeURIs());  
 
if ($op_services) {  
return $op_services;  
} else {  
return $openid_services;  
}  
}  
 
function Auth_OpenID_makeOpenIDEndpoints($uri, $yadis_services)  
{  
$s = array();  
 
if (!$yadis_services) {  
return $s;  
}  
 
foreach ($yadis_services as $service) {  
$type_uris = $service->getTypes();  
$uris = $service->getURIs();  
 
// If any Type URIs match and there is an endpoint URI  
// specified, then this is an OpenID endpoint  
if ($type_uris &&  
$uris) {  
foreach ($uris as $service_uri) {  
$openid_endpoint = new Auth_OpenID_ServiceEndpoint();  
if ($openid_endpoint->parseService($uri,  
$service_uri,  
$type_uris,  
$service)) {  
$s[] = $openid_endpoint;  
}  
}  
}  
}  
 
return $s;  
}  
 
function Auth_OpenID_discoverWithYadis($uri, $fetcher,  
$endpoint_filter='Auth_OpenID_getOPOrUserServices',  
$discover_function=null)  
{  
// Discover OpenID services for a URI. Tries Yadis and falls back  
// on old-style <link rel='...'> discovery if Yadis fails.  
 
// Might raise a yadis.discover.DiscoveryFailure if no document  
// came back for that URI at all. I don't think falling back to  
// OpenID 1.0 discovery on the same URL will help, so don't bother  
// to catch it.  
if ($discover_function === null) {  
$discover_function = array('Auth_Yadis_Yadis', 'discover');  
}  
 
$openid_services = array();  
 
$response = call_user_func_array($discover_function,  
array($uri, $fetcher));  
 
$yadis_url = $response->normalized_uri;  
$yadis_services = array();  
 
if ($response->isFailure() && !$response->isXRDS()) {  
return array($uri, array());  
}  
 
$openid_services = Auth_OpenID_ServiceEndpoint::fromXRDS(  
$yadis_url,  
$response->response_text);  
 
if (!$openid_services) {  
if ($response->isXRDS()) {  
return Auth_OpenID_discoverWithoutYadis($uri,  
$fetcher);  
}  
 
// Try to parse the response as HTML to get OpenID 1.0/1.1  
// <link rel="...">  
$openid_services = Auth_OpenID_ServiceEndpoint::fromHTML(  
$yadis_url,  
$response->response_text);  
}  
 
$openid_services = call_user_func_array($endpoint_filter,  
array($openid_services));  
 
return array($yadis_url, $openid_services);  
}  
 
function Auth_OpenID_discoverURI($uri, $fetcher)  
{  
$uri = Auth_OpenID::normalizeUrl($uri);  
return Auth_OpenID_discoverWithYadis($uri, $fetcher);  
}  
 
function Auth_OpenID_discoverWithoutYadis($uri, $fetcher)  
{  
$http_resp = @$fetcher->get($uri);  
 
if ($http_resp->status != 200 and $http_resp->status != 206) {  
return array($uri, array());  
}  
 
$identity_url = $http_resp->final_url;  
 
// Try to parse the response as HTML to get OpenID 1.0/1.1 <link  
// rel="...">  
$openid_services = Auth_OpenID_ServiceEndpoint::fromHTML(  
$identity_url,  
$http_resp->body);  
 
return array($identity_url, $openid_services);  
}  
 
function Auth_OpenID_discoverXRI($iname, $fetcher)  
{  
$resolver = new Auth_Yadis_ProxyResolver($fetcher);  
list($canonicalID, $yadis_services) =  
$resolver->query($iname,  
Auth_OpenID_getOpenIDTypeURIs(),  
array('filter_MatchesAnyOpenIDType'));  
 
$openid_services = Auth_OpenID_makeOpenIDEndpoints($iname,  
$yadis_services);  
 
$openid_services = Auth_OpenID_getOPOrUserServices($openid_services);  
 
for ($i = 0; $i < count($openid_services); $i++) {  
$openid_services[$i]->canonicalID = $canonicalID;  
$openid_services[$i]->claimed_id = $canonicalID;  
$openid_services[$i]->display_identifier = $iname;  
}  
 
// FIXME: returned xri should probably be in some normal form  
return array($iname, $openid_services);  
}  
 
function Auth_OpenID_discover($uri, $fetcher)  
{  
// If the fetcher (i.e., PHP) doesn't support SSL, we can't do  
// discovery on an HTTPS URL.  
if ($fetcher->isHTTPS($uri) && !$fetcher->supportsSSL()) {  
return array($uri, array());  
}  
 
if (Auth_Yadis_identifierScheme($uri) == 'XRI') {  
$result = Auth_OpenID_discoverXRI($uri, $fetcher);  
} else {  
$result = Auth_OpenID_discoverURI($uri, $fetcher);  
}  
 
// If the fetcher doesn't support SSL, we can't interact with  
// HTTPS server URLs; remove those endpoints from the list.  
if (!$fetcher->supportsSSL()) {  
$http_endpoints = array();  
list($new_uri, $endpoints) = $result;  
 
foreach ($endpoints as $e) {  
if (!$fetcher->isHTTPS($e->server_url)) {  
$http_endpoints[] = $e;  
}  
}  
 
$result = array($new_uri, $http_endpoints);  
}  
 
return $result;  
}  
 
 
 
<?php  
 
/**  
* This file supplies a dumb store backend for OpenID servers and  
* consumers.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Import the interface for creating a new store class.  
*/  
require_once 'Auth/OpenID/Interface.php';  
require_once 'Auth/OpenID/HMAC.php';  
 
/**  
* This is a store for use in the worst case, when you have no way of  
* saving state on the consumer site. Using this store makes the  
* consumer vulnerable to replay attacks, as it's unable to use  
* nonces. Avoid using this store if it is at all possible.  
*  
* Most of the methods of this class are implementation details.  
* Users of this class need to worry only about the constructor.  
*  
* @package OpenID  
*/  
class Auth_OpenID_DumbStore extends Auth_OpenID_OpenIDStore {  
 
/**  
* Creates a new {@link Auth_OpenID_DumbStore} instance. For the security  
* of the tokens generated by the library, this class attempts to  
* at least have a secure implementation of getAuthKey.  
*  
* When you create an instance of this class, pass in a secret  
* phrase. The phrase is hashed with sha1 to make it the correct  
* length and form for an auth key. That allows you to use a long  
* string as the secret phrase, which means you can make it very  
* difficult to guess.  
*  
* Each {@link Auth_OpenID_DumbStore} instance that is created for use by  
* your consumer site needs to use the same $secret_phrase.  
*  
* @param string secret_phrase The phrase used to create the auth  
* key returned by getAuthKey  
*/  
function Auth_OpenID_DumbStore($secret_phrase)  
{  
$this->auth_key = Auth_OpenID_SHA1($secret_phrase);  
}  
 
/**  
* This implementation does nothing.  
*/  
function storeAssociation($server_url, $association)  
{  
}  
 
/**  
* This implementation always returns null.  
*/  
function getAssociation($server_url, $handle = null)  
{  
return null;  
}  
 
/**  
* This implementation always returns false.  
*/  
function removeAssociation($server_url, $handle)  
{  
return false;  
}  
 
/**  
* In a system truly limited to dumb mode, nonces must all be  
* accepted. This therefore always returns true, which makes  
* replay attacks feasible.  
*/  
function useNonce($server_url, $timestamp, $salt)  
{  
return true;  
}  
 
/**  
* This method returns the auth key generated by the constructor.  
*/  
function getAuthKey()  
{  
return $this->auth_key;  
}  
}  
 
 
<?php  
 
/**  
* An interface for OpenID extensions.  
*  
* @package OpenID  
*/  
 
/**  
* Require the Message implementation.  
*/  
require_once 'Auth/OpenID/Message.php';  
 
/**  
* A base class for accessing extension request and response data for  
* the OpenID 2 protocol.  
*  
* @package OpenID  
*/  
class Auth_OpenID_Extension {  
/**  
* ns_uri: The namespace to which to add the arguments for this  
* extension  
*/  
var $ns_uri = null;  
var $ns_alias = null;  
 
/**  
* Get the string arguments that should be added to an OpenID  
* message for this extension.  
*/  
function getExtensionArgs()  
{  
return null;  
}  
 
/**  
* Add the arguments from this extension to the provided message.  
*  
* Returns the message with the extension arguments added.  
*/  
function toMessage($message)  
{  
$implicit = $message->isOpenID1();  
$added = $message->namespaces->addAlias($this->ns_uri,  
$this->ns_alias,  
$implicit);  
 
if ($added === null) {  
if ($message->namespaces->getAlias($this->ns_uri) !=  
$this->ns_alias) {  
return null;  
}  
}  
 
$message->updateArgs($this->ns_uri,  
$this->getExtensionArgs());  
return $message;  
}  
}  
 
 
<?php  
 
/**  
* This file supplies a Memcached store backend for OpenID servers and  
* consumers.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Require base class for creating a new interface.  
*/  
require_once 'Auth/OpenID.php';  
require_once 'Auth/OpenID/Interface.php';  
require_once 'Auth/OpenID/HMAC.php';  
require_once 'Auth/OpenID/Nonce.php';  
 
/**  
* This is a filesystem-based store for OpenID associations and  
* nonces. This store should be safe for use in concurrent systems on  
* both windows and unix (excluding NFS filesystems). There are a  
* couple race conditions in the system, but those failure cases have  
* been set up in such a way that the worst-case behavior is someone  
* having to try to log in a second time.  
*  
* Most of the methods of this class are implementation details.  
* People wishing to just use this store need only pay attention to  
* the constructor.  
*  
* @package OpenID  
*/  
class Auth_OpenID_FileStore extends Auth_OpenID_OpenIDStore {  
 
/**  
* Initializes a new {@link Auth_OpenID_FileStore}. This  
* initializes the nonce and association directories, which are  
* subdirectories of the directory passed in.  
*  
* @param string $directory This is the directory to put the store  
* directories in.  
*/  
function Auth_OpenID_FileStore($directory)  
{  
if (!Auth_OpenID::ensureDir($directory)) {  
trigger_error('Not a directory and failed to create: '  
. $directory, E_USER_ERROR);  
}  
$directory = realpath($directory);  
 
$this->directory = $directory;  
$this->active = true;  
 
$this->nonce_dir = $directory . DIRECTORY_SEPARATOR . 'nonces';  
 
$this->association_dir = $directory . DIRECTORY_SEPARATOR .  
'associations';  
 
// Temp dir must be on the same filesystem as the assciations  
// $directory.  
$this->temp_dir = $directory . DIRECTORY_SEPARATOR . 'temp';  
 
$this->max_nonce_age = 6 * 60 * 60; // Six hours, in seconds  
 
if (!$this->_setup()) {  
trigger_error('Failed to initialize OpenID file store in ' .  
$directory, E_USER_ERROR);  
}  
}  
 
function destroy()  
{  
Auth_OpenID_FileStore::_rmtree($this->directory);  
$this->active = false;  
}  
 
/**  
* Make sure that the directories in which we store our data  
* exist.  
*  
* @access private  
*/  
function _setup()  
{  
return (Auth_OpenID::ensureDir($this->nonce_dir) &&  
Auth_OpenID::ensureDir($this->association_dir) &&  
Auth_OpenID::ensureDir($this->temp_dir));  
}  
 
/**  
* Create a temporary file on the same filesystem as  
* $this->association_dir.  
*  
* The temporary directory should not be cleaned if there are any  
* processes using the store. If there is no active process using  
* the store, it is safe to remove all of the files in the  
* temporary directory.  
*  
* @return array ($fd, $filename)  
* @access private  
*/  
function _mktemp()  
{  
$name = Auth_OpenID_FileStore::_mkstemp($dir = $this->temp_dir);  
$file_obj = @fopen($name, 'wb');  
if ($file_obj !== false) {  
return array($file_obj, $name);  
} else {  
Auth_OpenID_FileStore::_removeIfPresent($name);  
}  
}  
 
function cleanupNonces()  
{  
global $Auth_OpenID_SKEW;  
 
$nonces = Auth_OpenID_FileStore::_listdir($this->nonce_dir);  
$now = time();  
 
$removed = 0;  
// Check all nonces for expiry  
foreach ($nonces as $nonce_fname) {  
$base = basename($nonce_fname);  
$parts = explode('-', $base, 2);  
$timestamp = $parts[0];  
$timestamp = intval($timestamp, 16);  
if (abs($timestamp - $now) > $Auth_OpenID_SKEW) {  
Auth_OpenID_FileStore::_removeIfPresent($nonce_fname);  
$removed += 1;  
}  
}  
return $removed;  
}  
 
/**  
* Create a unique filename for a given server url and  
* handle. This implementation does not assume anything about the  
* format of the handle. The filename that is returned will  
* contain the domain name from the server URL for ease of human  
* inspection of the data directory.  
*  
* @return string $filename  
*/  
function getAssociationFilename($server_url, $handle)  
{  
if (!$this->active) {  
trigger_error("FileStore no longer active", E_USER_ERROR);  
return null;  
}  
 
if (strpos($server_url, '://') === false) {  
trigger_error(sprintf("Bad server URL: %s", $server_url),  
E_USER_WARNING);  
return null;  
}  
 
list($proto, $rest) = explode('://', $server_url, 2);  
$parts = explode('/', $rest);  
$domain = Auth_OpenID_FileStore::_filenameEscape($parts[0]);  
$url_hash = Auth_OpenID_FileStore::_safe64($server_url);  
if ($handle) {  
$handle_hash = Auth_OpenID_FileStore::_safe64($handle);  
} else {  
$handle_hash = '';  
}  
 
$filename = sprintf('%s-%s-%s-%s', $proto, $domain, $url_hash,  
$handle_hash);  
 
return $this->association_dir. DIRECTORY_SEPARATOR . $filename;  
}  
 
/**  
* Store an association in the association directory.  
*/  
function storeAssociation($server_url, $association)  
{  
if (!$this->active) {  
trigger_error("FileStore no longer active", E_USER_ERROR);  
return false;  
}  
 
$association_s = $association->serialize();  
$filename = $this->getAssociationFilename($server_url,  
$association->handle);  
list($tmp_file, $tmp) = $this->_mktemp();  
 
if (!$tmp_file) {  
trigger_error("_mktemp didn't return a valid file descriptor",  
E_USER_WARNING);  
return false;  
}  
 
fwrite($tmp_file, $association_s);  
 
fflush($tmp_file);  
 
fclose($tmp_file);  
 
if (@rename($tmp, $filename)) {  
return true;  
} else {  
// In case we are running on Windows, try unlinking the  
// file in case it exists.  
@unlink($filename);  
 
// Now the target should not exist. Try renaming again,  
// giving up if it fails.  
if (@rename($tmp, $filename)) {  
return true;  
}  
}  
 
// If there was an error, don't leave the temporary file  
// around.  
Auth_OpenID_FileStore::_removeIfPresent($tmp);  
return false;  
}  
 
/**  
* Retrieve an association. If no handle is specified, return the  
* association with the most recent issue time.  
*  
* @return mixed $association  
*/  
function getAssociation($server_url, $handle = null)  
{  
if (!$this->active) {  
trigger_error("FileStore no longer active", E_USER_ERROR);  
return null;  
}  
 
if ($handle === null) {  
$handle = '';  
}  
 
// The filename with the empty handle is a prefix of all other  
// associations for the given server URL.  
$filename = $this->getAssociationFilename($server_url, $handle);  
 
if ($handle) {  
return $this->_getAssociation($filename);  
} else {  
$association_files =  
Auth_OpenID_FileStore::_listdir($this->association_dir);  
$matching_files = array();  
 
// strip off the path to do the comparison  
$name = basename($filename);  
foreach ($association_files as $association_file) {  
$base = basename($association_file);  
if (strpos($base, $name) === 0) {  
$matching_files[] = $association_file;  
}  
}  
 
$matching_associations = array();  
// read the matching files and sort by time issued  
foreach ($matching_files as $full_name) {  
$association = $this->_getAssociation($full_name);  
if ($association !== null) {  
$matching_associations[] = array($association->issued,  
$association);  
}  
}  
 
$issued = array();  
$assocs = array();  
foreach ($matching_associations as $key => $assoc) {  
$issued[$key] = $assoc[0];  
$assocs[$key] = $assoc[1];  
}  
 
array_multisort($issued, SORT_DESC, $assocs, SORT_DESC,  
$matching_associations);  
 
// return the most recently issued one.  
if ($matching_associations) {  
list($issued, $assoc) = $matching_associations[0];  
return $assoc;  
} else {  
return null;  
}  
}  
}  
 
/**  
* @access private  
*/  
function _getAssociation($filename)  
{  
if (!$this->active) {  
trigger_error("FileStore no longer active", E_USER_ERROR);  
return null;  
}  
 
$assoc_file = @fopen($filename, 'rb');  
 
if ($assoc_file === false) {  
return null;  
}  
 
$assoc_s = fread($assoc_file, filesize($filename));  
fclose($assoc_file);  
 
if (!$assoc_s) {  
return null;  
}  
 
$association =  
Auth_OpenID_Association::deserialize('Auth_OpenID_Association',  
$assoc_s);  
 
if (!$association) {  
Auth_OpenID_FileStore::_removeIfPresent($filename);  
return null;  
}  
 
if ($association->getExpiresIn() == 0) {  
Auth_OpenID_FileStore::_removeIfPresent($filename);  
return null;  
} else {  
return $association;  
}  
}  
 
/**  
* Remove an association if it exists. Do nothing if it does not.  
*  
* @return bool $success  
*/  
function removeAssociation($server_url, $handle)  
{  
if (!$this->active) {  
trigger_error("FileStore no longer active", E_USER_ERROR);  
return null;  
}  
 
$assoc = $this->getAssociation($server_url, $handle);  
if ($assoc === null) {  
return false;  
} else {  
$filename = $this->getAssociationFilename($server_url, $handle);  
return Auth_OpenID_FileStore::_removeIfPresent($filename);  
}  
}  
 
/**  
* Return whether this nonce is present. As a side effect, mark it  
* as no longer present.  
*  
* @return bool $present  
*/  
function useNonce($server_url, $timestamp, $salt)  
{  
global $Auth_OpenID_SKEW;  
 
if (!$this->active) {  
trigger_error("FileStore no longer active", E_USER_ERROR);  
return null;  
}  
 
if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {  
return false;  
}  
 
if ($server_url) {  
list($proto, $rest) = explode('://', $server_url, 2);  
} else {  
$proto = '';  
$rest = '';  
}  
 
$parts = explode('/', $rest, 2);  
$domain = $this->_filenameEscape($parts[0]);  
$url_hash = $this->_safe64($server_url);  
$salt_hash = $this->_safe64($salt);  
 
$filename = sprintf('%08x-%s-%s-%s-%s', $timestamp, $proto,  
$domain, $url_hash, $salt_hash);  
$filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $filename;  
 
$result = @fopen($filename, 'x');  
 
if ($result === false) {  
return false;  
} else {  
fclose($result);  
return true;  
}  
}  
 
/**  
* Remove expired entries from the database. This is potentially  
* expensive, so only run when it is acceptable to take time.  
*  
* @access private  
*/  
function _allAssocs()  
{  
$all_associations = array();  
 
$association_filenames =  
Auth_OpenID_FileStore::_listdir($this->association_dir);  
 
foreach ($association_filenames as $association_filename) {  
$association_file = fopen($association_filename, 'rb');  
 
if ($association_file !== false) {  
$assoc_s = fread($association_file,  
filesize($association_filename));  
fclose($association_file);  
 
// Remove expired or corrupted associations  
$association =  
Auth_OpenID_Association::deserialize(  
'Auth_OpenID_Association', $assoc_s);  
 
if ($association === null) {  
Auth_OpenID_FileStore::_removeIfPresent(  
$association_filename);  
} else {  
if ($association->getExpiresIn() == 0) {  
$all_associations[] = array($association_filename,  
$association);  
}  
}  
}  
}  
 
return $all_associations;  
}  
 
function clean()  
{  
if (!$this->active) {  
trigger_error("FileStore no longer active", E_USER_ERROR);  
return null;  
}  
 
$nonces = Auth_OpenID_FileStore::_listdir($this->nonce_dir);  
$now = time();  
 
// Check all nonces for expiry  
foreach ($nonces as $nonce) {  
if (!Auth_OpenID_checkTimestamp($nonce, $now)) {  
$filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $nonce;  
Auth_OpenID_FileStore::_removeIfPresent($filename);  
}  
}  
 
foreach ($this->_allAssocs() as $pair) {  
list($assoc_filename, $assoc) = $pair;  
if ($assoc->getExpiresIn() == 0) {  
Auth_OpenID_FileStore::_removeIfPresent($assoc_filename);  
}  
}  
}  
 
/**  
* @access private  
*/  
function _rmtree($dir)  
{  
if ($dir[strlen($dir) - 1] != DIRECTORY_SEPARATOR) {  
$dir .= DIRECTORY_SEPARATOR;  
}  
 
if ($handle = opendir($dir)) {  
while ($item = readdir($handle)) {  
if (!in_array($item, array('.', '..'))) {  
if (is_dir($dir . $item)) {  
 
if (!Auth_OpenID_FileStore::_rmtree($dir . $item)) {  
return false;  
}  
} else if (is_file($dir . $item)) {  
if (!unlink($dir . $item)) {  
return false;  
}  
}  
}  
}  
 
closedir($handle);  
 
if (!@rmdir($dir)) {  
return false;  
}  
 
return true;  
} else {  
// Couldn't open directory.  
return false;  
}  
}  
 
/**  
* @access private  
*/  
function _mkstemp($dir)  
{  
foreach (range(0, 4) as $i) {  
$name = tempnam($dir, "php_openid_filestore_");  
 
if ($name !== false) {  
return $name;  
}  
}  
return false;  
}  
 
/**  
* @access private  
*/  
static function _mkdtemp($dir)  
{  
foreach (range(0, 4) as $i) {  
$name = $dir . strval(DIRECTORY_SEPARATOR) . strval(getmypid()) .  
"-" . strval(rand(1, time()));  
if (!mkdir($name, 0700)) {  
return false;  
} else {  
return $name;  
}  
}  
return false;  
}  
 
/**  
* @access private  
*/  
function _listdir($dir)  
{  
$handle = opendir($dir);  
$files = array();  
while (false !== ($filename = readdir($handle))) {  
if (!in_array($filename, array('.', '..'))) {  
$files[] = $dir . DIRECTORY_SEPARATOR . $filename;  
}  
}  
return $files;  
}  
 
/**  
* @access private  
*/  
function _isFilenameSafe($char)  
{  
$_Auth_OpenID_filename_allowed = Auth_OpenID_letters .  
Auth_OpenID_digits . ".";  
return (strpos($_Auth_OpenID_filename_allowed, $char) !== false);  
}  
 
/**  
* @access private  
*/  
function _safe64($str)  
{  
$h64 = base64_encode(Auth_OpenID_SHA1($str));  
$h64 = str_replace('+', '_', $h64);  
$h64 = str_replace('/', '.', $h64);  
$h64 = str_replace('=', '', $h64);  
return $h64;  
}  
 
/**  
* @access private  
*/  
function _filenameEscape($str)  
{  
$filename = "";  
$b = Auth_OpenID::toBytes($str);  
 
for ($i = 0; $i < count($b); $i++) {  
$c = $b[$i];  
if (Auth_OpenID_FileStore::_isFilenameSafe($c)) {  
$filename .= $c;  
} else {  
$filename .= sprintf("_%02X", ord($c));  
}  
}  
return $filename;  
}  
 
/**  
* Attempt to remove a file, returning whether the file existed at  
* the time of the call.  
*  
* @access private  
* @return bool $result True if the file was present, false if not.  
*/  
function _removeIfPresent($filename)  
{  
return @unlink($filename);  
}  
 
function cleanupAssociations()  
{  
$removed = 0;  
foreach ($this->_allAssocs() as $pair) {  
list($assoc_filename, $assoc) = $pair;  
if ($assoc->getExpiresIn() == 0) {  
$this->_removeIfPresent($assoc_filename);  
$removed += 1;  
}  
}  
return $removed;  
}  
}  
 
 
 
<?php  
 
/**  
* This is the HMACSHA1 implementation for the OpenID library.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @access private  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
require_once 'Auth/OpenID.php';  
 
/**  
* SHA1_BLOCKSIZE is this module's SHA1 blocksize used by the fallback  
* implementation.  
*/  
define('Auth_OpenID_SHA1_BLOCKSIZE', 64);  
 
function Auth_OpenID_SHA1($text)  
{  
if (function_exists('hash') &&  
function_exists('hash_algos') &&  
(in_array('sha1', hash_algos()))) {  
// PHP 5 case (sometimes): 'hash' available and 'sha1' algo  
// supported.  
return hash('sha1', $text, true);  
} else if (function_exists('sha1')) {  
// PHP 4 case: 'sha1' available.  
$hex = sha1($text);  
$raw = '';  
for ($i = 0; $i < 40; $i += 2) {  
$hexcode = substr($hex, $i, 2);  
$charcode = (int)base_convert($hexcode, 16, 10);  
$raw .= chr($charcode);  
}  
return $raw;  
} else {  
// Explode.  
trigger_error('No SHA1 function found', E_USER_ERROR);  
}  
}  
 
/**  
* Compute an HMAC/SHA1 hash.  
*  
* @access private  
* @param string $key The HMAC key  
* @param string $text The message text to hash  
* @return string $mac The MAC  
*/  
function Auth_OpenID_HMACSHA1($key, $text)  
{  
if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {  
$key = Auth_OpenID_SHA1($key, true);  
}  
 
if (function_exists('hash_hmac') &&  
function_exists('hash_algos') &&  
(in_array('sha1', hash_algos()))) {  
return hash_hmac('sha1', $text, $key, true);  
}  
// Home-made solution  
 
$key = str_pad($key, Auth_OpenID_SHA1_BLOCKSIZE, chr(0x00));  
$ipad = str_repeat(chr(0x36), Auth_OpenID_SHA1_BLOCKSIZE);  
$opad = str_repeat(chr(0x5c), Auth_OpenID_SHA1_BLOCKSIZE);  
$hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text, true);  
$hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true);  
return $hmac;  
}  
 
if (function_exists('hash') &&  
function_exists('hash_algos') &&  
(in_array('sha256', hash_algos()))) {  
function Auth_OpenID_SHA256($text)  
{  
// PHP 5 case: 'hash' available and 'sha256' algo supported.  
return hash('sha256', $text, true);  
}  
define('Auth_OpenID_SHA256_SUPPORTED', true);  
} else {  
define('Auth_OpenID_SHA256_SUPPORTED', false);  
}  
 
if (function_exists('hash_hmac') &&  
function_exists('hash_algos') &&  
(in_array('sha256', hash_algos()))) {  
 
function Auth_OpenID_HMACSHA256($key, $text)  
{  
// Return raw MAC (not hex string).  
return hash_hmac('sha256', $text, $key, true);  
}  
 
define('Auth_OpenID_HMACSHA256_SUPPORTED', true);  
} else {  
define('Auth_OpenID_HMACSHA256_SUPPORTED', false);  
}  
 
 
<?php  
 
/**  
* This file specifies the interface for PHP OpenID store implementations.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* This is the interface for the store objects the OpenID library  
* uses. It is a single class that provides all of the persistence  
* mechanisms that the OpenID library needs, for both servers and  
* consumers. If you want to create an SQL-driven store, please see  
* then {@link Auth_OpenID_SQLStore} class.  
*  
* Change: Version 2.0 removed the storeNonce, getAuthKey, and isDumb  
* methods, and changed the behavior of the useNonce method to support  
* one-way nonces.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
*/  
class Auth_OpenID_OpenIDStore {  
/**  
* This method puts an Association object into storage,  
* retrievable by server URL and handle.  
*  
* @param string $server_url The URL of the identity server that  
* this association is with. Because of the way the server portion  
* of the library uses this interface, don't assume there are any  
* limitations on the character set of the input string. In  
* particular, expect to see unescaped non-url-safe characters in  
* the server_url field.  
*  
* @param Association $association The Association to store.  
*/  
function storeAssociation($server_url, $association)  
{  
trigger_error("Auth_OpenID_OpenIDStore::storeAssociation ".  
"not implemented", E_USER_ERROR);  
}  
 
/*  
* Remove expired nonces from the store.  
*  
* Discards any nonce from storage that is old enough that its  
* timestamp would not pass useNonce().  
*  
* This method is not called in the normal operation of the  
* library. It provides a way for store admins to keep their  
* storage from filling up with expired data.  
*  
* @return the number of nonces expired  
*/  
function cleanupNonces()  
{  
trigger_error("Auth_OpenID_OpenIDStore::cleanupNonces ".  
"not implemented", E_USER_ERROR);  
}  
 
/*  
* Remove expired associations from the store.  
*  
* This method is not called in the normal operation of the  
* library. It provides a way for store admins to keep their  
* storage from filling up with expired data.  
*  
* @return the number of associations expired.  
*/  
function cleanupAssociations()  
{  
trigger_error("Auth_OpenID_OpenIDStore::cleanupAssociations ".  
"not implemented", E_USER_ERROR);  
}  
 
/*  
* Shortcut for cleanupNonces(), cleanupAssociations().  
*  
* This method is not called in the normal operation of the  
* library. It provides a way for store admins to keep their  
* storage from filling up with expired data.  
*/  
function cleanup()  
{  
return array($this->cleanupNonces(),  
$this->cleanupAssociations());  
}  
 
/**  
* Report whether this storage supports cleanup  
*/  
function supportsCleanup()  
{  
return true;  
}  
 
/**  
* This method returns an Association object from storage that  
* matches the server URL and, if specified, handle. It returns  
* null if no such association is found or if the matching  
* association is expired.  
*  
* If no handle is specified, the store may return any association  
* which matches the server URL. If multiple associations are  
* valid, the recommended return value for this method is the one  
* most recently issued.  
*  
* This method is allowed (and encouraged) to garbage collect  
* expired associations when found. This method must not return  
* expired associations.  
*  
* @param string $server_url The URL of the identity server to get  
* the association for. Because of the way the server portion of  
* the library uses this interface, don't assume there are any  
* limitations on the character set of the input string. In  
* particular, expect to see unescaped non-url-safe characters in  
* the server_url field.  
*  
* @param mixed $handle This optional parameter is the handle of  
* the specific association to get. If no specific handle is  
* provided, any valid association matching the server URL is  
* returned.  
*  
* @return Association The Association for the given identity  
* server.  
*/  
function getAssociation($server_url, $handle = null)  
{  
trigger_error("Auth_OpenID_OpenIDStore::getAssociation ".  
"not implemented", E_USER_ERROR);  
}  
 
/**  
* This method removes the matching association if it's found, and  
* returns whether the association was removed or not.  
*  
* @param string $server_url The URL of the identity server the  
* association to remove belongs to. Because of the way the server  
* portion of the library uses this interface, don't assume there  
* are any limitations on the character set of the input  
* string. In particular, expect to see unescaped non-url-safe  
* characters in the server_url field.  
*  
* @param string $handle This is the handle of the association to  
* remove. If there isn't an association found that matches both  
* the given URL and handle, then there was no matching handle  
* found.  
*  
* @return mixed Returns whether or not the given association existed.  
*/  
function removeAssociation($server_url, $handle)  
{  
trigger_error("Auth_OpenID_OpenIDStore::removeAssociation ".  
"not implemented", E_USER_ERROR);  
}  
 
/**  
* Called when using a nonce.  
*  
* This method should return C{True} if the nonce has not been  
* used before, and store it for a while to make sure nobody  
* tries to use the same value again. If the nonce has already  
* been used, return C{False}.  
*  
* Change: In earlier versions, round-trip nonces were used and a  
* nonce was only valid if it had been previously stored with  
* storeNonce. Version 2.0 uses one-way nonces, requiring a  
* different implementation here that does not depend on a  
* storeNonce call. (storeNonce is no longer part of the  
* interface.  
*  
* @param string $nonce The nonce to use.  
*  
* @return bool Whether or not the nonce was valid.  
*/  
function useNonce($server_url, $timestamp, $salt)  
{  
trigger_error("Auth_OpenID_OpenIDStore::useNonce ".  
"not implemented", E_USER_ERROR);  
}  
 
/**  
* Removes all entries from the store; implementation is optional.  
*/  
function reset()  
{  
}  
 
}  
 
<?php  
 
/**  
* OpenID protocol key-value/comma-newline format parsing and  
* serialization  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @access private  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Container for key-value/comma-newline OpenID format and parsing  
*/  
class Auth_OpenID_KVForm {  
/**  
* Convert an OpenID colon/newline separated string into an  
* associative array  
*  
* @static  
* @access private  
*/  
static function toArray($kvs, $strict=false)  
{  
$lines = explode("\n", $kvs);  
 
$last = array_pop($lines);  
if ($last !== '') {  
array_push($lines, $last);  
if ($strict) {  
return false;  
}  
}  
 
$values = array();  
 
for ($lineno = 0; $lineno < count($lines); $lineno++) {  
$line = $lines[$lineno];  
$kv = explode(':', $line, 2);  
if (count($kv) != 2) {  
if ($strict) {  
return false;  
}  
continue;  
}  
 
$key = $kv[0];  
$tkey = trim($key);  
if ($tkey != $key) {  
if ($strict) {  
return false;  
}  
}  
 
$value = $kv[1];  
$tval = trim($value);  
if ($tval != $value) {  
if ($strict) {  
return false;  
}  
}  
 
$values[$tkey] = $tval;  
}  
 
return $values;  
}  
 
/**  
* Convert an array into an OpenID colon/newline separated string  
*  
* @static  
* @access private  
*/  
static function fromArray($values)  
{  
if ($values === null) {  
return null;  
}  
 
ksort($values);  
 
$serialized = '';  
foreach ($values as $key => $value) {  
if (is_array($value)) {  
list($key, $value) = array($value[0], $value[1]);  
}  
 
if (strpos($key, ':') !== false) {  
return null;  
}  
 
if (strpos($key, "\n") !== false) {  
return null;  
}  
 
if (strpos($value, "\n") !== false) {  
return null;  
}  
$serialized .= "$key:$value\n";  
}  
return $serialized;  
}  
}  
 
 
<?php  
 
/**  
* SQL-backed OpenID stores for use with PEAR::MDB2.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005 Janrain, Inc.  
* @license http://www.gnu.org/copyleft/lesser.html LGPL  
*/  
 
require_once 'MDB2.php';  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID/Interface.php';  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID.php';  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID/Nonce.php';  
 
/**  
* This store uses a PEAR::MDB2 connection to store persistence  
* information.  
*  
* The table names used are determined by the class variables  
* associations_table_name and nonces_table_name. To change the name  
* of the tables used, pass new table names into the constructor.  
*  
* To create the tables with the proper schema, see the createTables  
* method.  
*  
* @package OpenID  
*/  
class Auth_OpenID_MDB2Store extends Auth_OpenID_OpenIDStore {  
/**  
* This creates a new MDB2Store instance. It requires an  
* established database connection be given to it, and it allows  
* overriding the default table names.  
*  
* @param connection $connection This must be an established  
* connection to a database of the correct type for the SQLStore  
* subclass you're using. This must be a PEAR::MDB2 connection  
* handle.  
*  
* @param associations_table: This is an optional parameter to  
* specify the name of the table used for storing associations.  
* The default value is 'oid_associations'.  
*  
* @param nonces_table: This is an optional parameter to specify  
* the name of the table used for storing nonces. The default  
* value is 'oid_nonces'.  
*/  
function Auth_OpenID_MDB2Store($connection,  
$associations_table = null,  
$nonces_table = null)  
{  
$this->associations_table_name = "oid_associations";  
$this->nonces_table_name = "oid_nonces";  
 
// Check the connection object type to be sure it's a PEAR  
// database connection.  
if (!is_object($connection) ||  
!is_subclass_of($connection, 'mdb2_driver_common')) {  
trigger_error("Auth_OpenID_MDB2Store expected PEAR connection " .  
"object (got ".get_class($connection).")",  
E_USER_ERROR);  
return;  
}  
 
$this->connection = $connection;  
 
// Be sure to set the fetch mode so the results are keyed on  
// column name instead of column index.  
$this->connection->setFetchMode(MDB2_FETCHMODE_ASSOC);  
 
if (PEAR::isError($this->connection->loadModule('Extended'))) {  
trigger_error("Unable to load MDB2_Extended module", E_USER_ERROR);  
return;  
}  
 
if ($associations_table) {  
$this->associations_table_name = $associations_table;  
}  
 
if ($nonces_table) {  
$this->nonces_table_name = $nonces_table;  
}  
 
$this->max_nonce_age = 6 * 60 * 60;  
}  
 
function tableExists($table_name)  
{  
return !PEAR::isError($this->connection->query(  
sprintf("SELECT * FROM %s LIMIT 0",  
$table_name)));  
}  
 
function createTables()  
{  
$n = $this->create_nonce_table();  
$a = $this->create_assoc_table();  
 
if (!$n || !$a) {  
return false;  
}  
return true;  
}  
 
function create_nonce_table()  
{  
if (!$this->tableExists($this->nonces_table_name)) {  
switch ($this->connection->phptype) {  
case "mysql":  
case "mysqli":  
// Custom SQL for MySQL to use InnoDB and variable-  
// length keys  
$r = $this->connection->exec(  
sprintf("CREATE TABLE %s (\n".  
" server_url VARCHAR(2047) NOT NULL DEFAULT '',\n".  
" timestamp INTEGER NOT NULL,\n".  
" salt CHAR(40) NOT NULL,\n".  
" UNIQUE (server_url(255), timestamp, salt)\n".  
") TYPE=InnoDB",  
$this->nonces_table_name));  
if (PEAR::isError($r)) {  
return false;  
}  
break;  
default:  
if (PEAR::isError(  
$this->connection->loadModule('Manager'))) {  
return false;  
}  
$fields = array(  
"server_url" => array(  
"type" => "text",  
"length" => 2047,  
"notnull" => true  
),  
"timestamp" => array(  
"type" => "integer",  
"notnull" => true  
),  
"salt" => array(  
"type" => "text",  
"length" => 40,  
"fixed" => true,  
"notnull" => true  
)  
);  
$constraint = array(  
"unique" => 1,  
"fields" => array(  
"server_url" => true,  
"timestamp" => true,  
"salt" => true  
)  
);  
 
$r = $this->connection->createTable($this->nonces_table_name,  
$fields);  
if (PEAR::isError($r)) {  
return false;  
}  
 
$r = $this->connection->createConstraint(  
$this->nonces_table_name,  
$this->nonces_table_name . "_constraint",  
$constraint);  
if (PEAR::isError($r)) {  
return false;  
}  
break;  
}  
}  
return true;  
}  
 
function create_assoc_table()  
{  
if (!$this->tableExists($this->associations_table_name)) {  
switch ($this->connection->phptype) {  
case "mysql":  
case "mysqli":  
// Custom SQL for MySQL to use InnoDB and variable-  
// length keys  
$r = $this->connection->exec(  
sprintf("CREATE TABLE %s(\n".  
" server_url VARCHAR(2047) NOT NULL DEFAULT '',\n".  
" handle VARCHAR(255) NOT NULL,\n".  
" secret BLOB NOT NULL,\n".  
" issued INTEGER NOT NULL,\n".  
" lifetime INTEGER NOT NULL,\n".  
" assoc_type VARCHAR(64) NOT NULL,\n".  
" PRIMARY KEY (server_url(255), handle)\n".  
") TYPE=InnoDB",  
$this->associations_table_name));  
if (PEAR::isError($r)) {  
return false;  
}  
break;  
default:  
if (PEAR::isError(  
$this->connection->loadModule('Manager'))) {  
return false;  
}  
$fields = array(  
"server_url" => array(  
"type" => "text",  
"length" => 2047,  
"notnull" => true  
),  
"handle" => array(  
"type" => "text",  
"length" => 255,  
"notnull" => true  
),  
"secret" => array(  
"type" => "blob",  
"length" => "255",  
"notnull" => true  
),  
"issued" => array(  
"type" => "integer",  
"notnull" => true  
),  
"lifetime" => array(  
"type" => "integer",  
"notnull" => true  
),  
"assoc_type" => array(  
"type" => "text",  
"length" => 64,  
"notnull" => true  
)  
);  
$options = array(  
"primary" => array(  
"server_url" => true,  
"handle" => true  
)  
);  
 
$r = $this->connection->createTable(  
$this->associations_table_name,  
$fields,  
$options);  
if (PEAR::isError($r)) {  
return false;  
}  
break;  
}  
}  
return true;  
}  
 
function storeAssociation($server_url, $association)  
{  
$fields = array(  
"server_url" => array(  
"value" => $server_url,  
"key" => true  
),  
"handle" => array(  
"value" => $association->handle,  
"key" => true  
),  
"secret" => array(  
"value" => $association->secret,  
"type" => "blob"  
),  
"issued" => array(  
"value" => $association->issued  
),  
"lifetime" => array(  
"value" => $association->lifetime  
),  
"assoc_type" => array(  
"value" => $association->assoc_type  
)  
);  
 
return !PEAR::isError($this->connection->replace(  
$this->associations_table_name,  
$fields));  
}  
 
function cleanupNonces()  
{  
global $Auth_OpenID_SKEW;  
$v = time() - $Auth_OpenID_SKEW;  
 
return $this->connection->exec(  
sprintf("DELETE FROM %s WHERE timestamp < %d",  
$this->nonces_table_name, $v));  
}  
 
function cleanupAssociations()  
{  
return $this->connection->exec(  
sprintf("DELETE FROM %s WHERE issued + lifetime < %d",  
$this->associations_table_name, time()));  
}  
 
function getAssociation($server_url, $handle = null)  
{  
$sql = "";  
$params = null;  
$types = array(  
"text",  
"blob",  
"integer",  
"integer",  
"text"  
);  
if ($handle !== null) {  
$sql = sprintf("SELECT handle, secret, issued, lifetime, assoc_type " .  
"FROM %s WHERE server_url = ? AND handle = ?",  
$this->associations_table_name);  
$params = array($server_url, $handle);  
} else {  
$sql = sprintf("SELECT handle, secret, issued, lifetime, assoc_type " .  
"FROM %s WHERE server_url = ? ORDER BY issued DESC",  
$this->associations_table_name);  
$params = array($server_url);  
}  
 
$assoc = $this->connection->getRow($sql, $types, $params);  
 
if (!$assoc || PEAR::isError($assoc)) {  
return null;  
} else {  
$association = new Auth_OpenID_Association($assoc['handle'],  
stream_get_contents(  
$assoc['secret']),  
$assoc['issued'],  
$assoc['lifetime'],  
$assoc['assoc_type']);  
fclose($assoc['secret']);  
return $association;  
}  
}  
 
function removeAssociation($server_url, $handle)  
{  
$r = $this->connection->execParam(  
sprintf("DELETE FROM %s WHERE server_url = ? AND handle = ?",  
$this->associations_table_name),  
array($server_url, $handle));  
 
if (PEAR::isError($r) || $r == 0) {  
return false;  
}  
return true;  
}  
 
function useNonce($server_url, $timestamp, $salt)  
{  
global $Auth_OpenID_SKEW;  
 
if (abs($timestamp - time()) > $Auth_OpenID_SKEW ) {  
return false;  
}  
 
$fields = array(  
"timestamp" => $timestamp,  
"salt" => $salt  
);  
 
if (!empty($server_url)) {  
$fields["server_url"] = $server_url;  
}  
 
$r = $this->connection->autoExecute(  
$this->nonces_table_name,  
$fields,  
MDB2_AUTOQUERY_INSERT);  
 
if (PEAR::isError($r)) {  
return false;  
}  
return true;  
}  
 
/**  
* Resets the store by removing all records from the store's  
* tables.  
*/  
function reset()  
{  
$this->connection->query(sprintf("DELETE FROM %s",  
$this->associations_table_name));  
 
$this->connection->query(sprintf("DELETE FROM %s",  
$this->nonces_table_name));  
}  
 
}  
 
?>  
 
<?php  
 
/**  
* This file supplies a memcached store backend for OpenID servers and  
* consumers.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author Artemy Tregubenko <me@arty.name>  
* @copyright 2008 JanRain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
* Contributed by Open Web Technologies <http://openwebtech.ru/>  
*/  
 
/**  
* Import the interface for creating a new store class.  
*/  
require_once 'Auth/OpenID/Interface.php';  
 
/**  
* This is a memcached-based store for OpenID associations and  
* nonces.  
*  
* As memcache has limit of 250 chars for key length,  
* server_url, handle and salt are hashed with sha1().  
*  
* Most of the methods of this class are implementation details.  
* People wishing to just use this store need only pay attention to  
* the constructor.  
*  
* @package OpenID  
*/  
class Auth_OpenID_MemcachedStore extends Auth_OpenID_OpenIDStore {  
 
/**  
* Initializes a new {@link Auth_OpenID_MemcachedStore} instance.  
* Just saves memcached object as property.  
*  
* @param resource connection Memcache connection resourse  
*/  
function Auth_OpenID_MemcachedStore($connection, $compress = false)  
{  
$this->connection = $connection;  
$this->compress = $compress ? MEMCACHE_COMPRESSED : 0;  
}  
 
/**  
* Store association until its expiration time in memcached.  
* Overwrites any existing association with same server_url and  
* handle. Handles list of associations for every server.  
*/  
function storeAssociation($server_url, $association)  
{  
// create memcached keys for association itself  
// and list of associations for this server  
$associationKey = $this->associationKey($server_url,  
$association->handle);  
$serverKey = $this->associationServerKey($server_url);  
 
// get list of associations  
$serverAssociations = $this->connection->get($serverKey);  
 
// if no such list, initialize it with empty array  
if (!$serverAssociations) {  
$serverAssociations = array();  
}  
// and store given association key in it  
$serverAssociations[$association->issued] = $associationKey;  
 
// save associations' keys list  
$this->connection->set(  
$serverKey,  
$serverAssociations,  
$this->compress  
);  
// save association itself  
$this->connection->set(  
$associationKey,  
$association,  
$this->compress,  
$association->issued + $association->lifetime);  
}  
 
/**  
* Read association from memcached. If no handle given  
* and multiple associations found, returns latest issued  
*/  
function getAssociation($server_url, $handle = null)  
{  
// simple case: handle given  
if ($handle !== null) {  
// get association, return null if failed  
$association = $this->connection->get(  
$this->associationKey($server_url, $handle));  
return $association ? $association : null;  
}  
 
// no handle given, working with list  
// create key for list of associations  
$serverKey = $this->associationServerKey($server_url);  
 
// get list of associations  
$serverAssociations = $this->connection->get($serverKey);  
// return null if failed or got empty list  
if (!$serverAssociations) {  
return null;  
}  
 
// get key of most recently issued association  
$keys = array_keys($serverAssociations);  
sort($keys);  
$lastKey = $serverAssociations[array_pop($keys)];  
 
// get association, return null if failed  
$association = $this->connection->get($lastKey);  
return $association ? $association : null;  
}  
 
/**  
* Immediately delete association from memcache.  
*/  
function removeAssociation($server_url, $handle)  
{  
// create memcached keys for association itself  
// and list of associations for this server  
$serverKey = $this->associationServerKey($server_url);  
$associationKey = $this->associationKey($server_url,  
$handle);  
 
// get list of associations  
$serverAssociations = $this->connection->get($serverKey);  
// return null if failed or got empty list  
if (!$serverAssociations) {  
return false;  
}  
 
// ensure that given association key exists in list  
$serverAssociations = array_flip($serverAssociations);  
if (!array_key_exists($associationKey, $serverAssociations)) {  
return false;  
}  
 
// remove given association key from list  
unset($serverAssociations[$associationKey]);  
$serverAssociations = array_flip($serverAssociations);  
 
// save updated list  
$this->connection->set(  
$serverKey,  
$serverAssociations,  
$this->compress  
);  
 
// delete association  
return $this->connection->delete($associationKey);  
}  
 
/**  
* Create nonce for server and salt, expiring after  
* $Auth_OpenID_SKEW seconds.  
*/  
function useNonce($server_url, $timestamp, $salt)  
{  
global $Auth_OpenID_SKEW;  
 
// save one request to memcache when nonce obviously expired  
if (abs($timestamp - time()) > $Auth_OpenID_SKEW) {  
return false;  
}  
 
// returns false when nonce already exists  
// otherwise adds nonce  
return $this->connection->add(  
'openid_nonce_' . sha1($server_url) . '_' . sha1($salt),  
1, // any value here  
$this->compress,  
$Auth_OpenID_SKEW);  
}  
 
/**  
* Memcache key is prefixed with 'openid_association_' string.  
*/  
function associationKey($server_url, $handle = null)  
{  
return 'openid_association_' . sha1($server_url) . '_' . sha1($handle);  
}  
 
/**  
* Memcache key is prefixed with 'openid_association_' string.  
*/  
function associationServerKey($server_url)  
{  
return 'openid_association_server_' . sha1($server_url);  
}  
 
/**  
* Report that this storage doesn't support cleanup  
*/  
function supportsCleanup()  
{  
return false;  
}  
}  
 
 
<?php  
 
/**  
* Extension argument processing code  
*  
* @package OpenID  
*/  
 
/**  
* Import tools needed to deal with messages.  
*/  
require_once 'Auth/OpenID.php';  
require_once 'Auth/OpenID/KVForm.php';  
require_once 'Auth/Yadis/XML.php';  
require_once 'Auth/OpenID/Consumer.php'; // For Auth_OpenID_FailureResponse  
 
// This doesn't REALLY belong here, but where is better?  
define('Auth_OpenID_IDENTIFIER_SELECT',  
"http://specs.openid.net/auth/2.0/identifier_select");  
 
// URI for Simple Registration extension, the only commonly deployed  
// OpenID 1.x extension, and so a special case  
define('Auth_OpenID_SREG_URI', 'http://openid.net/sreg/1.0');  
 
// The OpenID 1.X namespace URI  
define('Auth_OpenID_OPENID1_NS', 'http://openid.net/signon/1.0');  
define('Auth_OpenID_THE_OTHER_OPENID1_NS', 'http://openid.net/signon/1.1');  
 
function Auth_OpenID_isOpenID1($ns)  
{  
return ($ns == Auth_OpenID_THE_OTHER_OPENID1_NS) ||  
($ns == Auth_OpenID_OPENID1_NS);  
}  
 
// The OpenID 2.0 namespace URI  
define('Auth_OpenID_OPENID2_NS', 'http://specs.openid.net/auth/2.0');  
 
// The namespace consisting of pairs with keys that are prefixed with  
// "openid." but not in another namespace.  
define('Auth_OpenID_NULL_NAMESPACE', 'Null namespace');  
 
// The null namespace, when it is an allowed OpenID namespace  
define('Auth_OpenID_OPENID_NS', 'OpenID namespace');  
 
// The top-level namespace, excluding all pairs with keys that start  
// with "openid."  
define('Auth_OpenID_BARE_NS', 'Bare namespace');  
 
// Sentinel for Message implementation to indicate that getArg should  
// return null instead of returning a default.  
define('Auth_OpenID_NO_DEFAULT', 'NO DEFAULT ALLOWED');  
 
// Limit, in bytes, of identity provider and return_to URLs, including  
// response payload. See OpenID 1.1 specification, Appendix D.  
define('Auth_OpenID_OPENID1_URL_LIMIT', 2047);  
 
// All OpenID protocol fields. Used to check namespace aliases.  
global $Auth_OpenID_OPENID_PROTOCOL_FIELDS;  
$Auth_OpenID_OPENID_PROTOCOL_FIELDS = array(  
'ns', 'mode', 'error', 'return_to', 'contact', 'reference',  
'signed', 'assoc_type', 'session_type', 'dh_modulus', 'dh_gen',  
'dh_consumer_public', 'claimed_id', 'identity', 'realm',  
'invalidate_handle', 'op_endpoint', 'response_nonce', 'sig',  
'assoc_handle', 'trust_root', 'openid');  
 
// Global namespace / alias registration map. See  
// Auth_OpenID_registerNamespaceAlias.  
global $Auth_OpenID_registered_aliases;  
$Auth_OpenID_registered_aliases = array();  
 
/**  
* Registers a (namespace URI, alias) mapping in a global namespace  
* alias map. Raises NamespaceAliasRegistrationError if either the  
* namespace URI or alias has already been registered with a different  
* value. This function is required if you want to use a namespace  
* with an OpenID 1 message.  
*/  
function Auth_OpenID_registerNamespaceAlias($namespace_uri, $alias)  
{  
global $Auth_OpenID_registered_aliases;  
 
if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,  
$alias) == $namespace_uri) {  
return true;  
}  
 
if (in_array($namespace_uri,  
array_values($Auth_OpenID_registered_aliases))) {  
return false;  
}  
 
if (in_array($alias, array_keys($Auth_OpenID_registered_aliases))) {  
return false;  
}  
 
$Auth_OpenID_registered_aliases[$alias] = $namespace_uri;  
return true;  
}  
 
/**  
* Removes a (namespace_uri, alias) registration from the global  
* namespace alias map. Returns true if the removal succeeded; false  
* if not (if the mapping did not exist).  
*/  
function Auth_OpenID_removeNamespaceAlias($namespace_uri, $alias)  
{  
global $Auth_OpenID_registered_aliases;  
 
if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,  
$alias) === $namespace_uri) {  
unset($Auth_OpenID_registered_aliases[$alias]);  
return true;  
}  
 
return false;  
}  
 
/**  
* An Auth_OpenID_Mapping maintains a mapping from arbitrary keys to  
* arbitrary values. (This is unlike an ordinary PHP array, whose  
* keys may be only simple scalars.)  
*  
* @package OpenID  
*/  
class Auth_OpenID_Mapping {  
/**  
* Initialize a mapping. If $classic_array is specified, its keys  
* and values are used to populate the mapping.  
*/  
function Auth_OpenID_Mapping($classic_array = null)  
{  
$this->keys = array();  
$this->values = array();  
 
if (is_array($classic_array)) {  
foreach ($classic_array as $key => $value) {  
$this->set($key, $value);  
}  
}  
}  
 
/**  
* Returns true if $thing is an Auth_OpenID_Mapping object; false  
* if not.  
*/  
static function isA($thing)  
{  
return (is_object($thing) &&  
strtolower(get_class($thing)) == 'auth_openid_mapping');  
}  
 
/**  
* Returns an array of the keys in the mapping.  
*/  
function keys()  
{  
return $this->keys;  
}  
 
/**  
* Returns an array of values in the mapping.  
*/  
function values()  
{  
return $this->values;  
}  
 
/**  
* Returns an array of (key, value) pairs in the mapping.  
*/  
function items()  
{  
$temp = array();  
 
for ($i = 0; $i < count($this->keys); $i++) {  
$temp[] = array($this->keys[$i],  
$this->values[$i]);  
}  
return $temp;  
}  
 
/**  
* Returns the "length" of the mapping, or the number of keys.  
*/  
function len()  
{  
return count($this->keys);  
}  
 
/**  
* Sets a key-value pair in the mapping. If the key already  
* exists, its value is replaced with the new value.  
*/  
function set($key, $value)  
{  
$index = array_search($key, $this->keys);  
 
if ($index !== false) {  
$this->values[$index] = $value;  
} else {  
$this->keys[] = $key;  
$this->values[] = $value;  
}  
}  
 
/**  
* Gets a specified value from the mapping, associated with the  
* specified key. If the key does not exist in the mapping,  
* $default is returned instead.  
*/  
function get($key, $default = null)  
{  
$index = array_search($key, $this->keys);  
 
if ($index !== false) {  
return $this->values[$index];  
} else {  
return $default;  
}  
}  
 
/**  
* @access private  
*/  
function _reflow()  
{  
// PHP is broken yet again. Sort the arrays to remove the  
// hole in the numeric indexes that make up the array.  
$old_keys = $this->keys;  
$old_values = $this->values;  
 
$this->keys = array();  
$this->values = array();  
 
foreach ($old_keys as $k) {  
$this->keys[] = $k;  
}  
 
foreach ($old_values as $v) {  
$this->values[] = $v;  
}  
}  
 
/**  
* Deletes a key-value pair from the mapping with the specified  
* key.  
*/  
function del($key)  
{  
$index = array_search($key, $this->keys);  
 
if ($index !== false) {  
unset($this->keys[$index]);  
unset($this->values[$index]);  
$this->_reflow();  
return true;  
}  
return false;  
}  
 
/**  
* Returns true if the specified value has a key in the mapping;  
* false if not.  
*/  
function contains($value)  
{  
return (array_search($value, $this->keys) !== false);  
}  
}  
 
/**  
* Maintains a bijective map between namespace uris and aliases.  
*  
* @package OpenID  
*/  
class Auth_OpenID_NamespaceMap {  
function Auth_OpenID_NamespaceMap()  
{  
$this->alias_to_namespace = new Auth_OpenID_Mapping();  
$this->namespace_to_alias = new Auth_OpenID_Mapping();  
$this->implicit_namespaces = array();  
}  
 
function getAlias($namespace_uri)  
{  
return $this->namespace_to_alias->get($namespace_uri);  
}  
 
function getNamespaceURI($alias)  
{  
return $this->alias_to_namespace->get($alias);  
}  
 
function iterNamespaceURIs()  
{  
// Return an iterator over the namespace URIs  
return $this->namespace_to_alias->keys();  
}  
 
function iterAliases()  
{  
// Return an iterator over the aliases"""  
return $this->alias_to_namespace->keys();  
}  
 
function iteritems()  
{  
return $this->namespace_to_alias->items();  
}  
 
function isImplicit($namespace_uri)  
{  
return in_array($namespace_uri, $this->implicit_namespaces);  
}  
 
function addAlias($namespace_uri, $desired_alias, $implicit=false)  
{  
// Add an alias from this namespace URI to the desired alias  
global $Auth_OpenID_OPENID_PROTOCOL_FIELDS;  
 
// Check that desired_alias is not an openid protocol field as  
// per the spec.  
if (in_array($desired_alias, $Auth_OpenID_OPENID_PROTOCOL_FIELDS)) {  
Auth_OpenID::log("\"%s\" is not an allowed namespace alias",  
$desired_alias);  
return null;  
}  
 
// Check that desired_alias does not contain a period as per  
// the spec.  
if (strpos($desired_alias, '.') !== false) {  
Auth_OpenID::log('"%s" must not contain a dot', $desired_alias);  
return null;  
}  
 
// Check that there is not a namespace already defined for the  
// desired alias  
$current_namespace_uri =  
$this->alias_to_namespace->get($desired_alias);  
 
if (($current_namespace_uri !== null) &&  
($current_namespace_uri != $namespace_uri)) {  
Auth_OpenID::log('Cannot map "%s" because previous mapping exists',  
$namespace_uri);  
return null;  
}  
 
// Check that there is not already a (different) alias for  
// this namespace URI  
$alias = $this->namespace_to_alias->get($namespace_uri);  
 
if (($alias !== null) && ($alias != $desired_alias)) {  
Auth_OpenID::log('Cannot map %s to alias %s. ' .  
'It is already mapped to alias %s',  
$namespace_uri, $desired_alias, $alias);  
return null;  
}  
 
assert((Auth_OpenID_NULL_NAMESPACE === $desired_alias) ||  
is_string($desired_alias));  
 
$this->alias_to_namespace->set($desired_alias, $namespace_uri);  
$this->namespace_to_alias->set($namespace_uri, $desired_alias);  
if ($implicit) {  
array_push($this->implicit_namespaces, $namespace_uri);  
}  
 
return $desired_alias;  
}  
 
function add($namespace_uri)  
{  
// Add this namespace URI to the mapping, without caring what  
// alias it ends up with  
 
// See if this namespace is already mapped to an alias  
$alias = $this->namespace_to_alias->get($namespace_uri);  
 
if ($alias !== null) {  
return $alias;  
}  
 
// Fall back to generating a numerical alias  
$i = 0;  
while (1) {  
$alias = 'ext' . strval($i);  
if ($this->addAlias($namespace_uri, $alias) === null) {  
$i += 1;  
} else {  
return $alias;  
}  
}  
 
// Should NEVER be reached!  
return null;  
}  
 
function contains($namespace_uri)  
{  
return $this->isDefined($namespace_uri);  
}  
 
function isDefined($namespace_uri)  
{  
return $this->namespace_to_alias->contains($namespace_uri);  
}  
}  
 
/**  
* In the implementation of this object, null represents the global  
* namespace as well as a namespace with no key.  
*  
* @package OpenID  
*/  
class Auth_OpenID_Message {  
 
function Auth_OpenID_Message($openid_namespace = null)  
{  
// Create an empty Message  
$this->allowed_openid_namespaces = array(  
Auth_OpenID_OPENID1_NS,  
Auth_OpenID_THE_OTHER_OPENID1_NS,  
Auth_OpenID_OPENID2_NS);  
 
$this->args = new Auth_OpenID_Mapping();  
$this->namespaces = new Auth_OpenID_NamespaceMap();  
if ($openid_namespace === null) {  
$this->_openid_ns_uri = null;  
} else {  
$implicit = Auth_OpenID_isOpenID1($openid_namespace);  
$this->setOpenIDNamespace($openid_namespace, $implicit);  
}  
}  
 
function isOpenID1()  
{  
return Auth_OpenID_isOpenID1($this->getOpenIDNamespace());  
}  
 
function isOpenID2()  
{  
return $this->getOpenIDNamespace() == Auth_OpenID_OPENID2_NS;  
}  
 
static function fromPostArgs($args)  
{  
// Construct a Message containing a set of POST arguments  
$obj = new Auth_OpenID_Message();  
 
// Partition into "openid." args and bare args  
$openid_args = array();  
foreach ($args as $key => $value) {  
 
if (is_array($value)) {  
return null;  
}  
 
$parts = explode('.', $key, 2);  
 
if (count($parts) == 2) {  
list($prefix, $rest) = $parts;  
} else {  
$prefix = null;  
}  
 
if ($prefix != 'openid') {  
$obj->args->set(array(Auth_OpenID_BARE_NS, $key), $value);  
} else {  
$openid_args[$rest] = $value;  
}  
}  
 
if ($obj->_fromOpenIDArgs($openid_args)) {  
return $obj;  
} else {  
return null;  
}  
}  
 
static function fromOpenIDArgs($openid_args)  
{  
// Takes an array.  
 
// Construct a Message from a parsed KVForm message  
$obj = new Auth_OpenID_Message();  
if ($obj->_fromOpenIDArgs($openid_args)) {  
return $obj;  
} else {  
return null;  
}  
}  
 
/**  
* @access private  
*/  
function _fromOpenIDArgs($openid_args)  
{  
global $Auth_OpenID_registered_aliases;  
 
// Takes an Auth_OpenID_Mapping instance OR an array.  
 
if (!Auth_OpenID_Mapping::isA($openid_args)) {  
$openid_args = new Auth_OpenID_Mapping($openid_args);  
}  
 
$ns_args = array();  
 
// Resolve namespaces  
foreach ($openid_args->items() as $pair) {  
list($rest, $value) = $pair;  
 
$parts = explode('.', $rest, 2);  
 
if (count($parts) == 2) {  
list($ns_alias, $ns_key) = $parts;  
} else {  
$ns_alias = Auth_OpenID_NULL_NAMESPACE;  
$ns_key = $rest;  
}  
 
if ($ns_alias == 'ns') {  
if ($this->namespaces->addAlias($value, $ns_key) === null) {  
return false;  
}  
} else if (($ns_alias == Auth_OpenID_NULL_NAMESPACE) &&  
($ns_key == 'ns')) {  
// null namespace  
if ($this->setOpenIDNamespace($value, false) === false) {  
return false;  
}  
} else {  
$ns_args[] = array($ns_alias, $ns_key, $value);  
}  
}  
 
if (!$this->getOpenIDNamespace()) {  
if ($this->setOpenIDNamespace(Auth_OpenID_OPENID1_NS, true) ===  
false) {  
return false;  
}  
}  
 
// Actually put the pairs into the appropriate namespaces  
foreach ($ns_args as $triple) {  
list($ns_alias, $ns_key, $value) = $triple;  
$ns_uri = $this->namespaces->getNamespaceURI($ns_alias);  
if ($ns_uri === null) {  
$ns_uri = $this->_getDefaultNamespace($ns_alias);  
if ($ns_uri === null) {  
 
$ns_uri = Auth_OpenID_OPENID_NS;  
$ns_key = sprintf('%s.%s', $ns_alias, $ns_key);  
} else {  
$this->namespaces->addAlias($ns_uri, $ns_alias, true);  
}  
}  
 
$this->setArg($ns_uri, $ns_key, $value);  
}  
 
return true;  
}  
 
function _getDefaultNamespace($mystery_alias)  
{  
global $Auth_OpenID_registered_aliases;  
if ($this->isOpenID1()) {  
return @$Auth_OpenID_registered_aliases[$mystery_alias];  
}  
return null;  
}  
 
function setOpenIDNamespace($openid_ns_uri, $implicit)  
{  
if (!in_array($openid_ns_uri, $this->allowed_openid_namespaces)) {  
Auth_OpenID::log('Invalid null namespace: "%s"', $openid_ns_uri);  
return false;  
}  
 
$succeeded = $this->namespaces->addAlias($openid_ns_uri,  
Auth_OpenID_NULL_NAMESPACE,  
$implicit);  
if ($succeeded === false) {  
return false;  
}  
 
$this->_openid_ns_uri = $openid_ns_uri;  
 
return true;  
}  
 
function getOpenIDNamespace()  
{  
return $this->_openid_ns_uri;  
}  
 
static function fromKVForm($kvform_string)  
{  
// Create a Message from a KVForm string  
return Auth_OpenID_Message::fromOpenIDArgs(  
Auth_OpenID_KVForm::toArray($kvform_string));  
}  
 
function copy()  
{  
return $this;  
}  
 
function toPostArgs()  
{  
// Return all arguments with openid. in front of namespaced  
// arguments.  
 
$args = array();  
 
// Add namespace definitions to the output  
foreach ($this->namespaces->iteritems() as $pair) {  
list($ns_uri, $alias) = $pair;  
if ($this->namespaces->isImplicit($ns_uri)) {  
continue;  
}  
if ($alias == Auth_OpenID_NULL_NAMESPACE) {  
$ns_key = 'openid.ns';  
} else {  
$ns_key = 'openid.ns.' . $alias;  
}  
$args[$ns_key] = $ns_uri;  
}  
 
foreach ($this->args->items() as $pair) {  
list($ns_parts, $value) = $pair;  
list($ns_uri, $ns_key) = $ns_parts;  
$key = $this->getKey($ns_uri, $ns_key);  
$args[$key] = $value;  
}  
 
return $args;  
}  
 
function toArgs()  
{  
// Return all namespaced arguments, failing if any  
// non-namespaced arguments exist.  
$post_args = $this->toPostArgs();  
$kvargs = array();  
foreach ($post_args as $k => $v) {  
if (strpos($k, 'openid.') !== 0) {  
// raise ValueError(  
// 'This message can only be encoded as a POST, because it '  
// 'contains arguments that are not prefixed with "openid."')  
return null;  
} else {  
$kvargs[substr($k, 7)] = $v;  
}  
}  
 
return $kvargs;  
}  
 
function toFormMarkup($action_url, $form_tag_attrs = null,  
$submit_text = "Continue")  
{  
$form = "<form accept-charset=\"UTF-8\" ".  
"enctype=\"application/x-www-form-urlencoded\"";  
 
if (!$form_tag_attrs) {  
$form_tag_attrs = array();  
}  
 
$form_tag_attrs['action'] = $action_url;  
$form_tag_attrs['method'] = 'post';  
 
unset($form_tag_attrs['enctype']);  
unset($form_tag_attrs['accept-charset']);  
 
if ($form_tag_attrs) {  
foreach ($form_tag_attrs as $name => $attr) {  
$form .= sprintf(" %s=\"%s\"", $name, $attr);  
}  
}  
 
$form .= ">\n";  
 
foreach ($this->toPostArgs() as $name => $value) {  
$form .= sprintf(  
"<input type=\"hidden\" name=\"%s\" value=\"%s\" />\n",  
$name, urldecode($value));  
}  
 
$form .= sprintf("<input type=\"submit\" value=\"%s\" />\n",  
$submit_text);  
 
$form .= "</form>\n";  
 
return $form;  
}  
 
function toURL($base_url)  
{  
// Generate a GET URL with the parameters in this message  
// attached as query parameters.  
return Auth_OpenID::appendArgs($base_url, $this->toPostArgs());  
}  
 
function toKVForm()  
{  
// Generate a KVForm string that contains the parameters in  
// this message. This will fail if the message contains  
// arguments outside of the 'openid.' prefix.  
return Auth_OpenID_KVForm::fromArray($this->toArgs());  
}  
 
function toURLEncoded()  
{  
// Generate an x-www-urlencoded string  
$args = array();  
 
foreach ($this->toPostArgs() as $k => $v) {  
$args[] = array($k, $v);  
}  
 
sort($args);  
return Auth_OpenID::httpBuildQuery($args);  
}  
 
/**  
* @access private  
*/  
function _fixNS($namespace)  
{  
// Convert an input value into the internally used values of  
// this object  
 
if ($namespace == Auth_OpenID_OPENID_NS) {  
if ($this->_openid_ns_uri === null) {  
return new Auth_OpenID_FailureResponse(null,  
'OpenID namespace not set');  
} else {  
$namespace = $this->_openid_ns_uri;  
}  
}  
 
if (($namespace != Auth_OpenID_BARE_NS) &&  
(!is_string($namespace))) {  
//TypeError  
$err_msg = sprintf("Namespace must be Auth_OpenID_BARE_NS, ".  
"Auth_OpenID_OPENID_NS or a string. got %s",  
print_r($namespace, true));  
return new Auth_OpenID_FailureResponse(null, $err_msg);  
}  
 
if (($namespace != Auth_OpenID_BARE_NS) &&  
(strpos($namespace, ':') === false)) {  
// fmt = 'OpenID 2.0 namespace identifiers SHOULD be URIs. Got %r'  
// warnings.warn(fmt % (namespace,), DeprecationWarning)  
 
if ($namespace == 'sreg') {  
// fmt = 'Using %r instead of "sreg" as namespace'  
// warnings.warn(fmt % (SREG_URI,), DeprecationWarning,)  
return Auth_OpenID_SREG_URI;  
}  
}  
 
return $namespace;  
}  
 
function hasKey($namespace, $ns_key)  
{  
$namespace = $this->_fixNS($namespace);  
if (Auth_OpenID::isFailure($namespace)) {  
// XXX log me  
return false;  
} else {  
return $this->args->contains(array($namespace, $ns_key));  
}  
}  
 
function getKey($namespace, $ns_key)  
{  
// Get the key for a particular namespaced argument  
$namespace = $this->_fixNS($namespace);  
if (Auth_OpenID::isFailure($namespace)) {  
return $namespace;  
}  
if ($namespace == Auth_OpenID_BARE_NS) {  
return $ns_key;  
}  
 
$ns_alias = $this->namespaces->getAlias($namespace);  
 
// No alias is defined, so no key can exist  
if ($ns_alias === null) {  
return null;  
}  
 
if ($ns_alias == Auth_OpenID_NULL_NAMESPACE) {  
$tail = $ns_key;  
} else {  
$tail = sprintf('%s.%s', $ns_alias, $ns_key);  
}  
 
return 'openid.' . $tail;  
}  
 
function getArg($namespace, $key, $default = null)  
{  
// Get a value for a namespaced key.  
$namespace = $this->_fixNS($namespace);  
 
if (Auth_OpenID::isFailure($namespace)) {  
return $namespace;  
} else {  
if ((!$this->args->contains(array($namespace, $key))) &&  
($default == Auth_OpenID_NO_DEFAULT)) {  
$err_msg = sprintf("Namespace %s missing required field %s",  
$namespace, $key);  
return new Auth_OpenID_FailureResponse(null, $err_msg);  
} else {  
return $this->args->get(array($namespace, $key), $default);  
}  
}  
}  
 
function getArgs($namespace)  
{  
// Get the arguments that are defined for this namespace URI  
 
$namespace = $this->_fixNS($namespace);  
if (Auth_OpenID::isFailure($namespace)) {  
return $namespace;  
} else {  
$stuff = array();  
foreach ($this->args->items() as $pair) {  
list($key, $value) = $pair;  
list($pair_ns, $ns_key) = $key;  
if ($pair_ns == $namespace) {  
$stuff[$ns_key] = $value;  
}  
}  
 
return $stuff;  
}  
}  
 
function updateArgs($namespace, $updates)  
{  
// Set multiple key/value pairs in one call  
 
$namespace = $this->_fixNS($namespace);  
 
if (Auth_OpenID::isFailure($namespace)) {  
return $namespace;  
} else {  
foreach ($updates as $k => $v) {  
$this->setArg($namespace, $k, $v);  
}  
return true;  
}  
}  
 
function setArg($namespace, $key, $value)  
{  
// Set a single argument in this namespace  
$namespace = $this->_fixNS($namespace);  
 
if (Auth_OpenID::isFailure($namespace)) {  
return $namespace;  
} else {  
$this->args->set(array($namespace, $key), $value);  
if ($namespace !== Auth_OpenID_BARE_NS) {  
$this->namespaces->add($namespace);  
}  
return true;  
}  
}  
 
function delArg($namespace, $key)  
{  
$namespace = $this->_fixNS($namespace);  
 
if (Auth_OpenID::isFailure($namespace)) {  
return $namespace;  
} else {  
return $this->args->del(array($namespace, $key));  
}  
}  
 
function getAliasedArg($aliased_key, $default = null)  
{  
if ($aliased_key == 'ns') {  
// Return the namespace URI for the OpenID namespace  
return $this->getOpenIDNamespace();  
}  
 
$parts = explode('.', $aliased_key, 2);  
 
if (count($parts) != 2) {  
$ns = null;  
} else {  
list($alias, $key) = $parts;  
 
if ($alias == 'ns') {  
// Return the namespace URI for a namespace alias  
// parameter.  
return $this->namespaces->getNamespaceURI($key);  
} else {  
$ns = $this->namespaces->getNamespaceURI($alias);  
}  
}  
 
if ($ns === null) {  
$key = $aliased_key;  
$ns = $this->getOpenIDNamespace();  
}  
 
return $this->getArg($ns, $key, $default);  
}  
}  
 
 
 
<?php  
 
/**  
* A MySQL store.  
*  
* @package OpenID  
*/  
 
/**  
* Require the base class file.  
*/  
require_once "Auth/OpenID/SQLStore.php";  
 
/**  
* An SQL store that uses MySQL as its backend.  
*  
* @package OpenID  
*/  
class Auth_OpenID_MySQLStore extends Auth_OpenID_SQLStore {  
/**  
* @access private  
*/  
function setSQL()  
{  
$this->sql['nonce_table'] =  
"CREATE TABLE %s (\n".  
" server_url VARCHAR(2047) NOT NULL,\n".  
" timestamp INTEGER NOT NULL,\n".  
" salt CHAR(40) NOT NULL,\n".  
" UNIQUE (server_url(255), timestamp, salt)\n".  
") ENGINE=InnoDB";  
 
$this->sql['assoc_table'] =  
"CREATE TABLE %s (\n".  
" server_url BLOB NOT NULL,\n".  
" handle VARCHAR(255) NOT NULL,\n".  
" secret BLOB NOT NULL,\n".  
" issued INTEGER NOT NULL,\n".  
" lifetime INTEGER NOT NULL,\n".  
" assoc_type VARCHAR(64) NOT NULL,\n".  
" PRIMARY KEY (server_url(255), handle)\n".  
") ENGINE=InnoDB";  
 
$this->sql['set_assoc'] =  
"REPLACE INTO %s (server_url, handle, secret, issued,\n".  
" lifetime, assoc_type) VALUES (?, ?, !, ?, ?, ?)";  
 
$this->sql['get_assocs'] =  
"SELECT handle, secret, issued, lifetime, assoc_type FROM %s ".  
"WHERE server_url = ?";  
 
$this->sql['get_assoc'] =  
"SELECT handle, secret, issued, lifetime, assoc_type FROM %s ".  
"WHERE server_url = ? AND handle = ?";  
 
$this->sql['remove_assoc'] =  
"DELETE FROM %s WHERE server_url = ? AND handle = ?";  
 
$this->sql['add_nonce'] =  
"INSERT INTO %s (server_url, timestamp, salt) VALUES (?, ?, ?)";  
 
$this->sql['clean_nonce'] =  
"DELETE FROM %s WHERE timestamp < ?";  
 
$this->sql['clean_assoc'] =  
"DELETE FROM %s WHERE issued + lifetime < ?";  
}  
 
/**  
* @access private  
*/  
function blobEncode($blob)  
{  
return "0x" . bin2hex($blob);  
}  
}  
 
 
<?php  
 
/**  
* Nonce-related functionality.  
*  
* @package OpenID  
*/  
 
/**  
* Need CryptUtil to generate random strings.  
*/  
require_once 'Auth/OpenID/CryptUtil.php';  
 
/**  
* This is the characters that the nonces are made from.  
*/  
define('Auth_OpenID_Nonce_CHRS',"abcdefghijklmnopqrstuvwxyz" .  
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");  
 
// Keep nonces for five hours (allow five hours for the combination of  
// request time and clock skew). This is probably way more than is  
// necessary, but there is not much overhead in storing nonces.  
global $Auth_OpenID_SKEW;  
$Auth_OpenID_SKEW = 60 * 60 * 5;  
 
define('Auth_OpenID_Nonce_REGEX',  
'/(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)Z(.*)/');  
 
define('Auth_OpenID_Nonce_TIME_FMT',  
'%Y-%m-%dT%H:%M:%SZ');  
 
function Auth_OpenID_splitNonce($nonce_string)  
{  
// Extract a timestamp from the given nonce string  
$result = preg_match(Auth_OpenID_Nonce_REGEX, $nonce_string, $matches);  
if ($result != 1 || count($matches) != 8) {  
return null;  
}  
 
list($unused,  
$tm_year,  
$tm_mon,  
$tm_mday,  
$tm_hour,  
$tm_min,  
$tm_sec,  
$uniquifier) = $matches;  
 
$timestamp =  
@gmmktime($tm_hour, $tm_min, $tm_sec, $tm_mon, $tm_mday, $tm_year);  
 
if ($timestamp === false || $timestamp < 0) {  
return null;  
}  
 
return array($timestamp, $uniquifier);  
}  
 
function Auth_OpenID_checkTimestamp($nonce_string,  
$allowed_skew = null,  
$now = null)  
{  
// Is the timestamp that is part of the specified nonce string  
// within the allowed clock-skew of the current time?  
global $Auth_OpenID_SKEW;  
 
if ($allowed_skew === null) {  
$allowed_skew = $Auth_OpenID_SKEW;  
}  
 
$parts = Auth_OpenID_splitNonce($nonce_string);  
if ($parts == null) {  
return false;  
}  
 
if ($now === null) {  
$now = time();  
}  
 
$stamp = $parts[0];  
 
// Time after which we should not use the nonce  
$past = $now - $allowed_skew;  
 
// Time that is too far in the future for us to allow  
$future = $now + $allowed_skew;  
 
// the stamp is not too far in the future and is not too far  
// in the past  
return (($past <= $stamp) && ($stamp <= $future));  
}  
 
function Auth_OpenID_mkNonce($when = null)  
{  
// Generate a nonce with the current timestamp  
$salt = Auth_OpenID_CryptUtil::randomString(  
6, Auth_OpenID_Nonce_CHRS);  
if ($when === null) {  
// It's safe to call time() with no arguments; it returns a  
// GMT unix timestamp on PHP 4 and PHP 5. gmmktime() with no  
// args returns a local unix timestamp on PHP 4, so don't use  
// that.  
$when = time();  
}  
$time_str = gmstrftime(Auth_OpenID_Nonce_TIME_FMT, $when);  
return $time_str . $salt;  
}  
 
 
<?php  
 
/**  
* An implementation of the OpenID Provider Authentication Policy  
* Extension 1.0  
*  
* See:  
* http://openid.net/developers/specs/  
*/  
 
require_once "Auth/OpenID/Extension.php";  
 
define('Auth_OpenID_PAPE_NS_URI',  
"http://specs.openid.net/extensions/pape/1.0");  
 
define('PAPE_AUTH_MULTI_FACTOR_PHYSICAL',  
'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical');  
define('PAPE_AUTH_MULTI_FACTOR',  
'http://schemas.openid.net/pape/policies/2007/06/multi-factor');  
define('PAPE_AUTH_PHISHING_RESISTANT',  
'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant');  
 
define('PAPE_TIME_VALIDATOR',  
'/^[0-9]{4,4}-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9]Z$/');  
/**  
* A Provider Authentication Policy request, sent from a relying party  
* to a provider  
*  
* preferred_auth_policies: The authentication policies that  
* the relying party prefers  
*  
* max_auth_age: The maximum time, in seconds, that the relying party  
* wants to allow to have elapsed before the user must re-authenticate  
*/  
class Auth_OpenID_PAPE_Request extends Auth_OpenID_Extension {  
 
var $ns_alias = 'pape';  
var $ns_uri = Auth_OpenID_PAPE_NS_URI;  
 
function Auth_OpenID_PAPE_Request($preferred_auth_policies=null,  
$max_auth_age=null)  
{  
if ($preferred_auth_policies === null) {  
$preferred_auth_policies = array();  
}  
 
$this->preferred_auth_policies = $preferred_auth_policies;  
$this->max_auth_age = $max_auth_age;  
}  
 
/**  
* Add an acceptable authentication policy URI to this request  
*  
* This method is intended to be used by the relying party to add  
* acceptable authentication types to the request.  
*  
* policy_uri: The identifier for the preferred type of  
* authentication.  
*/  
function addPolicyURI($policy_uri)  
{  
if (!in_array($policy_uri, $this->preferred_auth_policies)) {  
$this->preferred_auth_policies[] = $policy_uri;  
}  
}  
 
function getExtensionArgs()  
{  
$ns_args = array(  
'preferred_auth_policies' =>  
implode(' ', $this->preferred_auth_policies)  
);  
 
if ($this->max_auth_age !== null) {  
$ns_args['max_auth_age'] = strval($this->max_auth_age);  
}  
 
return $ns_args;  
}  
 
/**  
* Instantiate a Request object from the arguments in a checkid_*  
* OpenID message  
*/  
static function fromOpenIDRequest($request)  
{  
$obj = new Auth_OpenID_PAPE_Request();  
$args = $request->message->getArgs(Auth_OpenID_PAPE_NS_URI);  
 
if ($args === null || $args === array()) {  
return null;  
}  
 
$obj->parseExtensionArgs($args);  
return $obj;  
}  
 
/**  
* Set the state of this request to be that expressed in these  
* PAPE arguments  
*  
* @param args: The PAPE arguments without a namespace  
*/  
function parseExtensionArgs($args)  
{  
// preferred_auth_policies is a space-separated list of policy  
// URIs  
$this->preferred_auth_policies = array();  
 
$policies_str = Auth_OpenID::arrayGet($args, 'preferred_auth_policies');  
if ($policies_str) {  
foreach (explode(' ', $policies_str) as $uri) {  
if (!in_array($uri, $this->preferred_auth_policies)) {  
$this->preferred_auth_policies[] = $uri;  
}  
}  
}  
 
// max_auth_age is base-10 integer number of seconds  
$max_auth_age_str = Auth_OpenID::arrayGet($args, 'max_auth_age');  
if ($max_auth_age_str) {  
$this->max_auth_age = Auth_OpenID::intval($max_auth_age_str);  
} else {  
$this->max_auth_age = null;  
}  
}  
 
/**  
* Given a list of authentication policy URIs that a provider  
* supports, this method returns the subsequence of those types  
* that are preferred by the relying party.  
*  
* @param supported_types: A sequence of authentication policy  
* type URIs that are supported by a provider  
*  
* @return array The sub-sequence of the supported types that are  
* preferred by the relying party. This list will be ordered in  
* the order that the types appear in the supported_types  
* sequence, and may be empty if the provider does not prefer any  
* of the supported authentication types.  
*/  
function preferredTypes($supported_types)  
{  
$result = array();  
 
foreach ($supported_types as $st) {  
if (in_array($st, $this->preferred_auth_policies)) {  
$result[] = $st;  
}  
}  
return $result;  
}  
}  
 
/**  
* A Provider Authentication Policy response, sent from a provider to  
* a relying party  
*/  
class Auth_OpenID_PAPE_Response extends Auth_OpenID_Extension {  
 
var $ns_alias = 'pape';  
var $ns_uri = Auth_OpenID_PAPE_NS_URI;  
 
function Auth_OpenID_PAPE_Response($auth_policies=null, $auth_time=null,  
$nist_auth_level=null)  
{  
if ($auth_policies) {  
$this->auth_policies = $auth_policies;  
} else {  
$this->auth_policies = array();  
}  
 
$this->auth_time = $auth_time;  
$this->nist_auth_level = $nist_auth_level;  
}  
 
/**  
* Add a authentication policy to this response  
*  
* This method is intended to be used by the provider to add a  
* policy that the provider conformed to when authenticating the  
* user.  
*  
* @param policy_uri: The identifier for the preferred type of  
* authentication.  
*/  
function addPolicyURI($policy_uri)  
{  
if (!in_array($policy_uri, $this->auth_policies)) {  
$this->auth_policies[] = $policy_uri;  
}  
}  
 
/**  
* Create an Auth_OpenID_PAPE_Response object from a successful  
* OpenID library response.  
*  
* @param success_response $success_response A SuccessResponse  
* from Auth_OpenID_Consumer::complete()  
*  
* @returns: A provider authentication policy response from the  
* data that was supplied with the id_res response.  
*/  
static function fromSuccessResponse($success_response)  
{  
$obj = new Auth_OpenID_PAPE_Response();  
 
// PAPE requires that the args be signed.  
$args = $success_response->getSignedNS(Auth_OpenID_PAPE_NS_URI);  
 
if ($args === null || $args === array()) {  
return null;  
}  
 
$result = $obj->parseExtensionArgs($args);  
 
if ($result === false) {  
return null;  
} else {  
return $obj;  
}  
}  
 
/**  
* Parse the provider authentication policy arguments into the  
* internal state of this object  
*  
* @param args: unqualified provider authentication policy  
* arguments  
*  
* @param strict: Whether to return false when bad data is  
* encountered  
*  
* @return null The data is parsed into the internal fields of  
* this object.  
*/  
function parseExtensionArgs($args, $strict=false)  
{  
$policies_str = Auth_OpenID::arrayGet($args, 'auth_policies');  
if ($policies_str && $policies_str != "none") {  
$this->auth_policies = explode(" ", $policies_str);  
}  
 
$nist_level_str = Auth_OpenID::arrayGet($args, 'nist_auth_level');  
if ($nist_level_str !== null) {  
$nist_level = Auth_OpenID::intval($nist_level_str);  
 
if ($nist_level === false) {  
if ($strict) {  
return false;  
} else {  
$nist_level = null;  
}  
}  
 
if (0 <= $nist_level && $nist_level < 5) {  
$this->nist_auth_level = $nist_level;  
} else if ($strict) {  
return false;  
}  
}  
 
$auth_time = Auth_OpenID::arrayGet($args, 'auth_time');  
if ($auth_time !== null) {  
if (preg_match(PAPE_TIME_VALIDATOR, $auth_time)) {  
$this->auth_time = $auth_time;  
} else if ($strict) {  
return false;  
}  
}  
}  
 
function getExtensionArgs()  
{  
$ns_args = array();  
if (count($this->auth_policies) > 0) {  
$ns_args['auth_policies'] = implode(' ', $this->auth_policies);  
} else {  
$ns_args['auth_policies'] = 'none';  
}  
 
if ($this->nist_auth_level !== null) {  
if (!in_array($this->nist_auth_level, range(0, 4), true)) {  
return false;  
}  
$ns_args['nist_auth_level'] = strval($this->nist_auth_level);  
}  
 
if ($this->auth_time !== null) {  
if (!preg_match(PAPE_TIME_VALIDATOR, $this->auth_time)) {  
return false;  
}  
 
$ns_args['auth_time'] = $this->auth_time;  
}  
 
return $ns_args;  
}  
}  
 
 
<?php  
 
/**  
* This module implements a VERY limited parser that finds <link> tags  
* in the head of HTML or XHTML documents and parses out their  
* attributes according to the OpenID spec. It is a liberal parser,  
* but it requires these things from the data in order to work:  
*  
* - There must be an open <html> tag  
*  
* - There must be an open <head> tag inside of the <html> tag  
*  
* - Only <link>s that are found inside of the <head> tag are parsed  
* (this is by design)  
*  
* - The parser follows the OpenID specification in resolving the  
* attributes of the link tags. This means that the attributes DO  
* NOT get resolved as they would by an XML or HTML parser. In  
* particular, only certain entities get replaced, and href  
* attributes do not get resolved relative to a base URL.  
*  
* From http://openid.net/specs.bml:  
*  
* - The openid.server URL MUST be an absolute URL. OpenID consumers  
* MUST NOT attempt to resolve relative URLs.  
*  
* - The openid.server URL MUST NOT include entities other than &amp;,  
* &lt;, &gt;, and &quot;.  
*  
* The parser ignores SGML comments and <![CDATA[blocks]]>. Both kinds  
* of quoting are allowed for attributes.  
*  
* The parser deals with invalid markup in these ways:  
*  
* - Tag names are not case-sensitive  
*  
* - The <html> tag is accepted even when it is not at the top level  
*  
* - The <head> tag is accepted even when it is not a direct child of  
* the <html> tag, but a <html> tag must be an ancestor of the  
* <head> tag  
*  
* - <link> tags are accepted even when they are not direct children  
* of the <head> tag, but a <head> tag must be an ancestor of the  
* <link> tag  
*  
* - If there is no closing tag for an open <html> or <head> tag, the  
* remainder of the document is viewed as being inside of the  
* tag. If there is no closing tag for a <link> tag, the link tag is  
* treated as a short tag. Exceptions to this rule are that <html>  
* closes <html> and <body> or <head> closes <head>  
*  
* - Attributes of the <link> tag are not required to be quoted.  
*  
* - In the case of duplicated attribute names, the attribute coming  
* last in the tag will be the value returned.  
*  
* - Any text that does not parse as an attribute within a link tag  
* will be ignored. (e.g. <link pumpkin rel='openid.server' /> will  
* ignore pumpkin)  
*  
* - If there are more than one <html> or <head> tag, the parser only  
* looks inside of the first one.  
*  
* - The contents of <script> tags are ignored entirely, except  
* unclosed <script> tags. Unclosed <script> tags are ignored.  
*  
* - Any other invalid markup is ignored, including unclosed SGML  
* comments and unclosed <![CDATA[blocks.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @access private  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Require Auth_OpenID::arrayGet().  
*/  
require_once "Auth/OpenID.php";  
 
class Auth_OpenID_Parse {  
 
/**  
* Specify some flags for use with regex matching.  
*/  
var $_re_flags = "si";  
 
/**  
* Stuff to remove before we start looking for tags  
*/  
var $_removed_re =  
"<!--.*?-->|<!\[CDATA\[.*?\]\]>|<script\b(?!:)[^>]*>.*?<\/script>";  
 
/**  
* Starts with the tag name at a word boundary, where the tag name  
* is not a namespace  
*/  
var $_tag_expr = "<%s\b(?!:)([^>]*?)(?:\/>|>(.*)(?:<\/?%s\s*>|\Z))";  
 
var $_attr_find = '\b(\w+)=("[^"]*"|\'[^\']*\'|[^\'"\s\/<>]+)';  
 
var $_open_tag_expr = "<%s\b";  
var $_close_tag_expr = "<((\/%s\b)|(%s[^>\/]*\/))>";  
 
function Auth_OpenID_Parse()  
{  
$this->_link_find = sprintf("/<link\b(?!:)([^>]*)(?!<)>/%s",  
$this->_re_flags);  
 
$this->_entity_replacements = array(  
'amp' => '&',  
'lt' => '<',  
'gt' => '>',  
'quot' => '"'  
);  
 
$this->_attr_find = sprintf("/%s/%s",  
$this->_attr_find,  
$this->_re_flags);  
 
$this->_removed_re = sprintf("/%s/%s",  
$this->_removed_re,  
$this->_re_flags);  
 
$this->_ent_replace =  
sprintf("&(%s);", implode("|",  
$this->_entity_replacements));  
}  
 
/**  
* Returns a regular expression that will match a given tag in an  
* SGML string.  
*/  
function tagMatcher($tag_name, $close_tags = null)  
{  
$expr = $this->_tag_expr;  
 
if ($close_tags) {  
$options = implode("|", array_merge(array($tag_name), $close_tags));  
$closer = sprintf("(?:%s)", $options);  
} else {  
$closer = $tag_name;  
}  
 
$expr = sprintf($expr, $tag_name, $closer);  
return sprintf("/%s/%s", $expr, $this->_re_flags);  
}  
 
function openTag($tag_name)  
{  
$expr = sprintf($this->_open_tag_expr, $tag_name);  
return sprintf("/%s/%s", $expr, $this->_re_flags);  
}  
 
function closeTag($tag_name)  
{  
$expr = sprintf($this->_close_tag_expr, $tag_name, $tag_name);  
return sprintf("/%s/%s", $expr, $this->_re_flags);  
}  
 
function htmlBegin($s)  
{  
$matches = array();  
$result = preg_match($this->openTag('html'), $s,  
$matches, PREG_OFFSET_CAPTURE);  
if ($result === false || !$matches) {  
return false;  
}  
// Return the offset of the first match.  
return $matches[0][1];  
}  
 
function htmlEnd($s)  
{  
$matches = array();  
$result = preg_match($this->closeTag('html'), $s,  
$matches, PREG_OFFSET_CAPTURE);  
if ($result === false || !$matches) {  
return false;  
}  
// Return the offset of the first match.  
return $matches[count($matches) - 1][1];  
}  
 
function headFind()  
{  
return $this->tagMatcher('head', array('body', 'html'));  
}  
 
function replaceEntities($str)  
{  
foreach ($this->_entity_replacements as $old => $new) {  
$str = preg_replace(sprintf("/&%s;/", $old), $new, $str);  
}  
return $str;  
}  
 
function removeQuotes($str)  
{  
$matches = array();  
$double = '/^"(.*)"$/';  
$single = "/^\'(.*)\'$/";  
 
if (preg_match($double, $str, $matches)) {  
return $matches[1];  
} else if (preg_match($single, $str, $matches)) {  
return $matches[1];  
} else {  
return $str;  
}  
}  
 
function match($regexp, $text, &$match)  
{  
if (!is_callable('mb_ereg_search_init')) {  
return preg_match($regexp, $text, $match);  
}  
 
$regexp = substr($regexp, 1, strlen($regexp) - 2 - strlen($this->_re_flags));  
mb_ereg_search_init($text);  
if (!mb_ereg_search($regexp)) {  
return false;  
}  
$match = mb_ereg_search_getregs();  
return true;  
}  
 
/**  
* Find all link tags in a string representing a HTML document and  
* return a list of their attributes.  
*  
* @todo This is quite ineffective and may fail with the default  
* pcre.backtrack_limit of 100000 in PHP 5.2, if $html is big.  
* It should rather use stripos (in PHP5) or strpos()+strtoupper()  
* in PHP4 to manage this.  
*  
* @param string $html The text to parse  
* @return array $list An array of arrays of attributes, one for each  
* link tag  
*/  
function parseLinkAttrs($html)  
{  
$stripped = preg_replace($this->_removed_re,  
"",  
$html);  
 
$html_begin = $this->htmlBegin($stripped);  
$html_end = $this->htmlEnd($stripped);  
 
if ($html_begin === false) {  
return array();  
}  
 
if ($html_end === false) {  
$html_end = strlen($stripped);  
}  
 
$stripped = substr($stripped, $html_begin,  
$html_end - $html_begin);  
 
// Workaround to prevent PREG_BACKTRACK_LIMIT_ERROR:  
$old_btlimit = ini_set( 'pcre.backtrack_limit', -1 );  
 
// Try to find the <HEAD> tag.  
$head_re = $this->headFind();  
$head_match = array();  
if (!$this->match($head_re, $stripped, $head_match)) {  
ini_set( 'pcre.backtrack_limit', $old_btlimit );  
return array();  
}  
 
$link_data = array();  
$link_matches = array();  
 
if (!preg_match_all($this->_link_find, $head_match[0],  
$link_matches)) {  
ini_set( 'pcre.backtrack_limit', $old_btlimit );  
return array();  
}  
 
foreach ($link_matches[0] as $link) {  
$attr_matches = array();  
preg_match_all($this->_attr_find, $link, $attr_matches);  
$link_attrs = array();  
foreach ($attr_matches[0] as $index => $full_match) {  
$name = $attr_matches[1][$index];  
$value = $this->replaceEntities(  
$this->removeQuotes($attr_matches[2][$index]));  
 
$link_attrs[strtolower($name)] = $value;  
}  
$link_data[] = $link_attrs;  
}  
 
ini_set( 'pcre.backtrack_limit', $old_btlimit );  
return $link_data;  
}  
 
function relMatches($rel_attr, $target_rel)  
{  
// Does this target_rel appear in the rel_str?  
// XXX: TESTME  
$rels = preg_split("/\s+/", trim($rel_attr));  
foreach ($rels as $rel) {  
$rel = strtolower($rel);  
if ($rel == $target_rel) {  
return 1;  
}  
}  
 
return 0;  
}  
 
function linkHasRel($link_attrs, $target_rel)  
{  
// Does this link have target_rel as a relationship?  
// XXX: TESTME  
$rel_attr = Auth_OpeniD::arrayGet($link_attrs, 'rel', null);  
return ($rel_attr && $this->relMatches($rel_attr,  
$target_rel));  
}  
 
function findLinksRel($link_attrs_list, $target_rel)  
{  
// Filter the list of link attributes on whether it has  
// target_rel as a relationship.  
// XXX: TESTME  
$result = array();  
foreach ($link_attrs_list as $attr) {  
if ($this->linkHasRel($attr, $target_rel)) {  
$result[] = $attr;  
}  
}  
 
return $result;  
}  
 
function findFirstHref($link_attrs_list, $target_rel)  
{  
// Return the value of the href attribute for the first link  
// tag in the list that has target_rel as a relationship.  
// XXX: TESTME  
$matches = $this->findLinksRel($link_attrs_list,  
$target_rel);  
if (!$matches) {  
return null;  
}  
$first = $matches[0];  
return Auth_OpenID::arrayGet($first, 'href', null);  
}  
}  
 
function Auth_OpenID_legacy_discover($html_text, $server_rel,  
$delegate_rel)  
{  
$p = new Auth_OpenID_Parse();  
 
$link_attrs = $p->parseLinkAttrs($html_text);  
 
$server_url = $p->findFirstHref($link_attrs,  
$server_rel);  
 
if ($server_url === null) {  
return false;  
} else {  
$delegate_url = $p->findFirstHref($link_attrs,  
$delegate_rel);  
return array($delegate_url, $server_url);  
}  
}  
 
 
<?php  
 
/**  
* A PostgreSQL store.  
*  
* @package OpenID  
*/  
 
/**  
* Require the base class file.  
*/  
require_once "Auth/OpenID/SQLStore.php";  
 
/**  
* An SQL store that uses PostgreSQL as its backend.  
*  
* @package OpenID  
*/  
class Auth_OpenID_PostgreSQLStore extends Auth_OpenID_SQLStore {  
/**  
* @access private  
*/  
function setSQL()  
{  
$this->sql['nonce_table'] =  
"CREATE TABLE %s (server_url VARCHAR(2047) NOT NULL, ".  
"timestamp INTEGER NOT NULL, ".  
"salt CHAR(40) NOT NULL, ".  
"UNIQUE (server_url, timestamp, salt))";  
 
$this->sql['assoc_table'] =  
"CREATE TABLE %s (server_url VARCHAR(2047) NOT NULL, ".  
"handle VARCHAR(255) NOT NULL, ".  
"secret BYTEA NOT NULL, ".  
"issued INTEGER NOT NULL, ".  
"lifetime INTEGER NOT NULL, ".  
"assoc_type VARCHAR(64) NOT NULL, ".  
"PRIMARY KEY (server_url, handle), ".  
"CONSTRAINT secret_length_constraint CHECK ".  
"(LENGTH(secret) <= 128))";  
 
$this->sql['set_assoc'] =  
array(  
'insert_assoc' => "INSERT INTO %s (server_url, handle, ".  
"secret, issued, lifetime, assoc_type) VALUES ".  
"(?, ?, '!', ?, ?, ?)",  
'update_assoc' => "UPDATE %s SET secret = '!', issued = ?, ".  
"lifetime = ?, assoc_type = ? WHERE server_url = ? AND ".  
"handle = ?"  
);  
 
$this->sql['get_assocs'] =  
"SELECT handle, secret, issued, lifetime, assoc_type FROM %s ".  
"WHERE server_url = ?";  
 
$this->sql['get_assoc'] =  
"SELECT handle, secret, issued, lifetime, assoc_type FROM %s ".  
"WHERE server_url = ? AND handle = ?";  
 
$this->sql['remove_assoc'] =  
"DELETE FROM %s WHERE server_url = ? AND handle = ?";  
 
$this->sql['add_nonce'] =  
"INSERT INTO %s (server_url, timestamp, salt) VALUES ".  
"(?, ?, ?)"  
;  
 
$this->sql['clean_nonce'] =  
"DELETE FROM %s WHERE timestamp < ?";  
 
$this->sql['clean_assoc'] =  
"DELETE FROM %s WHERE issued + lifetime < ?";  
}  
 
/**  
* @access private  
*/  
function _set_assoc($server_url, $handle, $secret, $issued, $lifetime,  
$assoc_type)  
{  
$result = $this->_get_assoc($server_url, $handle);  
if ($result) {  
// Update the table since this associations already exists.  
$this->connection->query($this->sql['set_assoc']['update_assoc'],  
array($secret, $issued, $lifetime,  
$assoc_type, $server_url, $handle));  
} else {  
// Insert a new record because this association wasn't  
// found.  
$this->connection->query($this->sql['set_assoc']['insert_assoc'],  
array($server_url, $handle, $secret,  
$issued, $lifetime, $assoc_type));  
}  
}  
 
/**  
* @access private  
*/  
function blobEncode($blob)  
{  
return $this->_octify($blob);  
}  
 
/**  
* @access private  
*/  
function blobDecode($blob)  
{  
return $this->_unoctify($blob);  
}  
}  
 
 
<?php  
 
/**  
* SQL-backed OpenID stores.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID/Interface.php';  
require_once 'Auth/OpenID/Nonce.php';  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID.php';  
 
/**  
* @access private  
*/  
require_once 'Auth/OpenID/Nonce.php';  
 
/**  
* This is the parent class for the SQL stores, which contains the  
* logic common to all of the SQL stores.  
*  
* The table names used are determined by the class variables  
* associations_table_name and nonces_table_name. To change the name  
* of the tables used, pass new table names into the constructor.  
*  
* To create the tables with the proper schema, see the createTables  
* method.  
*  
* This class shouldn't be used directly. Use one of its subclasses  
* instead, as those contain the code necessary to use a specific  
* database. If you're an OpenID integrator and you'd like to create  
* an SQL-driven store that wraps an application's database  
* abstraction, be sure to create a subclass of  
* {@link Auth_OpenID_DatabaseConnection} that calls the application's  
* database abstraction calls. Then, pass an instance of your new  
* database connection class to your SQLStore subclass constructor.  
*  
* All methods other than the constructor and createTables should be  
* considered implementation details.  
*  
* @package OpenID  
*/  
class Auth_OpenID_SQLStore extends Auth_OpenID_OpenIDStore {  
 
/**  
* This creates a new SQLStore instance. It requires an  
* established database connection be given to it, and it allows  
* overriding the default table names.  
*  
* @param connection $connection This must be an established  
* connection to a database of the correct type for the SQLStore  
* subclass you're using. This must either be an PEAR DB  
* connection handle or an instance of a subclass of  
* Auth_OpenID_DatabaseConnection.  
*  
* @param associations_table: This is an optional parameter to  
* specify the name of the table used for storing associations.  
* The default value is 'oid_associations'.  
*  
* @param nonces_table: This is an optional parameter to specify  
* the name of the table used for storing nonces. The default  
* value is 'oid_nonces'.  
*/  
function Auth_OpenID_SQLStore($connection,  
$associations_table = null,  
$nonces_table = null)  
{  
$this->associations_table_name = "oid_associations";  
$this->nonces_table_name = "oid_nonces";  
 
// Check the connection object type to be sure it's a PEAR  
// database connection.  
if (!(is_object($connection) &&  
(is_subclass_of($connection, 'db_common') ||  
is_subclass_of($connection,  
'auth_openid_databaseconnection')))) {  
trigger_error("Auth_OpenID_SQLStore expected PEAR connection " .  
"object (got ".get_class($connection).")",  
E_USER_ERROR);  
return;  
}  
 
$this->connection = $connection;  
 
// Be sure to set the fetch mode so the results are keyed on  
// column name instead of column index. This is a PEAR  
// constant, so only try to use it if PEAR is present. Note  
// that Auth_Openid_Databaseconnection instances need not  
// implement ::setFetchMode for this reason.  
if (is_subclass_of($this->connection, 'db_common')) {  
$this->connection->setFetchMode(DB_FETCHMODE_ASSOC);  
}  
 
if ($associations_table) {  
$this->associations_table_name = $associations_table;  
}  
 
if ($nonces_table) {  
$this->nonces_table_name = $nonces_table;  
}  
 
$this->max_nonce_age = 6 * 60 * 60;  
 
// Be sure to run the database queries with auto-commit mode  
// turned OFF, because we want every function to run in a  
// transaction, implicitly. As a rule, methods named with a  
// leading underscore will NOT control transaction behavior.  
// Callers of these methods will worry about transactions.  
$this->connection->autoCommit(false);  
 
// Create an empty SQL strings array.  
$this->sql = array();  
 
// Call this method (which should be overridden by subclasses)  
// to populate the $this->sql array with SQL strings.  
$this->setSQL();  
 
// Verify that all required SQL statements have been set, and  
// raise an error if any expected SQL strings were either  
// absent or empty.  
list($missing, $empty) = $this->_verifySQL();  
 
if ($missing) {  
trigger_error("Expected keys in SQL query list: " .  
implode(", ", $missing),  
E_USER_ERROR);  
return;  
}  
 
if ($empty) {  
trigger_error("SQL list keys have no SQL strings: " .  
implode(", ", $empty),  
E_USER_ERROR);  
return;  
}  
 
// Add table names to queries.  
$this->_fixSQL();  
}  
 
function tableExists($table_name)  
{  
return !$this->isError(  
$this->connection->query(  
sprintf("SELECT * FROM %s LIMIT 0",  
$table_name)));  
}  
 
/**  
* Returns true if $value constitutes a database error; returns  
* false otherwise.  
*/  
function isError($value)  
{  
return PEAR::isError($value);  
}  
 
/**  
* Converts a query result to a boolean. If the result is a  
* database error according to $this->isError(), this returns  
* false; otherwise, this returns true.  
*/  
function resultToBool($obj)  
{  
if ($this->isError($obj)) {  
return false;  
} else {  
return true;  
}  
}  
 
/**  
* This method should be overridden by subclasses. This method is  
* called by the constructor to set values in $this->sql, which is  
* an array keyed on sql name.  
*/  
function setSQL()  
{  
}  
 
/**  
* Resets the store by removing all records from the store's  
* tables.  
*/  
function reset()  
{  
$this->connection->query(sprintf("DELETE FROM %s",  
$this->associations_table_name));  
 
$this->connection->query(sprintf("DELETE FROM %s",  
$this->nonces_table_name));  
}  
 
/**  
* @access private  
*/  
function _verifySQL()  
{  
$missing = array();  
$empty = array();  
 
$required_sql_keys = array(  
'nonce_table',  
'assoc_table',  
'set_assoc',  
'get_assoc',  
'get_assocs',  
'remove_assoc'  
);  
 
foreach ($required_sql_keys as $key) {  
if (!array_key_exists($key, $this->sql)) {  
$missing[] = $key;  
} else if (!$this->sql[$key]) {  
$empty[] = $key;  
}  
}  
 
return array($missing, $empty);  
}  
 
/**  
* @access private  
*/  
function _fixSQL()  
{  
$replacements = array(  
array(  
'value' => $this->nonces_table_name,  
'keys' => array('nonce_table',  
'add_nonce',  
'clean_nonce')  
),  
array(  
'value' => $this->associations_table_name,  
'keys' => array('assoc_table',  
'set_assoc',  
'get_assoc',  
'get_assocs',  
'remove_assoc',  
'clean_assoc')  
)  
);  
 
foreach ($replacements as $item) {  
$value = $item['value'];  
$keys = $item['keys'];  
 
foreach ($keys as $k) {  
if (is_array($this->sql[$k])) {  
foreach ($this->sql[$k] as $part_key => $part_value) {  
$this->sql[$k][$part_key] = sprintf($part_value,  
$value);  
}  
} else {  
$this->sql[$k] = sprintf($this->sql[$k], $value);  
}  
}  
}  
}  
 
function blobDecode($blob)  
{  
return $blob;  
}  
 
function blobEncode($str)  
{  
return $str;  
}  
 
function createTables()  
{  
$this->connection->autoCommit(true);  
$n = $this->create_nonce_table();  
$a = $this->create_assoc_table();  
$this->connection->autoCommit(false);  
 
if ($n && $a) {  
return true;  
} else {  
return false;  
}  
}  
 
function create_nonce_table()  
{  
if (!$this->tableExists($this->nonces_table_name)) {  
$r = $this->connection->query($this->sql['nonce_table']);  
return $this->resultToBool($r);  
}  
return true;  
}  
 
function create_assoc_table()  
{  
if (!$this->tableExists($this->associations_table_name)) {  
$r = $this->connection->query($this->sql['assoc_table']);  
return $this->resultToBool($r);  
}  
return true;  
}  
 
/**  
* @access private  
*/  
function _set_assoc($server_url, $handle, $secret, $issued,  
$lifetime, $assoc_type)  
{  
return $this->connection->query($this->sql['set_assoc'],  
array(  
$server_url,  
$handle,  
$secret,  
$issued,  
$lifetime,  
$assoc_type));  
}  
 
function storeAssociation($server_url, $association)  
{  
if ($this->resultToBool($this->_set_assoc(  
$server_url,  
$association->handle,  
$this->blobEncode(  
$association->secret),  
$association->issued,  
$association->lifetime,  
$association->assoc_type  
))) {  
$this->connection->commit();  
} else {  
$this->connection->rollback();  
}  
}  
 
/**  
* @access private  
*/  
function _get_assoc($server_url, $handle)  
{  
$result = $this->connection->getRow($this->sql['get_assoc'],  
array($server_url, $handle));  
if ($this->isError($result)) {  
return null;  
} else {  
return $result;  
}  
}  
 
/**  
* @access private  
*/  
function _get_assocs($server_url)  
{  
$result = $this->connection->getAll($this->sql['get_assocs'],  
array($server_url));  
 
if ($this->isError($result)) {  
return array();  
} else {  
return $result;  
}  
}  
 
function removeAssociation($server_url, $handle)  
{  
if ($this->_get_assoc($server_url, $handle) == null) {  
return false;  
}  
 
if ($this->resultToBool($this->connection->query(  
$this->sql['remove_assoc'],  
array($server_url, $handle)))) {  
$this->connection->commit();  
} else {  
$this->connection->rollback();  
}  
 
return true;  
}  
 
function getAssociation($server_url, $handle = null)  
{  
if ($handle !== null) {  
$assoc = $this->_get_assoc($server_url, $handle);  
 
$assocs = array();  
if ($assoc) {  
$assocs[] = $assoc;  
}  
} else {  
$assocs = $this->_get_assocs($server_url);  
}  
 
if (!$assocs || (count($assocs) == 0)) {  
return null;  
} else {  
$associations = array();  
 
foreach ($assocs as $assoc_row) {  
$assoc = new Auth_OpenID_Association($assoc_row['handle'],  
$assoc_row['secret'],  
$assoc_row['issued'],  
$assoc_row['lifetime'],  
$assoc_row['assoc_type']);  
 
$assoc->secret = $this->blobDecode($assoc->secret);  
 
if ($assoc->getExpiresIn() == 0) {  
$this->removeAssociation($server_url, $assoc->handle);  
} else {  
$associations[] = array($assoc->issued, $assoc);  
}  
}  
 
if ($associations) {  
$issued = array();  
$assocs = array();  
foreach ($associations as $key => $assoc) {  
$issued[$key] = $assoc[0];  
$assocs[$key] = $assoc[1];  
}  
 
array_multisort($issued, SORT_DESC, $assocs, SORT_DESC,  
$associations);  
 
// return the most recently issued one.  
list($issued, $assoc) = $associations[0];  
return $assoc;  
} else {  
return null;  
}  
}  
}  
 
/**  
* @access private  
*/  
function _add_nonce($server_url, $timestamp, $salt)  
{  
$sql = $this->sql['add_nonce'];  
$result = $this->connection->query($sql, array($server_url,  
$timestamp,  
$salt));  
if ($this->isError($result)) {  
$this->connection->rollback();  
} else {  
$this->connection->commit();  
}  
return $this->resultToBool($result);  
}  
 
function useNonce($server_url, $timestamp, $salt)  
{  
global $Auth_OpenID_SKEW;  
 
if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {  
return false;  
}  
 
return $this->_add_nonce($server_url, $timestamp, $salt);  
}  
 
/**  
* "Octifies" a binary string by returning a string with escaped  
* octal bytes. This is used for preparing binary data for  
* PostgreSQL BYTEA fields.  
*  
* @access private  
*/  
function _octify($str)  
{  
$result = "";  
for ($i = 0; $i < Auth_OpenID::bytes($str); $i++) {  
$ch = substr($str, $i, 1);  
if ($ch == "\\") {  
$result .= "\\\\\\\\";  
} else if (ord($ch) == 0) {  
$result .= "\\\\000";  
} else {  
$result .= "\\" . strval(decoct(ord($ch)));  
}  
}  
return $result;  
}  
 
/**  
* "Unoctifies" octal-escaped data from PostgreSQL and returns the  
* resulting ASCII (possibly binary) string.  
*  
* @access private  
*/  
function _unoctify($str)  
{  
$result = "";  
$i = 0;  
while ($i < strlen($str)) {  
$char = $str[$i];  
if ($char == "\\") {  
// Look to see if the next char is a backslash and  
// append it.  
if ($str[$i + 1] != "\\") {  
$octal_digits = substr($str, $i + 1, 3);  
$dec = octdec($octal_digits);  
$char = chr($dec);  
$i += 4;  
} else {  
$char = "\\";  
$i += 2;  
}  
} else {  
$i += 1;  
}  
 
$result .= $char;  
}  
 
return $result;  
}  
 
function cleanupNonces()  
{  
global $Auth_OpenID_SKEW;  
$v = time() - $Auth_OpenID_SKEW;  
 
$this->connection->query($this->sql['clean_nonce'], array($v));  
$num = $this->connection->affectedRows();  
$this->connection->commit();  
return $num;  
}  
 
function cleanupAssociations()  
{  
$this->connection->query($this->sql['clean_assoc'],  
array(time()));  
$num = $this->connection->affectedRows();  
$this->connection->commit();  
return $num;  
}  
}  
 
 
 
<?php  
 
/**  
* An SQLite store.  
*  
* @package OpenID  
*/  
 
/**  
* Require the base class file.  
*/  
require_once "Auth/OpenID/SQLStore.php";  
 
/**  
* An SQL store that uses SQLite as its backend.  
*  
* @package OpenID  
*/  
class Auth_OpenID_SQLiteStore extends Auth_OpenID_SQLStore {  
function setSQL()  
{  
$this->sql['nonce_table'] =  
"CREATE TABLE %s (server_url VARCHAR(2047), timestamp INTEGER, ".  
"salt CHAR(40), UNIQUE (server_url, timestamp, salt))";  
 
$this->sql['assoc_table'] =  
"CREATE TABLE %s (server_url VARCHAR(2047), handle VARCHAR(255), ".  
"secret BLOB(128), issued INTEGER, lifetime INTEGER, ".  
"assoc_type VARCHAR(64), PRIMARY KEY (server_url, handle))";  
 
$this->sql['set_assoc'] =  
"INSERT OR REPLACE INTO %s VALUES (?, ?, ?, ?, ?, ?)";  
 
$this->sql['get_assocs'] =  
"SELECT handle, secret, issued, lifetime, assoc_type FROM %s ".  
"WHERE server_url = ?";  
 
$this->sql['get_assoc'] =  
"SELECT handle, secret, issued, lifetime, assoc_type FROM %s ".  
"WHERE server_url = ? AND handle = ?";  
 
$this->sql['remove_assoc'] =  
"DELETE FROM %s WHERE server_url = ? AND handle = ?";  
 
$this->sql['add_nonce'] =  
"INSERT INTO %s (server_url, timestamp, salt) VALUES (?, ?, ?)";  
 
$this->sql['clean_nonce'] =  
"DELETE FROM %s WHERE timestamp < ?";  
 
$this->sql['clean_assoc'] =  
"DELETE FROM %s WHERE issued + lifetime < ?";  
}  
 
/**  
* @access private  
*/  
function _add_nonce($server_url, $timestamp, $salt)  
{  
// PECL SQLite extensions 1.0.3 and older (1.0.3 is the  
// current release at the time of this writing) have a broken  
// sqlite_escape_string function that breaks when passed the  
// empty string. Prefixing all strings with one character  
// keeps them unique and avoids this bug. The nonce table is  
// write-only, so we don't have to worry about updating other  
// functions with this same bad hack.  
return parent::_add_nonce('x' . $server_url, $timestamp, $salt);  
}  
}  
 
 
<?php  
 
/**  
* Simple registration request and response parsing and object  
* representation.  
*  
* This module contains objects representing simple registration  
* requests and responses that can be used with both OpenID relying  
* parties and OpenID providers.  
*  
* 1. The relying party creates a request object and adds it to the  
* {@link Auth_OpenID_AuthRequest} object before making the  
* checkid request to the OpenID provider:  
*  
* $sreg_req = Auth_OpenID_SRegRequest::build(array('email'));  
* $auth_request->addExtension($sreg_req);  
*  
* 2. The OpenID provider extracts the simple registration request  
* from the OpenID request using {@link  
* Auth_OpenID_SRegRequest::fromOpenIDRequest}, gets the user's  
* approval and data, creates an {@link Auth_OpenID_SRegResponse}  
* object and adds it to the id_res response:  
*  
* $sreg_req = Auth_OpenID_SRegRequest::fromOpenIDRequest(  
* $checkid_request);  
* // [ get the user's approval and data, informing the user that  
* // the fields in sreg_response were requested ]  
* $sreg_resp = Auth_OpenID_SRegResponse::extractResponse(  
* $sreg_req, $user_data);  
* $sreg_resp->toMessage($openid_response->fields);  
*  
* 3. The relying party uses {@link  
* Auth_OpenID_SRegResponse::fromSuccessResponse} to extract the data  
* from the OpenID response:  
*  
* $sreg_resp = Auth_OpenID_SRegResponse::fromSuccessResponse(  
* $success_response);  
*  
* @package OpenID  
*/  
 
/**  
* Import message and extension internals.  
*/  
require_once 'Auth/OpenID/Message.php';  
require_once 'Auth/OpenID/Extension.php';  
 
// The data fields that are listed in the sreg spec  
global $Auth_OpenID_sreg_data_fields;  
$Auth_OpenID_sreg_data_fields = array(  
'fullname' => 'Full Name',  
'nickname' => 'Nickname',  
'dob' => 'Date of Birth',  
'email' => 'E-mail Address',  
'gender' => 'Gender',  
'postcode' => 'Postal Code',  
'country' => 'Country',  
'language' => 'Language',  
'timezone' => 'Time Zone');  
 
/**  
* Check to see that the given value is a valid simple registration  
* data field name. Return true if so, false if not.  
*/  
function Auth_OpenID_checkFieldName($field_name)  
{  
global $Auth_OpenID_sreg_data_fields;  
 
if (!in_array($field_name, array_keys($Auth_OpenID_sreg_data_fields))) {  
return false;  
}  
return true;  
}  
 
// URI used in the wild for Yadis documents advertising simple  
// registration support  
define('Auth_OpenID_SREG_NS_URI_1_0', 'http://openid.net/sreg/1.0');  
 
// URI in the draft specification for simple registration 1.1  
// <http://openid.net/specs/openid-simple-registration-extension-1_1-01.html>  
define('Auth_OpenID_SREG_NS_URI_1_1', 'http://openid.net/extensions/sreg/1.1');  
 
// This attribute will always hold the preferred URI to use when  
// adding sreg support to an XRDS file or in an OpenID namespace  
// declaration.  
define('Auth_OpenID_SREG_NS_URI', Auth_OpenID_SREG_NS_URI_1_1);  
 
Auth_OpenID_registerNamespaceAlias(Auth_OpenID_SREG_NS_URI_1_1, 'sreg');  
 
/**  
* Does the given endpoint advertise support for simple  
* registration?  
*  
* $endpoint: The endpoint object as returned by OpenID discovery.  
* returns whether an sreg type was advertised by the endpoint  
*/  
function Auth_OpenID_supportsSReg($endpoint)  
{  
return ($endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_1) ||  
$endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_0));  
}  
 
/**  
* A base class for classes dealing with Simple Registration protocol  
* messages.  
*  
* @package OpenID  
*/  
class Auth_OpenID_SRegBase extends Auth_OpenID_Extension {  
/**  
* Extract the simple registration namespace URI from the given  
* OpenID message. Handles OpenID 1 and 2, as well as both sreg  
* namespace URIs found in the wild, as well as missing namespace  
* definitions (for OpenID 1)  
*  
* $message: The OpenID message from which to parse simple  
* registration fields. This may be a request or response message.  
*  
* Returns the sreg namespace URI for the supplied message. The  
* message may be modified to define a simple registration  
* namespace.  
*  
* @access private  
*/  
static function _getSRegNS($message)  
{  
$alias = null;  
$found_ns_uri = null;  
 
// See if there exists an alias for one of the two defined  
// simple registration types.  
foreach (array(Auth_OpenID_SREG_NS_URI_1_1,  
Auth_OpenID_SREG_NS_URI_1_0) as $sreg_ns_uri) {  
$alias = $message->namespaces->getAlias($sreg_ns_uri);  
if ($alias !== null) {  
$found_ns_uri = $sreg_ns_uri;  
break;  
}  
}  
 
if ($alias === null) {  
// There is no alias for either of the types, so try to  
// add one. We default to using the modern value (1.1)  
$found_ns_uri = Auth_OpenID_SREG_NS_URI_1_1;  
if ($message->namespaces->addAlias(Auth_OpenID_SREG_NS_URI_1_1,  
'sreg') === null) {  
// An alias for the string 'sreg' already exists, but  
// it's defined for something other than simple  
// registration  
return null;  
}  
}  
 
return $found_ns_uri;  
}  
}  
 
/**  
* An object to hold the state of a simple registration request.  
*  
* required: A list of the required fields in this simple registration  
* request  
*  
* optional: A list of the optional fields in this simple registration  
* request  
*  
* @package OpenID  
*/  
class Auth_OpenID_SRegRequest extends Auth_OpenID_SRegBase {  
 
var $ns_alias = 'sreg';  
 
/**  
* Initialize an empty simple registration request.  
*/  
static function build($required=null, $optional=null,  
$policy_url=null,  
$sreg_ns_uri=Auth_OpenID_SREG_NS_URI,  
$cls='Auth_OpenID_SRegRequest')  
{  
$obj = new $cls();  
 
$obj->required = array();  
$obj->optional = array();  
$obj->policy_url = $policy_url;  
$obj->ns_uri = $sreg_ns_uri;  
 
if ($required) {  
if (!$obj->requestFields($required, true, true)) {  
return null;  
}  
}  
 
if ($optional) {  
if (!$obj->requestFields($optional, false, true)) {  
return null;  
}  
}  
 
return $obj;  
}  
 
/**  
* Create a simple registration request that contains the fields  
* that were requested in the OpenID request with the given  
* arguments  
*  
* $request: The OpenID authentication request from which to  
* extract an sreg request.  
*  
* $cls: name of class to use when creating sreg request object.  
* Used for testing.  
*  
* Returns the newly created simple registration request  
*/  
static function fromOpenIDRequest($request, $cls='Auth_OpenID_SRegRequest')  
{  
 
$obj = call_user_func_array(array($cls, 'build'),  
array(null, null, null, Auth_OpenID_SREG_NS_URI, $cls));  
 
// Since we're going to mess with namespace URI mapping, don't  
// mutate the object that was passed in.  
$m = $request->message;  
 
$obj->ns_uri = $obj->_getSRegNS($m);  
$args = $m->getArgs($obj->ns_uri);  
 
if ($args === null || Auth_OpenID::isFailure($args)) {  
return null;  
}  
 
$obj->parseExtensionArgs($args);  
 
return $obj;  
}  
 
/**  
* Parse the unqualified simple registration request parameters  
* and add them to this object.  
*  
* This method is essentially the inverse of  
* getExtensionArgs. This method restores the serialized simple  
* registration request fields.  
*  
* If you are extracting arguments from a standard OpenID  
* checkid_* request, you probably want to use fromOpenIDRequest,  
* which will extract the sreg namespace and arguments from the  
* OpenID request. This method is intended for cases where the  
* OpenID server needs more control over how the arguments are  
* parsed than that method provides.  
*  
* $args == $message->getArgs($ns_uri);  
* $request->parseExtensionArgs($args);  
*  
* $args: The unqualified simple registration arguments  
*  
* strict: Whether requests with fields that are not defined in  
* the simple registration specification should be tolerated (and  
* ignored)  
*/  
function parseExtensionArgs($args, $strict=false)  
{  
foreach (array('required', 'optional') as $list_name) {  
$required = ($list_name == 'required');  
$items = Auth_OpenID::arrayGet($args, $list_name);  
if ($items) {  
foreach (explode(',', $items) as $field_name) {  
if (!$this->requestField($field_name, $required, $strict)) {  
if ($strict) {  
return false;  
}  
}  
}  
}  
}  
 
$this->policy_url = Auth_OpenID::arrayGet($args, 'policy_url');  
 
return true;  
}  
 
/**  
* A list of all of the simple registration fields that were  
* requested, whether they were required or optional.  
*/  
function allRequestedFields()  
{  
return array_merge($this->required, $this->optional);  
}  
 
/**  
* Have any simple registration fields been requested?  
*/  
function wereFieldsRequested()  
{  
return count($this->allRequestedFields());  
}  
 
/**  
* Was this field in the request?  
*/  
function contains($field_name)  
{  
return (in_array($field_name, $this->required) ||  
in_array($field_name, $this->optional));  
}  
 
/**  
* Request the specified field from the OpenID user  
*  
* $field_name: the unqualified simple registration field name  
*  
* required: whether the given field should be presented to the  
* user as being a required to successfully complete the request  
*  
* strict: whether to raise an exception when a field is added to  
* a request more than once  
*/  
function requestField($field_name,  
$required=false, $strict=false)  
{  
if (!Auth_OpenID_checkFieldName($field_name)) {  
return false;  
}  
 
if ($strict) {  
if ($this->contains($field_name)) {  
return false;  
}  
} else {  
if (in_array($field_name, $this->required)) {  
return true;  
}  
 
if (in_array($field_name, $this->optional)) {  
if ($required) {  
unset($this->optional[array_search($field_name,  
$this->optional)]);  
} else {  
return true;  
}  
}  
}  
 
if ($required) {  
$this->required[] = $field_name;  
} else {  
$this->optional[] = $field_name;  
}  
 
return true;  
}  
 
/**  
* Add the given list of fields to the request  
*  
* field_names: The simple registration data fields to request  
*  
* required: Whether these values should be presented to the user  
* as required  
*  
* strict: whether to raise an exception when a field is added to  
* a request more than once  
*/  
function requestFields($field_names, $required=false, $strict=false)  
{  
if (!is_array($field_names)) {  
return false;  
}  
 
foreach ($field_names as $field_name) {  
if (!$this->requestField($field_name, $required, $strict=$strict)) {  
return false;  
}  
}  
 
return true;  
}  
 
/**  
* Get a dictionary of unqualified simple registration arguments  
* representing this request.  
*  
* This method is essentially the inverse of  
* C{L{parseExtensionArgs}}. This method serializes the simple  
* registration request fields.  
*/  
function getExtensionArgs()  
{  
$args = array();  
 
if ($this->required) {  
$args['required'] = implode(',', $this->required);  
}  
 
if ($this->optional) {  
$args['optional'] = implode(',', $this->optional);  
}  
 
if ($this->policy_url) {  
$args['policy_url'] = $this->policy_url;  
}  
 
return $args;  
}  
}  
 
/**  
* Represents the data returned in a simple registration response  
* inside of an OpenID C{id_res} response. This object will be created  
* by the OpenID server, added to the C{id_res} response object, and  
* then extracted from the C{id_res} message by the Consumer.  
*  
* @package OpenID  
*/  
class Auth_OpenID_SRegResponse extends Auth_OpenID_SRegBase {  
 
var $ns_alias = 'sreg';  
 
function Auth_OpenID_SRegResponse($data=null,  
$sreg_ns_uri=Auth_OpenID_SREG_NS_URI)  
{  
if ($data === null) {  
$this->data = array();  
} else {  
$this->data = $data;  
}  
 
$this->ns_uri = $sreg_ns_uri;  
}  
 
/**  
* Take a C{L{SRegRequest}} and a dictionary of simple  
* registration values and create a C{L{SRegResponse}} object  
* containing that data.  
*  
* request: The simple registration request object  
*  
* data: The simple registration data for this response, as a  
* dictionary from unqualified simple registration field name to  
* string (unicode) value. For instance, the nickname should be  
* stored under the key 'nickname'.  
*/  
static function extractResponse($request, $data)  
{  
$obj = new Auth_OpenID_SRegResponse();  
$obj->ns_uri = $request->ns_uri;  
 
foreach ($request->allRequestedFields() as $field) {  
$value = Auth_OpenID::arrayGet($data, $field);  
if ($value !== null) {  
$obj->data[$field] = $value;  
}  
}  
 
return $obj;  
}  
 
/**  
* Create a C{L{SRegResponse}} object from a successful OpenID  
* library response  
* (C{L{openid.consumer.consumer.SuccessResponse}}) response  
* message  
*  
* success_response: A SuccessResponse from consumer.complete()  
*  
* signed_only: Whether to process only data that was  
* signed in the id_res message from the server.  
*  
* Returns a simple registration response containing the data that  
* was supplied with the C{id_res} response.  
*/  
static function fromSuccessResponse($success_response, $signed_only=true)  
{  
global $Auth_OpenID_sreg_data_fields;  
 
$obj = new Auth_OpenID_SRegResponse();  
$obj->ns_uri = $obj->_getSRegNS($success_response->message);  
 
if ($signed_only) {  
$args = $success_response->getSignedNS($obj->ns_uri);  
} else {  
$args = $success_response->message->getArgs($obj->ns_uri);  
}  
 
if ($args === null || Auth_OpenID::isFailure($args)) {  
return null;  
}  
 
foreach ($Auth_OpenID_sreg_data_fields as $field_name => $desc) {  
if (in_array($field_name, array_keys($args))) {  
$obj->data[$field_name] = $args[$field_name];  
}  
}  
 
return $obj;  
}  
 
function getExtensionArgs()  
{  
return $this->data;  
}  
 
// Read-only dictionary interface  
function get($field_name, $default=null)  
{  
if (!Auth_OpenID_checkFieldName($field_name)) {  
return null;  
}  
 
return Auth_OpenID::arrayGet($this->data, $field_name, $default);  
}  
 
function contents()  
{  
return $this->data;  
}  
}  
 
 
 
<?php  
/**  
* OpenID Server Request  
*  
* @see Auth_OpenID_Server  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Imports  
*/  
require_once "Auth/OpenID.php";  
 
/**  
* Object that holds the state of a request to the OpenID server  
*  
* With accessor functions to get at the internal request data.  
*  
* @see Auth_OpenID_Server  
* @package OpenID  
*/  
class Auth_OpenID_ServerRequest {  
function Auth_OpenID_ServerRequest()  
{  
$this->mode = null;  
}  
}  
 
 
<?php  
 
/**  
* URI normalization routines.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
require_once 'Auth/Yadis/Misc.php';  
 
// from appendix B of rfc 3986 (http://www.ietf.org/rfc/rfc3986.txt)  
function Auth_OpenID_getURIPattern()  
{  
return '&^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?&';  
}  
 
function Auth_OpenID_getAuthorityPattern()  
{  
return '/^([^@]*@)?([^:]*)(:.*)?/';  
}  
 
function Auth_OpenID_getEncodedPattern()  
{  
return '/%([0-9A-Fa-f]{2})/';  
}  
 
# gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"  
#  
# sub-delims = "!" / "$" / "&" / "'" / "(" / ")"  
# / "*" / "+" / "," / ";" / "="  
#  
# unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"  
function Auth_OpenID_getURLIllegalCharRE()  
{  
return "/([^-A-Za-z0-9:\/\?#\[\]@\!\$&'\(\)\*\+,;=\._~\%])/";  
}  
 
function Auth_OpenID_getUnreserved()  
{  
$_unreserved = array();  
for ($i = 0; $i < 256; $i++) {  
$_unreserved[$i] = false;  
}  
 
for ($i = ord('A'); $i <= ord('Z'); $i++) {  
$_unreserved[$i] = true;  
}  
 
for ($i = ord('0'); $i <= ord('9'); $i++) {  
$_unreserved[$i] = true;  
}  
 
for ($i = ord('a'); $i <= ord('z'); $i++) {  
$_unreserved[$i] = true;  
}  
 
$_unreserved[ord('-')] = true;  
$_unreserved[ord('.')] = true;  
$_unreserved[ord('_')] = true;  
$_unreserved[ord('~')] = true;  
 
return $_unreserved;  
}  
 
function Auth_OpenID_getEscapeRE()  
{  
$parts = array();  
foreach (array_merge(Auth_Yadis_getUCSChars(),  
Auth_Yadis_getIPrivateChars()) as $pair) {  
list($m, $n) = $pair;  
$parts[] = sprintf("%s-%s", chr($m), chr($n));  
}  
 
return sprintf('[%s]', implode('', $parts));  
}  
 
function Auth_OpenID_pct_encoded_replace_unreserved($mo)  
{  
$_unreserved = Auth_OpenID_getUnreserved();  
 
$i = intval($mo[1], 16);  
if ($_unreserved[$i]) {  
return chr($i);  
} else {  
return strtoupper($mo[0]);  
}  
 
return $mo[0];  
}  
 
function Auth_OpenID_pct_encoded_replace($mo)  
{  
return chr(intval($mo[1], 16));  
}  
 
function Auth_OpenID_remove_dot_segments($path)  
{  
$result_segments = array();  
 
while ($path) {  
if (Auth_Yadis_startswith($path, '../')) {  
$path = substr($path, 3);  
} else if (Auth_Yadis_startswith($path, './')) {  
$path = substr($path, 2);  
} else if (Auth_Yadis_startswith($path, '/./')) {  
$path = substr($path, 2);  
} else if ($path == '/.') {  
$path = '/';  
} else if (Auth_Yadis_startswith($path, '/../')) {  
$path = substr($path, 3);  
if ($result_segments) {  
array_pop($result_segments);  
}  
} else if ($path == '/..') {  
$path = '/';  
if ($result_segments) {  
array_pop($result_segments);  
}  
} else if (($path == '..') ||  
($path == '.')) {  
$path = '';  
} else {  
$i = 0;  
if ($path[0] == '/') {  
$i = 1;  
}  
$i = strpos($path, '/', $i);  
if ($i === false) {  
$i = strlen($path);  
}  
$result_segments[] = substr($path, 0, $i);  
$path = substr($path, $i);  
}  
}  
 
return implode('', $result_segments);  
}  
 
function Auth_OpenID_urinorm($uri)  
{  
$uri_matches = array();  
preg_match(Auth_OpenID_getURIPattern(), $uri, $uri_matches);  
 
if (count($uri_matches) < 9) {  
for ($i = count($uri_matches); $i <= 9; $i++) {  
$uri_matches[] = '';  
}  
}  
 
$illegal_matches = array();  
preg_match(Auth_OpenID_getURLIllegalCharRE(),  
$uri, $illegal_matches);  
if ($illegal_matches) {  
return null;  
}  
 
$scheme = $uri_matches[2];  
if ($scheme) {  
$scheme = strtolower($scheme);  
}  
 
$scheme = $uri_matches[2];  
if ($scheme === '') {  
// No scheme specified  
return null;  
}  
 
$scheme = strtolower($scheme);  
if (!in_array($scheme, array('http', 'https'))) {  
// Not an absolute HTTP or HTTPS URI  
return null;  
}  
 
$authority = $uri_matches[4];  
if ($authority === '') {  
// Not an absolute URI  
return null;  
}  
 
$authority_matches = array();  
preg_match(Auth_OpenID_getAuthorityPattern(),  
$authority, $authority_matches);  
if (count($authority_matches) === 0) {  
// URI does not have a valid authority  
return null;  
}  
 
if (count($authority_matches) < 4) {  
for ($i = count($authority_matches); $i <= 4; $i++) {  
$authority_matches[] = '';  
}  
}  
 
list($_whole, $userinfo, $host, $port) = $authority_matches;  
 
if ($userinfo === null) {  
$userinfo = '';  
}  
 
if (strpos($host, '%') !== -1) {  
$host = strtolower($host);  
$host = preg_replace_callback(  
Auth_OpenID_getEncodedPattern(),  
'Auth_OpenID_pct_encoded_replace', $host);  
// NO IDNA.  
// $host = unicode($host, 'utf-8').encode('idna');  
} else {  
$host = strtolower($host);  
}  
 
if ($port) {  
if (($port == ':') ||  
($scheme == 'http' && $port == ':80') ||  
($scheme == 'https' && $port == ':443')) {  
$port = '';  
}  
} else {  
$port = '';  
}  
 
$authority = $userinfo . $host . $port;  
 
$path = $uri_matches[5];  
$path = preg_replace_callback(  
Auth_OpenID_getEncodedPattern(),  
'Auth_OpenID_pct_encoded_replace_unreserved', $path);  
 
$path = Auth_OpenID_remove_dot_segments($path);  
if (!$path) {  
$path = '/';  
}  
 
$query = $uri_matches[6];  
if ($query === null) {  
$query = '';  
}  
 
$fragment = $uri_matches[8];  
if ($fragment === null) {  
$fragment = '';  
}  
 
return $scheme . '://' . $authority . $path . $query . $fragment;  
}  
 
 
 
<?php  
 
/**  
* This module contains the HTTP fetcher interface  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Require logging functionality  
*/  
require_once "Auth/OpenID.php";  
 
define('Auth_OpenID_FETCHER_MAX_RESPONSE_KB', 1024);  
define('Auth_OpenID_USER_AGENT',  
'php-openid/'.Auth_OpenID_VERSION.' (php/'.phpversion().')');  
 
class Auth_Yadis_HTTPResponse {  
function Auth_Yadis_HTTPResponse($final_url = null, $status = null,  
$headers = null, $body = null)  
{  
$this->final_url = $final_url;  
$this->status = $status;  
$this->headers = $headers;  
$this->body = $body;  
}  
}  
 
/**  
* This class is the interface for HTTP fetchers the Yadis library  
* uses. This interface is only important if you need to write a new  
* fetcher for some reason.  
*  
* @access private  
* @package OpenID  
*/  
class Auth_Yadis_HTTPFetcher {  
 
var $timeout = 20; // timeout in seconds.  
 
/**  
* Return whether a URL can be fetched. Returns false if the URL  
* scheme is not allowed or is not supported by this fetcher  
* implementation; returns true otherwise.  
*  
* @return bool  
*/  
function canFetchURL($url)  
{  
if ($this->isHTTPS($url) && !$this->supportsSSL()) {  
Auth_OpenID::log("HTTPS URL unsupported fetching %s",  
$url);  
return false;  
}  
 
if (!$this->allowedURL($url)) {  
Auth_OpenID::log("URL fetching not allowed for '%s'",  
$url);  
return false;  
}  
 
return true;  
}  
 
/**  
* Return whether a URL should be allowed. Override this method to  
* conform to your local policy.  
*  
* By default, will attempt to fetch any http or https URL.  
*/  
function allowedURL($url)  
{  
return $this->URLHasAllowedScheme($url);  
}  
 
/**  
* Does this fetcher implementation (and runtime) support fetching  
* HTTPS URLs? May inspect the runtime environment.  
*  
* @return bool $support True if this fetcher supports HTTPS  
* fetching; false if not.  
*/  
function supportsSSL()  
{  
trigger_error("not implemented", E_USER_ERROR);  
}  
 
/**  
* Is this an https URL?  
*  
* @access private  
*/  
function isHTTPS($url)  
{  
return (bool)preg_match('/^https:\/\//i', $url);  
}  
 
/**  
* Is this an http or https URL?  
*  
* @access private  
*/  
function URLHasAllowedScheme($url)  
{  
return (bool)preg_match('/^https?:\/\//i', $url);  
}  
 
/**  
* @access private  
*/  
function _findRedirect($headers, $url)  
{  
foreach ($headers as $line) {  
if (strpos(strtolower($line), "location: ") === 0) {  
$parts = explode(" ", $line, 2);  
$loc = $parts[1];  
$ppos = strpos($loc, "://");  
if ($ppos === false || $ppos > strpos($loc, "/")) {  
/* no host; add it */  
$hpos = strpos($url, "://");  
$prt = substr($url, 0, $hpos+3);  
$url = substr($url, $hpos+3);  
if (substr($loc, 0, 1) == "/") {  
/* absolute path */  
$fspos = strpos($url, "/");  
if ($fspos) $loc = $prt.substr($url, 0, $fspos).$loc;  
else $loc = $prt.$url.$loc;  
} else {  
/* relative path */  
$pp = $prt;  
while (1) {  
$xpos = strpos($url, "/");  
if ($xpos === false) break;  
$apos = strpos($url, "?");  
if ($apos !== false && $apos < $xpos) break;  
$apos = strpos($url, "&");  
if ($apos !== false && $apos < $xpos) break;  
$pp .= substr($url, 0, $xpos+1);  
$url = substr($url, $xpos+1);  
}  
$loc = $pp.$loc;  
}  
}  
return $loc;  
}  
}  
return null;  
}  
 
/**  
* Fetches the specified URL using optional extra headers and  
* returns the server's response.  
*  
* @param string $url The URL to be fetched.  
* @param array $extra_headers An array of header strings  
* (e.g. "Accept: text/html").  
* @return mixed $result An array of ($code, $url, $headers,  
* $body) if the URL could be fetched; null if the URL does not  
* pass the URLHasAllowedScheme check or if the server's response  
* is malformed.  
*/  
function get($url, $headers = null)  
{  
trigger_error("not implemented", E_USER_ERROR);  
}  
}  
 
 
<?php  
 
/**  
* Miscellaneous utility values and functions for OpenID and Yadis.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
function Auth_Yadis_getUCSChars()  
{  
return array(  
array(0xA0, 0xD7FF),  
array(0xF900, 0xFDCF),  
array(0xFDF0, 0xFFEF),  
array(0x10000, 0x1FFFD),  
array(0x20000, 0x2FFFD),  
array(0x30000, 0x3FFFD),  
array(0x40000, 0x4FFFD),  
array(0x50000, 0x5FFFD),  
array(0x60000, 0x6FFFD),  
array(0x70000, 0x7FFFD),  
array(0x80000, 0x8FFFD),  
array(0x90000, 0x9FFFD),  
array(0xA0000, 0xAFFFD),  
array(0xB0000, 0xBFFFD),  
array(0xC0000, 0xCFFFD),  
array(0xD0000, 0xDFFFD),  
array(0xE1000, 0xEFFFD)  
);  
}  
 
function Auth_Yadis_getIPrivateChars()  
{  
return array(  
array(0xE000, 0xF8FF),  
array(0xF0000, 0xFFFFD),  
array(0x100000, 0x10FFFD)  
);  
}  
 
function Auth_Yadis_pct_escape_unicode($char_match)  
{  
$c = $char_match[0];  
$result = "";  
for ($i = 0; $i < strlen($c); $i++) {  
$result .= "%".sprintf("%X", ord($c[$i]));  
}  
return $result;  
}  
 
function Auth_Yadis_startswith($s, $stuff)  
{  
return strpos($s, $stuff) === 0;  
}  
 
 
<?php  
 
/**  
* This module contains the CURL-based HTTP fetcher implementation.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Interface import  
*/  
require_once "Auth/Yadis/HTTPFetcher.php";  
 
require_once "Auth/OpenID.php";  
 
/**  
* A paranoid {@link Auth_Yadis_HTTPFetcher} class which uses CURL  
* for fetching.  
*  
* @package OpenID  
*/  
class Auth_Yadis_ParanoidHTTPFetcher extends Auth_Yadis_HTTPFetcher {  
function Auth_Yadis_ParanoidHTTPFetcher()  
{  
$this->reset();  
}  
 
function reset()  
{  
$this->headers = array();  
$this->data = "";  
}  
 
/**  
* @access private  
*/  
function _writeHeader($ch, $header)  
{  
array_push($this->headers, rtrim($header));  
return strlen($header);  
}  
 
/**  
* @access private  
*/  
function _writeData($ch, $data)  
{  
if (strlen($this->data) > 1024*Auth_OpenID_FETCHER_MAX_RESPONSE_KB) {  
return 0;  
} else {  
$this->data .= $data;  
return strlen($data);  
}  
}  
 
/**  
* Does this fetcher support SSL URLs?  
*/  
function supportsSSL()  
{  
$v = curl_version();  
if(is_array($v)) {  
return in_array('https', $v['protocols']);  
} elseif (is_string($v)) {  
return preg_match('/OpenSSL/i', $v);  
} else {  
return 0;  
}  
}  
 
function get($url, $extra_headers = null)  
{  
if (!$this->canFetchURL($url)) {  
return null;  
}  
 
$stop = time() + $this->timeout;  
$off = $this->timeout;  
 
$redir = true;  
 
while ($redir && ($off > 0)) {  
$this->reset();  
 
$c = curl_init();  
 
if ($c === false) {  
Auth_OpenID::log(  
"curl_init returned false; could not " .  
"initialize for URL '%s'", $url);  
return null;  
}  
 
if (defined('CURLOPT_NOSIGNAL')) {  
curl_setopt($c, CURLOPT_NOSIGNAL, true);  
}  
 
if (!$this->allowedURL($url)) {  
Auth_OpenID::log("Fetching URL not allowed: %s",  
$url);  
return null;  
}  
 
curl_setopt($c, CURLOPT_WRITEFUNCTION,  
array($this, "_writeData"));  
curl_setopt($c, CURLOPT_HEADERFUNCTION,  
array($this, "_writeHeader"));  
 
if ($extra_headers) {  
curl_setopt($c, CURLOPT_HTTPHEADER, $extra_headers);  
}  
 
$cv = curl_version();  
if(is_array($cv)) {  
$curl_user_agent = 'curl/'.$cv['version'];  
} else {  
$curl_user_agent = $cv;  
}  
curl_setopt($c, CURLOPT_USERAGENT,  
Auth_OpenID_USER_AGENT.' '.$curl_user_agent);  
curl_setopt($c, CURLOPT_TIMEOUT, $off);  
curl_setopt($c, CURLOPT_URL, $url);  
 
if (defined('Auth_OpenID_VERIFY_HOST')) {  
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, true);  
curl_setopt($c, CURLOPT_SSL_VERIFYHOST, 2);  
}  
curl_exec($c);  
 
$code = curl_getinfo($c, CURLINFO_HTTP_CODE);  
$body = $this->data;  
$headers = $this->headers;  
 
if (!$code) {  
Auth_OpenID::log("Got no response code when fetching %s", $url);  
Auth_OpenID::log("CURL error (%s): %s",  
curl_errno($c), curl_error($c));  
return null;  
}  
 
if (in_array($code, array(301, 302, 303, 307))) {  
$url = $this->_findRedirect($headers, $url);  
$redir = true;  
} else {  
$redir = false;  
curl_close($c);  
 
if (defined('Auth_OpenID_VERIFY_HOST') &&  
$this->isHTTPS($url)) {  
Auth_OpenID::log('OpenID: Verified SSL host %s using '.  
'curl/get', $url);  
}  
$new_headers = array();  
 
foreach ($headers as $header) {  
if (strpos($header, ': ')) {  
list($name, $value) = explode(': ', $header, 2);  
$new_headers[$name] = $value;  
}  
}  
 
Auth_OpenID::log(  
"Successfully fetched '%s': GET response code %s",  
$url, $code);  
 
return new Auth_Yadis_HTTPResponse($url, $code,  
$new_headers, $body);  
}  
 
$off = $stop - time();  
}  
 
return null;  
}  
 
function post($url, $body, $extra_headers = null)  
{  
if (!$this->canFetchURL($url)) {  
return null;  
}  
 
$this->reset();  
 
$c = curl_init();  
 
if (defined('CURLOPT_NOSIGNAL')) {  
curl_setopt($c, CURLOPT_NOSIGNAL, true);  
}  
 
curl_setopt($c, CURLOPT_POST, true);  
curl_setopt($c, CURLOPT_POSTFIELDS, $body);  
curl_setopt($c, CURLOPT_TIMEOUT, $this->timeout);  
curl_setopt($c, CURLOPT_URL, $url);  
curl_setopt($c, CURLOPT_WRITEFUNCTION,  
array($this, "_writeData"));  
 
if (defined('Auth_OpenID_VERIFY_HOST')) {  
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, true);  
curl_setopt($c, CURLOPT_SSL_VERIFYHOST, 2);  
}  
 
curl_exec($c);  
 
$code = curl_getinfo($c, CURLINFO_HTTP_CODE);  
 
if (!$code) {  
Auth_OpenID::log("Got no response code when fetching %s", $url);  
Auth_OpenID::log("CURL error (%s): %s",  
curl_errno($c), curl_error($c));  
return null;  
}  
 
if (defined('Auth_OpenID_VERIFY_HOST') && $this->isHTTPS($url)) {  
Auth_OpenID::log('OpenID: Verified SSL host %s using '.  
'curl/post', $url);  
}  
$body = $this->data;  
 
curl_close($c);  
 
$new_headers = $extra_headers;  
 
foreach ($this->headers as $header) {  
if (strpos($header, ': ')) {  
list($name, $value) = explode(': ', $header, 2);  
$new_headers[$name] = $value;  
}  
 
}  
 
Auth_OpenID::log("Successfully fetched '%s': POST response code %s",  
$url, $code);  
 
return new Auth_Yadis_HTTPResponse($url, $code,  
$new_headers, $body);  
}  
}  
 
 
<?php  
 
/**  
* This is the HTML pseudo-parser for the Yadis library.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* This class is responsible for scanning an HTML string to find META  
* tags and their attributes. This is used by the Yadis discovery  
* process. This class must be instantiated to be used.  
*  
* @package OpenID  
*/  
class Auth_Yadis_ParseHTML {  
 
/**  
* @access private  
*/  
var $_re_flags = "si";  
 
/**  
* @access private  
*/  
var $_removed_re =  
"<!--.*?-->|<!\[CDATA\[.*?\]\]>|<script\b(?!:)[^>]*>.*?<\/script>";  
 
/**  
* @access private  
*/  
var $_tag_expr = "<%s%s(?:\s.*?)?%s>";  
 
/**  
* @access private  
*/  
var $_attr_find = '\b([-\w]+)=(".*?"|\'.*?\'|.+?)[\/\s>]';  
 
function Auth_Yadis_ParseHTML()  
{  
$this->_attr_find = sprintf("/%s/%s",  
$this->_attr_find,  
$this->_re_flags);  
 
$this->_removed_re = sprintf("/%s/%s",  
$this->_removed_re,  
$this->_re_flags);  
 
$this->_entity_replacements = array(  
'amp' => '&',  
'lt' => '<',  
'gt' => '>',  
'quot' => '"'  
);  
 
$this->_ent_replace =  
sprintf("&(%s);", implode("|",  
$this->_entity_replacements));  
}  
 
/**  
* Replace HTML entities (amp, lt, gt, and quot) as well as  
* numeric entities (e.g. #x9f;) with their actual values and  
* return the new string.  
*  
* @access private  
* @param string $str The string in which to look for entities  
* @return string $new_str The new string entities decoded  
*/  
function replaceEntities($str)  
{  
foreach ($this->_entity_replacements as $old => $new) {  
$str = preg_replace(sprintf("/&%s;/", $old), $new, $str);  
}  
 
// Replace numeric entities because html_entity_decode doesn't  
// do it for us.  
$str = preg_replace('~&#x([0-9a-f]+);~ei', 'chr(hexdec("\\1"))', $str);  
$str = preg_replace('~&#([0-9]+);~e', 'chr(\\1)', $str);  
 
return $str;  
}  
 
/**  
* Strip single and double quotes off of a string, if they are  
* present.  
*  
* @access private  
* @param string $str The original string  
* @return string $new_str The new string with leading and  
* trailing quotes removed  
*/  
function removeQuotes($str)  
{  
$matches = array();  
$double = '/^"(.*)"$/';  
$single = "/^\'(.*)\'$/";  
 
if (preg_match($double, $str, $matches)) {  
return $matches[1];  
} else if (preg_match($single, $str, $matches)) {  
return $matches[1];  
} else {  
return $str;  
}  
}  
 
/**  
* Create a regular expression that will match an opening  
* or closing tag from a set of names.  
*  
* @access private  
* @param mixed $tag_names Tag names to match  
* @param mixed $close false/0 = no, true/1 = yes, other = maybe  
* @param mixed $self_close false/0 = no, true/1 = yes, other = maybe  
* @return string $regex A regular expression string to be used  
* in, say, preg_match.  
*/  
function tagPattern($tag_names, $close, $self_close)  
{  
if (is_array($tag_names)) {  
$tag_names = '(?:'.implode('|',$tag_names).')';  
}  
if ($close) {  
$close = '\/' . (($close == 1)? '' : '?');  
} else {  
$close = '';  
}  
if ($self_close) {  
$self_close = '(?:\/\s*)' . (($self_close == 1)? '' : '?');  
} else {  
$self_close = '';  
}  
$expr = sprintf($this->_tag_expr, $close, $tag_names, $self_close);  
 
return sprintf("/%s/%s", $expr, $this->_re_flags);  
}  
 
/**  
* Given an HTML document string, this finds all the META tags in  
* the document, provided they are found in the  
* <HTML><HEAD>...</HEAD> section of the document. The <HTML> tag  
* may be missing.  
*  
* @access private  
* @param string $html_string An HTMl document string  
* @return array $tag_list Array of tags; each tag is an array of  
* attribute -> value.  
*/  
function getMetaTags($html_string)  
{  
$html_string = preg_replace($this->_removed_re,  
"",  
$html_string);  
 
$key_tags = array($this->tagPattern('html', false, false),  
$this->tagPattern('head', false, false),  
$this->tagPattern('head', true, false),  
$this->tagPattern('html', true, false),  
$this->tagPattern(array(  
'body', 'frameset', 'frame', 'p', 'div',  
'table','span','a'), 'maybe', 'maybe'));  
$key_tags_pos = array();  
foreach ($key_tags as $pat) {  
$matches = array();  
preg_match($pat, $html_string, $matches, PREG_OFFSET_CAPTURE);  
if($matches) {  
$key_tags_pos[] = $matches[0][1];  
} else {  
$key_tags_pos[] = null;  
}  
}  
// no opening head tag  
if (is_null($key_tags_pos[1])) {  
return array();  
}  
// the effective </head> is the min of the following  
if (is_null($key_tags_pos[2])) {  
$key_tags_pos[2] = strlen($html_string);  
}  
foreach (array($key_tags_pos[3], $key_tags_pos[4]) as $pos) {  
if (!is_null($pos) && $pos < $key_tags_pos[2]) {  
$key_tags_pos[2] = $pos;  
}  
}  
// closing head tag comes before opening head tag  
if ($key_tags_pos[1] > $key_tags_pos[2]) {  
return array();  
}  
// if there is an opening html tag, make sure the opening head tag  
// comes after it  
if (!is_null($key_tags_pos[0]) && $key_tags_pos[1] < $key_tags_pos[0]) {  
return array();  
}  
$html_string = substr($html_string, $key_tags_pos[1],  
($key_tags_pos[2]-$key_tags_pos[1]));  
 
$link_data = array();  
$link_matches = array();  
 
if (!preg_match_all($this->tagPattern('meta', false, 'maybe'),  
$html_string, $link_matches)) {  
return array();  
}  
 
foreach ($link_matches[0] as $link) {  
$attr_matches = array();  
preg_match_all($this->_attr_find, $link, $attr_matches);  
$link_attrs = array();  
foreach ($attr_matches[0] as $index => $full_match) {  
$name = $attr_matches[1][$index];  
$value = $this->replaceEntities(  
$this->removeQuotes($attr_matches[2][$index]));  
 
$link_attrs[strtolower($name)] = $value;  
}  
$link_data[] = $link_attrs;  
}  
 
return $link_data;  
}  
 
/**  
* Looks for a META tag with an "http-equiv" attribute whose value  
* is one of ("x-xrds-location", "x-yadis-location"), ignoring  
* case. If such a META tag is found, its "content" attribute  
* value is returned.  
*  
* @param string $html_string An HTML document in string format  
* @return mixed $content The "content" attribute value of the  
* META tag, if found, or null if no such tag was found.  
*/  
function getHTTPEquiv($html_string)  
{  
$meta_tags = $this->getMetaTags($html_string);  
 
if ($meta_tags) {  
foreach ($meta_tags as $tag) {  
if (array_key_exists('http-equiv', $tag) &&  
(in_array(strtolower($tag['http-equiv']),  
array('x-xrds-location', 'x-yadis-location'))) &&  
array_key_exists('content', $tag)) {  
return $tag['content'];  
}  
}  
}  
 
return null;  
}  
}  
 
 
<?php  
 
/**  
* This module contains the plain non-curl HTTP fetcher  
* implementation.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Interface import  
*/  
require_once "Auth/Yadis/HTTPFetcher.php";  
 
/**  
* This class implements a plain, hand-built socket-based fetcher  
* which will be used in the event that CURL is unavailable.  
*  
* @package OpenID  
*/  
class Auth_Yadis_PlainHTTPFetcher extends Auth_Yadis_HTTPFetcher {  
/**  
* Does this fetcher support SSL URLs?  
*/  
function supportsSSL()  
{  
return function_exists('openssl_open');  
}  
 
function get($url, $extra_headers = null)  
{  
if (!$this->canFetchURL($url)) {  
return null;  
}  
 
$redir = true;  
 
$stop = time() + $this->timeout;  
$off = $this->timeout;  
 
while ($redir && ($off > 0)) {  
 
$parts = parse_url($url);  
 
$specify_port = true;  
 
// Set a default port.  
if (!array_key_exists('port', $parts)) {  
$specify_port = false;  
if ($parts['scheme'] == 'http') {  
$parts['port'] = 80;  
} elseif ($parts['scheme'] == 'https') {  
$parts['port'] = 443;  
} else {  
return null;  
}  
}  
 
if (!array_key_exists('path', $parts)) {  
$parts['path'] = '/';  
}  
 
$host = $parts['host'];  
 
if ($parts['scheme'] == 'https') {  
$host = 'ssl://' . $host;  
}  
 
$user_agent = Auth_OpenID_USER_AGENT;  
 
$headers = array(  
"GET ".$parts['path'].  
(array_key_exists('query', $parts) ?  
"?".$parts['query'] : "").  
" HTTP/1.0",  
"User-Agent: $user_agent",  
"Host: ".$parts['host'].  
($specify_port ? ":".$parts['port'] : ""),  
"Port: ".$parts['port']);  
 
$errno = 0;  
$errstr = '';  
 
if ($extra_headers) {  
foreach ($extra_headers as $h) {  
$headers[] = $h;  
}  
}  
 
@$sock = fsockopen($host, $parts['port'], $errno, $errstr,  
$this->timeout);  
if ($sock === false) {  
return false;  
}  
 
stream_set_timeout($sock, $this->timeout);  
 
fputs($sock, implode("\r\n", $headers) . "\r\n\r\n");  
 
$data = "";  
$kilobytes = 0;  
while (!feof($sock) &&  
$kilobytes < Auth_OpenID_FETCHER_MAX_RESPONSE_KB ) {  
$data .= fgets($sock, 1024);  
$kilobytes += 1;  
}  
 
fclose($sock);  
 
// Split response into header and body sections  
list($headers, $body) = explode("\r\n\r\n", $data, 2);  
$headers = explode("\r\n", $headers);  
 
$http_code = explode(" ", $headers[0]);  
$code = $http_code[1];  
 
if (in_array($code, array('301', '302'))) {  
$url = $this->_findRedirect($headers, $url);  
$redir = true;  
} else {  
$redir = false;  
}  
 
$off = $stop - time();  
}  
 
$new_headers = array();  
 
foreach ($headers as $header) {  
if (preg_match("/:/", $header)) {  
$parts = explode(": ", $header, 2);  
 
if (count($parts) == 2) {  
list($name, $value) = $parts;  
$new_headers[$name] = $value;  
}  
}  
 
}  
 
return new Auth_Yadis_HTTPResponse($url, $code, $new_headers, $body);  
}  
 
function post($url, $body, $extra_headers = null)  
{  
if (!$this->canFetchURL($url)) {  
return null;  
}  
 
$parts = parse_url($url);  
 
$headers = array();  
 
$post_path = $parts['path'];  
if (isset($parts['query'])) {  
$post_path .= '?' . $parts['query'];  
}  
 
$headers[] = "POST ".$post_path." HTTP/1.0";  
$headers[] = "Host: " . $parts['host'];  
$headers[] = "Content-type: application/x-www-form-urlencoded";  
$headers[] = "Content-length: " . strval(strlen($body));  
 
if ($extra_headers &&  
is_array($extra_headers)) {  
$headers = array_merge($headers, $extra_headers);  
}  
 
// Join all headers together.  
$all_headers = implode("\r\n", $headers);  
 
// Add headers, two newlines, and request body.  
$request = $all_headers . "\r\n\r\n" . $body;  
 
// Set a default port.  
if (!array_key_exists('port', $parts)) {  
if ($parts['scheme'] == 'http') {  
$parts['port'] = 80;  
} elseif ($parts['scheme'] == 'https') {  
$parts['port'] = 443;  
} else {  
return null;  
}  
}  
 
if ($parts['scheme'] == 'https') {  
$parts['host'] = sprintf("ssl://%s", $parts['host']);  
}  
 
// Connect to the remote server.  
$errno = 0;  
$errstr = '';  
 
$sock = fsockopen($parts['host'], $parts['port'], $errno, $errstr,  
$this->timeout);  
 
if ($sock === false) {  
return null;  
}  
 
stream_set_timeout($sock, $this->timeout);  
 
// Write the POST request.  
fputs($sock, $request);  
 
// Get the response from the server.  
$response = "";  
while (!feof($sock)) {  
if ($data = fgets($sock, 128)) {  
$response .= $data;  
} else {  
break;  
}  
}  
 
// Split the request into headers and body.  
list($headers, $response_body) = explode("\r\n\r\n", $response, 2);  
 
$headers = explode("\r\n", $headers);  
 
// Expect the first line of the headers data to be something  
// like HTTP/1.1 200 OK. Split the line on spaces and take  
// the second token, which should be the return code.  
$http_code = explode(" ", $headers[0]);  
$code = $http_code[1];  
 
$new_headers = array();  
 
foreach ($headers as $header) {  
if (preg_match("/:/", $header)) {  
list($name, $value) = explode(": ", $header, 2);  
$new_headers[$name] = $value;  
}  
 
}  
 
return new Auth_Yadis_HTTPResponse($url, $code,  
$new_headers, $response_body);  
}  
}  
 
 
<?php  
 
/**  
* XML-parsing classes to wrap the domxml and DOM extensions for PHP 4  
* and 5, respectively.  
*  
* @package OpenID  
*/  
 
/**  
* The base class for wrappers for available PHP XML-parsing  
* extensions. To work with this Yadis library, subclasses of this  
* class MUST implement the API as defined in the remarks for this  
* class. Subclasses of Auth_Yadis_XMLParser are used to wrap  
* particular PHP XML extensions such as 'domxml'. These are used  
* internally by the library depending on the availability of  
* supported PHP XML extensions.  
*  
* @package OpenID  
*/  
class Auth_Yadis_XMLParser {  
/**  
* Initialize an instance of Auth_Yadis_XMLParser with some  
* XML and namespaces. This SHOULD NOT be overridden by  
* subclasses.  
*  
* @param string $xml_string A string of XML to be parsed.  
* @param array $namespace_map An array of ($ns_name => $ns_uri)  
* to be registered with the XML parser. May be empty.  
* @return boolean $result True if the initialization and  
* namespace registration(s) succeeded; false otherwise.  
*/  
function init($xml_string, $namespace_map)  
{  
if (!$this->setXML($xml_string)) {  
return false;  
}  
 
foreach ($namespace_map as $prefix => $uri) {  
if (!$this->registerNamespace($prefix, $uri)) {  
return false;  
}  
}  
 
return true;  
}  
 
/**  
* Register a namespace with the XML parser. This should be  
* overridden by subclasses.  
*  
* @param string $prefix The namespace prefix to appear in XML tag  
* names.  
*  
* @param string $uri The namespace URI to be used to identify the  
* namespace in the XML.  
*  
* @return boolean $result True if the registration succeeded;  
* false otherwise.  
*/  
function registerNamespace($prefix, $uri)  
{  
// Not implemented.  
}  
 
/**  
* Set this parser object's XML payload. This should be  
* overridden by subclasses.  
*  
* @param string $xml_string The XML string to pass to this  
* object's XML parser.  
*  
* @return boolean $result True if the initialization succeeded;  
* false otherwise.  
*/  
function setXML($xml_string)  
{  
// Not implemented.  
}  
 
/**  
* Evaluate an XPath expression and return the resulting node  
* list. This should be overridden by subclasses.  
*  
* @param string $xpath The XPath expression to be evaluated.  
*  
* @param mixed $node A node object resulting from a previous  
* evalXPath call. This node, if specified, provides the context  
* for the evaluation of this xpath expression.  
*  
* @return array $node_list An array of matching opaque node  
* objects to be used with other methods of this parser class.  
*/  
function &evalXPath($xpath, $node = null)  
{  
// Not implemented.  
}  
 
/**  
* Return the textual content of a specified node.  
*  
* @param mixed $node A node object from a previous call to  
* $this->evalXPath().  
*  
* @return string $content The content of this node.  
*/  
function content($node)  
{  
// Not implemented.  
}  
 
/**  
* Return the attributes of a specified node.  
*  
* @param mixed $node A node object from a previous call to  
* $this->evalXPath().  
*  
* @return array $attrs An array mapping attribute names to  
* values.  
*/  
function attributes($node)  
{  
// Not implemented.  
}  
}  
 
/**  
* This concrete implementation of Auth_Yadis_XMLParser implements  
* the appropriate API for the 'domxml' extension which is typically  
* packaged with PHP 4. This class will be used whenever the 'domxml'  
* extension is detected. See the Auth_Yadis_XMLParser class for  
* details on this class's methods.  
*  
* @package OpenID  
*/  
class Auth_Yadis_domxml extends Auth_Yadis_XMLParser {  
function Auth_Yadis_domxml()  
{  
$this->xml = null;  
$this->doc = null;  
$this->xpath = null;  
$this->errors = array();  
}  
 
function setXML($xml_string)  
{  
$this->xml = $xml_string;  
$this->doc = @domxml_open_mem($xml_string, DOMXML_LOAD_PARSING,  
$this->errors);  
 
if (!$this->doc) {  
return false;  
}  
 
$this->xpath = $this->doc->xpath_new_context();  
 
return true;  
}  
 
function registerNamespace($prefix, $uri)  
{  
return xpath_register_ns($this->xpath, $prefix, $uri);  
}  
 
function &evalXPath($xpath, $node = null)  
{  
if ($node) {  
$result = @$this->xpath->xpath_eval($xpath, $node);  
} else {  
$result = @$this->xpath->xpath_eval($xpath);  
}  
 
if (!$result) {  
$n = array();  
return $n;  
}  
 
if (!$result->nodeset) {  
$n = array();  
return $n;  
}  
 
return $result->nodeset;  
}  
 
function content($node)  
{  
if ($node) {  
return $node->get_content();  
}  
}  
 
function attributes($node)  
{  
if ($node) {  
$arr = $node->attributes();  
$result = array();  
 
if ($arr) {  
foreach ($arr as $attrnode) {  
$result[$attrnode->name] = $attrnode->value;  
}  
}  
 
return $result;  
}  
}  
}  
 
/**  
* This concrete implementation of Auth_Yadis_XMLParser implements  
* the appropriate API for the 'dom' extension which is typically  
* packaged with PHP 5. This class will be used whenever the 'dom'  
* extension is detected. See the Auth_Yadis_XMLParser class for  
* details on this class's methods.  
*  
* @package OpenID  
*/  
class Auth_Yadis_dom extends Auth_Yadis_XMLParser {  
function Auth_Yadis_dom()  
{  
$this->xml = null;  
$this->doc = null;  
$this->xpath = null;  
$this->errors = array();  
}  
 
function setXML($xml_string)  
{  
$this->xml = $xml_string;  
$this->doc = new DOMDocument;  
 
if (!$this->doc) {  
return false;  
}  
 
if (!@$this->doc->loadXML($xml_string)) {  
return false;  
}  
 
$this->xpath = new DOMXPath($this->doc);  
 
if ($this->xpath) {  
return true;  
} else {  
return false;  
}  
}  
 
function registerNamespace($prefix, $uri)  
{  
return $this->xpath->registerNamespace($prefix, $uri);  
}  
 
function &evalXPath($xpath, $node = null)  
{  
if ($node) {  
$result = @$this->xpath->query($xpath, $node);  
} else {  
$result = @$this->xpath->query($xpath);  
}  
 
$n = array();  
 
if (!$result) {  
return $n;  
}  
 
for ($i = 0; $i < $result->length; $i++) {  
$n[] = $result->item($i);  
}  
 
return $n;  
}  
 
function content($node)  
{  
if ($node) {  
return $node->textContent;  
}  
}  
 
function attributes($node)  
{  
if ($node) {  
$arr = $node->attributes;  
$result = array();  
 
if ($arr) {  
for ($i = 0; $i < $arr->length; $i++) {  
$node = $arr->item($i);  
$result[$node->nodeName] = $node->nodeValue;  
}  
}  
 
return $result;  
}  
}  
}  
 
global $__Auth_Yadis_defaultParser;  
$__Auth_Yadis_defaultParser = null;  
 
/**  
* Set a default parser to override the extension-driven selection of  
* available parser classes. This is helpful in a test environment or  
* one in which multiple parsers can be used but one is more  
* desirable.  
*  
* @param Auth_Yadis_XMLParser $parser An instance of a  
* Auth_Yadis_XMLParser subclass.  
*/  
function Auth_Yadis_setDefaultParser($parser)  
{  
global $__Auth_Yadis_defaultParser;  
$__Auth_Yadis_defaultParser = $parser;  
}  
 
function Auth_Yadis_getSupportedExtensions()  
{  
return array('dom' => 'Auth_Yadis_dom',  
'domxml' => 'Auth_Yadis_domxml');  
}  
 
/**  
* Returns an instance of a Auth_Yadis_XMLParser subclass based on  
* the availability of PHP extensions for XML parsing. If  
* Auth_Yadis_setDefaultParser has been called, the parser used in  
* that call will be returned instead.  
*/  
function Auth_Yadis_getXMLParser()  
{  
global $__Auth_Yadis_defaultParser;  
 
if (isset($__Auth_Yadis_defaultParser)) {  
return $__Auth_Yadis_defaultParser;  
}  
 
foreach(Auth_Yadis_getSupportedExtensions() as $extension => $classname)  
{  
if (extension_loaded($extension))  
{  
$p = new $classname();  
Auth_Yadis_setDefaultParser($p);  
return $p;  
}  
}  
 
return false;  
}  
 
 
 
<?php  
 
/**  
* Routines for XRI resolution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
require_once 'Auth/Yadis/Misc.php';  
require_once 'Auth/Yadis/Yadis.php';  
require_once 'Auth/OpenID.php';  
 
function Auth_Yadis_getDefaultProxy()  
{  
return 'http://xri.net/';  
}  
 
function Auth_Yadis_getXRIAuthorities()  
{  
return array('!', '=', '@', '+', '$', '(');  
}  
 
function Auth_Yadis_getEscapeRE()  
{  
$parts = array();  
foreach (array_merge(Auth_Yadis_getUCSChars(),  
Auth_Yadis_getIPrivateChars()) as $pair) {  
list($m, $n) = $pair;  
$parts[] = sprintf("%s-%s", chr($m), chr($n));  
}  
 
return sprintf('/[%s]/', implode('', $parts));  
}  
 
function Auth_Yadis_getXrefRE()  
{  
return '/\((.*?)\)/';  
}  
 
function Auth_Yadis_identifierScheme($identifier)  
{  
if (Auth_Yadis_startswith($identifier, 'xri://') ||  
($identifier &&  
in_array($identifier[0], Auth_Yadis_getXRIAuthorities()))) {  
return "XRI";  
} else {  
return "URI";  
}  
}  
 
function Auth_Yadis_toIRINormal($xri)  
{  
if (!Auth_Yadis_startswith($xri, 'xri://')) {  
$xri = 'xri://' . $xri;  
}  
 
return Auth_Yadis_escapeForIRI($xri);  
}  
 
function _escape_xref($xref_match)  
{  
$xref = $xref_match[0];  
$xref = str_replace('/', '%2F', $xref);  
$xref = str_replace('?', '%3F', $xref);  
$xref = str_replace('#', '%23', $xref);  
return $xref;  
}  
 
function Auth_Yadis_escapeForIRI($xri)  
{  
$xri = str_replace('%', '%25', $xri);  
$xri = preg_replace_callback(Auth_Yadis_getXrefRE(),  
'_escape_xref', $xri);  
return $xri;  
}  
 
function Auth_Yadis_toURINormal($xri)  
{  
return Auth_Yadis_iriToURI(Auth_Yadis_toIRINormal($xri));  
}  
 
function Auth_Yadis_iriToURI($iri)  
{  
if (1) {  
return $iri;  
} else {  
// According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"  
return preg_replace_callback(Auth_Yadis_getEscapeRE(),  
'Auth_Yadis_pct_escape_unicode', $iri);  
}  
}  
 
 
function Auth_Yadis_XRIAppendArgs($url, $args)  
{  
// Append some arguments to an HTTP query. Yes, this is just like  
// OpenID's appendArgs, but with special seasoning for XRI  
// queries.  
 
if (count($args) == 0) {  
return $url;  
}  
 
// Non-empty array; if it is an array of arrays, use multisort;  
// otherwise use sort.  
if (array_key_exists(0, $args) &&  
is_array($args[0])) {  
// Do nothing here.  
} else {  
$keys = array_keys($args);  
sort($keys);  
$new_args = array();  
foreach ($keys as $key) {  
$new_args[] = array($key, $args[$key]);  
}  
$args = $new_args;  
}  
 
// According to XRI Resolution section "QXRI query parameters":  
//  
// "If the original QXRI had a null query component (only a  
// leading question mark), or a query component consisting of  
// only question marks, one additional leading question mark MUST  
// be added when adding any XRI resolution parameters."  
if (strpos(rtrim($url, '?'), '?') !== false) {  
$sep = '&';  
} else {  
$sep = '?';  
}  
 
return $url . $sep . Auth_OpenID::httpBuildQuery($args);  
}  
 
function Auth_Yadis_providerIsAuthoritative($providerID, $canonicalID)  
{  
$lastbang = strrpos($canonicalID, '!');  
$p = substr($canonicalID, 0, $lastbang);  
return $p == $providerID;  
}  
 
function Auth_Yadis_rootAuthority($xri)  
{  
// Return the root authority for an XRI.  
 
$root = null;  
 
if (Auth_Yadis_startswith($xri, 'xri://')) {  
$xri = substr($xri, 6);  
}  
 
$authority = explode('/', $xri, 2);  
$authority = $authority[0];  
if ($authority[0] == '(') {  
// Cross-reference.  
// XXX: This is incorrect if someone nests cross-references so  
// there is another close-paren in there. Hopefully nobody  
// does that before we have a real xriparse function.  
// Hopefully nobody does that *ever*.  
$root = substr($authority, 0, strpos($authority, ')') + 1);  
} else if (in_array($authority[0], Auth_Yadis_getXRIAuthorities())) {  
// Other XRI reference.  
$root = $authority[0];  
} else {  
// IRI reference.  
$_segments = explode("!", $authority);  
$segments = array();  
foreach ($_segments as $s) {  
$segments = array_merge($segments, explode("*", $s));  
}  
$root = $segments[0];  
}  
 
return Auth_Yadis_XRI($root);  
}  
 
function Auth_Yadis_XRI($xri)  
{  
if (!Auth_Yadis_startswith($xri, 'xri://')) {  
$xri = 'xri://' . $xri;  
}  
return $xri;  
}  
 
function Auth_Yadis_getCanonicalID($iname, $xrds)  
{  
// Returns false or a canonical ID value.  
 
// Now nodes are in reverse order.  
$xrd_list = array_reverse($xrds->allXrdNodes);  
$parser = $xrds->parser;  
$node = $xrd_list[0];  
 
$canonicalID_nodes = $parser->evalXPath('xrd:CanonicalID', $node);  
 
if (!$canonicalID_nodes) {  
return false;  
}  
 
$canonicalID = $canonicalID_nodes[0];  
$canonicalID = Auth_Yadis_XRI($parser->content($canonicalID));  
 
$childID = $canonicalID;  
 
for ($i = 1; $i < count($xrd_list); $i++) {  
$xrd = $xrd_list[$i];  
 
$parent_sought = substr($childID, 0, strrpos($childID, '!'));  
$parentCID = $parser->evalXPath('xrd:CanonicalID', $xrd);  
if (!$parentCID) {  
return false;  
}  
$parentCID = Auth_Yadis_XRI($parser->content($parentCID[0]));  
 
if (strcasecmp($parent_sought, $parentCID)) {  
// raise XRDSFraud.  
return false;  
}  
 
$childID = $parent_sought;  
}  
 
$root = Auth_Yadis_rootAuthority($iname);  
if (!Auth_Yadis_providerIsAuthoritative($root, $childID)) {  
// raise XRDSFraud.  
return false;  
}  
 
return $canonicalID;  
}  
 
 
 
<?php  
 
/**  
* Code for using a proxy XRI resolver.  
*/  
 
require_once 'Auth/Yadis/XRDS.php';  
require_once 'Auth/Yadis/XRI.php';  
 
class Auth_Yadis_ProxyResolver {  
function Auth_Yadis_ProxyResolver($fetcher, $proxy_url = null)  
{  
$this->fetcher = $fetcher;  
$this->proxy_url = $proxy_url;  
if (!$this->proxy_url) {  
$this->proxy_url = Auth_Yadis_getDefaultProxy();  
}  
}  
 
function queryURL($xri, $service_type = null)  
{  
// trim off the xri:// prefix  
$qxri = substr(Auth_Yadis_toURINormal($xri), 6);  
$hxri = $this->proxy_url . $qxri;  
$args = array(  
'_xrd_r' => 'application/xrds+xml'  
);  
 
if ($service_type) {  
$args['_xrd_t'] = $service_type;  
} else {  
// Don't perform service endpoint selection.  
$args['_xrd_r'] .= ';sep=false';  
}  
 
$query = Auth_Yadis_XRIAppendArgs($hxri, $args);  
return $query;  
}  
 
function query($xri, $service_types, $filters = array())  
{  
$services = array();  
$canonicalID = null;  
foreach ($service_types as $service_type) {  
$url = $this->queryURL($xri, $service_type);  
$response = $this->fetcher->get($url);  
if ($response->status != 200 and $response->status != 206) {  
continue;  
}  
$xrds = Auth_Yadis_XRDS::parseXRDS($response->body);  
if (!$xrds) {  
continue;  
}  
$canonicalID = Auth_Yadis_getCanonicalID($xri,  
$xrds);  
 
if ($canonicalID === false) {  
return null;  
}  
 
$some_services = $xrds->services($filters);  
$services = array_merge($services, $some_services);  
// TODO:  
// * If we do get hits for multiple service_types, we're  
// almost certainly going to have duplicated service  
// entries and broken priority ordering.  
}  
return array($canonicalID, $services);  
}  
}  
 
 
 
<?php  
 
/**  
* The core PHP Yadis implementation.  
*  
* PHP versions 4 and 5  
*  
* LICENSE: See the COPYING file included in this distribution.  
*  
* @package OpenID  
* @author JanRain, Inc. <openid@janrain.com>  
* @copyright 2005-2008 Janrain, Inc.  
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache  
*/  
 
/**  
* Need both fetcher types so we can use the right one based on the  
* presence or absence of CURL.  
*/  
require_once "Auth/Yadis/PlainHTTPFetcher.php";  
require_once "Auth/Yadis/ParanoidHTTPFetcher.php";  
 
/**  
* Need this for parsing HTML (looking for META tags).  
*/  
require_once "Auth/Yadis/ParseHTML.php";  
 
/**  
* Need this to parse the XRDS document during Yadis discovery.  
*/  
require_once "Auth/Yadis/XRDS.php";  
 
/**  
* XRDS (yadis) content type  
*/  
define('Auth_Yadis_CONTENT_TYPE', 'application/xrds+xml');  
 
/**  
* Yadis header  
*/  
define('Auth_Yadis_HEADER_NAME', 'X-XRDS-Location');  
 
/**  
* Contains the result of performing Yadis discovery on a URI.  
*  
* @package OpenID  
*/  
class Auth_Yadis_DiscoveryResult {  
 
// The URI that was passed to the fetcher  
var $request_uri = null;  
 
// The result of following redirects from the request_uri  
var $normalized_uri = null;  
 
// The URI from which the response text was returned (set to  
// None if there was no XRDS document found)  
var $xrds_uri = null;  
 
var $xrds = null;  
 
// The content-type returned with the response_text  
var $content_type = null;  
 
// The document returned from the xrds_uri  
var $response_text = null;  
 
// Did the discovery fail miserably?  
var $failed = false;  
 
function Auth_Yadis_DiscoveryResult($request_uri)  
{  
// Initialize the state of the object  
// sets all attributes to None except the request_uri  
$this->request_uri = $request_uri;  
}  
 
function fail()  
{  
$this->failed = true;  
}  
 
function isFailure()  
{  
return $this->failed;  
}  
 
/**  
* Returns the list of service objects as described by the XRDS  
* document, if this yadis object represents a successful Yadis  
* discovery.  
*  
* @return array $services An array of {@link Auth_Yadis_Service}  
* objects  
*/  
function services()  
{  
if ($this->xrds) {  
return $this->xrds->services();  
}  
 
return null;  
}  
 
function usedYadisLocation()  
{  
// Was the Yadis protocol's indirection used?  
return ($this->xrds_uri && $this->normalized_uri != $this->xrds_uri);  
}  
 
function isXRDS()  
{  
// Is the response text supposed to be an XRDS document?  
return ($this->usedYadisLocation() ||  
$this->content_type == Auth_Yadis_CONTENT_TYPE);  
}  
}  
 
/**  
*  
* Perform the Yadis protocol on the input URL and return an iterable  
* of resulting endpoint objects.  
*  
* input_url: The URL on which to perform the Yadis protocol  
*  
* @return: The normalized identity URL and an iterable of endpoint  
* objects generated by the filter function.  
*  
* xrds_parse_func: a callback which will take (uri, xrds_text) and  
* return an array of service endpoint objects or null. Usually  
* array('Auth_OpenID_ServiceEndpoint', 'fromXRDS').  
*  
* discover_func: if not null, a callback which should take (uri) and  
* return an Auth_Yadis_Yadis object or null.  
*/  
function Auth_Yadis_getServiceEndpoints($input_url, $xrds_parse_func,  
$discover_func=null, $fetcher=null)  
{  
if ($discover_func === null) {  
$discover_function = array('Auth_Yadis_Yadis', 'discover');  
}  
 
$yadis_result = call_user_func_array($discover_func,  
array($input_url, &$fetcher));  
 
if ($yadis_result === null) {  
return array($input_url, array());  
}  
 
$endpoints = call_user_func_array($xrds_parse_func,  
array($yadis_result->normalized_uri,  
$yadis_result->response_text));  
 
if ($endpoints === null) {  
$endpoints = array();  
}  
 
return array($yadis_result->normalized_uri, $endpoints);  
}  
 
/**  
* This is the core of the PHP Yadis library. This is the only class  
* a user needs to use to perform Yadis discovery. This class  
* performs the discovery AND stores the result of the discovery.  
*  
* First, require this library into your program source:  
*  
* <pre> require_once "Auth/Yadis/Yadis.php";</pre>  
*  
* To perform Yadis discovery, first call the "discover" method  
* statically with a URI parameter:  
*  
* <pre> $http_response = array();  
* $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();  
* $yadis_object = Auth_Yadis_Yadis::discover($uri,  
* $http_response, $fetcher);</pre>  
*  
* If the discovery succeeds, $yadis_object will be an instance of  
* {@link Auth_Yadis_Yadis}. If not, it will be null. The XRDS  
* document found during discovery should have service descriptions,  
* which can be accessed by calling  
*  
* <pre> $service_list = $yadis_object->services();</pre>  
*  
* which returns an array of objects which describe each service.  
* These objects are instances of Auth_Yadis_Service. Each object  
* describes exactly one whole Service element, complete with all of  
* its Types and URIs (no expansion is performed). The common use  
* case for using the service objects returned by services() is to  
* write one or more filter functions and pass those to services():  
*  
* <pre> $service_list = $yadis_object->services(  
* array("filterByURI",  
* "filterByExtension"));</pre>  
*  
* The filter functions (whose names appear in the array passed to  
* services()) take the following form:  
*  
* <pre> function myFilter($service) {  
* // Query $service object here. Return true if the service  
* // matches your query; false if not.  
* }</pre>  
*  
* This is an example of a filter which uses a regular expression to  
* match the content of URI tags (note that the Auth_Yadis_Service  
* class provides a getURIs() method which you should use instead of  
* this contrived example):  
*  
* <pre>  
* function URIMatcher($service) {  
* foreach ($service->getElements('xrd:URI') as $uri) {  
* if (preg_match("/some_pattern/",  
* $service->parser->content($uri))) {  
* return true;  
* }  
* }  
* return false;  
* }</pre>  
*  
* The filter functions you pass will be called for each service  
* object to determine which ones match the criteria your filters  
* specify. The default behavior is that if a given service object  
* matches ANY of the filters specified in the services() call, it  
* will be returned. You can specify that a given service object will  
* be returned ONLY if it matches ALL specified filters by changing  
* the match mode of services():  
*  
* <pre> $yadis_object->services(array("filter1", "filter2"),  
* SERVICES_YADIS_MATCH_ALL);</pre>  
*  
* See {@link SERVICES_YADIS_MATCH_ALL} and {@link  
* SERVICES_YADIS_MATCH_ANY}.  
*  
* Services described in an XRDS should have a library which you'll  
* probably be using. Those libraries are responsible for defining  
* filters that can be used with the "services()" call. If you need  
* to write your own filter, see the documentation for {@link  
* Auth_Yadis_Service}.  
*  
* @package OpenID  
*/  
class Auth_Yadis_Yadis {  
 
/**  
* Returns an HTTP fetcher object. If the CURL extension is  
* present, an instance of {@link Auth_Yadis_ParanoidHTTPFetcher}  
* is returned. If not, an instance of  
* {@link Auth_Yadis_PlainHTTPFetcher} is returned.  
*  
* If Auth_Yadis_CURL_OVERRIDE is defined, this method will always  
* return a {@link Auth_Yadis_PlainHTTPFetcher}.  
*/  
static function getHTTPFetcher($timeout = 20)  
{  
if (Auth_Yadis_Yadis::curlPresent() &&  
(!defined('Auth_Yadis_CURL_OVERRIDE'))) {  
$fetcher = new Auth_Yadis_ParanoidHTTPFetcher($timeout);  
} else {  
$fetcher = new Auth_Yadis_PlainHTTPFetcher($timeout);  
}  
return $fetcher;  
}  
 
static function curlPresent()  
{  
return function_exists('curl_init');  
}  
 
/**  
* @access private  
*/  
static function _getHeader($header_list, $names)  
{  
foreach ($header_list as $name => $value) {  
foreach ($names as $n) {  
if (strtolower($name) == strtolower($n)) {  
return $value;  
}  
}  
}  
 
return null;  
}  
 
/**  
* @access private  
*/  
static function _getContentType($content_type_header)  
{  
if ($content_type_header) {  
$parts = explode(";", $content_type_header);  
return strtolower($parts[0]);  
}  
}  
 
/**  
* This should be called statically and will build a Yadis  
* instance if the discovery process succeeds. This implements  
* Yadis discovery as specified in the Yadis specification.  
*  
* @param string $uri The URI on which to perform Yadis discovery.  
*  
* @param array $http_response An array reference where the HTTP  
* response object will be stored (see {@link  
* Auth_Yadis_HTTPResponse}.  
*  
* @param Auth_Yadis_HTTPFetcher $fetcher An instance of a  
* Auth_Yadis_HTTPFetcher subclass.  
*  
* @param array $extra_ns_map An array which maps namespace names  
* to namespace URIs to be used when parsing the Yadis XRDS  
* document.  
*  
* @param integer $timeout An optional fetcher timeout, in seconds.  
*  
* @return mixed $obj Either null or an instance of  
* Auth_Yadis_Yadis, depending on whether the discovery  
* succeeded.  
*/  
static function discover($uri, $fetcher,  
$extra_ns_map = null, $timeout = 20)  
{  
$result = new Auth_Yadis_DiscoveryResult($uri);  
 
$request_uri = $uri;  
$headers = array("Accept: " . Auth_Yadis_CONTENT_TYPE .  
', text/html; q=0.3, application/xhtml+xml; q=0.5');  
 
if ($fetcher === null) {  
$fetcher = Auth_Yadis_Yadis::getHTTPFetcher($timeout);  
}  
 
$response = $fetcher->get($uri, $headers);  
 
if (!$response || ($response->status != 200 and  
$response->status != 206)) {  
$result->fail();  
return $result;  
}  
 
$result->normalized_uri = $response->final_url;  
$result->content_type = Auth_Yadis_Yadis::_getHeader(  
$response->headers,  
array('content-type'));  
 
if ($result->content_type &&  
(Auth_Yadis_Yadis::_getContentType($result->content_type) ==  
Auth_Yadis_CONTENT_TYPE)) {  
$result->xrds_uri = $result->normalized_uri;  
} else {  
$yadis_location = Auth_Yadis_Yadis::_getHeader(  
$response->headers,  
array(Auth_Yadis_HEADER_NAME));  
 
if (!$yadis_location) {  
$parser = new Auth_Yadis_ParseHTML();  
$yadis_location = $parser->getHTTPEquiv($response->body);  
}  
 
if ($yadis_location) {  
$result->xrds_uri = $yadis_location;  
 
$response = $fetcher->get($yadis_location);  
 
if ((!$response) || ($response->status != 200 and  
$response->status != 206)) {  
$result->fail();  
return $result;  
}  
 
$result->content_type = Auth_Yadis_Yadis::_getHeader(  
$response->headers,  
array('content-type'));  
}  
}  
 
$result->response_text = $response->body;  
return $result;  
}  
}  
 
 
 
file:b/lib/openid.php (new)
  <?php
  /**
  * This class provides a simple interface for OpenID (1.1 and 2.0) authentication.
  * Supports Yadis discovery.
  * The authentication process is stateless/dumb.
  *
  * Usage:
  * Sign-on with OpenID is a two step process:
  * Step one is authentication with the provider:
  * <code>
  * $openid = new LightOpenID('my-host.example.org');
  * $openid->identity = 'ID supplied by user';
  * header('Location: ' . $openid->authUrl());
  * </code>
  * The provider then sends various parameters via GET, one of them is openid_mode.
  * Step two is verification:
  * <code>
  * if ($this->data['openid_mode']) {
  * $openid = new LightOpenID('my-host.example.org');
  * echo $openid->validate() ? 'Logged in.' : 'Failed';
  * }
  * </code>
  *
  * Change the 'my-host.example.org' to your domain name. Do NOT use $_SERVER['HTTP_HOST']
  * for that, unless you know what you are doing.
  *
  * Optionally, you can set $returnUrl and $realm (or $trustRoot, which is an alias).
  * The default values for those are:
  * $openid->realm = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
  * $openid->returnUrl = $openid->realm . $_SERVER['REQUEST_URI'];
  * If you don't know their meaning, refer to any openid tutorial, or specification. Or just guess.
  *
  * AX and SREG extensions are supported.
  * To use them, specify $openid->required and/or $openid->optional before calling $openid->authUrl().
  * These are arrays, with values being AX schema paths (the 'path' part of the URL).
  * For example:
  * $openid->required = array('namePerson/friendly', 'contact/email');
  * $openid->optional = array('namePerson/first');
  * If the server supports only SREG or OpenID 1.1, these are automaticaly
  * mapped to SREG names, so that user doesn't have to know anything about the server.
  *
  * To get the values, use $openid->getAttributes().
  *
  *
  * The library requires PHP >= 5.1.2 with curl or http/https stream wrappers enabled.
  * @author Mewp
  * @copyright Copyright (c) 2010, Mewp
  * @license http://www.opensource.org/licenses/mit-license.php MIT
  */
  class LightOpenID
  {
  public $returnUrl
  , $required = array()
  , $optional = array()
  , $verify_peer = null
  , $capath = null
  , $cainfo = null
  , $data;
  private $identity, $claimed_id;
  protected $server, $version, $trustRoot, $aliases, $identifier_select = false
  , $ax = false, $sreg = false, $setup_url = null;
  static protected $ax_to_sreg = array(
  'namePerson/friendly' => 'nickname',
  'contact/email' => 'email',
  'namePerson' => 'fullname',
  'birthDate' => 'dob',
  'person/gender' => 'gender',
  'contact/postalCode/home' => 'postcode',
  'contact/country/home' => 'country',
  'pref/language' => 'language',
  'pref/timezone' => 'timezone',
  );
 
  function __construct($host)
  {
  $this->trustRoot = (strpos($host, '://') ? $host : 'http://' . $host);
  if ((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off')
  || (isset($_SERVER['HTTP_X_FORWARDED_PROTO'])
  && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
  ) {
  $this->trustRoot = (strpos($host, '://') ? $host : 'https://' . $host);
  }
 
  if(($host_end = strpos($this->trustRoot, '/', 8)) !== false) {
  $this->trustRoot = substr($this->trustRoot, 0, $host_end);
  }
 
  $uri = rtrim(preg_replace('#((?<=\?)|&)openid\.[^&]+#', '', $_SERVER['REQUEST_URI']), '?');
  $this->returnUrl = $this->trustRoot . $uri;
 
  $this->data = ($_SERVER['REQUEST_METHOD'] === 'POST') ? $_POST : $_GET;
 
  if(!function_exists('curl_init') && !in_array('https', stream_get_wrappers())) {
  throw new ErrorException('You must have either https wrappers or curl enabled.');
  }
  }
 
  function __set($name, $value)
  {
  switch ($name) {
  case 'identity':
  if (strlen($value = trim((String) $value))) {
  if (preg_match('#^xri:/*#i', $value, $m)) {
  $value = substr($value, strlen($m[0]));
  } elseif (!preg_match('/^(?:[=@+\$!\(]|https?:)/i', $value)) {
  $value = "http://$value";
  }
  if (preg_match('#^https?://[^/]+$#i', $value, $m)) {
  $value .= '/';
  }
  }
  $this->$name = $this->claimed_id = $value;
  break;
  case 'trustRoot':
  case 'realm':
  $this->trustRoot = trim($value);
  }
  }
 
  function __get($name)
  {
  switch ($name) {
  case 'identity':
  # We return claimed_id instead of identity,
  # because the developer should see the claimed identifier,
  # i.e. what he set as identity, not the op-local identifier (which is what we verify)
  return $this->claimed_id;
  case 'trustRoot':
  case 'realm':
  return $this->trustRoot;
  case 'mode':
  return empty($this->data['openid_mode']) ? null : $this->data['openid_mode'];
  }
  }
 
  /**
  * Checks if the server specified in the url exists.
  *
  * @param $url url to check
  * @return true, if the server exists; false otherwise
  */
  function hostExists($url)
  {
  if (strpos($url, '/') === false) {
  $server = $url;
  } else {
  $server = @parse_url($url, PHP_URL_HOST);
  }
 
  if (!$server) {
  return false;
  }
 
  return !!gethostbynamel($server);
  }
 
  protected function request_curl($url, $method='GET', $params=array())
  {
  $params = http_build_query($params, '', '&');
  $curl = curl_init($url . ($method == 'GET' && $params ? '?' . $params : ''));
  curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
  curl_setopt($curl, CURLOPT_HEADER, false);
  curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
  curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
  curl_setopt($curl, CURLOPT_HTTPHEADER, array('Accept: application/xrds+xml, */*'));
 
  if($this->verify_peer !== null) {
  curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, $this->verify_peer);
  if($this->capath) {
  curl_setopt($curl, CURLOPT_CAPATH, $this->capath);
  }
 
  if($this->cainfo) {
  curl_setopt($curl, CURLOPT_CAINFO, $this->cainfo);
  }
  }
 
  if ($method == 'POST') {
  curl_setopt($curl, CURLOPT_POST, true);
  curl_setopt($curl, CURLOPT_POSTFIELDS, $params);
  } elseif ($method == 'HEAD') {
  curl_setopt($curl, CURLOPT_HEADER, true);
  curl_setopt($curl, CURLOPT_NOBODY, true);
  } else {
  curl_setopt($curl, CURLOPT_HTTPGET, true);
  }
  $response = curl_exec($curl);
 
  if($method == 'HEAD') {
  $headers = array();
  foreach(explode("\n", $response) as $header) {
  $pos = strpos($header,':');
  $name = strtolower(trim(substr($header, 0, $pos)));
  $headers[$name] = trim(substr($header, $pos+1));
  }
 
  # Updating claimed_id in case of redirections.
  $effective_url = curl_getinfo($curl, CURLINFO_EFFECTIVE_URL);
  if($effective_url != $url) {
  $this->identity = $this->claimed_id = $effective_url;
  }
 
  return $headers;
  }
 
  if (curl_errno($curl)) {
  throw new ErrorException(curl_error($curl), curl_errno($curl));
  }
 
  return $response;
  }
 
  protected function request_streams($url, $method='GET', $params=array())
  {
  if(!$this->hostExists($url)) {
  throw new ErrorException("Could not connect to $url.", 404);
  }
 
  $params = http_build_query($params, '', '&');
  switch($method) {
  case 'GET':
  $opts = array(
  'http' => array(
  'method' => 'GET',
  'header' => 'Accept: application/xrds+xml, */*',
  'ignore_errors' => true,
  ), 'ssl' => array(
  'CN_match' => parse_url($url, PHP_URL_HOST),
  ),
  );
  $url = $url . ($params ? '?' . $params : '');
  break;
  case 'POST':
  $opts = array(
  'http' => array(
  'method' => 'POST',
  'header' => 'Content-type: application/x-www-form-urlencoded',
  'content' => $params,
  'ignore_errors' => true,
  ), 'ssl' => array(
  'CN_match' => parse_url($url, PHP_URL_HOST),
  ),
  );
  break;
  case 'HEAD':
  # We want to send a HEAD request,
  # but since get_headers doesn't accept $context parameter,
  # we have to change the defaults.
  $default = stream_context_get_options(stream_context_get_default());
  stream_context_get_default(
  array(
  'http' => array(
  'method' => 'HEAD',
  'header' => 'Accept: application/xrds+xml, */*',
  'ignore_errors' => true,
  ), 'ssl' => array(
  'CN_match' => parse_url($url, PHP_URL_HOST),
  ),
  )
  );
 
  $url = $url . ($params ? '?' . $params : '');
  $headers_tmp = get_headers ($url);
  if(!$headers_tmp) {
  return array();
  }
 
  # Parsing headers.
  $headers = array();
  foreach($headers_tmp as $header) {
  $pos = strpos($header,':');
  $name = strtolower(trim(substr($header, 0, $pos)));
  $headers[$name] = trim(substr($header, $pos+1));
 
  # Following possible redirections. The point is just to have
  # claimed_id change with them, because get_headers() will
  # follow redirections automatically.
  # We ignore redirections with relative paths.
  # If any known provider uses them, file a bug report.
  if($name == 'location') {
  if(strpos($headers[$name], 'http') === 0) {
  $this->identity = $this->claimed_id = $headers[$name];
  } elseif($headers[$name][0] == '/') {
  $parsed_url = parse_url($this->claimed_id);
  $this->identity =
  $this->claimed_id = $parsed_url['scheme'] . '://'
  . $parsed_url['host']
  . $headers[$name];
  }
  }
  }
 
  # And restore them.
  stream_context_get_default($default);
  return $headers;
  }
 
  if($this->verify_peer) {
  $opts['ssl'] += array(
  'verify_peer' => true,
  'capath' => $this->capath,
  'cafile' => $this->cainfo,
  );
  }
 
  $context = stream_context_create ($opts);
 
  return file_get_contents($url, false, $context);
  }
 
  protected function request($url, $method='GET', $params=array())
  {
  if (function_exists('curl_init')
  && (!in_array('https', stream_get_wrappers()) || !ini_get('safe_mode') && !ini_get('open_basedir'))
  ) {
  return $this->request_curl($url, $method, $params);
  }
  return $this->request_streams($url, $method, $params);
  }
 
  protected function build_url($url, $parts)
  {
  if (isset($url['query'], $parts['query'])) {
  $parts['query'] = $url['query'] . '&' . $parts['query'];
  }
 
  $url = $parts + $url;
  $url = $url['scheme'] . '://'
  . (empty($url['username'])?''
  :(empty($url['password'])? "{$url['username']}@"
  :"{$url['username']}:{$url['password']}@"))
  . $url['host']
  . (empty($url['port'])?'':":{$url['port']}")
  . (empty($url['path'])?'':$url['path'])
  . (empty($url['query'])?'':"?{$url['query']}")
  . (empty($url['fragment'])?'':"#{$url['fragment']}");
  return $url;
  }
 
  /**
  * Helper function used to scan for <meta>/<link> tags and extract information
  * from them
  */
  protected function htmlTag($content, $tag, $attrName, $attrValue, $valueName)
  {
  preg_match_all("#<{$tag}[^>]*$attrName=['\"].*?$attrValue.*?['\"][^>]*$valueName=['\"](.+?)['\"][^>]*/?>#i", $content, $matches1);
  preg_match_all("#<{$tag}[^>]*$valueName=['\"](.+?)['\"][^>]*$attrName=['\"].*?$attrValue.*?['\"][^>]*/?>#i", $content, $matches2);
 
  $result = array_merge($matches1[1], $matches2[1]);
  return empty($result)?false:$result[0];
  }
 
  /**
  * Performs Yadis and HTML discovery. Normally not used.
  * @param $url Identity URL.
  * @return String OP Endpoint (i.e. OpenID provider address).
  * @throws ErrorException
  */
  function discover($url)
  {
  if (!$url) throw new ErrorException('No identity supplied.');
  # Use xri.net proxy to resolve i-name identities
  if (!preg_match('#^https?:#', $url)) {
  $url = "https://xri.net/$url";
  }
 
  # We save the original url in case of Yadis discovery failure.
  # It can happen when we'll be lead to an XRDS document
  # which does not have any OpenID2 services.
  $originalUrl = $url;
 
  # A flag to disable yadis discovery in case of failure in headers.
  $yadis = true;
 
  # We'll jump a maximum of 5 times, to avoid endless redirections.
  for ($i = 0; $i < 5; $i ++) {
  if ($yadis) {
  $headers = $this->request($url, 'HEAD');
 
  $next = false;
  if (isset($headers['x-xrds-location'])) {
  $url = $this->build_url(parse_url($url), parse_url(trim($headers['x-xrds-location'])));
  $next = true;
  }
 
  if (isset($headers['content-type'])
  && (strpos($headers['content-type'], 'application/xrds+xml') !== false
  || strpos($headers['content-type'], 'text/xml') !== false)
  ) {
  # Apparently, some providers return XRDS documents as text/html.
  # While it is against the spec, allowing this here shouldn't break
  # compatibility with anything.
  # ---
  # Found an XRDS document, now let's find the server, and optionally delegate.
  $content = $this->request($url, 'GET');
 
  preg_match_all('#<Service.*?>(.*?)</Service>#s', $content, $m);
  foreach($m[1] as $content) {
  $content = ' ' . $content; # The space is added, so that strpos doesn't return 0.
 
  # OpenID 2
  $ns = preg_quote('http://specs.openid.net/auth/2.0/');
  if(preg_match('#<Type>\s*'.$ns.'(server|signon)\s*</Type>#s', $content, $type)) {
  if ($type[1] == 'server') $this->identifier_select = true;
 
  preg_match('#<URI.*?>(.*)</URI>#', $content, $server);
  preg_match('#<(Local|Canonical)ID>(.*)</\1ID>#', $content, $delegate);
  if (empty($server)) {
  return false;
  }
  # Does the server advertise support for either AX or SREG?
  $this->ax = (bool) strpos($content, '<Type>http://openid.net/srv/ax/1.0</Type>');
  $this->sreg = strpos($content, '<Type>http://openid.net/sreg/1.0</Type>')
  || strpos($content, '<Type>http://openid.net/extensions/sreg/1.1</Type>');
 
  $server = $server[1];
  if (isset($delegate[2])) $this->identity = trim($delegate[2]);
  $this->version = 2;
 
  $this->server = $server;
  return $server;
  }
 
  # OpenID 1.1
  $ns = preg_quote('http://openid.net/signon/1.1');
  if (preg_match('#<Type>\s*'.$ns.'\s*</Type>#s', $content)) {
 
  preg_match('#<URI.*?>(.*)</URI>#', $content, $server);
  preg_match('#<.*?Delegate>(.*)</.*?Delegate>#', $content, $delegate);
  if (empty($server)) {
  return false;
  }
  # AX can be used only with OpenID 2.0, so checking only SREG
  $this->sreg = strpos($content, '<Type>http://openid.net/sreg/1.0</Type>')
  || strpos($content, '<Type>http://openid.net/extensions/sreg/1.1</Type>');
 
  $server = $server[1];
  if (isset($delegate[1])) $this->identity = $delegate[1];
  $this->version = 1;
 
  $this->server = $server;
  return $server;
  }
  }
 
  $next = true;
  $yadis = false;
  $url = $originalUrl;
  $content = null;
  break;
  }
  if ($next) continue;
 
  # There are no relevant information in headers, so we search the body.
  $content = $this->request($url, 'GET');
  $location = $this->htmlTag($content, 'meta', 'http-equiv', 'X-XRDS-Location', 'content');
  if ($location) {
  $url = $this->build_url(parse_url($url), parse_url($location));
  continue;
  }
  }
 
  if (!$content) $content = $this->request($url, 'GET');
 
  # At this point, the YADIS Discovery has failed, so we'll switch
  # to openid2 HTML discovery, then fallback to openid 1.1 discovery.
  $server = $this->htmlTag($content, 'link', 'rel', 'openid2.provider', 'href');
  $delegate = $this->htmlTag($content, 'link', 'rel', 'openid2.local_id', 'href');
  $this->version = 2;
 
  if (!$server) {
  # The same with openid 1.1
  $server = $this->htmlTag($content, 'link', 'rel', 'openid.server', 'href');
  $delegate = $this->htmlTag($content, 'link', 'rel', 'openid.delegate', 'href');
  $this->version = 1;
  }
 
  if ($server) {
  # We found an OpenID2 OP Endpoint
  if ($delegate) {
  # We have also found an OP-Local ID.
  $this->identity = $delegate;
  }
  $this->server = $server;
  return $server;
  }
 
  throw new ErrorException("No OpenID Server found at $url", 404);
  }
  throw new ErrorException('Endless redirection!', 500);
  }
 
  protected function sregParams()
  {
  $params = array();
  # We always use SREG 1.1, even if the server is advertising only support for 1.0.
  # That's because it's fully backwards compatibile with 1.0, and some providers
  # advertise 1.0 even if they accept only 1.1. One such provider is myopenid.com
  $params['openid.ns.sreg'] = 'http://openid.net/extensions/sreg/1.1';
  if ($this->required) {
  $params['openid.sreg.required'] = array();
  foreach ($this->required as $required) {
  if (!isset(self::$ax_to_sreg[$required])) continue;
  $params['openid.sreg.required'][] = self::$ax_to_sreg[$required];
  }
  $params['openid.sreg.required'] = implode(',', $params['openid.sreg.required']);
  }
 
  if ($this->optional) {
  $params['openid.sreg.optional'] = array();
  foreach ($this->optional as $optional) {
  if (!isset(self::$ax_to_sreg[$optional])) continue;
  $params['openid.sreg.optional'][] = self::$ax_to_sreg[$optional];
  }
  $params['openid.sreg.optional'] = implode(',', $params['openid.sreg.optional']);
  }
  return $params;
  }
 
  protected function axParams()
  {
  $params = array();
  if ($this->required || $this->optional) {
  $params['openid.ns.ax'] = 'http://openid.net/srv/ax/1.0';
  $params['openid.ax.mode'] = 'fetch_request';
  $this->aliases = array();
  $counts = array();
  $required = array();
  $optional = array();
  foreach (array('required','optional') as $type) {
  foreach ($this->$type as $alias => $field) {
  if (is_int($alias)) $alias = strtr($field, '/', '_');
  $this->aliases[$alias] = 'http://axschema.org/' . $field;
  if (empty($counts[$alias])) $counts[$alias] = 0;
  $counts[$alias] += 1;
  ${$type}[] = $alias;
  }
  }
  foreach ($this->aliases as $alias => $ns) {
  $params['openid.ax.type.' . $alias] = $ns;
  }
  foreach ($counts as $alias => $count) {
  if ($count == 1) continue;
  $params['openid.ax.count.' . $alias] = $count;
  }
 
  # Don't send empty ax.requied and ax.if_available.
  # Google and possibly other providers refuse to support ax when one of these is empty.
  if($required) {
  $params['openid.ax.required'] = implode(',', $required);
  }
  if($optional) {
  $params['openid.ax.if_available'] = implode(',', $optional);
  }
  }
  return $params;
  }
 
  protected function authUrl_v1($immediate)
  {
  $returnUrl = $this->returnUrl;
  # If we have an openid.delegate that is different from our claimed id,
  # we need to somehow preserve the claimed id between requests.
  # The simplest way is to just send it along with the return_to url.
  if($this->identity != $this->claimed_id) {
  $returnUrl .= (strpos($returnUrl, '?') ? '&' : '?') . 'openid.claimed_id=' . $this->claimed_id;
  }
 
  $params = array(
  'openid.return_to' => $returnUrl,
  'openid.mode' => $immediate ? 'checkid_immediate' : 'checkid_setup',
  'openid.identity' => $this->identity,
  'openid.trust_root' => $this->trustRoot,
  ) + $this->sregParams();
 
  return $this->build_url(parse_url($this->server)
  , array('query' => http_build_query($params, '', '&')));
  }
 
  protected function authUrl_v2($immediate)
  {
  $params = array(
  'openid.ns' => 'http://specs.openid.net/auth/2.0',
  'openid.mode' => $immediate ? 'checkid_immediate' : 'checkid_setup',
  'openid.return_to' => $this->returnUrl,
  'openid.realm' => $this->trustRoot,
  );
  if ($this->ax) {
  $params += $this->axParams();
  }
  if ($this->sreg) {
  $params += $this->sregParams();
  }
  if (!$this->ax && !$this->sreg) {
  # If OP doesn't advertise either SREG, nor AX, let's send them both
  # in worst case we don't get anything in return.
  $params += $this->axParams() + $this->sregParams();
  }
 
  if ($this->identifier_select) {
  $params['openid.identity'] = $params['openid.claimed_id']
  = 'http://specs.openid.net/auth/2.0/identifier_select';
  } else {
  $params['openid.identity'] = $this->identity;
  $params['openid.claimed_id'] = $this->claimed_id;
  }
 
  return $this->build_url(parse_url($this->server)
  , array('query' => http_build_query($params, '', '&')));
  }
 
  /**
  * Returns authentication url. Usually, you want to redirect your user to it.
  * @return String The authentication url.
  * @param String $select_identifier Whether to request OP to select identity for an user in OpenID 2. Does not affect OpenID 1.
  * @throws ErrorException
  */
  function authUrl($immediate = false)
  {
  if ($this->setup_url && !$immediate) return $this->setup_url;
  if (!$this->server) $this->discover($this->identity);
 
  if ($this->version == 2) {
  return $this->authUrl_v2($immediate);
  }
  return $this->authUrl_v1($immediate);
  }
 
  /**
  * Performs OpenID verification with the OP.
  * @return Bool Whether the verification was successful.
  * @throws ErrorException
  */
  function validate()
  {
  # If the request was using immediate mode, a failure may be reported
  # by presenting user_setup_url (for 1.1) or reporting
  # mode 'setup_needed' (for 2.0). Also catching all modes other than
  # id_res, in order to avoid throwing errors.
  if(isset($this->data['openid_user_setup_url'])) {
  $this->setup_url = $this->data['openid_user_setup_url'];
  return false;
  }
  if($this->mode != 'id_res') {
  return false;
  }
 
  $this->claimed_id = isset($this->data['openid_claimed_id'])?$this->data['openid_claimed_id']:$this->data['openid_identity'];
  $params = array(
  'openid.assoc_handle' => $this->data['openid_assoc_handle'],
  'openid.signed' => $this->data['openid_signed'],
  'openid.sig' => $this->data['openid_sig'],
  );
 
  if (isset($this->data['openid_ns'])) {
  # We're dealing with an OpenID 2.0 server, so let's set an ns
  # Even though we should know location of the endpoint,
  # we still need to verify it by discovery, so $server is not set here
  $params['openid.ns'] = 'http://specs.openid.net/auth/2.0';
  } elseif (isset($this->data['openid_claimed_id'])
  && $this->data['openid_claimed_id'] != $this->data['openid_identity']
  ) {
  # If it's an OpenID 1 provider, and we've got claimed_id,
  # we have to append it to the returnUrl, like authUrl_v1 does.
  $this->returnUrl .= (strpos($this->returnUrl, '?') ? '&' : '?')
  . 'openid.claimed_id=' . $this->claimed_id;
  }
 
  if ($this->data['openid_return_to'] != $this->returnUrl) {
  # The return_to url must match the url of current request.
  # I'm assuing that noone will set the returnUrl to something that doesn't make sense.
  return false;
  }
 
  $server = $this->discover($this->claimed_id);
 
  foreach (explode(',', $this->data['openid_signed']) as $item) {
  # Checking whether magic_quotes_gpc is turned on, because
  # the function may fail if it is. For example, when fetching
  # AX namePerson, it might containg an apostrophe, which will be escaped.
  # In such case, validation would fail, since we'd send different data than OP
  # wants to verify. stripslashes() should solve that problem, but we can't
  # use it when magic_quotes is off.
  $value = $this->data['openid_' . str_replace('.','_',$item)];
  $params['openid.' . $item] = get_magic_quotes_gpc() ? stripslashes($value) : $value;
 
  }
 
  $params['openid.mode'] = 'check_authentication';
 
  $response = $this->request($server, 'POST', $params);
 
  return preg_match('/is_valid\s*:\s*true/i', $response);
  }
 
  protected function getAxAttributes()
  {
  $alias = null;
  if (isset($this->data['openid_ns_ax'])
  && $this->data['openid_ns_ax'] != 'http://openid.net/srv/ax/1.0'
  ) { # It's the most likely case, so we'll check it before
  $alias = 'ax';
  } else {
  # 'ax' prefix is either undefined, or points to another extension,
  # so we search for another prefix
  foreach ($this->data as $key => $val) {
  if (substr($key, 0, strlen('openid_ns_')) == 'openid_ns_'
  && $val == 'http://openid.net/srv/ax/1.0'
  ) {
  $alias = substr($key, strlen('openid_ns_'));
  break;
  }
  }
  }
  if (!$alias) {
  # An alias for AX schema has not been found,
  # so there is no AX data in the OP's response
  return array();
  }
 
  $attributes = array();
  foreach (explode(',', $this->data['openid_signed']) as $key) {
  $keyMatch = $alias . '.value.';
  if (substr($key, 0, strlen($keyMatch)) != $keyMatch) {
  continue;
  }
  $key = substr($key, strlen($keyMatch));
  if (!isset($this->data['openid_' . $alias . '_type_' . $key])) {
  # OP is breaking the spec by returning a field without
  # associated ns. This shouldn't happen, but it's better
  # to check, than cause an E_NOTICE.
  continue;
  }
  $value = $this->data['openid_' . $alias . '_value_' . $key];
  $key = substr($this->data['openid_' . $alias . '_type_' . $key],
  strlen('http://axschema.org/'));
 
  $attributes[$key] = $value;
  }
  return $attributes;
  }
 
  protected function getSregAttributes()
  {
  $attributes = array();
  $sreg_to_ax = array_flip(self::$ax_to_sreg);
  foreach (explode(',', $this->data['openid_signed']) as $key) {
  $keyMatch = 'sreg.';
  if (substr($key, 0, strlen($keyMatch)) != $keyMatch) {
  continue;
  }
  $key = substr($key, strlen($keyMatch));
  if (!isset($sreg_to_ax[$key])) {
  # The field name isn't part of the SREG spec, so we ignore it.
  continue;
  }
  $attributes[$sreg_to_ax[$key]] = $this->data['openid_sreg_' . $key];
  }
  return $attributes;
  }
 
  /**
  * Gets AX/SREG attributes provided by OP. should be used only after successful validaton.
  * Note that it does not guarantee that any of the required/optional parameters will be present,
  * or that there will be no other attributes besides those specified.
  * In other words. OP may provide whatever information it wants to.
  * * SREG names will be mapped to AX names.
  * * @return Array Array of attributes with keys being the AX schema names, e.g. 'contact/email'
  * @see http://www.axschema.org/types/
  */
  function getAttributes()
  {
  if (isset($this->data['openid_ns'])
  && $this->data['openid_ns'] == 'http://specs.openid.net/auth/2.0'
  ) { # OpenID 2.0
  # We search for both AX and SREG attributes, with AX taking precedence.
  return $this->getAxAttributes() + $this->getSregAttributes();
  }
  return $this->getSregAttributes();
  }
  }
 
cache/tiles  
cache/map  
cache/maps  
 
[InternetShortcut]  
URL=http://gplotter.offwhite.net/  
 
[InternetShortcut]  
URL=http://brennan.offwhite.net/blog/2005/07/23/new-google-maps-icons-free/  
 
 Binary files a/lib/staticmaplite/images/markers/Thumbs.db and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb1.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb10.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb11.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb12.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb13.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb14.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb15.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb16.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb17.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb18.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb19.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb2.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb20.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb21.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb22.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb23.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb24.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb25.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb3.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb4.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb5.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb6.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb7.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb8.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconb9.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong1.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong10.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong11.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong12.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong13.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong14.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong15.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong16.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong17.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong18.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong19.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong2.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong20.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong21.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong22.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong23.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong24.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong25.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong3.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong4.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong5.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong6.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong7.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong8.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icong9.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr1.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr10.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr11.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr12.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr13.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr14.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr15.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr16.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr17.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr18.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr19.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr2.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr20.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr21.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr22.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr23.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr24.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr25.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr3.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr4.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr5.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr6.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr7.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr8.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/iconr9.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/icons.psd and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/lightblue1.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/lightblue2.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/lightblue3.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/lightblue4.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/lightblue5.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/ol-marker-blue.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/ol-marker-gold.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/ol-marker-green.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/markers/ol-marker.png and /dev/null differ
 Binary files a/lib/staticmaplite/images/osm_logo.png and /dev/null differ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de">  
<head>  
<!--  
CSS based on template of Dandelion wiki engine by Radomir Dopieralski who released this  
template under the terms of GNU GPL. http://dandelion.sheep.art.pl/  
-->  
<meta http-equiv="content-type" content="text/html; charset=utf-8" />  
<title>staticMapLite</title>  
<style type="text/css">  
html{font:96% sans-serif;color:#000;background:#f7f7f7;line-height:1.4;}  
body{color:#333;}  
#wrapper{margin:auto;width:60em;position:relative;}  
#header{padding:0px 0px 7px 0px; height: 1em;}  
#header h1 { float:left; width: 40%; }  
#content{background:white;padding:1em;border:1px solid #e0d78a;outline:0.5em solid #fef4a4; margin:0.5em 0;padding:20px;min-height:20em;}  
h1{margin-top:0px;}  
h1,h2,h3,h4,h5,h6{letter-spacing:0.05em;color:#1474CA;font-weight:normal;}  
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;}  
a{color:#1474CA;text-decoration:none;}  
a:visited{color:#1474CA;}  
a.pending{color:#c174a0;}  
a:hover{text-decoration:underline;}  
a img{border:none;}  
input,textarea{font-size:94%;border:1px solid #999;background:#fff;color:#666;outline:0.2em solid #eee;padding:0px;line-height:1.2;margin:0.5em;vertical-align:middle;}  
textarea{display:block;margin:0.5em auto;width:100%;}  
pre{outline:0.4em solid #eee;padding:0.5em;margin:0.5em;border:1px solid #e0d78a;background:#fef4a4;color:#644e22;}  
img{border:1px solid #ccc;outline:0.25em solid #eee;padding:0.25em;margin:0.25em 0 0.25em 0.5em;background:#fff;}  
hr{height:0;border:none;color:#fff;background:transparent;border-bottom:1px solid #ccc; margin:0.5em 0;}  
#diff {outline:none;border:none;}  
#diff ins{color:green;text-decoration:none;font-weight:bold;}  
#diff del{color:red;text-decoration:line-through;}  
#diff{background:#fff;line-height:1.25;padding:1em;white-space:pre-wrap;word-wrap:break-word; white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;width:97%;}  
hr{margin:10px 0 10px 0;height:0px;overflow:hidden;border:0px;border-top:2px solid #ccc;}  
.error{color:#F25A5A;font-weight:bold;}  
form{display:inline;}  
#contentTextarea{height:44em;}  
#toc{margin:5px 0 5px 10px;padding:6px 5px 7px 0px;float:right;list-style:none;outline:0.4em solid #eee;background:#fef4a4;border:1px solid #e0d78a;}  
#toc ul{list-style:none;padding:3px 0 3px 10px;}  
#toc li{font-size:11px;padding-left:10px;}  
#toc ul li{font-size:10px;}  
#toc ul ul li{font-size:9px;}  
#toc ul ul ul li{font-size:8px;}  
#toc ul ul ul ul li{font-size:7px;}  
.pageVersionsList{letter-spacing:0px;font-variant:normal;font-size:12px;}  
#renameForm{float:left;}  
.clear{clear:both;}  
.tagList{padding:0.2em 0.4em 0.2em 0.4em;margin-top:0.5em;border:1px dashed #e0d78a;background:#fef4a4;color:#644e22;}  
.tagCloud{float:right;width:200px;padding:0.5em;margin:1em;border:1px dashed #e0d78a;background:#fef4a4;color:#644e22;}  
#fileTable{border-collapse:collapse;}  
#fileTable td{border:1px solid #FEF4A4;padding:2px 6px 2px 6px;}  
h2 span.par-edit, h3 span.par-edit, h4 span.par-edit, h5 span.par-edit, h6 span.par-edit {display:none;}  
h2:hover span.par-edit, h3:hover span.par-edit, h4:hover span.par-edit, h5:hover span.par-edit, h6:hover span.par-edit {display:inline;font-size:x-small;}  
.comment-item { border:1px solid #999;color:#666;outline:0.2em solid #eee; }  
.resizeTextareaDiv { margin-top: 5px;}  
a.toolbarTextareaItem { padding-right: 10px; }  
a.external:after { content: "\2197";}  
</style>  
</head>  
 
<body>  
<div id="wrapper">  
<div id="header">  
</div>  
<div id="content">  
 
<div class="par-div">  
<h2>  
staticMapLite - simple map for your website  
</h2>  
<p>  
<img src="staticmap.php?center=40.714728,-73.998672&zoom=14&size=865x512&maptype=mapnik" width="865" height="512" /></p>  
<p>  
This image was created using the following simple &lt;img> tag:  
<pre>&lt;img src="staticmap.php?center=40.714728,-73.998672&amp;zoom=14&amp;size=865x512&amp;maptype=mapnik" /&gt;</pre>  
</p>  
</div>  
<hr />  
<div class="par-div">  
<h3>  
Place Markers  
</h3>  
 
<p>  
<img src="staticmap.php?center=40.714728,-73.998672&zoom=14&size=865x512&maptype=mapnik&markers=40.702147,-74.015794,lightblue1|40.711614,-74.012318,lightblue2|40.718217,-73.998284,lightblue3" width="865" height="512" />  
</p><p> Add markers by appending them to the image URL:  
<pre>markers=40.702147,-74.015794,lightblue1|40.711614,-74.012318,lightblue2|40.718217,-73.998284,lightblue3</pre>  
</p>  
</div>  
<hr />  
<div class="par-div">  
<h3>  
Use Different Map Styles (Tile Sources)  
</h3>  
 
<p>  
<div style="float:left; margin-right: 10px">  
<img src="staticmap.php?center=40.714728,-73.998672&zoom=14&size=256x256&maptype=mapnik" width="256" height="256" />  
<pre>maptype=mapnik</pre>  
</div>  
<div style="float:left; margin-right: 10px">  
<img src="staticmap.php?center=40.714728,-73.998672&zoom=14&size=256x256&maptype=osmarenderer" width="256" height="256" />  
<pre>maptype=osmarenderer</pre>  
</div>  
<div style="float:left; margin-right: 10px">  
<img src="staticmap.php?center=40.714728,-73.998672&zoom=14&size=256x256&maptype=cycle" width="256" height="256" />  
<pre>maptype=cycle</pre>  
</div>  
<br style="clear:both" />  
</p>  
</div>  
 
</div>  
<div id="footer">  
<div style="text-align:center;padding:7px;color:#ccc">  
sponsored by <a href="http://dfacts.de">dFacts Network</a>  
</div>  
</div>  
</div>  
</body>  
</html>  
chcon -R -t httpd_sys_content_rw_t cache  
 
 
<?php  
 
/**  
* staticMapLite 0.02  
*  
* Copyright 2009 Gerhard Koch  
*  
* Licensed under the Apache License, Version 2.0 (the "License");  
* you may not use this file except in compliance with the License.  
* You may obtain a copy of the License at  
*  
* http://www.apache.org/licenses/LICENSE-2.0  
*  
* Unless required by applicable law or agreed to in writing, software  
* distributed under the License is distributed on an "AS IS" BASIS,  
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
* See the License for the specific language governing permissions and  
* limitations under the License.  
*  
* @author Gerhard Koch <gerhard.koch AT ymail.com>  
*  
* USAGE:  
*  
* staticmap.php?center=40.714728,-73.998672&zoom=14&size=512x512&maptype=mapnik&markers=40.702147,-74.015794,blues|40.711614,-74.012318,greeng|40.718217,-73.998284,redc  
*  
*/  
 
error_reporting(0);  
ini_set('display_errors','off');  
 
Class staticMapLite {  
 
protected $tileSize = 256;  
protected $tileSrcUrl = array( 'mapnik' => 'http://tile.openstreetmap.org/{Z}/{X}/{Y}.png',  
'cloudmade' => 'http://b.tile.cloudmade.com/daa03470bb8740298d4b10e3f03d63e6/1/256/{Z}/{X}/{Y}.png',);  
 
protected $tileDefaultSrc = 'cloudmade';  
protected $markerBaseDir = 'images/markers';  
protected $osmLogo = 'images/osm_logo.png';  
 
protected $useTileCache = true;  
protected $tileCacheBaseDir = './cache/tiles';  
 
protected $useMapCache = true;  
protected $mapCacheBaseDir = './cache/maps';  
protected $mapCacheID = '';  
protected $mapCacheFile = '';  
protected $mapCacheExtension = 'png';  
 
protected $zoom, $lat, $lon, $width, $height, $markers, $image, $maptype;  
protected $centerX, $centerY, $offsetX, $offsetY;  
 
public function __construct(){  
$this->zoom = 0;  
$this->lat = 0;  
$this->lon = 0;  
$this->width = 500;  
$this->height = 350;  
$this->markers = array();  
$this->maptype = $this->tileDefaultSrc;  
}  
 
public function parseParams(){  
global $_GET;  
 
// get zoom from GET paramter  
$this->zoom = $_GET['zoom']?intval($_GET['zoom']):0;  
if($this->zoom>18)$this->zoom = 18;  
 
// get lat and lon from GET paramter  
list($this->lat,$this->lon) = split(',',$_GET['center']);  
$this->lat = floatval($this->lat);  
$this->lon = floatval($this->lon);  
 
// get zoom from GET paramter  
if($_GET['size']){  
list($this->width, $this->height) = split('x',$_GET['size']);  
$this->width = intval($this->width);  
$this->height = intval($this->height);  
}  
if($_GET['markers']){  
$markers = split('%7C|\|',$_GET['markers']);  
foreach($markers as $marker){  
list($markerLat, $markerLon, $markerImage) = split(',',$marker);  
$markerLat = floatval($markerLat);  
$markerLon = floatval($markerLon);  
$markerImage = basename($markerImage);  
$this->markers[] = array('lat'=>$markerLat, 'lon'=>$markerLon, 'image'=>$markerImage);  
}  
 
}  
if($_GET['maptype']){  
if(array_key_exists($_GET['maptype'],$this->tileSrcUrl)) $this->maptype = $_GET['maptype'];  
}  
}  
 
public function lonToTile($long, $zoom){  
return (($long + 180) / 360) * pow(2, $zoom);  
}  
 
public function latToTile($lat, $zoom){  
return (1 - log(tan($lat * pi()/180) + 1 / cos($lat* pi()/180)) / pi()) /2 * pow(2, $zoom);  
}  
 
public function initCoords(){  
$this->centerX = $this->lonToTile($this->lon, $this->zoom);  
$this->centerY = $this->latToTile($this->lat, $this->zoom);  
$this->offsetX = floor((floor($this->centerX)-$this->centerX)*$this->tileSize);  
$this->offsetY = floor((floor($this->centerY)-$this->centerY)*$this->tileSize);  
}  
 
public function createBaseMap(){  
$this->image = imagecreatetruecolor($this->width, $this->height);  
$startX = floor($this->centerX-($this->width/$this->tileSize)/2);  
$startY = floor($this->centerY-($this->height/$this->tileSize)/2);  
$endX = ceil($this->centerX+($this->width/$this->tileSize)/2);  
$endY = ceil($this->centerY+($this->height/$this->tileSize)/2);  
$this->offsetX = -floor(($this->centerX-floor($this->centerX))*$this->tileSize);  
$this->offsetY = -floor(($this->centerY-floor($this->centerY))*$this->tileSize);  
$this->offsetX += floor($this->width/2);  
$this->offsetY += floor($this->height/2);  
$this->offsetX += floor($startX-floor($this->centerX))*$this->tileSize;  
$this->offsetY += floor($startY-floor($this->centerY))*$this->tileSize;  
 
for($x=$startX; $x<=$endX; $x++){  
for($y=$startY; $y<=$endY; $y++){  
$url = str_replace(array('{Z}','{X}','{Y}'),array($this->zoom, $x, $y), $this->tileSrcUrl[$this->maptype]);  
$tileImage = imagecreatefromstring($this->fetchTile($url));  
$destX = ($x-$startX)*$this->tileSize+$this->offsetX;  
$destY = ($y-$startY)*$this->tileSize+$this->offsetY;  
imagecopy($this->image, $tileImage, $destX, $destY, 0, 0, $this->tileSize, $this->tileSize);  
}  
}  
}  
 
 
public function placeMarkers(){  
foreach($this->markers as $marker){  
$markerLat = $marker['lat'];  
$markerLon = $marker['lon'];  
$markerImage = $marker['image'];  
$markerIndex++;  
$markerFilename = $markerImage?(file_exists($this->markerBaseDir.'/'.$markerImage.".png")?$markerImage:'lightblue'.$markerIndex):'lightblue'.$markerIndex;  
if(file_exists($this->markerBaseDir.'/'.$markerFilename.".png")){  
$markerImg = imagecreatefrompng($this->markerBaseDir.'/'.$markerFilename.".png");  
} else {  
$markerImg = imagecreatefrompng($this->markerBaseDir.'/lightblue1.png');  
}  
$destX = floor(($this->width/2)-$this->tileSize*($this->centerX-$this->lonToTile($markerLon, $this->zoom)));  
$destY = floor(($this->height/2)-$this->tileSize*($this->centerY-$this->latToTile($markerLat, $this->zoom)));  
$destY = $destY - imagesy($markerImg);  
 
imagecopy($this->image, $markerImg, $destX, $destY, 0, 0, imagesx($markerImg), imagesy($markerImg));  
 
};  
}  
 
 
 
public function tileUrlToFilename($url){  
return $this->tileCacheBaseDir."/".str_replace(array('http://'),'',$url);  
}  
 
public function checkTileCache($url){  
$filename = $this->tileUrlToFilename($url);  
if(file_exists($filename)){  
return file_get_contents($filename);  
}  
}  
 
public function checkMapCache(){  
$this->mapCacheID = md5($this->serializeParams());  
$filename = $this->mapCacheIDToFilename();  
if(file_exists($filename)) return true;  
}  
 
public function serializeParams(){  
return join("&",array($this->zoom,$this->lat,$this->lon,$this->width,$this->height, serialize($this->markers),$this->maptype));  
}  
 
public function mapCacheIDToFilename(){  
if(!$this->mapCacheFile){  
$this->mapCacheFile = $this->mapCacheBaseDir."/".substr($this->mapCacheID,0,2)."/".substr($this->mapCacheID,2,2)."/".substr($this->mapCacheID,4);  
}  
return $this->mapCacheFile.".".$this->mapCacheExtension;  
}  
 
 
 
public function mkdir_recursive($pathname, $mode){  
return mkdir($pathname, $mode, true);  
}  
public function writeTileToCache($url, $data){  
$filename = $this->tileUrlToFilename($url);  
$this->mkdir_recursive(dirname($filename),0777);  
file_put_contents($filename, $data);  
}  
 
public function fetchTile($url){  
if($this->useTileCache && ($cached = $this->checkTileCache($url))) return $cached;  
$ch = curl_init();  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/4.0");  
curl_setopt($ch, CURLOPT_URL, $url);  
$tile = curl_exec($ch);  
curl_close($ch);  
if($this->useTileCache){  
$this->writeTileToCache($url,$tile);  
}  
return $tile;  
 
}  
 
public function copyrightNotice(){  
$logoImg = imagecreatefrompng($this->osmLogo);  
imagecopy($this->image, $logoImg, imagesx($this->image)-imagesx($logoImg), imagesy($this->image)-imagesy($logoImg), 0, 0, imagesx($logoImg), imagesy($logoImg));  
 
}  
 
public function sendHeader(){  
header('Content-Type: image/png');  
$expires = 60*60*24*14;  
header("Pragma: public");  
header("Cache-Control: maxage=".$expires);  
header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$expires) . ' GMT');  
}  
 
public function makeMap(){  
$this->initCoords();  
$this->createBaseMap();  
if(count($this->markers))$this->placeMarkers();  
if($this->osmLogo) $this->copyrightNotice();  
}  
 
public function showMap(){  
$this->parseParams();  
if($this->useMapCache){  
// use map cache, so check cache for map  
if(!$this->checkMapCache()){  
// map is not in cache, needs to be build  
$this->makeMap();  
$this->mkdir_recursive(dirname($this->mapCacheIDToFilename()),0777);  
imagepng($this->image,$this->mapCacheIDToFilename(),9);  
$this->sendHeader();  
if(file_exists($this->mapCacheIDToFilename())){  
return file_get_contents($this->mapCacheIDToFilename());  
} else {  
return imagepng($this->image);  
}  
} else {  
// map is in cache  
$this->sendHeader();  
return file_get_contents($this->mapCacheIDToFilename());  
}  
 
} else {  
// no cache, make map, send headers and deliver png  
$this->makeMap();  
// $this->sendHeader();  
// do some extra compression  
imagetruecolortopalette($this->image, false, 256);  
return imagepng($this->image, 9, PNG_ALL_FILTERS);  
 
}  
}  
 
}  
 
$map = new staticMapLite();  
print $map->showMap();  
 
?>  
 
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
   
include_header("Busness R&amp;D", "index"); include_header("MyWay Balance and Timeliness Survey Results", "index");
if ($_SESSION['authed'] == true) { if ($_SESSION['authed'] == true) {
echo '<ul data-role="listview" data-theme="e" data-groupingtheme="e"> echo '<ul data-role="listview" data-theme="e" data-groupingtheme="e">
<li data-role="list-divider" > Admin Features </li> <li data-role="list-divider" > Admin Features </li>
<li><a href="myway_timeliness_calculate.php"><h3>myway_timeliness_calculate</h3> <li><a href="myway_timeliness_calculate.php"><h3>myway_timeliness_calculate</h3>
<p>myway_timeliness_calculate</p></a></li> <p>myway_timeliness_calculate</p></a></li>
<li><a href="myway_timeliness_reconcile.php"><h3>myway_timeliness_reconcile</h3> <li><a href="myway_timeliness_reconcile.php"><h3>myway_timeliness_reconcile</h3>
<p>myway_timeliness_reconcile</p></a></li> <p>myway_timeliness_reconcile</p></a></li>
</ul>'; </ul>';
} }
?> ?>
<ul data-role="listview" data-theme="e" data-groupingtheme="e"> <ul data-role="listview" data-theme="e" data-groupingtheme="e">
<li data-role="list-divider" >MyWay Balance </li> <li data-role="list-divider" >MyWay Balance </li>
<li><a href="mywaybalance.php"><h3>Mobile viewer for MyWay balance</h3> <li><a href="mywaybalance.php"><h3>Mobile viewer for MyWay balance</h3>
<p>Warning! No HTTPS security.</p></a></li> <p>Warning! No HTTPS security.</p></a></li>
</ul> </ul>
<ul data-role="listview" data-theme="e" data-groupingtheme="e"> <ul data-role="listview" data-theme="e" data-groupingtheme="e">
   
<li data-role="list-divider" > MyWay Timeliness Graphs </li> <li data-role="list-divider" > MyWay Timeliness Graphs </li>
   
  <li><a href="myway_timeliness_overview.php"><h3>Timeliness Overview</h3>
  <p>Displays statistics on timeliness split by day/time/month/stop etc.</p></a></li>
<li><a href="myway_timeliness.php"><h3>Timeliness over Day</h3> <li><a href="myway_timeliness.php"><h3>Timeliness over Day</h3>
<p>Displays the deviation from the timetable over the day</p></a></li> <p>Displays the deviation from the timetable over the day</p></a></li>
<li><a href="myway_timeliness_freqdist.php"><h3>Frequency Distribution of Time Deviation</h3> <li><a href="myway_timeliness_freqdist.php"><h3>Frequency Distribution of Time Deviation</h3>
<p>Displays spread of time deviations</p></a></li> <p>Displays spread of time deviations</p></a></li>
<li><a href="myway_timeliness_route.php"><h3>Timeliness over Route</h3> <li><a href="myway_timeliness_route.php"><h3>Timeliness over Route</h3>
<p>Displays the deviation from timetable as a specific route progresses</p></a></li> <p>Displays the deviation from timetable as a specific route progresses</p></a></li>
<li><a href="myway_timeliness_stop.php"><h3>Timeliness at Stop</h3> <li><a href="myway_timeliness_stop.php"><h3>Timeliness at Stop</h3>
<p>Displays the deviation from the timetable at a specific stop</p></a></li> <p>Displays the deviation from the timetable at a specific stop</p></a></li>
</ul> </ul>
</div> </div>
<?php <?php
include_footer() include_footer()
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
   
function cleanString($subject) { function cleanString($subject) {
$subject = str_replace("&nbsp;", " ", $subject); $subject = str_replace("&nbsp;", " ", $subject);
$subject = str_replace("&", "&amp;", $subject); $subject = str_replace("&", "&amp;", $subject);
$subject = preg_replace('/[^\r\n\t\x20-\x7E\xA0-\xFF]/', '', $subject); $subject = preg_replace('/[^\r\n\t\x20-\x7E\xA0-\xFF]/', '', $subject);
$subject = str_replace(" ", " ", $subject); $subject = str_replace(" ", " ", $subject);
return trim($subject); return trim($subject);
} }
   
$return = Array(); $return = Array();
/* if (file_exists("mywayresponse.txt")) { /* if (file_exists("mywayresponse.txt")) {
@$fh = fopen("mywayresponse.txt", 'r'); @$fh = fopen("mywayresponse.txt", 'r');
if ($fh) { if ($fh) {
$pageHTML = fread($fh, filesize("mywayresponse.txt")); $pageHTML = fread($fh, filesize("mywayresponse.txt"));
fclose($fh); fclose($fh);
} }
} */ } */
//set POST variables //set POST variables
$url = 'https://www.action.act.gov.au/ARTS/use_Funcs.asp'; $url = 'https://www.transport.act.gov.au/ARTS/use_Funcs.asp';
//$url = 'http://localhost/myway.htm'; //$url = 'http://localhost/myway.html';
$field_mapping = Array( $field_mapping = Array(
"card_number" => "SRNO", "card_number" => "SRNO",
"DOBmonth" => "month", "DOBmonth" => "month",
"DOBday" => "day", "DOBday" => "day",
"DOByear" => "year", "DOByear" => "year",
"secret_answer" => "pwrd", "secret_answer" => "pwrd",
"button" => "Submit" "button" => "Submit"
); );
foreach (Array( foreach (Array(
"card_number", "card_number",
"DOBday", "DOBday",
"DOBmonth", "DOBmonth",
"DOByear" "DOByear"
) as $field_name) { ) as $field_name) {
if (isset($_REQUEST[$field_name])) { if (isset($_REQUEST[$field_name])) {
$fields[$field_name] = filter_var($_REQUEST[$field_name], FILTER_SANITIZE_NUMBER_INT); $fields[$field_name] = filter_var($_REQUEST[$field_name], FILTER_SANITIZE_NUMBER_INT);
} else { } else {
$return["error"][] = $field_name . " parameter invalid or unspecified"; $return["error"][] = $field_name . " parameter invalid or unspecified";
} }
} }
if (isset($_REQUEST['secret_answer'])) { if (isset($_REQUEST['secret_answer'])) {
$fields['secret_answer'] = filter_var($_REQUEST['secret_answer'], FILTER_SANITIZE_STRING, Array( $fields['secret_answer'] = filter_var($_REQUEST['secret_answer'], FILTER_SANITIZE_STRING, Array(
FILTER_FLAG_NO_ENCODE_QUOTES, FILTER_FLAG_NO_ENCODE_QUOTES,
FILTER_FLAG_STRIP_HIGH, FILTER_FLAG_STRIP_HIGH,
FILTER_FLAG_STRIP_LOW FILTER_FLAG_STRIP_LOW
)); ));
} else { } else {
$return["error"][] = "secret_answer parameter invalid or unspecified"; $return["error"][] = "secret_answer parameter invalid or unspecified";
} }
$fields['button'] = 'Submit'; $fields['button'] = 'Submit';
$fields_string = ""; $fields_string = "";
//url-ify the data for the POST //url-ify the data for the POST
foreach ($fields as $key => $value) { foreach ($fields as $key => $value) {
if (sizeof($value) === 0) if (sizeof($value) === 0)
$return['error'][] = $key . " parameter invalid or unspecified"; $return['error'][] = $key . " parameter invalid or unspecified";
$fields_string.= $field_mapping[$key] . '=' . $value . '&'; $fields_string.= $field_mapping[$key] . '=' . $value . '&';
} }
$fields_string = rtrim($fields_string, '&'); $fields_string = rtrim($fields_string, '&');
if (!isset($return['error'])) { if (!isset($return['error'])) {
//open connection //open connection
$ch = curl_init(); $ch = curl_init();
//set the url, number of POST vars, POST data //set the url, number of POST vars, POST data
curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, count($fields)); curl_setopt($ch, CURLOPT_POST, count($fields));
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields_string); curl_setopt($ch, CURLOPT_POSTFIELDS, $fields_string);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_REFERER, "https://www.action.act.gov.au/ARTS/getbalance.asp"); curl_setopt($ch, CURLOPT_REFERER, "https://www.transport.act.gov.au/ARTS/getbalance.asp");
curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_TIMEOUT, 30);
//execute post //execute post
$pageHTML = curl_exec($ch); $pageHTML = curl_exec($ch);
if (curl_errno($ch)) if (curl_errno($ch))
$return["error"][] = "Network error " . curl_errno($ch) . " " . curl_error($ch) . " " . $url . $fields_string; $return["error"][] = "Network error " . curl_errno($ch) . " " . curl_error($ch) . " " . $url . $fields_string;
//close connection //close connection
curl_close($ch); curl_close($ch);
  }
   
  function parseTable($table,$tableName) {
  global $return;
  $tableColumns = Array();
  $tableColumnNum = 0;
  foreach ($table->find("th") as $th) {
  $tableColumns[$tableColumnNum] = cleanString($th->plaintext);
  $tableColumnNum++;
  }
  //print_r($tableColumns);
  $tableRowNum = 0;
  foreach ($table->find("tr") as $tr) {
  $tableColumnNum = 0;
  foreach ($tr->find("td") as $td) {
  if ($tableName == "myway_carddetails") {
  // first table has card/cardholder details
  $return[$tableName][$tableColumns[$tableColumnNum]] = cleanString($td->plaintext);
  } else {
  // second table has transactions
   
  if ($tableColumns[$tableColumnNum] == "TX Reference No / Type") {
  $return[$tableName][$tableRowNum]["TX Reference No"] = substr(cleanString($td->plaintext), 0, 6);
  $return[$tableName][$tableRowNum]["TX Type"] = substr(cleanString($td->plaintext), 7);
  } else {
  $return[$tableName][$tableRowNum][$tableColumns[$tableColumnNum]] = cleanString($td->plaintext);
  }
  }
  //print_r($return);
  $tableColumnNum++;
  }
  $tableRowNum++;
  }
} }
   
if (!isset($return['error'])) { if (!isset($return['error'])) {
include_once ('../lib/simple_html_dom.php'); include_once ('../lib/simple_html_dom.php');
//print_r($pageHTML); //print_r($pageHTML);
$page = str_get_html($pageHTML); $page = str_get_html($pageHTML);
$pageAlerts = $page->find(".smartCardAlert"); $pageAlerts = $page->find(".smartCardAlert");
if (sizeof($pageAlerts) > 0) { if (sizeof($pageAlerts) > 0) {
$return['error'][] = $pageAlerts[0]->plaintext; $return['error'][] = $pageAlerts[0]->plaintext;
} }
if (!isset($return['error'])) { if (!isset($return['error'])) {
$tableNum = 0; $tables = $page->find(".type3");
$tableName = Array( parseTable($tables[0], "myway_carddetails");
1 => "myway_carddetails",  
2 => "myway_transactions" $tables = $page->find(".type2");
); parseTable($tables[0], "myway_transactions");
foreach ($page->find("table") as $table) {  
$tableNum++;  
$tableColumns = Array();  
$tableColumnNum = 0;  
foreach ($table->find("th") as $th) {  
$tableColumns[$tableColumnNum] = cleanString($th->plaintext);  
$tableColumnNum++;  
}  
//print_r($tableColumns);  
$tableRowNum = 0;  
foreach ($table->find("tr") as $tr) {  
$tableColumnNum = 0;  
foreach ($tr->find("td") as $td) {  
if ($tableNum == 1) {  
// first table has card/cardholder details  
$return[$tableName[$tableNum]][$tableColumns[$tableColumnNum]] = cleanString($td->plaintext);  
} else {  
// second table has transactions  
   
if ($tableColumns[$tableColumnNum] == "TX Reference No / Type") {  
$return[$tableName[$tableNum]][$tableRowNum]["TX Reference No"] = substr(cleanString($td->plaintext), 0, 6);  
$return[$tableName[$tableNum]][$tableRowNum]["TX Type"] = substr(cleanString($td->plaintext), 7);  
} else {  
$return[$tableName[$tableNum]][$tableRowNum][$tableColumns[$tableColumnNum]] = cleanString($td->plaintext);  
}  
}  
//print_r($return);  
$tableColumnNum++;  
}  
$tableRowNum++;  
}  
}  
} }
} }
if (sizeof($return) == 0) { if (sizeof($return) == 0) {
$return['error'][] = "No data extracted from MyWay website - API may be out of date"; $return['error'][] = "No data extracted from MyWay website - API may be out of date";
} }
if (basename(__FILE__) == "myway_api.json.php") { if (basename(__FILE__) == "myway_api.json.php") {
header('Content-Type: text/javascript; charset=utf8'); header('Content-Type: text/javascript; charset=utf8');
// header('Access-Control-Allow-Origin: http://bus.lambdacomplex.org/'); // header('Access-Control-Allow-Origin: http://bus.lambdacomplex.org/');
header('Access-Control-Max-Age: 3628800'); header('Access-Control-Max-Age: 3628800');
header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE'); header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE');
if (isset($_GET['callback'])) { if (isset($_GET['callback'])) {
$json = '(' . json_encode($return) . ');'; //must wrap in parens and end with semicolon $json = '(' . json_encode($return) . ');'; //must wrap in parens and end with semicolon
print_r($_GET['callback'] . $json); //callback is prepended for json-p print_r($_GET['callback'] . $json); //callback is prepended for json-p
} }
else else
echo json_encode($return); echo json_encode($return);
} }
?> ?>
   
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
include_header("MyWay Deltas", "mywayDelta"); include_header("MyWay Deltas", "mywayDelta");
?> ?>
   
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../js/flot/excanvas.min.js"></script><![endif]--> <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../js/flot/excanvas.min.js"></script><![endif]-->
   
<script language="javascript" type="text/javascript" src="../js/flot/jquery.flot.js"></script> <script language="javascript" type="text/javascript" src="../js/flot/jquery.flot.js"></script>
<center><div id="placeholder" style="width:900px;height:550px"></div></center> <center><div id="placeholder" style="width:900px;height:550px"></div></center>
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
var d = new Date(); var d = new Date();
d.setUTCMinutes(0); d.setUTCMinutes(0);
d.setUTCHours(0); d.setUTCHours(0);
var midnight = d.getTime(); var midnight = d.getTime();
   
<?php <?php
$query = "select * from myway_timingdeltas where abs(timing_delta) < 2*(select stddev(timing_delta) from myway_timingdeltas) order by route_full_name;"; $query = "select * from myway_timingdeltas where abs(timing_delta) < 2*(select stddev(timing_delta) from myway_timingdeltas) order by route_name;";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
$i = 0; $i = 0;
$labels = Array(); $labels = Array();
$lastRoute = ""; $lastRoute = "";
foreach ($query->fetchAll() as $delta) { foreach ($query->fetchAll() as $delta) {
$routeName = $delta['route_full_name']; $routeName = $delta['route_name'];
if (strstr($routeName, " 3")) if (preg_match('/z/',$routeName)) {
$routeName = "312-319"; $routeName = "312-319";
else } else {
$routeName = preg_replace('/\D/', '', $routeName); $routeName = preg_replace('/\D/', '', $routeName);
  }
if ($routeName != $lastRoute) { if ($routeName != $lastRoute) {
$i++; $i++;
echo " var d$i = [];"; echo " var d$i = [];";
$lastRoute = $routeName; $lastRoute = $routeName;
$labels[$i] = $routeName; $labels[$i] = $routeName;
} }
echo "d$i.push([ midnight+ (1000*" . midnight_seconds(strtotime($delta['time'])) . "), " . intval($delta['timing_delta']) . "]); \n"; echo "d$i.push([ midnight+ (1000*" . midnight_seconds(strtotime($delta['time'])) . "), " . intval($delta['timing_delta']) . "]); \n";
}; };
?> ?>
   
var placeholder = $("#placeholder"); var placeholder = $("#placeholder");
   
var plot = $.plot(placeholder, [ var plot = $.plot(placeholder, [
<?php <?php
foreach ($labels as $key => $label) { foreach ($labels as $key => $label) {
echo " { echo " {
data: d$key, data: d$key,
points: { show: true }, points: { show: true },
label: '$label' label: '$label'
},"; },";
} }
?> ?>
], ],
{ {
xaxis: { xaxis: {
mode: "time", mode: "time",
min: midnight + (1000*60*60*8), min: midnight + (1000*60*60*8),
max: midnight + (1000*60*60*23.5) max: midnight + (1000*60*60*23.5)
}, },
yaxis: { yaxis: {
tickFormatter: yformatter tickFormatter: yformatter
}, },
grid: { hoverable: true, clickable: true, labelMargin: 32 }, grid: { hoverable: true, clickable: true, labelMargin: 32 }
}); });
var o; var o;
o = plot.pointOffset({ x: midnight+ (9*60*60*1000), y: -1.2}); o = plot.pointOffset({ x: midnight+ (9*60*60*1000), y: -1.2});
placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">9am</div>'); placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">9am</div>');
o = plot.pointOffset({ x: midnight+ (16*60*60*1000), y: -1.2}); o = plot.pointOffset({ x: midnight+ (16*60*60*1000), y: -1.2});
placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">4pm</div>'); placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">4pm</div>');
   
}); });
function yformatter(v) { function yformatter(v) {
if (Math.floor(v/60) < -9) return ""; if (Math.floor(v/60) < -9) return "";
return Math.abs(Math.floor(v/60)) + " min " + (v == 0 ? "" : (v >0 ? "early":"late")) return Math.abs(Math.floor(v/60)) + " min " + (v == 0 ? "" : (v >0 ? "early":"late"))
} }
function showTooltip(x, y, contents) { function showTooltip(x, y, contents) {
$('<div id="tooltip">' + contents + '</div>').css( { $('<div id="tooltip">' + contents + '</div>').css( {
position: 'absolute', position: 'absolute',
display: 'none', display: 'none',
top: y + 5, top: y + 5,
left: x + 5, left: x + 5,
border: '1px solid #fdd', border: '1px solid #fdd',
padding: '2px', padding: '2px',
'background-color': '#fee', 'background-color': '#fee',
opacity: 0.80 opacity: 0.80
}).appendTo("body").fadeIn(200); }).appendTo("body").fadeIn(200);
} }
var previousPoint = null; var previousPoint = null;
$("#placeholder").bind("plothover", function (event, pos, item) { $("#placeholder").bind("plothover", function (event, pos, item) {
$("#x").text(pos.x.toFixed(2)); $("#x").text(pos.x.toFixed(2));
$("#y").text(pos.y.toFixed(2)); $("#y").text(pos.y.toFixed(2));
if (item) { if (item) {
if (previousPoint != item.dataIndex) { if (previousPoint != item.dataIndex) {
previousPoint = item.dataIndex; previousPoint = item.dataIndex;
$("#tooltip").remove(); $("#tooltip").remove();
var x = item.datapoint[0].toFixed(2), var x = item.datapoint[0].toFixed(2),
y = item.datapoint[1].toFixed(2); y = item.datapoint[1].toFixed(2);
var d = new Date(); var d = new Date();
d.setTime(x); d.setTime(x);
var time = d.getUTCHours() +':'+ (d.getUTCMinutes().toString().length == 1 ? '0'+ d.getMinutes(): d.getUTCMinutes()) var time = d.getUTCHours() +':'+ (d.getUTCMinutes().toString().length == 1 ? '0'+ d.getMinutes(): d.getUTCMinutes())
   
showTooltip(item.pageX, item.pageY, showTooltip(item.pageX, item.pageY,
item.series.label + " at "+ time +" = " + Math.abs(new Number(y/60).toFixed(2))+" minutes "+(y >0 ? "early":"late")); item.series.label + " at "+ time +" = " + Math.abs(new Number(y/60).toFixed(2))+" minutes "+(y >0 ? "early":"late"));
} }
} }
else { else {
$("#tooltip").remove(); $("#tooltip").remove();
previousPoint = null; previousPoint = null;
} }
}); });
   
</script> </script>
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
include_header("MyWay Delta Calculate", "mywayDeltaCalc"); include_header("MyWay Delta Calculate", "mywayDeltaCalc");
flush(); flush();
ob_flush(); ob_flush();
   
function abssort($a, $b) { function abssort($a, $b) {
if ($a['timeDiff'] == $b['timeDiff']) { if ($a['timeDiff'] == $b['timeDiff']) {
return 0; return 0;
} }
return (abs($a['timeDiff']) < abs($b['timeDiff'])) ? -1 : 1; return (abs($a['timeDiff']) < abs($b['timeDiff'])) ? -1 : 1;
} }
   
//collect all observation not in delta //collect all observation not in delta
$query = "select * from myway_observations INNER JOIN myway_stops $query = "select * from myway_observations INNER JOIN myway_stops
ON myway_observations.myway_stop=myway_stops.myway_stop INNER JOIN myway_routes ON myway_observations.myway_stop=myway_stops.myway_stop INNER JOIN myway_routes
ON myway_observations.myway_route=myway_routes.myway_route ON myway_observations.myway_route=myway_routes.myway_route
WHERE observation_id NOT IN WHERE observation_id NOT IN
( (
SELECT observation_id SELECT observation_id
FROM myway_timingdeltas FROM myway_timingdeltas
)"; )";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
$uncalcdObservations = $query->fetchAll(); $uncalcdObservations = $query->fetchAll();
//Display count //Display count
echo "<h3>" . sizeof($uncalcdObservations) . " observations not yet processed</h2>"; echo "<h3>" . sizeof($uncalcdObservations) . " observations not yet processed</h2>";
//foreach observation not in delta //foreach observation not in delta
foreach ($uncalcdObservations as $obsv) { foreach ($uncalcdObservations as $obsv) {
//var_dump($obsv); //var_dump($obsv);
echo "<h3>Observation {$obsv['observation_id']}:</h1> echo "<h3>Observation {$obsv['observation_id']}:</h1>
<small>{$obsv['myway_stop']} @ {$obsv['time']} on {$obsv['myway_route']}</small><br>"; <small>{$obsv['myway_stop']} @ {$obsv['time']} on {$obsv['myway_route']}</small><br>";
if ($obsv["stop_code"] == "") {  
echo "error, stop '{$obsv['myway_stop']}' unknown";  
continue;  
}  
if ($obsv["route_full_name"] == "") {  
echo "error, route '{$obsv['myway_route']}' unknown";  
continue;  
}  
// convert timestamp into time of day and date // convert timestamp into time of day and date
// timezones from http://www.postgresql.org/docs/8.0/static/datetime-keywords.html // timezones from http://www.postgresql.org/docs/8.0/static/datetime-keywords.html
$time = date("H:i:s", strtotime($obsv['time'])); $time = date("H:i:s", strtotime($obsv['time']));
$time_tz = date("H:i:s", strtotime($obsv['time'])) . " AESST"; $time_tz = date("H:i:s", strtotime($obsv['time'])) . " AESST";
$search_time = date("H:i:s", strtotime($obsv['time']) - (30 * 60)); // 30 minutes margin $search_time = date("H:i:s", strtotime($obsv['time']) - (60 * 60)); // 30 minutes margin
$date = date("c", strtotime($obsv['time'])); $date = date("c", strtotime($obsv['time']));
$timing_period = service_period(strtotime($date)); $timing_period = service_period(strtotime($date));
$potentialStops = getStopsByStopCode($obsv["stop_code"], $obsv["stop_street"]); if (isset($obsv["stop_id"]) && $obsv["stop_id"] != "" && $obsv["stop_id"] != "*") {
  $potentialStops = Array(getStop($obsv["stop_id"]));
  } else {
  echo "Potential stops are a bus station<br>";
  $potentialStops = getStops("", trim(str_replace(Array("Arrival","Arrivals","Arrive Platform 3 Set down only.","Arrive","Set Down Only"), "", $obsv["myway_stop"])));
  }
//:get myway_stops records //:get myway_stops records
//:search by starts with stopcode and starts with street if street is not null //:search by starts with stopcode and starts with street if street is not null
//no result, skip and display error //no result, skip and display error
if (sizeof($potentialStops) < 1) { if (sizeof($potentialStops) < 1) {
echo "error, potential stops for stopcode {$obsv["stop_code"]} street {$obsv["stop_street"]} unknown"; echo "error, potential stops for stopid {$obsv["stop_id"]} unknown";
continue; continue;
} }
//print out stops //print out stops
echo "Matched stops: "; echo "Matched stops: ";
foreach ($potentialStops as $potentialStop) foreach ($potentialStops as $potentialStop) {
echo $potentialStop['stop_code'] . " "; echo $potentialStop['stop_id'] . " " . $potentialStop['stop_name'] . " ";
  }
echo "<br>"; echo "<br>";
//:get myway_route record //:get myway_route record
//no result, skip and display error //no result, skip and display error
//print out route //print out route
$potentialRoute = getRouteByFullName($obsv["route_full_name"]); $potentialRoutes = getRoutesByShortName($obsv["route_short_name"]);
if ($potentialRoute["route_short_name"] == "") { if (sizeof($potentialRoutes) < 1) {
echo "error, route '{$obsv["route_full_name"]}' unknown"; echo "error, route '{$obsv["myway_route"]}' unknown";
continue; continue;
} }
echo "Matched route: {$potentialRoute['route_short_name']}{$potentialRoute['route_long_name']} {$timing_period}<br>";  
$timeDeltas = Array(); $timeDeltas = Array();
foreach ($potentialStops as $potentialStop) { foreach ($potentialRoutes as $potentialRoute) {
$stopRoutes = getStopRoutes($potentialStop['stop_id'], $timing_period); echo "Matched route: {$potentialRoute['route_id']} {$potentialRoute['route_short_name']}{$potentialRoute['route_long_name']} {$timing_period}<br>";
$foundRoute = Array(); foreach ($potentialStops as $potentialStop) {
foreach ($stopRoutes as $stopRoute) { $stopRoutes = getStopRoutes($potentialStop['stop_id'], $timing_period);
//Check if this route stops at each stop $foundRoute = Array();
if ($stopRoute['route_short_name'] . $stopRoute['route_long_name'] == $obsv["route_full_name"]) { foreach ($stopRoutes as $stopRoute) {
echo "Matching route {$stopRoute['route_id']} found at {$potentialStop['stop_code']}<br>"; //Check if this route stops at each stop
$foundRoute = $stopRoute; if ($stopRoute['route_id'] == $potentialRoute['route_id']) {
//if does get tripstoptimes for this route echo "Matching route {$stopRoute['route_id']} found at stop #{$potentialStop['stop_id']}<br>";
$trips = getStopTrips($potentialStop['stop_id'], $timing_period, $search_time); $foundRoute = $stopRoute;
foreach ($trips as $trip) { //if does get tripstoptimes for this route
//echo $trip['route_id']." ".$stopRoute['route_id'].";"; $trips = getStopTrips($potentialStop['stop_id'], $timing_period, $search_time, 10, $potentialRoute['route_short_name']);
if ($trip['route_id'] == $stopRoute['route_id']) { foreach ($trips as $trip) {
$timedTrip = getTimeInterpolatedTripAtStop($trip['trip_id'], $trip['stop_sequence']); //echo $trip['route_id']." ".$stopRoute['route_id'].";";
$actual_time = strtotime($time); if ($trip['route_id'] == $stopRoute['route_id']) {
$trip_time = strtotime($timedTrip['arrival_time']); $timedTrip = getTripAtStop($trip['trip_id'], $trip['stop_sequence']);
$timeDiff = $actual_time - $trip_time; $actual_time = strtotime($time);
//work out time delta, put into array with index of delta $trip_time = strtotime($timedTrip['arrival_time']);
$timeDeltas[] = Array( $timeDiff = $actual_time - $trip_time;
"timeDiff" => $timeDiff, //work out time delta, put into array with index of delta
"stop_code" => $potentialStop['stop_code'], $timeDeltas[] = Array(
"stop_sequence" => $timedTrip['stop_sequence'] "timeDiff" => $timeDiff,
); "stop_id" => $potentialStop['stop_id'],
echo "Found trip {$trip['trip_id']} at stop {$potentialStop['stop_code']} (#{$potentialStop['stop_id']}, sequence #{$trip['stop_sequence']})<br>"; "stop_sequence" => $trip['stop_sequence'],
echo "Arriving at {$timedTrip['arrival_time']}, difference of " . round($timeDiff / 60, 2) . " minutes<br>"; "route_name" => "{$trip['route_short_name']} {$trip['route_long_name']} {$trip['direction']}",
  "route_id" => $trip['route_id']
  );
  echo "Found trip {$trip['trip_id']} at stop {$potentialStop['stop_id']} (#{$potentialStop['stop_name']}, sequence #{$trip['stop_sequence']})<br>";
  echo "Arriving at {$timedTrip['arrival_time']}, difference of " . round($timeDiff / 60, 2) . " minutes<br>";
  } else {
  echo "{$trip['route_id']} != {$stopRoute['route_id']}<br>";
  }
} }
  if (sizeof($timeDeltas) == 0) echo "Error, no trips found.<bR>";
  break; // because have found route
} }
break; // because have found route }
  if (sizeof($foundRoute) < 1) {
  //print out that stops/does not stop
  echo "No matching routes found at {$potentialStop['stop_id']}<br>";
  //var_dump($stopRoutes);
  flush();
} }
} }
if (sizeof($foundRoute) < 1) {  
//print out that stops/does not stop  
echo "No matching routes found at {$potentialStop['stop_code']}<br>";  
var_dump($stopRoutes);  
flush();  
}  
} }
   
// lowest delta is recorded delta // lowest delta is recorded delta
usort($timeDeltas, "abssort"); usort($timeDeltas, "abssort");
$lowestDelta = $timeDeltas[0]["timeDiff"]; $lowestDelta = $timeDeltas[0]["timeDiff"];
if (sizeof($timeDeltas) != 0) { if (sizeof($timeDeltas) != 0) {
  if (abs($lowestDelta) > 9999) {
  echo "Difference of " . round($lowestDelta / 60, 2) . " minutes is too high. Will not record this observation<br>";
  } else {
echo "Lowest difference of " . round($lowestDelta / 60, 2) . " minutes will be recorded for this observation<br>"; echo "Lowest difference of " . round($lowestDelta / 60, 2) . " minutes will be recorded for this observation<br>";
   
$observation_id = $obsv['observation_id']; $observation_id = $obsv['observation_id'];
$route_full_name = $obsv['route_full_name'];  
$stop_code = $timeDeltas[0]["stop_code"]; $route_name = $timeDeltas[0]["route_name"];
  $route_id = $timeDeltas[0]["route_id"];
  $stop_id = $timeDeltas[0]["stop_id"];
  $myway_stop = $obsv["myway_stop"];
$stop_sequence = $timeDeltas[0]["stop_sequence"]; $stop_sequence = $timeDeltas[0]["stop_sequence"];
$stmt = $conn->prepare("insert into myway_timingdeltas (observation_id, route_full_name, stop_code, timing_delta, time, date, timing_period, stop_sequence) $stmt = $conn->prepare("insert into myway_timingdeltas (observation_id, route_id, stop_id, timing_delta, time, date, timing_period, stop_sequence,myway_stop,route_name)
values (:observation_id, :route_full_name, :stop_code, :timing_delta, :time, :date, :timing_period, :stop_sequence)"); values (:observation_id, :route_id, :stop_id, :timing_delta, :time, :date, :timing_period, :stop_sequence,:myway_stop,:route_name)");
$stmt->bindParam(':observation_id', $observation_id); $stmt->bindParam(':observation_id', $observation_id);
$stmt->bindParam(':route_full_name', $route_full_name); $stmt->bindParam(':route_id', $route_id);
$stmt->bindParam(':stop_code', $stop_code); $stmt->bindParam(':route_name', $route_name);
  $stmt->bindParam(':stop_id', $stop_id);
  $stmt->bindParam(':myway_stop', $myway_stop);
$stmt->bindParam(':timing_delta', $lowestDelta); $stmt->bindParam(':timing_delta', $lowestDelta);
$stmt->bindParam(':time', $time_tz); $stmt->bindParam(':time', $time_tz);
$stmt->bindParam(':date', $date); $stmt->bindParam(':date', $date);
$stmt->bindParam(':timing_period', $timing_period); $stmt->bindParam(':timing_period', $timing_period);
$stmt->bindParam(':stop_sequence', $stop_sequence); $stmt->bindParam(':stop_sequence', $stop_sequence);
// insert a record // insert a record
$stmt->execute(); $stmt->execute();
if ($stmt->rowCount() > 0) { if ($stmt->rowCount() > 0) {
echo "Recorded.<br>"; echo "Recorded.<br>";
} }
var_dump($conn->errorInfo()); var_dump($conn->errorInfo());
flush(); flush();
   
  }
} }
flush(); flush();
} }
   
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
include_header("MyWay Deltas", "mywayDelta"); include_header("MyWay Deltas", "mywayDelta");
?> ?>
<table> <table>
<tr><td></td><td>Mean</td><td>Standard<br>Deviation</td><td>Sample Size</td></tr> <tr><td></td><td>Mean</td><td>Standard<br>Deviation</td><td>Sample Size</td></tr>
<th> Overall </th> <th> Overall </th>
<?php <?php
$query = "select '', avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas "; $query = "select '', avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas ";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $row) { foreach ($query->fetchAll() as $row) {
echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>"; echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>";
}; };
?> ?>
   
   
<th> Hour of Day </th> <th> Hour of Day </th>
<?php <?php
$query = "select extract(hour from time), avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by extract(hour from time) order by extract(hour from time)"; $query = "select extract(hour from time), avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by extract(hour from time) order by extract(hour from time)";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $row) { foreach ($query->fetchAll() as $row) {
echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>"; echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>";
}; };
?> ?>
   
<th> Day of Week </th> <th> Day of Week </th>
<?php <?php
$query = "select to_char(date, 'Day'), avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by to_char(date, 'Day') order by to_char(date, 'Day')"; $query = "select to_char(date, 'Day'), avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by to_char(date, 'Day') order by to_char(date, 'Day')";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $row) { foreach ($query->fetchAll() as $row) {
echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>"; echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>";
}; };
?> ?>
<th>Month </th> <th>Month </th>
<?php <?php
$query = "select to_char(date, 'Month'), avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by to_char(date, 'Month') order by to_char(date, 'Month')"; $query = "select to_char(date, 'Month'), avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by to_char(date, 'Month') order by to_char(date, 'Month')";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $row) { foreach ($query->fetchAll() as $row) {
echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>"; echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>";
}; };
?> ?>
   
<th>Stop </th> <th>Stop </th>
<?php <?php
$query = "select myway_stop, avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas INNER JOIN myway_observations $query = "select myway_stop, avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by myway_stop having count(*) > 1 order by myway_stop";
ON myway_observations.observation_id=myway_timingdeltas.observation_id group by myway_stop having count(*) > 1 order by myway_stop";  
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $row) { foreach ($query->fetchAll() as $row) {
echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>"; echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>";
}; };
?> ?>
<th>Route </th> <th>Route </th>
<?php <?php
$query = "select route_full_name, avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by route_full_name having count(*) > 1 order by route_full_name"; $query = "select route_name, avg(timing_delta), stddev(timing_delta), count(*) from myway_timingdeltas group by route_name having count(*) > 1 order by route_name";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $row) { foreach ($query->fetchAll() as $row) {
echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>"; echo "<tr><td>{$row[0]}</td><td>" . floor($row[1]) . "</td><td>" . floor($row[2]) . "</td><td>{$row[3]}</td></tr>";
}; };
?> ?>
   
   
</table> </table>
   
<?php <?php
include_footer(); include_footer();
?> ?>
   
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
auth(); auth();
foreach ($_REQUEST as $key => $value) { foreach ($_REQUEST as $key => $value) {
if (strstr($key, "route") && !strstr($value, "Select")) { if (strstr($key, "route") && !strstr($value, "Select")) {
$myway_route = str_replace("route", "", $key); $myway_route = str_replace("route", "", $key);
$route_full_name = $value; $vparts = explode("-",$value);
$query = "update myway_routes set route_full_name = :route_full_name where myway_route = :myway_route"; $route_short_name = $vparts[0];
  $trip_headsign = $vparts[1];
  $query = "update myway_routes set route_short_name = :route_short_name, trip_headsign = :trip_headsign where myway_route = :myway_route";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":myway_route", $myway_route, PDO::PARAM_STR, 5); $query->bindParam(":myway_route", $myway_route, PDO::PARAM_STR, 5);
$query->bindParam(":route_full_name", $route_full_name, PDO::PARAM_STR, 42);  
  $query->bindParam(":route_short_name", $route_short_name, PDO::PARAM_STR, 42);
  $query->bindParam(":trip_headsign", $trip_headsign, PDO::PARAM_STR, 42);
$query->execute(); $query->execute();
die(print_r($conn->errorInfo(), true)); die(print_r($conn->errorInfo(), true));
} }
if (strstr($key, "myway_stop")) { if (strstr($key, "myway_stop")) {
$myway_stop = $value; $myway_stop = $value;
$stop_code = $_REQUEST['stop_code']; $stop_id = $_REQUEST['stop_id'];
$stop_street = $_REQUEST['stop_street']; $query = "update myway_stops set stop_id = :stop_id where myway_stop = :myway_stop";
$query = "update myway_stops set stop_code = :stop_code, stop_street = :stop_street where myway_stop = :myway_stop";  
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":myway_stop", $myway_stop, PDO::PARAM_STR, 25); $query->bindParam(":myway_stop", $myway_stop, PDO::PARAM_STR, 25);
$query->bindParam(":stop_code", $stop_code, PDO::PARAM_STR, 32); $query->bindParam(":stop_id", $stop_id, PDO::PARAM_STR, 32);
$query->bindParam(":stop_street", $stop_street);  
$query->execute(); $query->execute();
die(print_r($conn->errorInfo(), true)); die(print_r($conn->errorInfo(), true));
} }
} }
include_header("MyWay Data Reconcile", "mywayTimeRec"); include_header("MyWay Data Reconcile", "mywayTimeRec");
// initialise // initialise
$count = $conn->exec("insert into myway_stops $count = $conn->exec("insert into myway_stops
select distinct myway_stop from myway_observations select distinct myway_stop from myway_observations
WHERE myway_stop NOT IN WHERE myway_stop NOT IN
( (
SELECT myway_stop SELECT myway_stop
FROM myway_stops FROM myway_stops
)"); )");
echo "$count new stops.<br>"; echo "$count new stops.<br>";
if (!$count) { if (!$count) {
print_r($conn->errorInfo()); print_r($conn->errorInfo());
} }
$count = $conn->exec("insert into myway_routes select distinct myway_route from myway_observations $count = $conn->exec("insert into myway_routes select distinct myway_route from myway_observations
WHERE myway_route NOT IN WHERE myway_route NOT IN
( (
SELECT myway_route SELECT myway_route
FROM myway_routes FROM myway_routes
)"); )");
echo "$count new routes.<br>"; echo "$count new routes.<br>";
if (!$count) { if (!$count) {
print_r($conn->errorInfo()); print_r($conn->errorInfo());
} }
echo "<h2>Stops</h2>"; echo "<h2>Stops</h2>";
/* stops /* stops
search start of name, display map and table nuimbered, two text boxes */ search start of name, display map and table nuimbered, two text boxes */
$query = "Select * from myway_stops where stop_code is NULL and stop_street is NUll;"; $query = "Select * from myway_stops where stop_id is NUll;";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $myway_stop) { foreach ($query->fetchAll() as $myway_stop) {
echo "<h3>{$myway_stop[0]}</h3>"; echo "<h3>{$myway_stop[0]}</h3>";
$stopNameParts = explode(" ", $myway_stop[0]);  
$markers = array(); $markers = array();
$stopKey = 1; $stopKey = 0;
$foundStops = getStops(false, "", $stopNameParts[0] . " " . $stopNameParts[1]); $foundStops = getStops("",$myway_stop[0]);
if (sizeof($foundStops) > 0) { if (sizeof($foundStops) > 0) {
echo "<table>"; echo "<table>";
foreach ($foundStops as $stopResult) { foreach ($foundStops as $stopResult) {
$markers[] = array( $markers[] = array(
$stopResult['stop_lat'], $stopResult['stop_lat'],
$stopResult['stop_lon'] $stopResult['stop_lon']
); );
echo "<tr><td>" . $stopKey++ . "</td><td>" . $stopResult['stop_name'] . "</td><td>" . $stopResult['stop_code'] . "</td></tr>"; echo "<tr><td>" . $stopKey++ . "</td><td>" . $stopResult['stop_name'] . "</td><td>" . $stopResult['stop_id'] . "</td></tr>";
} }
echo '</table>'; echo '</table>';
echo "" . staticmap($markers, 0, "icong", false) . "<br>\n"; echo "" . staticmap($markers,false,false,false,true) . "<br>\n";
} }
echo '<form id="inputform' . md5($myway_stop[0]) . '"> echo '<form id="inputform' . md5($myway_stop[0]) . '">
<input type="hidden" name="myway_stop" value="' . $myway_stop[0] . '"> <input type="hidden" name="myway_stop" value="' . $myway_stop[0] . '">
<div data-role="fieldcontain"> <div data-role="fieldcontain">
<label for="stop_code">Stop Code</label> <label for="stop_id">Stop ID</label>
<input type="text" name="stop_code" id="stop_code" value="' . $foundStops[0]['stop_code'] . '" /> <input type="text" name="stop_id" id="stop_id" value="' . $foundStops[0]['stop_id'] . '" />
</div>  
<div data-role="fieldcontain">  
<label for="stop_street">Stop Street </label>  
<input type="text" name="stop_street" id="stop_street" value="' . $foundStops[0]['stop_name'] . '" />  
</div> <input type="button" onclick="$.post(\'myway_timeliness_reconcile.php\', $(\'#inputform' . md5($myway_stop[0]) . '\').serialize())" value="Go!"></form> </div> <input type="button" onclick="$.post(\'myway_timeliness_reconcile.php\', $(\'#inputform' . md5($myway_stop[0]) . '\').serialize())" value="Go!"></form>
'; ';
echo '<hr>'; echo '<hr>';
} }
echo '<h2>Routes</h2>'; echo '<h2>Routes</h2>';
/* routes /* routes
remove alpha char, search present dropdown */ remove alpha char, search present dropdown */
$query = "Select * from myway_routes where route_full_name is NUll;"; $query = "Select * from myway_routes where route_short_name is NUll;";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $myway_route) { foreach ($query->fetchAll() as $myway_route) {
echo "<h3>{$myway_route[0]}</h3>"; echo "<h3>{$myway_route[0]}</h3>";
$query = "Select * from myway_observations where myway_route = :route order by time"; $query = "Select * from myway_observations where myway_route = :route order by time";
debug($query, "database"); debug($query, "database");
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(":route", $myway_route[0]); $query->bindParam(":route", $myway_route[0]);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $myway_obvs) { foreach ($query->fetchAll() as $myway_obvs) {
echo $myway_obvs['myway_stop'] . $myway_obvs['time'] . "<br>"; echo $myway_obvs['myway_stop'] . $myway_obvs['time'] . "<br>";
} }
$searchRouteNo = preg_replace("/[A-Z]/", "", $myway_route[0]); $searchRouteNo = preg_replace("/[A-Z]/", "", $myway_route[0]);
echo $searchRouteNo; echo $searchRouteNo;
echo '<form id="inputform' . $myway_route[0] . '"> echo '<form id="inputform' . $myway_route[0] . '">
<select name="route' . $myway_route[0] . '" onchange=\'$.post("myway_timeliness_reconcile.php", $("#inputform' . $myway_route[0] . '").serialize())\'> <select name="route' . $myway_route[0] . '" onchange=\'$.post("myway_timeliness_reconcile.php", $("#inputform' . $myway_route[0] . '").serialize())\'>
<option>Select a from/to pair...</option>'; <option>Select a from/to pair...</option>';
foreach (getRoutesByNumber($searchRouteNo) as $routeResult) { foreach (getRoutesByShortName($searchRouteNo) as $routeResult) {
echo "<option value=\"{$routeResult['route_short_name']}{$routeResult['route_long_name']}\"> {$routeResult['route_short_name']}{$routeResult['route_long_name']} </option>\n"; foreach(getRouteHeadsigns($routeResult['route_id']) as $headsign ) {
  echo "<option value=\"{$routeResult['route_short_name']}-{$headsign['trip_headsign']}\">
  {$routeResult['route_short_name']}{$routeResult['route_long_name']} - {$headsign['trip_headsign']} {$headsign['direction_id']} @ {$headsign['stop_name']} </option>\n";
  }
   
} }
echo "</select></form>"; echo "</select></form>";
echo '<hr>'; echo '<hr>';
} }
include_footer(); include_footer();
?> ?>
   
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
header('Content-Type: text/javascript; charset=utf8'); header('Content-Type: text/javascript; charset=utf8');
// header('Access-Control-Allow-Origin: http://bus.lambdacomplex.org/'); // header('Access-Control-Allow-Origin: http://bus.lambdacomplex.org/');
header('Access-Control-Max-Age: 3628800'); header('Access-Control-Max-Age: 3628800');
header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE'); header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE');
?> ?>
{ {
"label": "<?php echo $_REQUEST['routeid']; ?>", "label": "<?php echo $_REQUEST['routeid']; ?>",
"data": <?php "data": <?php
$query = "select * from myway_timingdeltas where route_full_name = :route_full_name AND abs(timing_delta) < 2*(select stddev(timing_delta) from myway_timingdeltas) order by stop_sequence;"; $query = "select * from myway_timingdeltas where route_name = :route_name AND abs(timing_delta) < 2*(select stddev(timing_delta) from myway_timingdeltas) order by stop_sequence;";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(':route_full_name', $_REQUEST['routeid'], PDO::PARAM_STR, 42); $_REQUEST['routeid'].=" ";
  $query->bindParam(':route_name', $_REQUEST['routeid'], PDO::PARAM_STR);
   
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $delta) { foreach ($query->fetchAll() as $delta) {
$points[] = "[{$delta['stop_sequence']}, {$delta['timing_delta']}]"; $points[] = "[{$delta['stop_sequence']}, {$delta['timing_delta']}]";
}; };
echo "[" . implode(",", $points) . "]"; echo "[" . implode(",", $points) . "]";
?> ?>
} }
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
include_header("MyWay Deltas", "mywayDelta"); include_header("MyWay Deltas", "mywayDelta");
?> ?>
   
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../js/flot/excanvas.min.js"></script><![endif]--> <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../js/flot/excanvas.min.js"></script><![endif]-->
   
<script language="javascript" type="text/javascript" src="../js/flot/jquery.flot.js"></script> <script language="javascript" type="text/javascript" src="../js/flot/jquery.flot.js"></script>
<form method="get" action=""> <form method="get" action="">
<select id="routeid" name="routeid"> <select id="routeid" name="routeid">
<?php <?php
$query = "select distinct route_full_name from myway_routes where myway_route != '' order by route_full_name"; $query = "select distinct route_name from myway_timingdeltas order by route_name";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $route) { foreach ($query->fetchAll() as $route) {
echo "<option value=\"{$route['route_full_name']}\">{$route['route_full_name']}</option>"; echo "<option value=\"{$route['route_name']}\">{$route['route_name']}</option>";
}; };
?> </select> ?> </select>
<center><div id="placeholder" style="width:900px;height:550px"></div></center> <center><div id="placeholder" style="width:900px;height:550px"></div></center>
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
   
var placeholder = $("#placeholder"); var placeholder = $("#placeholder");
var data = []; var data = [];
var options = { var options = {
xaxis: { xaxis: {
}, },
yaxis: { yaxis: {
tickFormatter: yformatter tickFormatter: yformatter
}, },
grid: { hoverable: true, clickable: true, labelMargin: 32 }, grid: { hoverable: true, clickable: true, labelMargin: 32 },
series: { series: {
lines: { show: false }, lines: { show: false },
points: { show: true } points: { show: true }
} }
}; };
var plot = $.plot(placeholder, data, options); var plot = $.plot(placeholder, data, options);
// fetch one series, adding to what we got // fetch one series, adding to what we got
var alreadyFetched = {}; var alreadyFetched = {};
$("#routeid").change(function () { $("#routeid").change(function () {
var select = $(this); var select = $(this);
// find the URL in the link right next to us // find the URL in the link right next to us
// var dataurl = button.siblings('a').attr('href'); // var dataurl = button.siblings('a').attr('href');
var dataurl = "myway_timeliness_route.json.php?routeid=" + select.val(); var dataurl = "myway_timeliness_route.json.php?routeid=" + select.val();
// then fetch the data with jQuery // then fetch the data with jQuery
function onDataReceived(series) { function onDataReceived(series) {
// extract the first coordinate pair so you can see that // extract the first coordinate pair so you can see that
// data is now an ordinary Javascript object // data is now an ordinary Javascript object
var firstcoordinate = '(' + series.data[0][0] + ', ' + series.data[0][1] + ')'; var firstcoordinate = '(' + series.data[0][0] + ', ' + series.data[0][1] + ')';
// let's add it to our current data // let's add it to our current data
if (!alreadyFetched[series.label]) { if (!alreadyFetched[series.label]) {
alreadyFetched[series.label] = true; alreadyFetched[series.label] = true;
data.push(series); data.push(series);
} }
// and plot all we got // and plot all we got
$.plot(placeholder, data, options); $.plot(placeholder, data, options);
} }
$.ajax({ $.ajax({
url: dataurl, url: dataurl,
method: 'GET', method: 'GET',
dataType: 'json', dataType: 'json',
success: onDataReceived success: onDataReceived
}); });
}); });
   
}); });
   
   
   
function yformatter(v) { function yformatter(v) {
if (Math.floor(v/60) < -9) return ""; if (Math.floor(v/60) < -9) return "";
return Math.abs(Math.floor(v/60)) + " min " + (v == 0 ? "" : (v >0 ? "early":"late")) return Math.abs(Math.floor(v/60)) + " min " + (v == 0 ? "" : (v >0 ? "early":"late"))
} }
function showTooltip(x, y, contents) { function showTooltip(x, y, contents) {
$('<div id="tooltip">' + contents + '</div>').css( { $('<div id="tooltip">' + contents + '</div>').css( {
position: 'absolute', position: 'absolute',
display: 'none', display: 'none',
top: y + 5, top: y + 5,
left: x + 5, left: x + 5,
border: '1px solid #fdd', border: '1px solid #fdd',
padding: '2px', padding: '2px',
'background-color': '#fee', 'background-color': '#fee',
opacity: 0.80 opacity: 0.80
}).appendTo("body").fadeIn(200); }).appendTo("body").fadeIn(200);
} }
var previousPoint = null; var previousPoint = null;
$("#placeholder").bind("plothover", function (event, pos, item) { $("#placeholder").bind("plothover", function (event, pos, item) {
$("#x").text(pos.x.toFixed(2)); $("#x").text(pos.x.toFixed(2));
$("#y").text(pos.y.toFixed(2)); $("#y").text(pos.y.toFixed(2));
if (item) { if (item) {
if (previousPoint != item.dataIndex) { if (previousPoint != item.dataIndex) {
previousPoint = item.dataIndex; previousPoint = item.dataIndex;
$("#tooltip").remove(); $("#tooltip").remove();
var x = item.datapoint[0], var x = item.datapoint[0],
y = item.datapoint[1].toFixed(2); y = item.datapoint[1].toFixed(2);
showTooltip(item.pageX, item.pageY, showTooltip(item.pageX, item.pageY,
item.series.label + " at stop_sequence "+ x +" = " + Math.abs(new Number(y/60).toFixed(2))+" minutes "+(y >0 ? "early":"late")); item.series.label + " at stop_sequence "+ x +" = " + Math.abs(new Number(y/60).toFixed(2))+" minutes "+(y >0 ? "early":"late"));
} }
} }
else { else {
$("#tooltip").remove(); $("#tooltip").remove();
previousPoint = null; previousPoint = null;
} }
}); });
   
</script> </script>
   
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
header('Content-Type: text/javascript; charset=utf8'); header('Content-Type: text/javascript; charset=utf8');
// header('Access-Control-Allow-Origin: http://bus.lambdacomplex.org/'); // header('Access-Control-Allow-Origin: http://bus.lambdacomplex.org/');
header('Access-Control-Max-Age: 3628800'); header('Access-Control-Max-Age: 3628800');
header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE'); header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE');
?> ?>
{ {
"label": "<?php echo $_REQUEST['stopid']; ?>", "label": "<?php echo $_REQUEST['stopid']; ?>",
"data": <?php "data": <?php
$query = "select * from myway_timingdeltas INNER JOIN myway_observations $query = "select * from myway_timingdeltas
ON myway_observations.observation_id=myway_timingdeltas.observation_id  
where myway_stop = :myway_stop where myway_stop = :myway_stop
AND abs(timing_delta) < 2*(select stddev(timing_delta) from myway_timingdeltas) AND abs(timing_delta) < 2*(select stddev(timing_delta) from myway_timingdeltas)
order by myway_timingdeltas.time;"; order by time;";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->bindParam(':myway_stop', $_REQUEST['stopid'], PDO::PARAM_STR, 42); $query->bindParam(':myway_stop', $_REQUEST['stopid'], PDO::PARAM_STR, 42);
   
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $delta) { foreach ($query->fetchAll() as $delta) {
$points[] = "[" . ((strtotime("00:00Z") + midnight_seconds(strtotime($delta['time']))) * 1000) . ", {$delta['timing_delta']}]"; $points[] = "[" . ((strtotime("00:00Z") + midnight_seconds(strtotime($delta['time']))) * 1000) . ", {$delta['timing_delta']}]";
}; };
if (count($points) == 0) { if (count($points) == 0) {
echo "[]"; echo "[]";
} }
else else
echo "[" . implode(",", $points) . "]"; echo "[" . implode(",", $points) . "]";
?> ?>
} }
   
<?php <?php
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('../include/common.inc.php'); include ('../include/common.inc.php');
include_header("MyWay Deltas", "mywayDelta"); include_header("MyWay Deltas", "mywayDelta");
?> ?>
   
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../js/flot/excanvas.min.js"></script><![endif]--> <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../js/flot/excanvas.min.js"></script><![endif]-->
   
<script language="javascript" type="text/javascript" src="../js/flot/jquery.flot.js"></script> <script language="javascript" type="text/javascript" src="../js/flot/jquery.flot.js"></script>
<form method="get" action=""> <form method="get" action="">
<select id="stopid" name="stopid"> <select id="stopid" name="stopid">
<?php <?php
$query = "select distinct myway_stop from myway_stops where myway_stop != '' order by myway_stop"; $query = "select distinct myway_stop from myway_timingdeltas where myway_stop != '' order by myway_stop";
$query = $conn->prepare($query); $query = $conn->prepare($query);
$query->execute(); $query->execute();
if (!$query) { if (!$query) {
databaseError($conn->errorInfo()); databaseError($conn->errorInfo());
return Array(); return Array();
} }
foreach ($query->fetchAll() as $stop) { foreach ($query->fetchAll() as $stop) {
echo "<option value=\"{$stop['myway_stop']}\">{$stop['myway_stop']}</option>"; echo "<option value=\"{$stop['myway_stop']}\">{$stop['myway_stop']}</option>";
}; };
?> </select> <center><div id="placeholder" style="width:900px;height:550px"></div></center> ?> </select> <center><div id="placeholder" style="width:900px;height:550px"></div></center>
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
var d = new Date(); var d = new Date();
d.setUTCMinutes(0); d.setUTCMinutes(0);
d.setUTCHours(0); d.setUTCHours(0);
var midnight = d.getTime(); var midnight = d.getTime();
   
var placeholder = $("#placeholder"); var placeholder = $("#placeholder");
var data = []; var data = [];
var options = { var options = {
xaxis: { xaxis: {
mode: "time", mode: "time"
min: midnight + (1000*60*60*8),  
max: midnight + (1000*60*60*23.5)  
}, },
yaxis: { yaxis: {
tickFormatter: yformatter tickFormatter: yformatter
}, },
grid: { hoverable: true, clickable: true, labelMargin: 32 }, grid: { hoverable: true, clickable: true, labelMargin: 32 },
series: { series: {
lines: { show: false }, lines: { show: false },
points: { show: true } points: { show: true }
} }
}; };
   
var plot = $.plot(placeholder, data, options); var plot = $.plot(placeholder, data, options);
var o; var o;
o = plot.pointOffset({ x: midnight+ (9*60*60*1000), y: -1.2}); o = plot.pointOffset({ x: midnight+ (9*60*60*1000), y: -1.2});
placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">9am</div>'); placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">9am</div>');
o = plot.pointOffset({ x: midnight+ (16*60*60*1000), y: -1.2}); o = plot.pointOffset({ x: midnight+ (16*60*60*1000), y: -1.2});
placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">4pm</div>'); placeholder.append('<div style="position:absolute;left:' + (o.left + 4) + 'px;top:' + o.top + 'px;color:#666;font-size:smaller">4pm</div>');
// fetch one series, adding to what we got // fetch one series, adding to what we got
var alreadyFetched = {}; var alreadyFetched = {};
$("#stopid").change(function () { $("#stopid").change(function () {
var select = $(this); var select = $(this);
// find the URL in the link right next to us // find the URL in the link right next to us
// var dataurl = button.siblings('a').attr('href'); // var dataurl = button.siblings('a').attr('href');
var dataurl = "myway_timeliness_stop.json.php?stopid=" + select.val(); var dataurl = "myway_timeliness_stop.json.php?stopid=" + select.val();
// then fetch the data with jQuery // then fetch the data with jQuery
function onDataReceived(series) { function onDataReceived(series) {
// extract the first coordinate pair so you can see that // extract the first coordinate pair so you can see that
// data is now an ordinary Javascript object // data is now an ordinary Javascript object
var firstcoordinate = '(' + series.data[0][0] + ', ' + series.data[0][1] + ')'; var firstcoordinate = '(' + series.data[0][0] + ', ' + series.data[0][1] + ')';
// let's add it to our current data // let's add it to our current data
if (!alreadyFetched[series.label]) { if (!alreadyFetched[series.label]) {
alreadyFetched[series.label] = true; alreadyFetched[series.label] = true;
data.push(series); data.push(series);
} }
// and plot all we got // and plot all we got
$.plot(placeholder, data, options); $.plot(placeholder, data, options);
} }
$.ajax({ $.ajax({
url: dataurl, url: dataurl,
method: 'GET', method: 'GET',
dataType: 'json', dataType: 'json',
success: onDataReceived success: onDataReceived
}); });
}); });
   
}); });
function yformatter(v) { function yformatter(v) {
if (Math.floor(v/60) < -9) return ""; if (Math.floor(v/60) < -9) return "";
return Math.abs(Math.floor(v/60)) + " min " + (v == 0 ? "" : (v >0 ? "early":"late")) return Math.abs(Math.floor(v/60)) + " min " + (v == 0 ? "" : (v >0 ? "early":"late"))
} }
function showTooltip(x, y, contents) { function showTooltip(x, y, contents) {
$('<div id="tooltip">' + contents + '</div>').css( { $('<div id="tooltip">' + contents + '</div>').css( {
position: 'absolute', position: 'absolute',
display: 'none', display: 'none',
top: y + 5, top: y + 5,
left: x + 5, left: x + 5,
border: '1px solid #fdd', border: '1px solid #fdd',
padding: '2px', padding: '2px',
'background-color': '#fee', 'background-color': '#fee',
opacity: 0.80 opacity: 0.80
}).appendTo("body").fadeIn(200); }).appendTo("body").fadeIn(200);
} }
var previousPoint = null; var previousPoint = null;
$("#placeholder").bind("plothover", function (event, pos, item) { $("#placeholder").bind("plothover", function (event, pos, item) {
$("#x").text(pos.x.toFixed(2)); $("#x").text(pos.x.toFixed(2));
$("#y").text(pos.y.toFixed(2)); $("#y").text(pos.y.toFixed(2));
if (item) { if (item) {
if (previousPoint != item.dataIndex) { if (previousPoint != item.dataIndex) {
previousPoint = item.dataIndex; previousPoint = item.dataIndex;
$("#tooltip").remove(); $("#tooltip").remove();
var x = item.datapoint[0].toFixed(2), var x = item.datapoint[0].toFixed(2),
y = item.datapoint[1].toFixed(2); y = item.datapoint[1].toFixed(2);
var d = new Date(); var d = new Date();
d.setTime(x); d.setTime(x);
var time = d.getUTCHours() +':'+ (d.getUTCMinutes().toString().length == 1 ? '0'+ d.getMinutes(): d.getUTCMinutes()) var time = d.getUTCHours() +':'+ (d.getUTCMinutes().toString().length == 1 ? '0'+ d.getMinutes(): d.getUTCMinutes())
   
showTooltip(item.pageX, item.pageY, showTooltip(item.pageX, item.pageY,
item.series.label + " at "+ time +" = " + Math.abs(new Number(y/60).toFixed(2))+" minutes "+(y >0 ? "early":"late")); item.series.label + " at "+ time +" = " + Math.abs(new Number(y/60).toFixed(2))+" minutes "+(y >0 ? "early":"late"));
} }
} }
else { else {
$("#tooltip").remove(); $("#tooltip").remove();
previousPoint = null; previousPoint = null;
} }
}); });
   
</script> </script>
   
  include.path=${php.global.include.path}
  php.version=PHP_53
  source.encoding=UTF-8
  src.dir=.
  tags.asp=false
  tags.short=true
  web.root=.
 
  <?xml version="1.0" encoding="UTF-8"?>
  <project xmlns="http://www.netbeans.org/ns/project/1">
  <type>org.netbeans.modules.php.project</type>
  <configuration>
  <data xmlns="http://www.netbeans.org/ns/php-project/1">
  <name>busui</name>
  </data>
  </configuration>
  </project>
 
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
   
function navbar() { function navbar() {
   
echo ' echo '
<div data-role="navbar"> <div data-role="navbar">
<ul> <ul>
<li><a href="routeList.php">By Final Destination...</a></li> <li><a href="routeList.php">By Final Destination...</a></li>
<li><a href="routeList.php?bynumber=yes">By Number... </a></li> <li><a href="routeList.php?bynumber=yes">By Number... </a></li>
<li><a href="routeList.php?bysuburbs=yes">By Suburb... </a></li> <li><a href="routeList.php?bysuburbs=yes">By Suburb... </a></li>
<li><a href="routeList.php?nearby=yes">Nearby... </a></li> <li><a href="routeList.php?nearby=yes">Nearby... </a></li>
</ul> </ul>
</div> </div>
'; ';
  }
   
  function displayRoutes($routes) {
  global $nearby;
  echo ' <ul data-role="listview" data-filter="true" data-inset="true" >';
  $filteredRoutes = Array();
  foreach ($routes as $route) {
  foreach (getRouteHeadsigns($route['route_id']) as $headsign) {
  $start = $headsign['stop_name'];
  $serviceday = service_period_day($headsign['service_id']);
  $key = $route['route_short_name'] . "." . $headsign['direction_id'];
  if (isset($filteredRoutes[$key])) {
  $filteredRoutes[$key]['route_ids'][] = $route['route_id'];
  $filteredRoutes[$key]['route_ids'] = array_unique($filteredRoutes[$key]['route_ids']);
  } else {
  $filteredRoutes[$key]['route_short_name'] = $route['route_short_name'];
  $filteredRoutes[$key]['route_long_name'] = "starting at " . $start;
  $filteredRoutes[$key]['service_id'] = $serviceday;
  $filteredRoutes[$key]['trip_headsign'] = $headsign['trip_headsign'].(strstr($headsign['trip_headsign'], "bound") ===false ?"bound":"");
  $filteredRoutes[$key]['direction_id'] = $headsign['direction_id'];
  if (isset($nearby)) {
  $filteredRoutes[$key]['distance'] = $route['distance'];
  }
  }
  }
  }
  foreach ($filteredRoutes as $key => $route) {
  echo '<li> <a href="trip.php?routeids=' . implode(",", $route['route_ids']) . '&directionid=' . $route['direction_id'] . '"><h3>' . $route['route_short_name'] . "</h3>
   
  <p>" . $route['trip_headsign'].", ". $route['route_long_name'] . " (" . ucwords($route['service_id']) . ")</p>";
  if (isset($nearby)) {
  $time = getRouteAtStop($route['route_id'], $route['stop_id']);
  echo '<span class="ui-li-count">' . ($time['arrival_time'] ? $time['arrival_time'] : "No more trips today") . "<br>" . floor($route['distance']) . 'm away</span>';
  }
  echo" </a></li>\n";
  }
} }
   
if (isset($bysuburbs)) { if (isset($bysuburbs)) {
include_header("Routes by Suburb", "routeList"); include_header("Routes by Suburb", "routeList");
navbar(); navbar();
echo ' <ul data-role="listview" data-filter="true" data-inset="true" >'; echo ' <ul data-role="listview" data-filter="true" data-inset="true" >';
if (!isset($firstLetter)) { if (!isset($firstLetter)) {
foreach (range('A', 'Z') as $letter) { foreach (range('A', 'Z') as $letter) {
echo "<li><a href=\"routeList.php?firstLetter=$letter&amp;bysuburbs=yes\">$letter...</a></li>\n"; echo "<li><a href=\"routeList.php?firstLetter=$letter&amp;bysuburbs=yes\">$letter...</a></li>\n";
} }
} else { } else {
foreach ($suburbs as $suburb) { foreach ($suburbs as $suburb) {
if (startsWith($suburb, $firstLetter)) { if (startsWith($suburb, $firstLetter)) {
echo '<li><a href="routeList.php?suburb=' . urlencode($suburb) . '">' . $suburb . '</a></li>'; echo '<li><a href="routeList.php?suburb=' . urlencode($suburb) . '">' . $suburb . '</a></li>';
} }
} }
} }
echo '</ul>'; echo '</ul>';
} else if (isset($nearby) || isset($suburb)) { } else if (isset($suburb)) {
$routes = Array();  
if ($suburb) { if ($suburb) {
include_header($suburb . " - " . ucwords(service_period()), "routeList"); include_header($suburb . " - " . ucwords(service_period()), "routeList");
navbar(); navbar();
timePlaceSettings(); timeSettings();
trackEvent("Route Lists", "Routes By Suburb", $suburb); trackEvent("Route Lists", "Routes By Suburb", $suburb);
$routes = getRoutesBySuburb($suburb); displayRoutes(getRoutesBySuburb($suburb));
} }
if (isset($nearby)) { } else if (isset($nearby)) {
include_header("Routes Nearby", "routeList", true, true); $routes = Array();
trackEvent("Route Lists", "Routes Nearby", $_SESSION['lat'] . "," . $_SESSION['lon']); include_header("Routes Nearby", "routeList", true, true);
navbar(); trackEvent("Route Lists", "Routes Nearby", $_SESSION['lat'] . "," . $_SESSION['lon']);
placeSettings(); navbar();
if (!isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == "") { placeSettings();
include_footer(); if (!isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == "") {
die(); include_footer();
} die();
$routes = getRoutesNearby($_SESSION['lat'], $_SESSION['lon']);  
} }
echo ' <ul data-role="listview" data-filter="true" data-inset="true" >'; $routes = getRoutesNearby($_SESSION['lat'], $_SESSION['lon']);
if ($routes) {  
foreach ($routes as $route) {  
echo '<li><a href="trip.php?routeid=' . $route['route_id'] . '"><h3>' . $route['route_short_name'] . "</h3><p>" . $route['route_long_name'] . " (" . ucwords($route['service_id']) . ")</p>"; if (sizeof($routes) > 0) {
if (isset($nearby)) { displayRoutes($routes);
$time = getTimeInterpolatedRouteAtStop($route['route_id'], $route['stop_id']);  
echo '<span class="ui-li-count">' . ($time['arrival_time'] ? $time['arrival_time'] : "No more trips today") . "<br>" . floor($route['distance']) . 'm away</span>';  
}  
echo "</a></li>\n";  
}  
} else { } else {
  echo ' <ul data-role="listview" data-filter="true" data-inset="true" >';
echo "<li style='text-align: center;'> No routes nearby.</li>"; echo "<li style='text-align: center;'> No routes nearby.</li>";
} }
} else if (isset($bynumber) || isset($numberSeries)) { } else if (isset($bynumber) || isset($numberSeries)) {
include_header("Routes by Number", "routeList"); include_header("Routes by Number", "routeList");
navbar(); navbar();
echo ' <ul data-role="listview" data-inset="true">'; echo ' <ul data-role="listview" data-inset="true">';
if (isset($bynumber)) { if (isset($bynumber)) {
$routes = getRoutesByNumber(); $routes = getRoutesByNumber();
$routeSeries = Array(); $routeSeries = Array();
$seriesRange = Array(); $seriesRange = Array();
foreach ($routes as $key => $routeNumber) { foreach ($routes as $key => $routeNumber) {
foreach (explode(" ", $routeNumber['route_short_name']) as $routeNumber) { foreach (explode(" ", $routeNumber['route_short_name']) as $routeNumber) {
$seriesNum = substr($routeNumber, 0, -1) . "0"; $seriesNum = substr($routeNumber, 0, -1) . "0";
if ($seriesNum == "0") if ($seriesNum == "0")
$seriesNum = $routeNumber; $seriesNum = $routeNumber;
$finalDigit = substr($routeNumber, sizeof($routeNumber) - 1, 1); $finalDigit = substr($routeNumber, sizeof($routeNumber) - 1, 1);
if (isset($seriesRange[$seriesNum])) { if (isset($seriesRange[$seriesNum])) {
if ($finalDigit < $seriesRange[$seriesNum]['max']) if ($finalDigit < $seriesRange[$seriesNum]['max'])
$seriesRange[$seriesNum]['max'] = $routeNumber; $seriesRange[$seriesNum]['max'] = $routeNumber;
if ($finalDigit > $seriesRange[$seriesNum]['min']) if ($finalDigit > $seriesRange[$seriesNum]['min'])
$seriesRange[$seriesNum]['min'] = $routeNumber; $seriesRange[$seriesNum]['min'] = $routeNumber;
} }
else { else {
$seriesRange[$seriesNum]['max'] = $routeNumber; $seriesRange[$seriesNum]['max'] = $routeNumber;
$seriesRange[$seriesNum]['min'] = $routeNumber; $seriesRange[$seriesNum]['min'] = $routeNumber;
} }
$routeSeries[$seriesNum][$seriesNum . "-" . $row[1] . "-" . $row[0]] = $row; $routeSeries[$seriesNum][$seriesNum . "-" . $row[1] . "-" . $row[0]] = $row;
} }
} }
ksort($routeSeries); ksort($routeSeries);
ksort($seriesRange); ksort($seriesRange);
foreach ($routeSeries as $series => $routes) { foreach ($routeSeries as $series => $routes) {
echo '<li><a href="' . curPageURL() . '/routeList.php?numberSeries=' . $series . '">'; echo '<li><a href="' . curPageURL() . '/routeList.php?numberSeries=' . $series . '">';
if ($series <= 9) if ($series <= 9)
echo $series; echo $series;
else else
echo "{$seriesRange[$series]['min']}-{$seriesRange[$series]['max']}"; echo "{$seriesRange[$series]['min']}-{$seriesRange[$series]['max']}";
echo "</a></li>\n"; echo "</a></li>\n";
} }
} }
else if ($numberSeries) { else if ($numberSeries) {
$routes = getRoutesByNumberSeries($numberSeries); displayRoutes(getRoutesByNumberSeries($numberSeries));
foreach ($routes as $route) {  
echo '<li> <a href="trip.php?routeid=' . $route['route_id'] . '"><h3>' . $route['route_short_name'] . "</h3><p>" . $route['route_long_name'] . " (" . ucwords($route['service_id']) . ")</p></a></li>\n";  
}  
} }
} else { } else {
include_header("Routes by Destination", "routeList"); include_header("Routes by Destination", "routeList");
navbar(); navbar();
echo ' <ul data-role="listview" data-inset="true">'; echo ' <ul data-role="listview" data-inset="true">';
if (isset($routeDestination)) { if (isset($routeDestination)) {
foreach (getRoutesByDestination($routeDestination) as $route) { displayRoutes(getRoutesByDestination($routeDestination));
echo '<li><a href="trip.php?routeid=' . $route["route_id"] . '"><h3>' . $route["route_short_name"] . '</h3><p>' . $route["route_long_name"] . " (" . ucwords($route['service_id']) . ")</p></a></li>\n";  
}  
} else { } else {
foreach (getRoutesByDestination() as $destination) { foreach (getRoutesByDestination() as $destination) {
echo '<li><a href="' . curPageURL() . '/routeList.php?routeDestination=' . urlencode($destination['route_long_name']) . '">' . $destination['route_long_name'] . "... </a></li>\n"; echo '<li><a href="' . curPageURL() . '/routeList.php?routeDestination=' . urlencode($destination['route_long_name']) . '">' . $destination['route_long_name'] . "... </a></li>\n";
} }
} }
} }
echo "</ul>\n"; echo "</ul>\n";
include_footer(); include_footer();
?> ?>
   
  # info
  # http://stackoverflow.com/questions/4206882/named-entity-recognition-with-preset-list-of-names-for-python-php/4207128#4207128
  # http://alias-i.com/lingpipe/demos/tutorial/ne/read-me.html approximate dist
  # http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/ more training
  # http://www.postgresql.org/docs/9.1/static/pgtrgm.html
 
  # data sources
  # http://twitter.com/#!/ACTEmergencyInf instant site wide
  # http://twitter.com/#!/ACTPol_Traffic
  # http://esa.act.gov.au/feeds/currentincidents.xml
 
  # source: https://gist.github.com/322906/90dea659c04570757cccf0ce1e6d26c9d06f9283
  # to install python -m nltk.downloader punkt
  import nltk
  import tweepy
  import psycopg2
  import pickle
 
  from iniparse import INIConfig
 
  def insert_service_alert_sitewide(heading, message, url):
  print "NaN"
 
  def insert_service_alert_for_street(streets, heading, message, url):
  conn_string = "host='localhost' dbname='energymapper' user='postgres' password='snmc'"
  # print the connection string we will use to connect
  print "Connecting to database\n ->%s" % (conn_string)
  try:
  # get a connection, if a connect cannot be made an exception will be raised here
  conn = psycopg2.connect(conn_string)
 
  # conn.cursor will return a cursor object, you can use this cursor to perform queries
  cursor = conn.cursor()
 
  # execute our Query
  cursor.execute("")
 
  # retrieve the records from the database
  records = cursor.fetchall()
 
  for record in records:
  ys.append(record[0])
  # >>> cur.execute("INSERT INTO test (num, data) VALUES (%s, %s)", (42, 'bar'))
  #>>> cur.statusmessage
  #'INSERT 0 1'
  except:
  # Get the most recent exception
  exceptionType, exceptionValue, exceptionTraceback = sys.exc_info()
  # Exit the script and print an error telling what happened.
  sys.exit("Database connection failed!\n ->%s" % (exceptionValue))
 
 
  def extract_entity_names(t):
  entity_names = []
 
  if hasattr(t, 'node') and t.node:
  if t.node == 'NE':
  entity_names.append(' '.join([child[0] for child in t]))
  else:
  for child in t:
  entity_names.extend(extract_entity_names(child))
 
  return entity_names
 
  def extract_names(sample):
  sentences = nltk.sent_tokenize(sample)
  tokenized_sentences = [nltk.word_tokenize(sentence) for sentence in sentences]
  tagged_sentences = [nltk.pos_tag(sentence) for sentence in tokenized_sentences]
  chunked_sentences = nltk.batch_ne_chunk(tagged_sentences, binary=True)
  # chunked/tagged may be enough to just find and match the nouns
 
  entity_names = []
  for tree in chunked_sentences:
  # Print results per sentence
  # print extract_entity_names(tree)
 
  entity_names.extend(extract_entity_names(tree))
 
  # Print all entity names
  #print entity_names
 
  # Print unique entity names
  print set(entity_names)
 
  cfg = INIConfig(open('/tmp/aws.ini'))
 
  auth = tweepy.OAuthHandler(cfg.api_keys.twitter_consumer_key, cfg.api_keys.twitter_consumer_secret)
  auth.set_access_token(cfg.api_keys.twitter_access_token, cfg.api_keys.twitter_access_token_secret)
 
  #api = tweepy.API(auth)
  api = tweepy.API()
  # If the authentication was successful, you should
  # see the name of the account print out
  #print api.me().name
  # https://github.com/tweepy/tweepy/blob/master/tweepy/api.py
  for status in api.user_timeline(screen_name="ACTPol_Traffic",exclude_replies='true'):
  print status.text
  print status.created_at
  print extract_names(status.text)
  # print api.update_status(status="test")
 
  last_tweet_ids = { "lion": "111", "kitty": "2222" }
  pickle.dump( last_tweet_ids, open( "save.p", "wb" ) )
  last_tweet_ids = pickle.load( open( "save.p", "rb" ) )
<?php <?php
include ('../include/common.inc.php'); include ('../include/common.inc.php');
   
include_header("Service Alerts", "index"); include_header("Service Alerts", "index");
  echo '<ul data-role="listview" data-theme="e" data-groupingtheme="e">';
   
if ($_SESSION['authed'] == true) { if ($_SESSION['authed'] == true) {
echo '<ul data-role="listview" data-theme="e" data-groupingtheme="e"> echo' <li><a href="servicealert_editor.php"><h3>servicealert_editor</h3>
<li><a href="servicealert_editor.php"><h3>servicealert_editor</h3> <p>servicealert_editor</p></a></li>';
<p>servicealert_editor</p></a></li> }
</ul>'; echo' <li><a href="servicealert_viewer.php"><h3>Service Alert Viewer</h3>
} <p>Browse current network alerts</p></a></li>';
   
  echo' </ul>';
   
?> </div> ?> </div>
<?php <?php
include_footer() include_footer()
?> ?>
   
  <?php
  /*
  * Copyright 2010,2011 Alexander Sadleir
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
 
  http://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  */
  include ('../include/common.inc.php');
  include_header("Service Alert Viewer", "serviceAlertViewer");
  /**
  * Currently support:
  * network inform
  * stop remove: route patch, stop remove
  * - stop search
  * street inform: route inform, stop inform
  * - street search
  */
  if (!isset($_REQUEST['view'])) {
 
  ?>
  Active and Future Alerts:
  <table>
  <?php
  foreach (getFutureAlerts() as $alert) {
  echo "<tr><td>{$alert['header']}</td><td>" . substr($alert['description'], 0, 999) . '</td><td><a href="?view=' . $alert['id'] . '">View</a></td></tr>';
  }
  ?>
  </table>
  <?php
  } else {
  $alert = getServiceAlert($_REQUEST['view']);
  echo "<h1>{$alert['header']}</h1>
  <h2> From ".date("c",$alert['start'])." to ".date("c",$alert['end'])."</h2>
  <small>{$alert['description']}</small><br>
  Source: <A href='{$alert['url']}'>{$alert['url']}</a><br>";
  echo "Informed Entities for ID {$_REQUEST['view']}:";
  echo '<table>';
  foreach (getInformedAlerts($_REQUEST['view'], "", "") as $informed) {
  echo "<tr><td>{$informed['informed_class']}</td><td>{$informed['informed_id']}</td><td>{$informed['informed_action']}" . '</td></tr>';
  }
  echo '</table>';
  }
  include_footer();
  ?>
InputStream modelIn = new FileInputStream("en-ner-person.bin");  
 
try {  
TokenNameFinder model = new TokenNameFinderModel(modelIn);  
}  
catch (IOException e) {  
e.printStackTrace();  
}  
finally {  
if (modelIn != null) {  
try {  
modelIn.close();  
}  
catch (IOException e) {  
}  
}  
}  
 
NameFinderME nameFinder = new NameFinderME(model);  
 
for (String document[][] : documents) {  
 
for (String[] sentence : document) {  
Span nameSpans[] = find(sentence);  
// do something with the names  
}  
 
nameFinder.clearAdaptiveData()  
}  
 
 
InputStream in = getClass()  
.getClassLoader()  
.getResourceAsStream(  
"opennlp/tools/namefind/AnnotatedSentences.txt");  
 
String encoding = "ISO-8859-1";  
 
ObjectStream<NameSample> sampleStream = new NameSampleDataStream(  
new PlainTextByLineStream(new InputStreamReader(in,  
encoding)));  
 
TokenNameFinderModel nameFinderModel = NameFinderME.train("en",  
"default", sampleStream, Collections  
.<String, Object> emptyMap(), 70, 1);  
 
TokenNameFinder nameFinder = new NameFinderME(nameFinderModel);  
 
// now test if it can detect the sample sentences  
 
String sentence[] = { "Alisa", "appreciated", "the", "hint",  
"and", "enjoyed", "a", "delicious", "traditional",  
"meal." };  
 
Span names[] = nameFinder.find(sentence);  
 
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  
<modelVersion>4.0.0</modelVersion>  
<groupId>org.lambdacomplex.bus</groupId>  
<artifactId>servicealerts_twitter</artifactId>  
<version>0.0.1-SNAPSHOT</version>  
<dependencies>  
<dependency>  
<groupId>org.apache.opennlp</groupId>  
<artifactId>opennlp</artifactId>  
<version>1.5.1-incubating</version>  
</dependency>  
<dependency>  
<groupId>org.apache.opennlp</groupId>  
<artifactId>opennlp-tools</artifactId>  
<version>1.5.1-incubating</version>  
</dependency>  
</dependencies>  
</project>  
 
file:a/stop.php -> file:b/stop.php
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
if ($stopid) if ($stopid)
$stop = getStop($stopid); $stop = getStop($stopid);
/* if ($stopcode != "" && $stop[5] != $stopcode) { /* if ($stopcode != "" && $stop[5] != $stopcode) {
$url = $APIurl . "/json/stopcodesearch?q=" . $stopcode; $url = $APIurl . "/json/stopcodesearch?q=" . $stopcode;
$stopsearch = json_decode(getPage($url)); $stopsearch = json_decode(getPage($url));
$stopid = $stopsearch[0][0]; $stopid = $stopsearch[0][0];
$url = $APIurl . "/json/stop?stop_id=" . $stopid; $url = $APIurl . "/json/stop?stop_id=" . $stopid;
$stop = json_decode(getPage($url)); $stop = json_decode(getPage($url));
} }
if (!startsWith($stop[5], "Wj") && strpos($stop[1], "Platform") === false) { if (!startsWith($stop[5], "Wj") && strpos($stop[1], "Platform") === false) {
// expand out to all platforms // expand out to all platforms
   
} */ } */
   
$stops = Array(); $stops = Array();
$stopPositions = Array(); $stopPositions = Array();
$stopNames = Array(); $stopNames = Array();
$tripStopNumbers = Array(); $tripStopNumbers = Array();
$allStopsTrips = Array(); $allStopsTrips = Array();
$fetchedTripSequences = Array(); $fetchedTripSequences = Array();
$stopLinks = ""; $stopLinks = "";
if (isset($stopids)) { if (isset($stopids)) {
foreach ($stopids as $sub_stopid) { foreach ($stopids as $sub_stopid) {
$stops[] = getStop($sub_stopid); $stops[] = getStop($sub_stopid);
} }
$stop = $stops[0]; $stop = $stops[0];
$stopid = $stops[0]["stop_id"]; $stopid = $stops[0]["stop_id"];
$stopLinks.= "Individual stop pages: "; $stopLinks.= "Individual stop pages: <br>";
foreach ($stops as $key => $sub_stop) { foreach ($stops as $key => $sub_stop) {
// $stopNames[$key] = $sub_stop[1] . ' Stop #' . ($key + 1);  
if (strpos($stop["stop_name"], "Station")) { $stopNames[$key] = $sub_stop["stop_name"];
$stopNames[$key] = 'Platform ' . ($key + 1); $stopLinks.= '<a href="stop.php?stopid=' . $sub_stop["stop_id"] . '&amp;stopcode=' . $sub_stop["stop_code"] . '">' . $sub_stop["stop_name"] . '</a> ';
$stopLinks.= '<a href="stop.php?stopid=' . $sub_stop["stop_id"] . '&amp;stopcode=' . $sub_stop["stop_code"] . '">' . $sub_stop["stop_name"] . '</a> ';  
} else {  
$stopNames[$key] = '#' . ($key + 1);  
$stopLinks.= '<a href="stop.php?stopid=' . $sub_stop["stop_id"] . '&amp;stopcode=' . $sub_stop["stop_code"] . '">' . $sub_stop["stop_name"] . ' Stop #' . ($key + 1) . '</a> ';  
}  
$stopPositions[$key] = Array( $stopPositions[$key] = Array(
$sub_stop["stop_lat"], $sub_stop["stop_lat"],
$sub_stop["stop_lon"] $sub_stop["stop_lon"]
); );
$trips = getStopTrips($sub_stop["stop_id"]); $trips = getStopTrips($sub_stop["stop_id"]);
$tripSequence = ""; $tripSequence = "";
foreach ($trips as $trip) { foreach ($trips as $trip) {
$tripSequence.= "{$trip['trip_id']},"; $tripSequence.= "{$trip['trip_id']},";
$tripStopNumbers[$trip['trip_id']][] = $key; $tripStopNumbers[$trip['trip_id']][] = $key;
} }
if (!in_array($tripSequence, $fetchedTripSequences)) { if (!in_array($tripSequence, $fetchedTripSequences)) {
// only fetch new trip sequences // only fetch new trip sequences
$fetchedTripSequences[] = $tripSequence; $fetchedTripSequences[] = $tripSequence;
$trips = getStopTripsWithTimes($sub_stop["stop_id"]); $trips = getStopTripsWithTimes($sub_stop["stop_id"]);
foreach ($trips as $trip) { foreach ($trips as $trip) {
if (!isset($allStopsTrips[$trip["trip_id"]])) if (!isset($allStopsTrips[$trip["trip_id"]]))
$allStopsTrips[$trip["trip_id"]] = $trip; $allStopsTrips[$trip["trip_id"]] = $trip;
} }
} }
//else { //else {
// echo "skipped sequence $tripSequence"; // echo "skipped sequence $tripSequence";
//} //}
} }
} }
include_header($stop['stop_name'], "stop"); include_header($stop['stop_name'], "stop");
   
/* $serviceAlerts = json_decode(getPage(curPageURL() . "/servicealerts_api.php?filter_class=stop&filter_id=".$stopid) , true); /* $serviceAlerts = json_decode(getPage(curPageURL() . "/servicealerts_api.php?filter_class=stop&filter_id=".$stopid) , true);
   
foreach($serviceAlerts['entities'] as $serviceAlert) { foreach($serviceAlerts['entities'] as $serviceAlert) {
echo '<div id="servicewarning">'.$serviceAlert['alert']['description']['translation'].'</div>'; echo '<div id="servicewarning">'.$serviceAlert['alert']['description']['translation'].'</div>';
} */ } */
   
echo '<span class="content-secondary">'; echo '<span class="content-secondary">';
echo $stopLinks; echo $stopLinks;
if (sizeof($stops) > 0) { if (sizeof($stops) > 0) {
trackEvent("View Stops", "View Combined Stops", $stop["stop_name"], $stop["stop_id"]); trackEvent("View Stops", "View Combined Stops", $stop["stop_name"], $stop["stop_id"]);
echo staticmap($stopPositions); echo staticmap($stopPositions);
} else { } else {
trackEvent("View Stops", "View Single Stop", $stop["stop_name"], $stop["stop_id"]); trackEvent("View Stops", "View Single Stop", $stop["stop_name"], $stop["stop_id"]);
echo staticmap(Array( echo staticmap(Array(
0 => Array( 0 => Array(
$stop["stop_lat"], $stop["stop_lat"],
$stop["stop_lon"] $stop["stop_lon"]
) )
)); ));
} }
   
// time settings timeSettings();
echo '<div id="settings" data-role="collapsible" data-collapsed="true">  
<h3>Change Time (' . (isset($_SESSION['time']) ? $_SESSION['time'] : "Current Time,") . ' ' . ucwords(service_period()) . ')...</h3>  
<form action="' . basename($_SERVER['PHP_SELF']) . "?" . $_SERVER['QUERY_STRING'] . '" method="post">  
<div class="ui-body">  
<div data-role="fieldcontain">  
<label for="time"> Time: </label>  
<input type="time" name="time" id="time" value="' . (isset($_SESSION['time']) ? $_SESSION['time'] : date("H:i")) . '"/>  
<a href="#" name="currentTime" id="currentTime" onClick="var d = new Date();' . "$('#time').val(d.getHours() +':'+ (d.getMinutes().toString().length == 1 ? '0'+ d.getMinutes(): d.getMinutes()));" . '">Current Time?</a>  
</div>  
<div data-role="fieldcontain">  
<label for="service_period"> Service Period: </label>  
<select name="service_period" id="service_period">';  
foreach ($service_periods as $service_period) {  
echo "<option value=\"$service_period\"" . (service_period() === $service_period ? " SELECTED" : "") . '>' . ucwords($service_period) . '</option>';  
}  
echo '</select>  
<a href="#" style="display:none" name="currentPeriod" id="currentPeriod">Current Period?</a>  
</div>  
   
<input type="submit" value="Update"/>  
</div></form>  
</div>';  
   
echo '</span><span class="content-primary">'; echo '</span><span class="content-primary">';
echo ' <ul data-role="listview" data-inset="true">'; echo ' <ul data-role="listview" data-inset="true">';
if (sizeof($allStopsTrips) > 0) { if (sizeof($allStopsTrips) > 0) {
sktimesort($allStopsTrips, "arrival_time", true); sktimesort($allStopsTrips, "arrival_time", true);
$trips = $allStopsTrips; $trips = $allStopsTrips;
} else { } else {
$trips = getStopTripsWithTimes($stopid); $trips = getStopTripsWithTimes($stopid);
} }
  echo "<div class='ui-header' style='overflow: visible; height: 2.5em'>";
  // later/earlier button setup
  if (sizeof($trips) == 0) {
  $time = isset($_REQUEST['time']) ? strtotime($_REQUEST['time']) : time();
  $earlierTime = $time - (90 * 60);
  $laterTime = $time + (90 * 60);
  } else {
  $earlierTime = strtotime($trips[0]['arrival_time']) - (90 * 60);
  $laterTime = strtotime($trips[sizeof($trips) - 1]['arrival_time']) - 60;
  }
  if (sizeof($stopids) > 0) {
  $stopidurl = "stopids=" . implode(",", $stopids);
  } else {
  $stopidurl = "stopid=$stopid";
  }
  if (sizeof($trips) > 10) {
  echo '<a href="stop.php?' . $stopidurl . '&service_period=' . service_period() . '&time=' . date("H:i", $laterTime) . '" data-icon="arrow-r" class="ui-btn-right">Later Trips</a>';
  }
  echo '<a href="stop.php?' . $stopidurl . '&service_period=' . service_period() . '&time=' . date("H:i", $earlierTime) . '" data-icon="arrow-l" class="ui-btn-left">Earlier Trips</a>';
  echo "</div>";
if (sizeof($trips) == 0) { if (sizeof($trips) == 0) {
echo "<li style='text-align: center;'>No trips in the near future.</li>"; echo "<li style='text-align: center;'>No trips in the near future.</li>";
} else { } else {
foreach ($trips as $trip) { foreach ($trips as $trip) {
echo '<li>'; echo '<li>';
echo '<a href="trip.php?stopid=' . $stopid . '&amp;tripid=' . $trip['trip_id'] . '"><h3>' . $trip['route_short_name'] . " " . $trip['route_long_name'] . "</h3><p>";  
  $destination = getTripDestination($trip['trip_id']);
  echo '<a href="trip.php?stopid=' . $stopid . '&amp;tripid=' . $trip['trip_id'] . '"><h3>' . $trip['route_short_name'] . " towards " . $destination['stop_name'] . "</h3><p>";
$viaPoints = viaPointNames($trip['trip_id'], $trip['stop_sequence']); $viaPoints = viaPointNames($trip['trip_id'], $trip['stop_sequence']);
if ($viaPoints != "") if ($viaPoints != "")
echo '<br><span class="viaPoints">Via: ' . $viaPoints . '</span>'; echo '<br><span class="viaPoints">Via: ' . $viaPoints . '</span>';
if (sizeof($tripStopNumbers) > 0) { if (sizeof($tripStopNumbers) > 0) {
echo '<br><small>Boarding At: '; echo '<br><small>Boarding At: ';
foreach ($tripStopNumbers[$trip['trip_id']] as $key) { if (sizeof($tripStopNumbers[$trip['trip_id']]) == sizeof($stopids)) {
echo $stopNames[$key] . ' '; echo "All Stops";
  } else {
  foreach ($tripStopNumbers[$trip['trip_id']] as $key) {
  echo $stopNames[$key] . ', ';
  }
} }
echo '</small>'; echo '</small>';
} }
echo '</p>'; echo '</p>';
echo '<p class="ui-li-aside"><strong>' . $trip['arrival_time'] . '</strong></p>'; echo '<p class="ui-li-aside"><strong>' . $trip['arrival_time'] . '</strong></p>';
echo '</a></li>'; echo '</a></li>';
flush(); flush();
@ob_flush(); @ob_flush();
} }
} }
echo '</ul>'; echo '</ul>';
echo '</span>'; echo '</span>';
include_footer(); include_footer();
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
$stops = Array(); $stops = Array();
   
function navbar() { function navbar() {
echo ' echo '
<div data-role="navbar"> <div data-role="navbar">
<ul> <ul>
<li><a href="stopList.php">Timing Points</a></li> <li><a href="stopList.php">Stops by Name</a></li>
<li><a href="stopList.php?bysuburbs=yes">By Suburb</a></li> <li><a href="stopList.php?bysuburbs=yes">By Suburb</a></li>
<li><a href="stopList.php?nearby=yes">Nearby Stops</a></li> <li><a href="stopList.php?nearby=yes">Nearby Stops</a></li>
<li><a href="stopList.php?allstops=yes">All Stops</a></li>  
</ul> </ul>
</div> </div>
'; ';
} }
   
// By suburb // By suburb
if (isset($bysuburbs)) { if (isset($bysuburbs)) {
include_header("Stops by Suburb", "stopList"); include_header("Stops by Suburb", "stopList");
navbar(); navbar();
echo ' <ul data-role="listview" data-filter="true" data-inset="true" >'; echo ' <ul data-role="listview" data-filter="true" data-inset="true" >';
if (!isset($firstLetter)) { if (!isset($firstLetter)) {
foreach (range('A', 'Z') as $letter) { foreach (range('A', 'Z') as $letter) {
echo "<li><a href=\"stopList.php?firstLetter=$letter&amp;bysuburbs=yes\">$letter...</a></li>\n"; echo "<li><a href=\"stopList.php?firstLetter=$letter&amp;bysuburbs=yes\">$letter...</a></li>\n";
} }
} else { } else {
foreach ($suburbs as $suburb) { foreach ($suburbs as $suburb) {
if (startsWith($suburb, $firstLetter)) { if (startsWith($suburb, $firstLetter)) {
echo '<li><a href="stopList.php?suburb=' . urlencode($suburb) . '">' . $suburb . '</a></li>'; echo '<li><a href="stopList.php?suburb=' . urlencode($suburb) . '">' . $suburb . '</a></li>';
} }
} }
} }
echo '</ul>'; echo '</ul>';
} else { } else {
// Timing Points / All stops // Timing Points / All stops
if (isset($allstops)) { if (isset($nearby)) {
$listType = 'allstops=yes';  
$stops = getStops();  
include_header("All Stops", "stopList");  
navbar();  
} else if (isset($nearby)) {  
$listType = 'nearby=yes'; $listType = 'nearby=yes';
include_header("Nearby Stops", "stopList", true, true); include_header("Nearby Stops", "stopList", true, true);
trackEvent("Stop Lists", "Stops Nearby", $_SESSION['lat'] . "," . $_SESSION['lon']); trackEvent("Stop Lists", "Stops Nearby", $_SESSION['lat'] . "," . $_SESSION['lon']);
navbar(); navbar();
if (!isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == "") { if (!isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == "") {
placeSettings(); placeSettings();
include_footer(); include_footer();
die(); die();
} }
$stops = getNearbyStops($_SESSION['lat'], $_SESSION['lon'], 15); $stops = getNearbyStops($_SESSION['lat'], $_SESSION['lon'], 15);
echo '<span class="content-secondary">'; echo '<span class="content-secondary">';
$stopPositions[] = Array( $stopPositions[] = Array(
$_SESSION['lat'], $_SESSION['lat'],
$_SESSION['lon'] $_SESSION['lon']
); );
foreach ($stops as $sub_stop) { foreach ($stops as $sub_stop) {
$stopPositions[] = Array( $stopPositions[] = Array(
$sub_stop["stop_lat"], $sub_stop["stop_lat"],
$sub_stop["stop_lon"] $sub_stop["stop_lon"]
); );
} }
echo staticmap($stopPositions, 0, "iconb", true, true); echo staticmap($stopPositions, true, true);
placeSettings(); placeSettings();
echo '</span><span class="content-primary">'; echo '</span><span class="content-primary">';
} else if (isset($suburb)) { } else if (isset($suburb)) {
$stops = getStopsBySuburb($suburb); $stops = getStopsBySuburb($suburb);
include_header("Stops in " . ucwords($suburb), "stopList"); include_header("Stops in " . ucwords($suburb), "stopList");
navbar(); navbar();
trackEvent("Stop Lists", "Stops By Suburb", $suburb); trackEvent("Stop Lists", "Stops By Suburb", $suburb);
} else { } else {
$stops = getStops(true, $firstLetter); $listType = 'allstops=yes';
include_header("Timing Points / Major Stops", "stopList"); $stops = getStops($firstLetter);
  include_header("Stops by Name", "stopList");
navbar(); navbar();
} }
echo ' <ul data-role="listview" data-filter="true" data-inset="true" >'; echo ' <ul data-role="listview" data-filter="true" data-inset="true" >';
if (!isset($firstLetter) && !isset($suburb) && !isset($nearby)) { if (!isset($firstLetter) && !isset($suburb) && !isset($nearby)) {
foreach (range('A', 'Z') as $letter) { foreach (range('A', 'Z') as $letter) {
echo "<li><a href=\"stopList.php?firstLetter=$letter&amp;$listType\">$letter...</a></li>\n"; echo "<li><a href=\"stopList.php?firstLetter=$letter&amp;$listType\">$letter...</a></li>\n";
} }
} else { } else {
//var_dump($stops); //var_dump($stops);
$stopsGrouped = Array(); $stopsGrouped = Array();
foreach ($stops as $key => $stop) { foreach ($stops as $key => $stop) {
if ((trim(preg_replace("/\(Platform.*/", "", $stops[$key]["stop_name"])) != trim(preg_replace("/\(Platform.*/", "", $stops[$key + 1]["stop_name"]))) || $key + 1 >= sizeof($stops)) { if (stopCompare($stops[$key]["stop_name"])
  != stopCompare($stops[$key + 1]["stop_name"])
  || $key + 1 >= sizeof($stops)) {
if (sizeof($stopsGrouped) > 0) { if (sizeof($stopsGrouped) > 0) {
// print and empty grouped stops // print and empty grouped stops
// subsequent duplicates // subsequent duplicates
$stopsGrouped["stop_ids"][] = $stop['stop_id']; $stopsGrouped["stop_ids"][] = $stop['stop_id'];
echo '<li>'; echo '<li>';
if (!startsWith($stopsGrouped['stop_codes'][0], "Wj")) echo '<a href="stop.php?stopids=' . implode(",", $stopsGrouped['stop_ids']) . '&stopcodes=' . implode(",", $stopsGrouped['stop_codes']) . '">';
echo '<img src="css/images/time.png" alt="Timing Point: " class="ui-li-icon">';  
echo '<a href="stop.php?stopids=' . implode(",", $stopsGrouped['stop_ids']) . '">';  
if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) { if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) {
echo '<span class="ui-li-count">' . distance($stop['stop_lat'], $stop['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away</span>'; echo '<span class="ui-li-count">' . distance($stop['stop_lat'], $stop['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away</span>';
} }
echo bracketsMeanNewLine(trim(preg_replace("/\(Platform.*/", "", $stop['stop_name'])) . '(' . sizeof($stopsGrouped["stop_ids"]) . ' stops)'); echo stopGroupTitle($stop['stop_name'],$stop['stop_desc']) . '<br><small>' . sizeof($stopsGrouped["stop_ids"]) . ' stops</small>';
echo "</a></li>\n"; echo "</a></li>\n";
flush(); flush();
@ob_flush(); @ob_flush();
$stopsGrouped = Array(); $stopsGrouped = Array();
} else { } else {
// just a normal stop // just a normal stop
echo '<li>'; echo '<li>';
if (!startsWith($stop['stop_code'], "Wj")) echo '<a href="stop.php?stopid=' . $stop['stop_id'] . '&amp;stopcode=' . $stop['stop_code'] . '">';
echo '<img src="css/images/time.png" alt="Timing Point" class="ui-li-icon">';  
echo '<a href="stop.php?stopid=' . $stop['stop_id'] . (startsWith($stop['stop_code'], "Wj") ? '&amp;stopcode=' . $stop['stop_code'] : "") . '">';  
if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) { if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) {
echo '<span class="ui-li-count">' . distance($stop['stop_lat'], $stop['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away</span>'; echo '<span class="ui-li-count">' . distance($stop['stop_lat'], $stop['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away</span>';
} }
echo bracketsMeanNewLine($stop['stop_name']); echo $stop['stop_name'];
echo "</a></li>\n"; echo "</a></li>\n";
flush(); flush();
@ob_flush(); @ob_flush();
} }
} else { } else {
// this is a duplicated line item // this is a duplicated line item
if ($key - 1 <= 0 || (trim(preg_replace("/\(Platform.*/", "", $stops[$key]['stop_name'])) != trim(preg_replace("/\(Platform.*/", "", $stops[$key - 1]['stop_name'])))) { if ($key - 1 <= 0 || stopCompare($stops[$key]['stop_name']) != stopCompare($stops[$key - 1]['stop_name'])) {
// first duplicate // first duplicate
$stopsGrouped = Array( $stopsGrouped = Array(
"name" => trim(preg_replace("/\(Platform.*/", "", $stop['stop_name'])), "name" => trim(preg_replace("/\(Platform.*/", "", $stop['stop_name'])),
"stop_ids" => Array( "stop_ids" => Array(
$stop['stop_id'] $stop['stop_id']
), ),
"stop_codes" => Array( "stop_codes" => Array(
$stop['stop_code'] $stop['stop_code']
) )
); );
} else { } else {
// subsequent duplicates // subsequent duplicates
$stopsGrouped["stop_ids"][] = $stop['stop_id']; $stopsGrouped["stop_ids"][] = $stop['stop_id'];
;  
} }
} }
} }
} }
echo '</ul>'; echo '</ul>';
if (isset($nearby)) if (isset($nearby))
echo '</span>'; echo '</span>';
} }
include_footer(); include_footer();
?> ?>
   
file:a/trip.php -> file:b/trip.php
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
$routetrips = Array(); $routetrips = Array();
if (isset($routeid) && !isset($tripid)) { if (isset($routeids) && !isset($tripid)) {
$trip = getRouteNextTrip($routeid); foreach ($routeids as $routeid) {
  $possibleTrip = getRouteNextTrip($routeid);
  if (!isset($trip) || strtotime($possibleTrip['departure_time']) < strtotime($trip['departure_time'])) {
  $trip = getRouteNextTrip($routeid);
  }
  }
$tripid = $trip['trip_id']; $tripid = $trip['trip_id'];
} else { } else {
$trip = getTrip($tripid); $trip = getTrip($tripid);
$routeid = $trip["route_id"]; $similarRoutes = getRoutesByNumber($trip['route_short_name'], $trip['direction_id'], service_period_day($trip["service_id"]));
  $routeids = Array();
  foreach ($similarRoutes as $similarRoute) {
  $routeids[] = $similarRoute['route_id'];
  }
  $routeids = array_unique($routeids);
} }
  $directionid = $trip['direction_id'];
include_header("Stops on " . $trip['route_short_name'] . ' ' . $trip['route_long_name'], "trip"); $service_period = service_period_day($trip["service_id"]);
trackEvent("Route/Trip View", "View Route", $trip['route_short_name'] . ' ' . $trip['route_long_name'], $routeid); $destination = getTripDestination($trip['trip_id']);
  include_header("Stops on " . $trip['route_short_name'] . ' ' . $destination['stop_name'], "trip");
  trackEvent("Route/Trip View", "View Route", $trip['route_short_name'] . ' ' . $destination['stop_name'], $routeid);
echo '<span class="content-secondary">'; echo '<span class="content-secondary">';
echo '<a href="' . $trip['route_url'] . '">View Original Timetable/Map</a>'; echo '<a href="' . $trip['route_url'] . '">View Original Timetable/Map</a>';
echo '<h2>Via:</h2> <small>' . viaPointNames($tripid) . '</small>'; echo '<h2>Via:</h2> <small>' . viaPointNames($tripid) . '</small>';
echo '<h2>Other Trips:</h2> '; echo '<h2>Other Trips:</h2> ';
$routeTrips = getRouteTrips($routeid); echo "getRoutesTrips(".print_r($routeids,true).", {$trip['direction_id']}, $service_period) $tripid";
  $routeTrips = getRoutesTrips($routeids, $trip['direction_id'], $service_period);
foreach ($routeTrips as $key => $othertrip) { foreach ($routeTrips as $key => $othertrip) {
if ($othertrip['trip_id'] != $tripid) { // if ($othertrip['trip_id'] != $tripid) {
echo '<a href="trip.php?tripid=' . $othertrip['trip_id'] . "&amp;routeid=" . $routeid . '">' . str_replace(" ", ":00", str_replace(":00", " ", $othertrip['arrival_time'])) . '</a> '; echo '<a href="trip.php?tripid=' . $othertrip['trip_id'] . "&amp;routeids=" . implode(",", $routeids) . '">' . str_replace(" ", ":00", str_replace(":00", " ", $othertrip['arrival_time'])) . '</a> ';
} else { // } else {
// skip this trip but look forward/back // skip this trip but look forward/back
if ($key - 1 > 0) if ($key - 1 > 0)
$prevTrip = $routeTrips[$key - 1]['trip_id']; $prevTrip = $routeTrips[$key - 1]['trip_id'];
if ($key + 1 < sizeof($routeTrips)) if ($key + 1 < sizeof($routeTrips))
$nextTrip = $routeTrips[$key + 1]['trip_id']; $nextTrip = $routeTrips[$key + 1]['trip_id'];
} // }
} }
flush(); flush();
@ob_flush(); @ob_flush();
echo '<h2>Other directions/timing periods:</h2> '; echo '<h2>Other directions/timing periods:</h2> ';
$otherDir = 0; $otherDir = 0;
  $filteredRoutes = Array();
foreach (getRoutesByNumber($trip['route_short_name']) as $row) { foreach (getRoutesByNumber($trip['route_short_name']) as $row) {
if ($row['route_id'] != $routeid) {  
echo '<a href="trip.php?routeid=' . $row['route_id'] . '">' . $row['route_long_name'] . ' (' . ucwords($row['service_id']) . ')</a> '; foreach (getRouteHeadsigns($row['route_id']) as $headsign) {
$otherDir++; if ( $headsign['direction_id'] != $directionid || service_period_day($headsign['service_id']) != $service_period) {
  echo "{$headsign['direction_id']} != $directionid || ".service_period_day($headsign['service_id'])." != $service_period <br>";
  $start = $headsign['stop_name'];
   
  $serviceday = service_period_day($headsign['service_id']);
  $key = $row['route_short_name'] . "." . $headsign['direction_id'];
  if (isset($filteredRoutes[$key])) {
  $filteredRoutes[$key]['route_ids'][] = $row['route_id'];
  $filteredRoutes[$key]['route_ids'] = array_unique($filteredRoutes[$key]['route_ids']);
  } else {
  $filteredRoutes[$key]['route_short_name'] = $row['route_short_name'];
  $filteredRoutes[$key]['route_long_name'] = "Starting at " . $start;
  $filteredRoutes[$key]['service_id'] = $serviceday;
  $filteredRoutes[$key]['direction_id'] = $headsign['direction_id'];
  }
  }
} }
} }
if ($otherDir == 0) foreach ($filteredRoutes as $key => $row) {
  echo '<a href="trip.php?routeids=' . implode(",",$row['route_ids']) . '&directionid='.$row['direction_id'].'&service_period='.$row['service_id'].'">' . $row['route_long_name'] . ' (' . ucwords($row['service_id']) . ')</a> ';
  $otherDir++;
  }
   
  if ($otherDir == 0) {
echo "None"; echo "None";
  }
echo '</span><span class="content-primary">'; echo '</span><span class="content-primary">';
flush(); flush();
@ob_flush(); @ob_flush();
echo "<div class='ui-header' style='overflow: visible; height: 1.5em'>"; echo "<div class='ui-header' style='overflow: visible; height: 1.5em'>";
if ($nextTrip) if ($nextTrip)
echo '<a href="trip.php?tripid=' . $nextTrip . "&amp;routeid=" . $routeid . '" data-icon="arrow-r" class="ui-btn-right">Next Trip</a>'; echo '<a href="trip.php?tripid=' . $nextTrip . "&amp;routeids=" . implode(",", $routeids) . '" data-icon="arrow-r" class="ui-btn-right">Next Trip</a>';
if ($prevTrip) if ($prevTrip)
echo '<a href="trip.php?tripid=' . $prevTrip . "&amp;routeid=" . $routeid . '" data-icon="arrow-l" class="ui-btn-left">Previous Trip</a>'; echo '<a href="trip.php?tripid=' . $prevTrip . "&amp;routeids=" . implode(",", $routeids) . '" data-icon="arrow-l" class="ui-btn-left">Previous Trip</a>';
echo "</div>"; echo "</div>";
echo ' <ul data-role="listview" data-inset="true">'; echo ' <ul data-role="listview" data-inset="true">';
$stopsGrouped = Array(); $stopsGrouped = Array();
$tripStopTimes = getTimeInterpolatedTrip($tripid); $tripStopTimes = getTripStopTimes($tripid);
echo '<li data-role="list-divider">' . $tripStopTimes[0]['arrival_time'] . ' to ' . $tripStopTimes[sizeof($tripStopTimes) - 1]['arrival_time'] . ' ' . $trip['route_long_name'] . ' (' . ucwords($tripStopTimes[0]['service_id']) . ')</li>'; echo '<li data-role="list-divider">' . $tripStopTimes[0]['arrival_time'] . ' to ' . $tripStopTimes[sizeof($tripStopTimes) - 1]['arrival_time'] . ' towards ' . $destination['stop_name'] . ' (' . ucwords(service_period_day($tripStopTimes[0]['service_id'])) . ')</li>';
foreach ($tripStopTimes as $key => $tripStopTime) { foreach ($tripStopTimes as $key => $tripStopTime) {
if (($tripStopTimes[$key]["stop_name"] != $tripStopTimes[$key + 1]["stop_name"]) || $key + 1 >= sizeof($tripStopTimes)) { if ($key + 1 > sizeof($tripStopTimes) || stopCompare($tripStopTimes[$key]["stop_name"]) != stopCompare($tripStopTimes[$key + 1]["stop_name"])) {
echo '<li>'; echo '<li>';
if (!startsWith($tripStopTime['stop_code'], "Wj"))  
echo '<img src="css/images/time.png" alt="Timing Point" class="ui-li-icon">';  
if (sizeof($stopsGrouped) > 0) { if (sizeof($stopsGrouped) > 0) {
// print and empty grouped stops // print and empty grouped stops
// subsequent duplicates // subsequent duplicates
$stopsGrouped["stop_ids"][] = $tripStopTime['stop_id']; $stopsGrouped["stop_ids"][] = $tripStopTime['stop_id'];
$stopsGrouped["endTime"] = $tripStopTime['arrival_time']; $stopsGrouped["endTime"] = $tripStopTime['arrival_time'];
echo '<a href="stop.php?stopids=' . implode(",", $stopsGrouped['stop_ids']) . '">'; echo '<a href="stop.php?stopids=' . implode(",", $stopsGrouped['stop_ids']) . '">';
echo '<p class="ui-li-aside">' . $stopsGrouped['startTime'] . ' to ' . $stopsGrouped['endTime']; echo '<p class="ui-li-aside">' . $stopsGrouped['startTime'] . ' to ' . $stopsGrouped['endTime'];
if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) { if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) {
echo '<br>' . distance($tripStopTime['stop_lat'], $tripStopTime['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away'; echo '<br>' . distance($tripStopTime['stop_lat'], $tripStopTime['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away';
} }
echo '</p>'; echo '</p>';
echo bracketsMeanNewLine($tripStopTime["stop_name"]); echo stopGroupTitle($tripStopTime['stop_name'], $tripStopTime['stop_desc']) . '<br><small>' . sizeof($stopsGrouped["stop_ids"]) . ' stops</small>';
   
echo '</a></li>'; echo '</a></li>';
flush(); flush();
@ob_flush(); @ob_flush();
$stopsGrouped = Array(); $stopsGrouped = Array();
} else { } else {
// just a normal stop // just a normal stop
echo '<a href="stop.php?stopid=' . $tripStopTime['stop_id'] . (startsWith($tripStopTime['stop_code'], "Wj") ? '&amp;stopcode=' . $tripStopTime['stop_code'] : "") . '">'; echo '<a href="stop.php?stopid=' . $tripStopTime['stop_id'] . (startsWith($tripStopTime['stop_code'], "Wj") ? '&amp;stopcode=' . $tripStopTime['stop_code'] : "") . '">';
echo '<p class="ui-li-aside">' . $tripStopTime['arrival_time']; echo '<p class="ui-li-aside">' . $tripStopTime['arrival_time'];
if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) { if (isset($_SESSION['lat']) && isset($_SESSION['lon'])) {
echo '<br>' . distance($tripStopTime['stop_lat'], $tripStopTime['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away'; echo '<br>' . distance($tripStopTime['stop_lat'], $tripStopTime['stop_lon'], $_SESSION['lat'], $_SESSION['lon'], true) . 'm away';
} }
echo '</p>'; echo '</p>';
echo bracketsMeanNewLine($tripStopTime['stop_name']); echo $tripStopTime['stop_name'];
echo '</a></li>'; echo '</a></li>';
flush(); flush();
@ob_flush(); @ob_flush();
} }
} else { } else {
// this is a duplicated line item // this is a duplicated line item
if ($key - 1 <= 0 || ($tripStopTimes[$key]['stop_name'] != $tripStopTimes[$key - 1]['stop_name'])) { if ($key - 1 <= 0 || stopCompare($tripStopTimes[$key]['stop_name']) != stopCompare($tripStopTimes[$key - 1]['stop_name'])) {
// first duplicate // first duplicate
$stopsGrouped = Array( $stopsGrouped = Array(
"name" => $tripStopTime['stop_name'], "name" => trim(preg_replace("/\(Platform.*/", "", $stop['stop_name'])),
"startTime" => $tripStopTime['arrival_time'], "startTime" => $tripStopTime['arrival_time'],
"stop_ids" => Array( "stop_ids" => Array(
$tripStopTime['stop_id'] $tripStopTime['stop_id']
) )
); );
} else { } else {
// subsequent duplicates // subsequent duplicates
$stopsGrouped["stop_ids"][] = $tripStopTime['stop_id']; $stopsGrouped["stop_ids"][] = $tripStopTime['stop_id'];
$stopsGrouped["endTime"] = $tripStopTime['arrival_time']; $stopsGrouped["endTime"] = $tripStopTime['arrival_time'];
} }
} }
} }
echo '</ul>'; echo '</ul>';
echo '</span>'; echo '</span>';
include_footer(); include_footer();
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
include ('include/common.inc.php'); include ('include/common.inc.php');
include_header("Trip Planner", "tripPlanner", true, false, true); include_header("Trip Planner", "tripPlanner", true, false, true);
$from = (isset($_REQUEST['from']) ? filter_var($_REQUEST['from'], FILTER_SANITIZE_STRING) : ""); $from = (isset($_REQUEST['from']) ? filter_var($_REQUEST['from'], FILTER_SANITIZE_STRING) : "");
$to = (isset($_REQUEST['to']) ? filter_var($_REQUEST['to'], FILTER_SANITIZE_STRING) : ""); $to = (isset($_REQUEST['to']) ? filter_var($_REQUEST['to'], FILTER_SANITIZE_STRING) : "");
$date = (isset($_REQUEST['date']) ? filter_var($_REQUEST['date'], FILTER_SANITIZE_STRING) : date("m/d/Y")); $date = (isset($_REQUEST['date']) ? filter_var($_REQUEST['date'], FILTER_SANITIZE_STRING) : date("m/d/Y"));
$time = (isset($_REQUEST['time']) ? filter_var($_REQUEST['time'], FILTER_SANITIZE_STRING) : date("H:i")); $time = (isset($_REQUEST['time']) ? filter_var($_REQUEST['time'], FILTER_SANITIZE_STRING) : date("H:i"));
   
function formatTime($timeString) { function formatTime($timeString) {
$timeParts = explode("T", $timeString); $timeParts = explode("T", $timeString);
return str_replace("Z", "", $timeParts[1]); return str_replace("Z", "", $timeParts[1]);
} }
   
function tripPlanForm($errorMessage = "") { function tripPlanForm($errorMessage = "") {
global $date, $time, $from, $to; global $date, $time, $from, $to;
echo "<div class='error'>$errorMessage</font>"; echo "<div class='error'>$errorMessage</font>";
echo '<form action="tripPlanner.php" method="post"> echo '<form action="tripPlanner.php" method="post">
<div data-role="fieldcontain"> <div data-role="fieldcontain">
<label for="from">I would like to go from</label> <label for="from">I would like to go from</label>
<input type="text" name="from" id="from" value="' . $from . '" /> <input type="text" name="from" id="from" value="' . $from . '" />
<a href="#" style="display:none" name="fromHere" id="fromHere">Here?</a> <a href="#" style="display:none" name="fromHere" id="fromHere">Here?</a>
</div> </div>
<div data-role="fieldcontain"> <div data-role="fieldcontain">
<label for="to"> to </label> <label for="to"> to </label>
<input type="text" name="to" id="to" value="' . $to . '" /> <input type="text" name="to" id="to" value="' . $to . '" />
<a href="#" style="display:none" name="toHere" id="toHere">Here?</a> <a href="#" style="display:none" name="toHere" id="toHere">Here?</a>
</div> </div>
<div data-role="fieldcontain"> <div data-role="fieldcontain">
<label for="date"> on </label> <label for="date"> on </label>
<input type="text" name="date" id="date" value="' . $date . '" /> <input type="text" name="date" id="date" value="' . $date . '" />
</div> </div>
<div data-role="fieldcontain"> <div data-role="fieldcontain">
<label for="time"> at </label> <label for="time"> at </label>
<input type="time" name="time" id="time" value="' . $time . '" /> <input type="time" name="time" id="time" value="' . $time . '" />
</div> </div>
<input type="submit" value="Go!"></form>'; <input type="submit" value="Go!"></form>';
} }
   
function processItinerary($itineraryNumber, $itinerary) { function processItinerary($itineraryNumber, $itinerary) {
echo '<div data-role="collapsible" ' . ($itineraryNumber > 0 ? 'data-collapsed="true"' : "") . '> <h3> Option #' . ($itineraryNumber + 1) . ": " . floor($itinerary->duration / 60000) . " minutes (" . formatTime($itinerary->startTime) . " to " . formatTime($itinerary->endTime) . ")</h3><p>"; echo '<div data-role="collapsible" ' . ($itineraryNumber > 0 ? 'data-collapsed="true"' : "") . '> <h3> Option #' . ($itineraryNumber + 1) . ": " . floor($itinerary->duration / 60000) . " minutes (" . formatTime($itinerary->startTime) . " to " . formatTime($itinerary->endTime) . ")</h3><p>";
echo "Walking time: " . floor($itinerary->walkTime / 60000) . " minutes (" . floor($itinerary->walkDistance) . " meters)<br>\n"; echo "Walking time: " . floor($itinerary->walkTime / 60000) . " minutes (" . floor($itinerary->walkDistance) . " meters)<br>\n";
echo "Transit time: " . floor($itinerary->transitTime / 60000) . " minutes<br>\n"; echo "Transit time: " . floor($itinerary->transitTime / 60000) . " minutes<br>\n";
echo "Waiting time: " . floor($itinerary->waitingTime / 60000) . " minutes<br>\n"; echo "Waiting time: " . floor($itinerary->waitingTime / 60000) . " minutes<br>\n";
if (is_array($itinerary->legs->leg)) { if (is_array($itinerary->legs->leg)) {
$legMarkers = array(); $legMarkers = array();
foreach ($itinerary->legs->leg as $legNumber => $leg) { foreach ($itinerary->legs->leg as $legNumber => $leg) {
$legMarkers[] = array( $legMarkers[] = array(
$leg->from->lat, $leg->from->lat,
$leg->from->lon $leg->from->lon
); );
} }
echo '' . staticmap($legMarkers, 0, "iconb", false) . "<br>\n"; echo '' . staticmap($legMarkers, false, false, true) . "<br>\n";
echo '<ul>'; echo '<ul>';
foreach ($itinerary->legs->leg as $legNumber => $leg) { foreach ($itinerary->legs->leg as $legNumber => $leg) {
echo '<li>'; echo '<li>';
processLeg($legNumber, $leg); processLeg($legNumber, $leg);
echo "</li>"; echo "</li>";
flush(); flush();
@ob_flush(); @ob_flush();
} }
echo "</ul>"; echo "</ul>";
} else { } else {
echo '' . staticmap(array( echo '' . staticmap(array(
array( array(
$itinerary->legs->leg->from->lat, $itinerary->legs->leg->from->lat,
$itinerary->legs->leg->from->lon $itinerary->legs->leg->from->lon
) )
), 0, "iconb", false) . "<br>\n"; ), false, false, true) . "<br>\n";
processLeg(0, $itinerary->legs->leg); processLeg(0, $itinerary->legs->leg);
} }
echo "</p></div>"; echo "</p></div>";
} }
   
function processLeg($legNumber, $leg) { function processLeg($legNumber, $leg) {
$legArray = object2array($leg); $legArray = object2array($leg);
echo '<h3>Leg #' . ($legNumber + 1) . " ( {$legArray['@mode']} from: {$leg->from->name} to {$leg->to->name}, " . floor($leg->duration / 60000) . " minutes) </h3>\n"; echo '<h3>Leg #' . ($legNumber + 1) . " ( {$legArray['@mode']} from: {$leg->from->name} to {$leg->to->name}, " . floor($leg->duration / 60000) . " minutes) </h3>\n";
if ($legArray["@mode"] === "BUS") { if ($legArray["@mode"] === "BUS") {
echo "Take bus {$legArray['@route']} " . str_replace("To", "towards", $legArray['@headsign']) . " departing at " . formatTime($leg->startTime) . "<br>"; echo "Take bus {$legArray['@route']} " . str_replace("To", "towards", $legArray['@headsign']) . " departing at " . formatTime($leg->startTime) . "<br>";
} else { } else {
$walkStepMarkers = array(); $walkStepMarkers = array();
foreach ($leg->steps->walkSteps as $stepNumber => $step) { foreach ($leg->steps->walkSteps as $stepNumber => $step) {
$walkStepMarkers[] = array( $walkStepMarkers[] = array(
$step->lat, $step->lat,
$step->lon $step->lon
); );
} }
echo "" . staticmap($walkStepMarkers, 0, "icong", false) . "<br>\n"; echo "" . staticmap($walkStepMarkers, false, false, true) . "<br>\n";
foreach ($leg->steps->walkSteps as $stepNumber => $step) { foreach ($leg->steps->walkSteps as $stepNumber => $step) {
echo "Walking step " . ($stepNumber + 1) . ": "; echo "Walking step " . ($stepNumber + 1) . ": ";
if ($step->relativeDirection == "CONTINUE") { if ($step->relativeDirection == "CONTINUE") {
echo "Continue, "; echo "Continue, ";
} else if ($step->relativeDirection) } else if ($step->relativeDirection)
echo "Turn " . ucwords(strtolower(str_replace("_", " ", $step->relativeDirection))) . ", "; echo "Turn " . ucwords(strtolower(str_replace("_", " ", $step->relativeDirection))) . ", ";
echo "Go " . ucwords(strtolower($step->absoluteDirection)) . " on "; echo "Go " . ucwords(strtolower($step->absoluteDirection)) . " on ";
if (strpos($step->streetName, "from") !== false && strpos($step->streetName, "way") !== false) { if (strpos($step->streetName, "from") !== false && strpos($step->streetName, "way") !== false) {
echo "footpath"; echo "footpath";
} else { } else {
echo $step->streetName; echo $step->streetName;
} }
echo " for " . floor($step->distance) . " meters<br>\n"; echo " for " . floor($step->distance) . " meters<br>\n";
} }
} }
} }
   
if ($_REQUEST['time']) { if ($_REQUEST['time']) {
if (startsWith($to, "-")) { if (startsWith($to, "-")) {
$toPlace = $to; $toPlace = $to;
} else if (strpos($to, "(") !== false) { } else if (strpos($to, "(") !== false) {
$toParts = explode("(", $to); $toParts = explode("(", $to);
$toPlace = str_replace(")", "", $toParts[1]); $toPlace = str_replace(")", "", $toParts[1]);
} else { } else {
$toPlace = geocode($to, false); $toPlace = geocode($to, false);
} }
   
if (startsWith($from, "-")) { if (startsWith($from, "-")) {
$fromPlace = $from; $fromPlace = $from;
} else if (strpos($from, "(") !== false) { } else if (strpos($from, "(") !== false) {
$fromParts = explode("(", urldecode($from)); $fromParts = explode("(", urldecode($from));
$fromPlace = str_replace(")", "", $fromParts[1]); $fromPlace = str_replace(")", "", $fromParts[1]);
} else { } else {
$fromPlace = geocode($from, false); $fromPlace = geocode($from, false);
} }
   
if ($toPlace == "" || $fromPlace == "") { if ($toPlace == "" || $fromPlace == "") {
$errorMessage = ""; $errorMessage = "";
if ($toPlace == "") { if ($toPlace == "") {
$errorMessage.= urlencode($to) . " not found.<br>\n"; $errorMessage.= urlencode($to) . " not found.<br>\n";
trackEvent("Trip Planner", "Geocoder Failed", $to); trackEvent("Trip Planner", "Geocoder Failed", $to);
} }
if ($fromPlace == "") { if ($fromPlace == "") {
$errorMessage.= urlencode($from) . " not found.<br>\n"; $errorMessage.= urlencode($from) . " not found.<br>\n";
trackEvent("Trip Planner", "Geocoder Failed", $from); trackEvent("Trip Planner", "Geocoder Failed", $from);
} }
tripPlanForm($errorMessage); tripPlanForm($errorMessage);
} else { } else {
$url = $otpAPIurl . "ws/plan?date=" . urlencode($_REQUEST['date']) . "&time=" . urlencode($_REQUEST['time']) . "&mode=TRANSIT%2CWALK&optimize=QUICK&maxWalkDistance=840&wheelchair=false&toPlace=$toPlace&fromPlace=$fromPlace&intermediatePlaces="; $url = $otpAPIurl . "ws/plan?date=" . urlencode($_REQUEST['date']) . "&time=" . urlencode($_REQUEST['time']) . "&mode=TRANSIT%2CWALK&optimize=QUICK&maxWalkDistance=840&wheelchair=false&toPlace=$toPlace&fromPlace=$fromPlace&intermediatePlaces=";
debug($url); debug($url);
$ch = curl_init($url); $ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_HTTPHEADER, array( curl_setopt($ch, CURLOPT_HTTPHEADER, array(
"Accept: application/json" "Accept: application/json"
)); ));
curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$page = curl_exec($ch); $page = curl_exec($ch);
if (curl_errno($ch) || curl_getinfo($ch, CURLINFO_HTTP_CODE) != 200) { if (curl_errno($ch) || curl_getinfo($ch, CURLINFO_HTTP_CODE) != 200) {
tripPlanForm("Trip planner temporarily unavailable: " . curl_errno($ch) . " " . curl_error($ch) . " " . curl_getinfo($ch, CURLINFO_HTTP_CODE) . (isDebug() ? "<br>" . $url : "")); tripPlanForm("Trip planner temporarily unavailable: " . curl_errno($ch) . " " . curl_error($ch) . " " . curl_getinfo($ch, CURLINFO_HTTP_CODE) . (isDebug() ? "<br>" . $url : ""));
trackEvent("Trip Planner", "Trip Planner Failed", $url); trackEvent("Trip Planner", "Trip Planner Failed", $url);
} else { } else {
trackEvent("Trip Planner", "Plan Trip From", $from); trackEvent("Trip Planner", "Plan Trip From", $from);
trackEvent("Trip Planner", "Plan Trip To", $to); trackEvent("Trip Planner", "Plan Trip To", $to);
$tripplan = json_decode($page); $tripplan = json_decode($page);
debug(print_r($tripplan, true)); debug(print_r($tripplan, true));
echo "<h1> From: {$tripplan->plan->from->name} To: {$tripplan->plan->to->name} </h1>"; echo "<h1> From: {$tripplan->plan->from->name} To: {$tripplan->plan->to->name} </h1>";
echo "<h1> At: " . formatTime($tripplan->plan->date) . " </h1>"; echo "<h1> At: " . formatTime($tripplan->plan->date) . " </h1>";
if (is_array($tripplan->plan->itineraries->itinerary)) { if (is_array($tripplan->plan->itineraries->itinerary)) {
echo '<div data-role="collapsible-set">'; echo '<div data-role="collapsible-set">';
foreach ($tripplan->plan->itineraries->itinerary as $itineraryNumber => $itinerary) { foreach ($tripplan->plan->itineraries->itinerary as $itineraryNumber => $itinerary) {
processItinerary($itineraryNumber, $itinerary); processItinerary($itineraryNumber, $itinerary);
} }
echo "</div>"; echo "</div>";
} else { } else {
processItinerary(0, $tripplan->plan->itineraries->itinerary); processItinerary(0, $tripplan->plan->itineraries->itinerary);
} }
} }
curl_close($ch); curl_close($ch);
} }
} else { } else {
tripPlanForm(); tripPlanForm();
} }
include_footer(); include_footer();
?> ?>
   
<?php <?php
   
/* /*
* Copyright 2010,2011 Alexander Sadleir * Copyright 2010,2011 Alexander Sadleir
   
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
   
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
   
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
if (php_sapi_name() == "cli") { if (php_sapi_name() == "cli") {
include ('include/common.inc.php'); include ('include/common.inc.php');
$conn = pg_connect("dbname=transitdata user=postgres password=snmc host=localhost") or die('connection failed'); $conn = pg_connect("dbname=transitdata user=postgres password=snmc host=localhost") or die('connection failed');
$pdconn = new PDO("pgsql:dbname=transitdata;user=postgres;password=snmc;host=localhost"); $pdconn = new PDO("pgsql:dbname=transitdata;user=postgres;password=snmc;host=localhost");
   
/* /*
delete from agency; delete from agency;
delete from calendar; delete from calendar;
delete from calendar_dates; delete from calendar_dates;
delete from routes; delete from routes;
delete from shapes; delete from shapes;
delete from stop_times; delete from stop_times;
delete from stops; delete from stops;
delete from trips; delete from trips;
*/ */
   
// Unzip cbrfeed.zip, import all csv files to database // Unzip cbrfeed.zip, import all csv files to database
$unzip = true; $unzip = false;
$zip = zip_open(dirname(__FILE__) . "/cbrfeed.zip"); $zip = zip_open(dirname(__FILE__) . "/cbrfeed.zip");
$tmpdir = "/tmp/cbrfeed/"; $tmpdir = "c:/tmp/";
mkdir($tmpdir); mkdir($tmpdir);
if ($unzip) { if ($unzip) {
if (is_resource($zip)) { if (is_resource($zip)) {
while ($zip_entry = zip_read($zip)) { while ($zip_entry = zip_read($zip)) {
$fp = fopen($tmpdir . zip_entry_name($zip_entry), "w"); $fp = fopen($tmpdir . zip_entry_name($zip_entry), "w");
if (zip_entry_open($zip, $zip_entry, "r")) { if (zip_entry_open($zip, $zip_entry, "r")) {
echo "Extracting " . zip_entry_name($zip_entry) . "\n"; echo "Extracting " . zip_entry_name($zip_entry) . "\n";
$buf = zip_entry_read($zip_entry, zip_entry_filesize($zip_entry)); $buf = zip_entry_read($zip_entry, zip_entry_filesize($zip_entry));
fwrite($fp, "$buf"); fwrite($fp, "$buf");
zip_entry_close($zip_entry); zip_entry_close($zip_entry);
fclose($fp); fclose($fp);
} }
} }
zip_close($zip); zip_close($zip);
} }
} }
   
foreach (scandir($tmpdir) as $file) { foreach (scandir($tmpdir) as $file) {
if (!strpos($file, ".txt") === false) { if (!strpos($file, ".txt") === false) {
$fieldseparator = ","; $fieldseparator = ",";
$lineseparator = "\n"; $lineseparator = "\n";
$tablename = str_replace(".txt", "", $file); $tablename = str_replace(".txt", "", $file);
echo "Opening $file \n"; echo "Opening $file \n";
$line = 0; $line = 0;
$handle = fopen($tmpdir . $file, "r"); $handle = fopen($tmpdir . $file, "r");
if ($tablename == "stop_times") { if ($tablename == "stop_times") {
$stmt = $pdconn->prepare("insert into stop_times (trip_id,stop_id,stop_sequence,arrival_time,departure_time) values(:trip_id, :stop_id, :stop_sequence,:arrival_time,:departure_time);"); $stmt = $pdconn->prepare("insert into stop_times (trip_id,stop_id,stop_sequence,arrival_time,departure_time) values(:trip_id, :stop_id, :stop_sequence,:arrival_time,:departure_time);");
$stmt->bindParam(':trip_id', $trip_id); $stmt->bindParam(':trip_id', $trip_id);
$stmt->bindParam(':stop_id', $stop_id); $stmt->bindParam(':stop_id', $stop_id);
$stmt->bindParam(':stop_sequence', $stop_sequence); $stmt->bindParam(':stop_sequence', $stop_sequence);
$stmt->bindParam(':arrival_time', $time); $stmt->bindParam(':arrival_time', $time);
$stmt->bindParam(':departure_time', $time); $stmt->bindParam(':departure_time', $time);
} }
   
  $distance = 0;
  $lastshape = 0;
  $lastlat = 0;
  $lastlon = 0;
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
if ($line == 0) { if ($line == 0) {
} else { } else {
$query = "insert into $tablename values("; $query = "insert into $tablename values(";
$valueCount = 0; $valueCount = 0;
foreach ($data as $value) { foreach ($data as $value) {
$query.=($valueCount > 0 ? "','" : "'") . pg_escape_string($value); $query.=($valueCount > 0 ? "','" : "'") . pg_escape_string($value);
$valueCount++; $valueCount++;
} }
   
if ($tablename == "stops") { if ($tablename == "stops") {
$query.= "', ST_GeographyFromText('SRID=4326;POINT({$data[2]} {$data[0]})'));"; $query.= "', ST_GeographyFromText('SRID=4326;POINT({$data[2]} {$data[0]})'));";
  } else if ($tablename == "shapes") {
  if ($data[0] != $lastshape) {
  $distance = 0;
  $lastshape = $data[0];
  } else {
  $distance += distance($lastlat, $lastlon, $data[1], $data[2]);
  }
  $lastlat = $data[1];
  $lastlon = $data[2];
  $query.= "', $distance, ST_GeographyFromText('SRID=4326;POINT({$data[2]} {$data[1]})'));";
} else { } else {
$query.= "');"; $query.= "');";
} }
if ($tablename == "stop_times") { if ($tablename == "stop_times") {
// $query = "insert into $tablename (trip_id,stop_id,stop_sequence) values('{$data[0]}','{$data[3]}','{$data[4]}');"; // $query = "insert into $tablename (trip_id,stop_id,stop_sequence) values('{$data[0]}','{$data[3]}','{$data[4]}');";
$trip_id = $data[0]; $trip_id = $data[0];
$stop_id = $data[3]; $stop_id = $data[3];
$stop_sequence = $data[4]; $stop_sequence = $data[4];
$time = ($data[1] == "" ? null : $data[1]); $time = ($data[1] == "" ? null : $data[1]);
} }
} }
if ($tablename == "stop_times") { if ($tablename == "stop_times") {
$stmt->execute(); $stmt->execute();
} else { } else {
$result = pg_query($conn, $query); $result = pg_query($conn, $query);
} }
$line++; $line++;
if ($line % 10000 == 0) if ($line % 10000 == 0)
echo "$line records... " . date('c') . "\n"; echo "$line records... " . date('c') . "\n";
} }
fclose($handle); fclose($handle);
echo "Found a total of $line records in $file.\n"; echo "Found a total of $line records in $file.\n";
} }
} }
} }
?> ?>