Message boards : The Lounge : Testing code
Message board moderation
Author | Message |
---|---|
Send message Joined: 29 Aug 05 Posts: 15585 |
Testing tags in a fixed forum width environment. Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 |
Send message Joined: 29 Aug 05 Posts: 15585 |
Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 |
Send message Joined: 29 Aug 05 Posts: 15585 |
Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 |
Send message Joined: 3 Apr 06 Posts: 547 |
Testing tags in a fixed forum width environment. A 1-line version. Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 Testing tags in a fixed forum width environment. A 2-line version. Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 Testing tags in a fixed forum width environment. A 3-line version. Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 |
Send message Joined: 29 Oct 05 Posts: 5 |
Multiline pre: double ar=wuheaders[i].group_info->data_desc.true_angle_range; double dur=(double)(wuheaders[i].group_info->data_desc.nsamples)/wuheaders[i].subband_desc.sample_rate; double min_slew=wuheaders[i].group_info->analysis_cfg->pot_min_slew; double max_slew=wuheaders[i].group_info->analysis_cfg->pot_max_slew; Edit: unwanted extra line breaks are STILL being added. Preformatted text must be just what the name implies, a block of text with no added markup. |
Send message Joined: 3 Apr 06 Posts: 547 |
Catchable fatal error: Object of class stdClass could not be converted to string in /export/share0/www/boinc/milkyway/html/inc/db_forum.inc on line 220 |
Send message Joined: 29 Oct 05 Posts: 5 |
Multiline code: double ar=wuheaders[i].group_info->data_desc.true_angle_range; double dur=(double)(wuheaders[i].group_info->data_desc.nsamples)/wuheaders[i].subband_desc.sample_rate; double min_slew=wuheaders[i].group_info->analysis_cfg->pot_min_slew; double max_slew=wuheaders[i].group_info->analysis_cfg->pot_max_slew; |
Send message Joined: 3 Apr 06 Posts: 547 |
Edit: unwanted extra line breaks are STILL being added. Preformatted text must be just what the name implies, a block of text with no added markup. And in addition to it, (code) applied on simple text replaces multi-spaces with one blank character and discards leading blanks: (code) function( ) { x--; if (x) x++; } (pre) function( ) { x--; if (x) x++; } Neither combination of them are is completely usable just as they should behave: (code)(pre) [pre] function( ) { x--; if (x) x++; } [/pre] (pre)(code) [code] function( ) { x--; if (x) x++; } [/code] |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.