Changeset 26991
- Timestamp:
- Feb 18, 2010, 4:45:57 PM (16 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 12 edited
-
camSummary.d (modified) (1 diff)
-
chipSummary.d (modified) (1 diff)
-
destreakRun.d (modified) (2 diffs)
-
destreakSummary.d (modified) (1 diff)
-
diffSummary.d (modified) (1 diff)
-
distSummary.d (modified) (1 diff)
-
fakeSummary.d (modified) (1 diff)
-
magicSummary.d (modified) (1 diff)
-
publishSummary.d (modified) (1 diff)
-
rawImfile.d (modified) (1 diff)
-
stackSummary.d (modified) (1 diff)
-
warpSummary.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camSummary.d
r19302 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD label, 7, %s, label 7 FIELD label, 15, %s, label 8 FIELD data_group, 10, %s, data_group 8 9 FIELD workdir, 7, %s, workdir 9 10 FIELD tess_id, 7, %s, tess_id -
trunk/ippMonitor/def/chipSummary.d
r19302 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD label, 7, %s, label 7 FIELD label, 15, %s, label 8 FIELD data_group, 10, %s, data_group 8 9 FIELD workdir, 7, %s, workdir 9 10 FIELD tess_id, 7, %s, tess_id -
trunk/ippMonitor/def/destreakRun.d
r26947 r26991 3 3 FILE destreakRun.php 4 4 MENU ipp.dist.dat 5 6 # the following WHERE clauses are added to all queries joined by AND 7 8 WHERE magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 5 9 6 10 # field size format name show link to extras … … 12 16 FIELD magicDSRun.stage_id, 5, %d, Stage ID 13 17 FIELD magicDSRun.cam_id, 5, %d, Camera ID 14 FIELD magicDSRun.label, 5, %s, Label15 FIELD magicDSRun.data_group, 5, %s, Data Group16 FIELD magicDSRun.outroot, 5, %s, Out Root18 FIELD magicDSRun.label, 10, %s, Label 19 FIELD magicDSRun.data_group, 8, %s, Data Group 20 FIELD magicDSRun.outroot, 10, %s, Out Root 17 21 FIELD magicDSRun.recoveryroot, 5, %s, Recov. Root 18 22 FIELD magicDSRun.re_place, 5, %s, Replace 19 23 FIELD magicDSRun.remove, 5, %s, Remove 20 FIELD magicDSRun.fault, 5, %s, Fault 24 FIELD magicDSRun.fault, 5, %s, Run Fault 25 FIELD magicDSFile.fault, 5, %s, File Fault 21 26 FIELD magicDSRun.note, 5, %s, Note -
trunk/ippMonitor/def/destreakSummary.d
r26955 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD magicDSRun.label, 5, %s, Label8 FIELD magicDSRun.data_group, 5, %s, Data Group7 FIELD magicDSRun.label, 15, %s, Label 8 FIELD magicDSRun.data_group, 10, %s, Data Group 9 9 FIELD magicDSRun.stage, 5, %s, Stage 10 10 FIELD magicDSRun.state, 5, %s, State -
trunk/ippMonitor/def/diffSummary.d
r23923 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD label, 7, %s, label 7 FIELD label, 15, %s, label 8 FIELD data_group, 10, %s, data_group 8 9 FIELD workdir, 7, %s, workdir 9 10 FIELD tess_id, 7, %s, tess_id -
trunk/ippMonitor/def/distSummary.d
r26955 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD distRun.label, 5, %s, Label7 FIELD distRun.label, 15, %s, Label 8 8 FIELD distRun.stage, 5, %s, Stage 9 9 FIELD distRun.state, 5, %s, State 10 FIELD distRun.data_group, 5, %s, Data Group10 FIELD distRun.data_group, 10, %s, Data Group 11 11 FIELD count(distRun.state) as n, 7, %d, count 12 12 -
trunk/ippMonitor/def/fakeSummary.d
r19302 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD label, 7, %s, label 7 FIELD label, 15, %s, label 8 FIELD data_group, 10, %s, data_group 8 9 FIELD workdir, 7, %s, workdir 9 10 FIELD tess_id, 7, %s, tess_id -
trunk/ippMonitor/def/magicSummary.d
r24674 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD label, 7, %s, label 7 FIELD label, 15, %s, label 8 FIELD data_group, 10, %s, data_group 8 9 FIELD workdir, 7, %s, workdir 9 10 FIELD state, 7, %s, state -
trunk/ippMonitor/def/publishSummary.d
r26955 r26991 7 7 8 8 # field size format name show link to extras 9 FIELD publishRun.label, 5, %s, Label9 FIELD publishRun.label, 15, %s, Label 10 10 FIELD publishClient.product, 5, %s, Product 11 11 FIELD publishClient.stage, 5, %s, Stage -
trunk/ippMonitor/def/rawImfile.d
r24867 r26991 27 27 FIELD rawImfile.bg_stdev, 8, %.2f, stdev 28 28 FIELD rawImfile.bg_mean_stdev, 8, %.2f, [stdev] 29 FIELD rawImfile.uri, 10, %s, uri 29 FIELD rawImfile.burntool_state, 5, %d, BurnState 30 FIELD rawImfile.uri, 20, %s, uri 30 31 31 32 # FIELD alt, 20, alt -
trunk/ippMonitor/def/stackSummary.d
r21339 r26991 5 5 6 6 # field size format name show link to extras 7 FIELD label, 7, %s, label 7 FIELD label, 15, %s, label 8 FIELD data_group, 10, %s, data_group 8 9 FIELD workdir, 7, %s, workdir 9 10 FIELD tess_id, 7, %s, tess_id -
trunk/ippMonitor/def/warpSummary.d
r19302 r26991 7 7 8 8 # field size format name show link to extras 9 FIELD label, 7, %s, label 9 FIELD label, 15, %s, label 10 FIELD data_group, 10, %s, data_group 10 11 FIELD workdir, 7, %s, workdir 11 12 FIELD tess_id, 7, %s, tess_id
Note:
See TracChangeset
for help on using the changeset viewer.
