33.3 KB
/srv/reproducible-results/rbuild-debian/tmp.DtXkvj4QTk/b1/starjava-ttools_3.1.5-1_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/tmp.DtXkvj4QTk/b2/starjava-ttools_3.1.5-1_amd64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·c443f993aaa5d742831131fde15dac95·53540·java·optional·jython-stilts_3.1.5-1_all.deb1 ·96d6f898ca5061855a0c4706d5e3b594·53528·java·optional·jython-stilts_3.1.5-1_all.deb
2 ·c12913af58d6914ab1c74a8ddf027313·1229848·doc·optional·starlink-ttools-java-doc_3.1.5-1_all.deb2 ·c12913af58d6914ab1c74a8ddf027313·1229848·doc·optional·starlink-ttools-java-doc_3.1.5-1_all.deb
3 ·a8fba9b555fdfd283f44f9680fb3df59·3540212·java·optional·starlink-ttools-java_3.1.5-1_all.deb 
4 ·47ba9fb04e6463b067ee0f79f4bf3737·1369300·doc·optional·stilts-doc_3.1.5-1_all.deb3 ·a22ed7f9b7dc3c60f0cb12e7e0b11cf3·3539720·java·optional·starlink-ttools-java_3.1.5-1_all.deb
 4 ·d1658c830bac49c01eec1b9bddba4cfd·1369348·doc·optional·stilts-doc_3.1.5-1_all.deb
5 ·551deff197f9a6cc882438521dbc2ad3·179256·science·optional·stilts_3.1.5-1_all.deb5 ·551deff197f9a6cc882438521dbc2ad3·179256·science·optional·stilts_3.1.5-1_all.deb
7.55 KB
jython-stilts_3.1.5-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary
2 -rw-r--r--···0········0········0·····1348·2018-11-06·10:48:10.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1348·2018-11-06·10:48:10.000000·control.tar.xz
3 -rw-r--r--···0········0········0····52000·2018-11-06·10:48:10.000000·data.tar.xz3 -rw-r--r--···0········0········0····51988·2018-11-06·10:48:10.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
7.04 KB
data.tar.xz
7.02 KB
data.tar
7.0 KB
./usr/share/jython/Lib/site-packages/stilts.py
    
Offset 1298, 15 lines modifiedOffset 1298, 15 lines modified
1298 ········env·=·_JyEnvironment()1298 ········env·=·_JyEnvironment()
1299 ········env.setValue('format',·_map_env_value(format))1299 ········env.setValue('format',·_map_env_value(format))
1300 ········env.setValue('client',·_map_env_value(client))1300 ········env.setValue('client',·_map_env_value(client))
1301 ········mode·=·_stilts.getModeFactory().createObject('samp')1301 ········mode·=·_stilts.getModeFactory().createObject('samp')
1302 ········consumer·=·mode.createConsumer(env)1302 ········consumer·=·mode.createConsumer(env)
1303 ········_check_unused_args(env)1303 ········_check_unused_args(env)
1304 ········consumer.consume(self)1304 ········consumer.consume(self)
1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1306 ········'''\1306 ········'''\
1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1309 ····1309 ····
1310 ····Parameters:1310 ····Parameters:
1311 ····1311 ····
1312 ·······protocol·=·<jdbc-protocol>·······(String)1312 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1348, 15 lines modifiedOffset 1348, 15 lines modified
1348 ················of·columns)·for·the·data·being·written.1348 ················of·columns)·for·the·data·being·written.
1349 ····1349 ····
1350 ··········[Default:·create]1350 ··········[Default:·create]
1351 ····1351 ····
1352 ·······user·=·<username>·······(String)1352 ·······user·=·<username>·······(String)
1353 ··········User·name·for·the·SQL·connection·to·the·database.1353 ··········User·name·for·the·SQL·connection·to·the·database.
1354 ····1354 ····
1355 ··········[Default:·pbuilder1]1355 ··········[Default:·pbuilder2]
1356 ····1356 ····
1357 ·······password·=·<passwd>·······(String)1357 ·······password·=·<passwd>·······(String)
1358 ··········Password·for·the·SQL·connection·to·the·database.1358 ··········Password·for·the·SQL·connection·to·the·database.
1359 ····'''1359 ····'''
1360 ········env·=·_JyEnvironment()1360 ········env·=·_JyEnvironment()
1361 ········env.setValue('protocol',·_map_env_value(protocol))1361 ········env.setValue('protocol',·_map_env_value(protocol))
1362 ········env.setValue('db',·_map_env_value(db))1362 ········env.setValue('db',·_map_env_value(db))
Offset 3857, 15 lines modifiedOffset 3857, 15 lines modified
3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
3858 ······as·well·for·the·connection·to·be·made.3858 ······as·well·for·the·connection·to·be·made.
  
3859 ···user·=·<value>·······(String)3859 ···user·=·<value>·······(String)
3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
3861 ······current·username.3861 ······current·username.
  
3862 ······[Default:·pbuilder1]3862 ······[Default:·pbuilder2]
  
3863 ···password·=·<value>·······(String)3863 ···password·=·<value>·······(String)
3864 ······Password·for·logging·in·to·SQL·database.3864 ······Password·for·logging·in·to·SQL·database.
  
3865 ···sql·=·<sql>·······(String)3865 ···sql·=·<sql>·······(String)
3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4063, 15 lines modifiedOffset 4063, 15 lines modified
4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4064 ······as·well·for·the·connection·to·be·made.4064 ······as·well·for·the·connection·to·be·made.
  
4065 ···user·=·<value>·······(String)4065 ···user·=·<value>·······(String)
4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4067 ······current·username.4067 ······current·username.
  
4068 ······[Default:·pbuilder1]4068 ······[Default:·pbuilder2]
  
4069 ···password·=·<value>·······(String)4069 ···password·=·<value>·······(String)
4070 ······Password·for·logging·in·to·SQL·database.4070 ······Password·for·logging·in·to·SQL·database.
  
4071 ···dbtable·=·<table-name>·······(String)4071 ···dbtable·=·<table-name>·······(String)
4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4073 ······remote·data.4073 ······remote·data.
Offset 4171, 15 lines modifiedOffset 4171, 15 lines modified
4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4172 ······as·well·for·the·connection·to·be·made.4172 ······as·well·for·the·connection·to·be·made.
  
4173 ···user·=·<value>·······(String)4173 ···user·=·<value>·······(String)
4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4175 ······current·username.4175 ······current·username.
  
4176 ······[Default:·pbuilder1]4176 ······[Default:·pbuilder2]
  
4177 ···password·=·<value>·······(String)4177 ···password·=·<value>·······(String)
4178 ······Password·for·logging·in·to·SQL·database.4178 ······Password·for·logging·in·to·SQL·database.
  
4179 ···select·=·<select-stmt>·······(String)4179 ···select·=·<select-stmt>·······(String)
4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4181 ······statement·to·identify·which·rows·undergo·updates.4181 ······statement·to·identify·which·rows·undergo·updates.
Offset 6556, 15 lines modifiedOffset 6556, 15 lines modified
  
6556 ···parallel·=·<int-value>·······(Integer)6556 ···parallel·=·<int-value>·······(Integer)
6557 ······Determines·how·many·threads·will·run·in·parallel·if·animation6557 ······Determines·how·many·threads·will·run·in·parallel·if·animation
6558 ······output·is·being·produced.·Only·used·if·the·animate·parameter6558 ······output·is·being·produced.·Only·used·if·the·animate·parameter
6559 ······is·supplied.·The·default·value·is·the·number·of·processors6559 ······is·supplied.·The·default·value·is·the·number·of·processors
6560 ······apparently·available·to·the·JVM.6560 ······apparently·available·to·the·JVM.
  
6561 ······[Default:·16]6561 ······[Default:·15]
  
6562 ···xlog·=·true|false·······(Boolean)6562 ···xlog·=·true|false·······(Boolean)
6563 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if6563 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
6564 ······true·it·is·logarithmic.6564 ······true·it·is·logarithmic.
  
6565 ······[Default:·false]6565 ······[Default:·false]
  
Offset 7192, 15 lines modifiedOffset 7192, 15 lines modified
  
7192 ···parallel·=·<int-value>·······(Integer)7192 ···parallel·=·<int-value>·······(Integer)
7193 ······Determines·how·many·threads·will·run·in·parallel·if·animation7193 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7194 ······output·is·being·produced.·Only·used·if·the·animate·parameter7194 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7195 ······is·supplied.·The·default·value·is·the·number·of·processors7195 ······is·supplied.·The·default·value·is·the·number·of·processors
7196 ······apparently·available·to·the·JVM.7196 ······apparently·available·to·the·JVM.
  
7197 ······[Default:·16]7197 ······[Default:·15]
  
7198 ···projection·=·sin|aitoff|car·······7198 ···projection·=·sin|aitoff|car·······
7199 ···(uk.ac.starlink.ttools.plot2.geom.Projection)7199 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
7200 ······Sky·projection·used·to·display·the·plot.7200 ······Sky·projection·used·to·display·the·plot.
  
7201 ······The·available·options·are:7201 ······The·available·options·are:
  
Offset 7772, 15 lines modifiedOffset 7772, 15 lines modified
  
7772 ···parallel·=·<int-value>·······(Integer)7772 ···parallel·=·<int-value>·······(Integer)
7773 ······Determines·how·many·threads·will·run·in·parallel·if·animation7773 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7774 ······output·is·being·produced.·Only·used·if·the·animate·parameter7774 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7775 ······is·supplied.·The·default·value·is·the·number·of·processors7775 ······is·supplied.·The·default·value·is·the·number·of·processors
7776 ······apparently·available·to·the·JVM.7776 ······apparently·available·to·the·JVM.
  
7777 ······[Default:·16]7777 ······[Default:·15]
  
7778 ···xlog·=·true|false·······(Boolean)7778 ···xlog·=·true|false·······(Boolean)
7779 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7779 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7780 ······true·it·is·logarithmic.7780 ······true·it·is·logarithmic.
  
7781 ······[Default:·false]7781 ······[Default:·false]
  
Max diff block lines reached; 2429/7081 bytes (34.30%) of diff not shown.
10.3 KB
367 B
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary
2 -rw-r--r--···0········0········0·····1140·2018-11-06·10:48:10.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1140·2018-11-06·10:48:10.000000·control.tar.xz
3 -rw-r--r--···0········0········0··3538880·2018-11-06·10:48:10.000000·data.tar.xz3 -rw-r--r--···0········0········0··3538388·2018-11-06·10:48:10.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
9.73 KB
9.71 KB
1.21 KB
    
Offset 2, 9 lines modifiedOffset 2, 9 lines modified
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/
6 -rw-r--r--···0·root·········(0)·root·········(0)······774·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz6 -rw-r--r--···0·root·········(0)·root·········(0)······774·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz
7 -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2017-04-11·07:48:55.000000·./usr/share/doc/starlink-ttools-java/copyright7 -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2017-04-11·07:48:55.000000·./usr/share/doc/starlink-ttools-java/copyright
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/
9 -rw-r--r--···0·root·········(0)·root·········(0)··3962752·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools-3.1.5.jar9 -rw-r--r--···0·root·········(0)·root·········(0)··3962750·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools-3.1.5.jar
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.1.5.jar10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.1.5.jar
8.48 KB
1.47 KB
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 Zip·file·size:·3962752·bytes,·number·of·entries:·27981 Zip·file·size:·3962750·bytes,·number·of·entries:·2798
2 drwxr-xr-x··2.0·unx········0·bx·stor·18-Nov-06·10:48·META-INF/2 drwxr-xr-x··2.0·unx········0·bx·stor·18-Nov-06·10:48·META-INF/
3 -rw-r--r--··2.0·unx······533·b-·defN·18-Nov-06·10:48·META-INF/MANIFEST.MF3 -rw-r--r--··2.0·unx······533·b-·defN·18-Nov-06·10:48·META-INF/MANIFEST.MF
4 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/4 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/
5 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/tools/5 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/tools/
6 -rw-r--r--··2.0·unx······344·b-·defN·18-Nov-06·10:48·cds/tools/ExtApp.class6 -rw-r--r--··2.0·unx······344·b-·defN·18-Nov-06·10:48·cds/tools/ExtApp.class
7 -rw-r--r--··2.0·unx···415476·b-·defN·18-Nov-06·10:48·stilts.py7 -rw-r--r--··2.0·unx···415476·b-·defN·18-Nov-06·10:48·stilts.py
8 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·uk/8 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·uk/
Offset 2793, 8 lines modifiedOffset 2793, 8 lines modified
2793 -rw-r--r--··2.0·unx·····4942·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintContext.class2793 -rw-r--r--··2.0·unx·····4942·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintContext.class
2794 -rw-r--r--··2.0·unx·····2783·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class2794 -rw-r--r--··2.0·unx·····2783·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class
2795 -rw-r--r--··2.0·unx······396·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintException.class2795 -rw-r--r--··2.0·unx······396·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintException.class
2796 -rw-r--r--··2.0·unx·····5087·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLinter.class2796 -rw-r--r--··2.0·unx·····5087·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLinter.class
2797 -rw-r--r--··2.0·unx·····4743·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.0.dtd2797 -rw-r--r--··2.0·unx·····4743·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.0.dtd
2798 -rw-r--r--··2.0·unx·····5044·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.1.dtd2798 -rw-r--r--··2.0·unx·····5044·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.1.dtd
2799 -rw-r--r--··2.0·unx·····5534·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.2.dtd2799 -rw-r--r--··2.0·unx·····5534·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.2.dtd
2800 2798·files,·8086740·bytes·uncompressed,·3444094·bytes·compressed:··57.4%2800 2798·files,·8086740·bytes·uncompressed,·3444092·bytes·compressed:··57.4%
6.93 KB
    
Offset 1298, 15 lines modifiedOffset 1298, 15 lines modified
1298 ········env·=·_JyEnvironment()1298 ········env·=·_JyEnvironment()
1299 ········env.setValue('format',·_map_env_value(format))1299 ········env.setValue('format',·_map_env_value(format))
1300 ········env.setValue('client',·_map_env_value(client))1300 ········env.setValue('client',·_map_env_value(client))
1301 ········mode·=·_stilts.getModeFactory().createObject('samp')1301 ········mode·=·_stilts.getModeFactory().createObject('samp')
1302 ········consumer·=·mode.createConsumer(env)1302 ········consumer·=·mode.createConsumer(env)
1303 ········_check_unused_args(env)1303 ········_check_unused_args(env)
1304 ········consumer.consume(self)1304 ········consumer.consume(self)
1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1306 ········'''\1306 ········'''\
1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1309 ····1309 ····
1310 ····Parameters:1310 ····Parameters:
1311 ····1311 ····
1312 ·······protocol·=·<jdbc-protocol>·······(String)1312 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1348, 15 lines modifiedOffset 1348, 15 lines modified
1348 ················of·columns)·for·the·data·being·written.1348 ················of·columns)·for·the·data·being·written.
1349 ····1349 ····
1350 ··········[Default:·create]1350 ··········[Default:·create]
1351 ····1351 ····
1352 ·······user·=·<username>·······(String)1352 ·······user·=·<username>·······(String)
1353 ··········User·name·for·the·SQL·connection·to·the·database.1353 ··········User·name·for·the·SQL·connection·to·the·database.
1354 ····1354 ····
1355 ··········[Default:·pbuilder1]1355 ··········[Default:·pbuilder2]
1356 ····1356 ····
1357 ·······password·=·<passwd>·······(String)1357 ·······password·=·<passwd>·······(String)
1358 ··········Password·for·the·SQL·connection·to·the·database.1358 ··········Password·for·the·SQL·connection·to·the·database.
1359 ····'''1359 ····'''
1360 ········env·=·_JyEnvironment()1360 ········env·=·_JyEnvironment()
1361 ········env.setValue('protocol',·_map_env_value(protocol))1361 ········env.setValue('protocol',·_map_env_value(protocol))
1362 ········env.setValue('db',·_map_env_value(db))1362 ········env.setValue('db',·_map_env_value(db))
Offset 3857, 15 lines modifiedOffset 3857, 15 lines modified
3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
3858 ······as·well·for·the·connection·to·be·made.3858 ······as·well·for·the·connection·to·be·made.
  
3859 ···user·=·<value>·······(String)3859 ···user·=·<value>·······(String)
3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
3861 ······current·username.3861 ······current·username.
  
3862 ······[Default:·pbuilder1]3862 ······[Default:·pbuilder2]
  
3863 ···password·=·<value>·······(String)3863 ···password·=·<value>·······(String)
3864 ······Password·for·logging·in·to·SQL·database.3864 ······Password·for·logging·in·to·SQL·database.
  
3865 ···sql·=·<sql>·······(String)3865 ···sql·=·<sql>·······(String)
3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4063, 15 lines modifiedOffset 4063, 15 lines modified
4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4064 ······as·well·for·the·connection·to·be·made.4064 ······as·well·for·the·connection·to·be·made.
  
4065 ···user·=·<value>·······(String)4065 ···user·=·<value>·······(String)
4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4067 ······current·username.4067 ······current·username.
  
4068 ······[Default:·pbuilder1]4068 ······[Default:·pbuilder2]
  
4069 ···password·=·<value>·······(String)4069 ···password·=·<value>·······(String)
4070 ······Password·for·logging·in·to·SQL·database.4070 ······Password·for·logging·in·to·SQL·database.
  
4071 ···dbtable·=·<table-name>·······(String)4071 ···dbtable·=·<table-name>·······(String)
4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4073 ······remote·data.4073 ······remote·data.
Offset 4171, 15 lines modifiedOffset 4171, 15 lines modified
4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4172 ······as·well·for·the·connection·to·be·made.4172 ······as·well·for·the·connection·to·be·made.
  
4173 ···user·=·<value>·······(String)4173 ···user·=·<value>·······(String)
4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4175 ······current·username.4175 ······current·username.
  
4176 ······[Default:·pbuilder1]4176 ······[Default:·pbuilder2]
  
4177 ···password·=·<value>·······(String)4177 ···password·=·<value>·······(String)
4178 ······Password·for·logging·in·to·SQL·database.4178 ······Password·for·logging·in·to·SQL·database.
  
4179 ···select·=·<select-stmt>·······(String)4179 ···select·=·<select-stmt>·······(String)
4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4181 ······statement·to·identify·which·rows·undergo·updates.4181 ······statement·to·identify·which·rows·undergo·updates.
Offset 6556, 15 lines modifiedOffset 6556, 15 lines modified
  
6556 ···parallel·=·<int-value>·······(Integer)6556 ···parallel·=·<int-value>·······(Integer)
6557 ······Determines·how·many·threads·will·run·in·parallel·if·animation6557 ······Determines·how·many·threads·will·run·in·parallel·if·animation
6558 ······output·is·being·produced.·Only·used·if·the·animate·parameter6558 ······output·is·being·produced.·Only·used·if·the·animate·parameter
6559 ······is·supplied.·The·default·value·is·the·number·of·processors6559 ······is·supplied.·The·default·value·is·the·number·of·processors
6560 ······apparently·available·to·the·JVM.6560 ······apparently·available·to·the·JVM.
  
6561 ······[Default:·16]6561 ······[Default:·15]
  
6562 ···xlog·=·true|false·······(Boolean)6562 ···xlog·=·true|false·······(Boolean)
6563 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if6563 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
6564 ······true·it·is·logarithmic.6564 ······true·it·is·logarithmic.
  
6565 ······[Default:·false]6565 ······[Default:·false]
  
Offset 7192, 15 lines modifiedOffset 7192, 15 lines modified
  
7192 ···parallel·=·<int-value>·······(Integer)7192 ···parallel·=·<int-value>·······(Integer)
7193 ······Determines·how·many·threads·will·run·in·parallel·if·animation7193 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7194 ······output·is·being·produced.·Only·used·if·the·animate·parameter7194 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7195 ······is·supplied.·The·default·value·is·the·number·of·processors7195 ······is·supplied.·The·default·value·is·the·number·of·processors
7196 ······apparently·available·to·the·JVM.7196 ······apparently·available·to·the·JVM.
  
7197 ······[Default:·16]7197 ······[Default:·15]
  
7198 ···projection·=·sin|aitoff|car·······7198 ···projection·=·sin|aitoff|car·······
7199 ···(uk.ac.starlink.ttools.plot2.geom.Projection)7199 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
7200 ······Sky·projection·used·to·display·the·plot.7200 ······Sky·projection·used·to·display·the·plot.
  
7201 ······The·available·options·are:7201 ······The·available·options·are:
  
Offset 7772, 15 lines modifiedOffset 7772, 15 lines modified
  
7772 ···parallel·=·<int-value>·······(Integer)7772 ···parallel·=·<int-value>·······(Integer)
7773 ······Determines·how·many·threads·will·run·in·parallel·if·animation7773 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7774 ······output·is·being·produced.·Only·used·if·the·animate·parameter7774 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7775 ······is·supplied.·The·default·value·is·the·number·of·processors7775 ······is·supplied.·The·default·value·is·the·number·of·processors
7776 ······apparently·available·to·the·JVM.7776 ······apparently·available·to·the·JVM.
  
7777 ······[Default:·16]7777 ······[Default:·15]
  
7778 ···xlog·=·true|false·······(Boolean)7778 ···xlog·=·true|false·······(Boolean)
7779 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7779 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7780 ······true·it·is·logarithmic.7780 ······true·it·is·logarithmic.
  
7781 ······[Default:·false]7781 ······[Default:·false]
  
Max diff block lines reached; 2429/7081 bytes (34.30%) of diff not shown.
14.6 KB
stilts-doc_3.1.5-1_all.deb
452 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary
2 -rw-r--r--···0········0········0·····9984·2018-11-06·10:48:10.000000·control.tar.xz2 -rw-r--r--···0········0········0·····9988·2018-11-06·10:48:10.000000·control.tar.xz
3 -rw-r--r--···0········0········0··1359124·2018-11-06·10:48:10.000000·data.tar.xz3 -rw-r--r--···0········0········0··1359168·2018-11-06·10:48:10.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
14.0 KB
data.tar.xz
14.0 KB
data.tar
1.0 KB
./usr/share/doc/stilts/sun256/mode-tosql.html
    
Offset 71, 15 lines modifiedOffset 71, 15 lines modified
71 ···············</ul>71 ···············</ul>
72 ···············72 ···············
73 ···············<p>[Default:·<code>create</code>]</p>73 ···············<p>[Default:·<code>create</code>]</p>
74 ············</dd>74 ············</dd>
75 ············<dt><strong><code>user·=·&lt;username&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>75 ············<dt><strong><code>user·=·&lt;username&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
76 ············<dd>User·name·for·the·SQL·connection·to·the·database.76 ············<dd>User·name·for·the·SQL·connection·to·the·database.
77 ···············77 ···············
78 ···············<p>[Default:·<code>pbuilder1</code>]</p>78 ···············<p>[Default:·<code>pbuilder2</code>]</p>
79 ············</dd>79 ············</dd>
80 ············<dt><strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>80 ············<dt><strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
81 ············<dd>Password·for·the·SQL·connection·to·the·database.81 ············<dd>Password·for·the·SQL·connection·to·the·database.
82 ···············</dd>82 ···············</dd>
83 ·········</dl>83 ·········</dl>
84 ······</p>84 ······</p>
85 ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br>85 ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br>
988 B
./usr/share/doc/stilts/sun256/plot2cube-usage.html
    
Offset 623, 15 lines modifiedOffset 623, 15 lines modified
623 ············<dd>Determines·how·many·threads·will·run·in·parallel623 ············<dd>Determines·how·many·threads·will·run·in·parallel
624 ···············if·animation·output·is·being·produced.624 ···············if·animation·output·is·being·produced.
625 ···············Only·used·if·the·<code>animate</code>625 ···············Only·used·if·the·<code>animate</code>
626 ···············parameter·is·supplied.626 ···············parameter·is·supplied.
627 ···············The·default·value·is·the·number·of·processors·apparently627 ···············The·default·value·is·the·number·of·processors·apparently
628 ···············available·to·the·JVM.628 ···············available·to·the·JVM.
629 ···············629 ···············
630 ···············<p>[Default:·<code>16</code>]</p>630 ···············<p>[Default:·<code>15</code>]</p>
631 ············</dd>631 ············</dd>
632 ············<dt><strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong></dt>632 ············<dt><strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong></dt>
633 ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence,633 ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence,
634 ···············defining·the·rotation·of·the·plotted·3d·space.634 ···············defining·the·rotation·of·the·plotted·3d·space.
635 ···············Units·are·degrees.635 ···············Units·are·degrees.
636 ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before636 ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before
637 ···············the·plot·is·viewed.637 ···············the·plot·is·viewed.
1010 B
./usr/share/doc/stilts/sun256/plot2plane-usage.html
    
Offset 694, 15 lines modifiedOffset 694, 15 lines modified
694 ············<dd>Determines·how·many·threads·will·run·in·parallel694 ············<dd>Determines·how·many·threads·will·run·in·parallel
695 ···············if·animation·output·is·being·produced.695 ···············if·animation·output·is·being·produced.
696 ···············Only·used·if·the·<code>animate</code>696 ···············Only·used·if·the·<code>animate</code>
697 ···············parameter·is·supplied.697 ···············parameter·is·supplied.
698 ···············The·default·value·is·the·number·of·processors·apparently698 ···············The·default·value·is·the·number·of·processors·apparently
699 ···············available·to·the·JVM.699 ···············available·to·the·JVM.
700 ···············700 ···············
701 ···············<p>[Default:·<code>16</code>]</p>701 ···············<p>[Default:·<code>15</code>]</p>
702 ············</dd>702 ············</dd>
703 ············<dt><strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong></dt>703 ············<dt><strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong></dt>
704 ············<dd>Contains·a·comma-separated·list·of·layer·suffixes704 ············<dd>Contains·a·comma-separated·list·of·layer·suffixes
705 ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot.705 ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot.
706 ···············This·can·affect·which·symbol·are·plotted·on·top·of,706 ···············This·can·affect·which·symbol·are·plotted·on·top·of,
707 ···············and·so·potentially·obscure,·which·other·ones.707 ···············and·so·potentially·obscure,·which·other·ones.
708 ···············708 ···············
993 B
./usr/share/doc/stilts/sun256/plot2sky-usage.html
    
Offset 710, 15 lines modifiedOffset 710, 15 lines modified
710 ············<dd>Determines·how·many·threads·will·run·in·parallel710 ············<dd>Determines·how·many·threads·will·run·in·parallel
711 ···············if·animation·output·is·being·produced.711 ···············if·animation·output·is·being·produced.
712 ···············Only·used·if·the·<code>animate</code>712 ···············Only·used·if·the·<code>animate</code>
713 ···············parameter·is·supplied.713 ···············parameter·is·supplied.
714 ···············The·default·value·is·the·number·of·processors·apparently714 ···············The·default·value·is·the·number·of·processors·apparently
715 ···············available·to·the·JVM.715 ···············available·to·the·JVM.
716 ···············716 ···············
717 ···············<p>[Default:·<code>16</code>]</p>717 ···············<p>[Default:·<code>15</code>]</p>
718 ············</dd>718 ············</dd>
719 ············<dt><strong><code>projection·=·sin|aitoff|car</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong></dt>719 ············<dt><strong><code>projection·=·sin|aitoff|car</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong></dt>
720 ············<dd>Sky·projection·used·to·display·the·plot.720 ············<dd>Sky·projection·used·to·display·the·plot.
721 ···············721 ···············
722 ···············<p>The·available·options·are:722 ···············<p>The·available·options·are:
723 ··················723 ··················
724 ··················<ul>724 ··················<ul>
992 B
./usr/share/doc/stilts/sun256/plot2sphere-usage.html
    
Offset 637, 15 lines modifiedOffset 637, 15 lines modified
637 ············<dd>Determines·how·many·threads·will·run·in·parallel637 ············<dd>Determines·how·many·threads·will·run·in·parallel
638 ···············if·animation·output·is·being·produced.638 ···············if·animation·output·is·being·produced.
639 ···············Only·used·if·the·<code>animate</code>639 ···············Only·used·if·the·<code>animate</code>
640 ···············parameter·is·supplied.640 ···············parameter·is·supplied.
641 ···············The·default·value·is·the·number·of·processors·apparently641 ···············The·default·value·is·the·number·of·processors·apparently
642 ···············available·to·the·JVM.642 ···············available·to·the·JVM.
643 ···············643 ···············
644 ···············<p>[Default:·<code>16</code>]</p>644 ···············<p>[Default:·<code>15</code>]</p>
645 ············</dd>645 ············</dd>
646 ············<dt><strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong></dt>646 ············<dt><strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong></dt>
647 ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence,647 ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence,
648 ···············defining·the·rotation·of·the·plotted·3d·space.648 ···············defining·the·rotation·of·the·plotted·3d·space.
649 ···············Units·are·degrees.649 ···············Units·are·degrees.
650 ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before650 ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before
651 ···············the·plot·is·viewed.651 ···············the·plot·is·viewed.
1010 B
./usr/share/doc/stilts/sun256/plot2time-usage.html
    
Offset 678, 15 lines modifiedOffset 678, 15 lines modified
678 ············<dd>Determines·how·many·threads·will·run·in·parallel678 ············<dd>Determines·how·many·threads·will·run·in·parallel
679 ···············if·animation·output·is·being·produced.679 ···············if·animation·output·is·being·produced.
680 ···············Only·used·if·the·<code>animate</code>680 ···············Only·used·if·the·<code>animate</code>
681 ···············parameter·is·supplied.681 ···············parameter·is·supplied.
682 ···············The·default·value·is·the·number·of·processors·apparently682 ···············The·default·value·is·the·number·of·processors·apparently
683 ···············available·to·the·JVM.683 ···············available·to·the·JVM.
684 ···············684 ···············
685 ···············<p>[Default:·<code>16</code>]</p>685 ···············<p>[Default:·<code>15</code>]</p>
686 ············</dd>686 ············</dd>
687 ············<dt><strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong></dt>687 ············<dt><strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong></dt>
688 ············<dd>Contains·a·comma-separated·list·of·layer·suffixes688 ············<dd>Contains·a·comma-separated·list·of·layer·suffixes
689 ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot.689 ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot.
690 ···············This·can·affect·which·symbol·are·plotted·on·top·of,690 ···············This·can·affect·which·symbol·are·plotted·on·top·of,
691 ···············and·so·potentially·obscure,·which·other·ones.691 ···············and·so·potentially·obscure,·which·other·ones.
692 ···············692 ···············
1.04 KB
./usr/share/doc/stilts/sun256/sqlclient-usage.html
    
Offset 71, 15 lines modifiedOffset 71, 15 lines modified
71 ···············This·parameter·may·be·repeated,·or·statements·may·be71 ···············This·parameter·may·be·repeated,·or·statements·may·be
72 ···············separated·by·semicolon·("<code>;</code>")·characters.72 ···············separated·by·semicolon·("<code>;</code>")·characters.
73 ···············</dd>73 ···············</dd>
74 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>74 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
75 ············<dd>User·name·for·logging·in·to·SQL·database.75 ············<dd>User·name·for·logging·in·to·SQL·database.
76 ···············Defaults·to·the·current·username.76 ···············Defaults·to·the·current·username.
77 ···············77 ···············
78 ···············<p>[Default:·<code>pbuilder1</code>]</p>78 ···············<p>[Default:·<code>pbuilder2</code>]</p>
79 ············</dd>79 ············</dd>
80 ·········</dl>80 ·········</dl>
81 ·········</p>81 ·········</p>
82 ······<hr><a·href="secB.18.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.18.2.html">Examples</a><br>82 ······<hr><a·href="secB.18.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.18.2.html">Examples</a><br>
83 ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient:83 ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient:
84 ·········Executes·SQL·statements</a><br>84 ·········Executes·SQL·statements</a><br>
85 ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient:85 ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient:
1.09 KB
./usr/share/doc/stilts/sun256/sqlskymatch-usage.html
    
Offset 509, 15 lines modifiedOffset 509, 15 lines modified
509 ··················</p>509 ··················</p>
510 ···············<p>[Default:·<code>true</code>]</p>510 ···············<p>[Default:·<code>true</code>]</p>
511 ············</dd>511 ············</dd>
512 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>512 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
513 ············<dd>User·name·for·logging·in·to·SQL·database.513 ············<dd>User·name·for·logging·in·to·SQL·database.
514 ···············Defaults·to·the·current·username.514 ···············Defaults·to·the·current·username.
515 ···············515 ···············
516 ···············<p>[Default:·<code>pbuilder1</code>]</p>516 ···············<p>[Default:·<code>pbuilder2</code>]</p>
517 ············</dd>517 ············</dd>
518 ············<dt><strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>518 ············<dt><strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
519 ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected519 ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected
520 ···············from·the·database.··This·will·be·combined·with·the·constraints520 ···············from·the·database.··This·will·be·combined·with·the·constraints
521 ···············on·position·implied·by·the·cone·search·centres·and·radii.521 ···············on·position·implied·by·the·cone·search·centres·and·radii.
522 ···············The·value·of·this·parameter·should·just·be·a·condition,522 ···············The·value·of·this·parameter·should·just·be·a·condition,
523 ···············it·should·not·contain·the·<code>WHERE</code>·keyword.523 ···············it·should·not·contain·the·<code>WHERE</code>·keyword.
1.04 KB
./usr/share/doc/stilts/sun256/sqlupdate-usage.html
    
Offset 78, 15 lines modifiedOffset 78, 15 lines modified
78 ···············of·the·SELECT·statement·to·identify·which·rows·undergo78 ···············of·the·SELECT·statement·to·identify·which·rows·undergo
79 ···············updates.79 ···············updates.
80 ···············</dd>80 ···············</dd>
81 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>81 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
82 ············<dd>User·name·for·logging·in·to·SQL·database.82 ············<dd>User·name·for·logging·in·to·SQL·database.
83 ···············Defaults·to·the·current·username.83 ···············Defaults·to·the·current·username.
84 ···············84 ···············
85 ···············<p>[Default:·<code>pbuilder1</code>]</p>85 ···············<p>[Default:·<code>pbuilder2</code>]</p>
86 ············</dd>86 ············</dd>
87 ·········</dl>87 ·········</dl>
88 ·········</p>88 ·········</p>
89 ······<hr><a·href="secB.20.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.20.2.html">Examples</a><br>89 ······<hr><a·href="secB.20.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.20.2.html">Examples</a><br>
90 ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>90 ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>
91 ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>91 ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>
92 ······92 ······
4.91 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 6076, 15 lines modifiedOffset 6076, 15 lines modified
6076 ················</dt>6076 ················</dt>
6077 ················6077 ················
6078 ················<dd>6078 ················<dd>
6079 ····················User·name·for·the·SQL·connection·to·the·database.6079 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
6080 ····················<p>6080 ····················<p>
6081 ························[Default:·<code>pbuilder1</code>]6081 ························[Default:·<code>pbuilder2</code>]
6082 ····················</p>6082 ····················</p>
6083 ················</dd>6083 ················</dd>
6084 ················6084 ················
6085 ················<dt>6085 ················<dt>
6086 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>6086 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
6087 ················</dt>6087 ················</dt>
6088 ················6088 ················
Offset 43182, 15 lines modifiedOffset 43182, 15 lines modified
43182 Only·used·if·the·<code>animate</code>43182 Only·used·if·the·<code>animate</code>
43183 parameter·is·supplied.43183 parameter·is·supplied.
43184 The·default·value·is·the·number·of·processors·apparently43184 The·default·value·is·the·number·of·processors·apparently
43185 available·to·the·JVM.43185 available·to·the·JVM.
  
  
43186 ····················<p>43186 ····················<p>
43187 ························[Default:·<code>16</code>]43187 ························[Default:·<code>15</code>]
43188 ····················</p>43188 ····················</p>
43189 ················</dd>43189 ················</dd>
43190 ················43190 ················
43191 ················<dt>43191 ················<dt>
43192 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>43192 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
43193 ················</dt>43193 ················</dt>
43194 ················43194 ················
Offset 44991, 15 lines modifiedOffset 44991, 15 lines modified
44991 Only·used·if·the·<code>animate</code>44991 Only·used·if·the·<code>animate</code>
44992 parameter·is·supplied.44992 parameter·is·supplied.
44993 The·default·value·is·the·number·of·processors·apparently44993 The·default·value·is·the·number·of·processors·apparently
44994 available·to·the·JVM.44994 available·to·the·JVM.
  
  
44995 ····················<p>44995 ····················<p>
44996 ························[Default:·<code>16</code>]44996 ························[Default:·<code>15</code>]
44997 ····················</p>44997 ····················</p>
44998 ················</dd>44998 ················</dd>
44999 ················44999 ················
45000 ················<dt>45000 ················<dt>
45001 ····················<strong><code>projection·=·sin|aitoff|car</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong>45001 ····················<strong><code>projection·=·sin|aitoff|car</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong>
45002 ················</dt>45002 ················</dt>
45003 ················45003 ················
Offset 46447, 15 lines modifiedOffset 46447, 15 lines modified
46447 Only·used·if·the·<code>animate</code>46447 Only·used·if·the·<code>animate</code>
46448 parameter·is·supplied.46448 parameter·is·supplied.
46449 The·default·value·is·the·number·of·processors·apparently46449 The·default·value·is·the·number·of·processors·apparently
46450 available·to·the·JVM.46450 available·to·the·JVM.
  
  
46451 ····················<p>46451 ····················<p>
46452 ························[Default:·<code>16</code>]46452 ························[Default:·<code>15</code>]
46453 ····················</p>46453 ····················</p>
46454 ················</dd>46454 ················</dd>
46455 ················46455 ················
46456 ················<dt>46456 ················<dt>
46457 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>46457 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
46458 ················</dt>46458 ················</dt>
46459 ················46459 ················
Offset 48278, 15 lines modifiedOffset 48278, 15 lines modified
48278 Only·used·if·the·<code>animate</code>48278 Only·used·if·the·<code>animate</code>
48279 parameter·is·supplied.48279 parameter·is·supplied.
48280 The·default·value·is·the·number·of·processors·apparently48280 The·default·value·is·the·number·of·processors·apparently
48281 available·to·the·JVM.48281 available·to·the·JVM.
  
  
48282 ····················<p>48282 ····················<p>
48283 ························[Default:·<code>16</code>]48283 ························[Default:·<code>15</code>]
48284 ····················</p>48284 ····················</p>
48285 ················</dd>48285 ················</dd>
48286 ················48286 ················
48287 ················<dt>48287 ················<dt>
48288 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>48288 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
48289 ················</dt>48289 ················</dt>
48290 ················48290 ················
Offset 49829, 15 lines modifiedOffset 49829, 15 lines modified
49829 Only·used·if·the·<code>animate</code>49829 Only·used·if·the·<code>animate</code>
49830 parameter·is·supplied.49830 parameter·is·supplied.
49831 The·default·value·is·the·number·of·processors·apparently49831 The·default·value·is·the·number·of·processors·apparently
49832 available·to·the·JVM.49832 available·to·the·JVM.
  
  
49833 ····················<p>49833 ····················<p>
49834 ························[Default:·<code>16</code>]49834 ························[Default:·<code>15</code>]
49835 ····················</p>49835 ····················</p>
49836 ················</dd>49836 ················</dd>
49837 ················49837 ················
49838 ················<dt>49838 ················<dt>
49839 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>49839 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
49840 ················</dt>49840 ················</dt>
49841 ················49841 ················
Offset 55079, 15 lines modifiedOffset 55079, 15 lines modified
55079 ················55079 ················
55080 ················<dd>55080 ················<dd>
55081 ····················User·name·for·logging·in·to·SQL·database.55081 ····················User·name·for·logging·in·to·SQL·database.
55082 Defaults·to·the·current·username.55082 Defaults·to·the·current·username.
  
  
55083 ····················<p>55083 ····················<p>
55084 ························[Default:·<code>pbuilder1</code>]55084 ························[Default:·<code>pbuilder2</code>]
55085 ····················</p>55085 ····················</p>
55086 ················</dd>55086 ················</dd>
55087 ················55087 ················
55088 ············</dl>55088 ············</dl>
55089 ············55089 ············
55090 ········</p>55090 ········</p>
55091 ········55091 ········
Offset 56006, 15 lines modifiedOffset 56006, 15 lines modified
56006 ················56006 ················
56007 ················<dd>56007 ················<dd>
56008 ····················User·name·for·logging·in·to·SQL·database.56008 ····················User·name·for·logging·in·to·SQL·database.
56009 Defaults·to·the·current·username.56009 Defaults·to·the·current·username.
  
  
56010 ····················<p>56010 ····················<p>
56011 ························[Default:·<code>pbuilder1</code>]56011 ························[Default:·<code>pbuilder2</code>]
56012 ····················</p>56012 ····················</p>
56013 ················</dd>56013 ················</dd>
56014 ················56014 ················
56015 ················<dt>56015 ················<dt>
56016 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>56016 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
56017 ················</dt>56017 ················</dt>
56018 ················56018 ················
Max diff block lines reached; 409/4945 bytes (8.27%) of diff not shown.