Passed
Pull Request — master (#6692)
by Vitalii
14:57 queued 05:34
created
html/user/json_form.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 require_once('../inc/util.inc');
6 6
 require_once('../inc/sandbox.inc');
7 7
 
8
-function sb_file_select($user, $suffix=null) {
8
+function sb_file_select($user, $suffix = null) {
9 9
     $sbfiles = sandbox_file_names($user);
10 10
     $sbitems = [];
11 11
     $exp = null;
Please login to merge, or discard this patch.
html/user/weak_auth.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -30,14 +30,14 @@  discard block
 block discarded – undo
30 30
 $master_url = master_url();
31 31
 $idx = strpos($master_url, '://');
32 32
 if ($idx) {
33
-    $url = substr($master_url, $idx+strlen('://'));
33
+    $url = substr($master_url, $idx + strlen('://'));
34 34
 } else {
35 35
     $url = $master_url;
36 36
 }
37 37
 
38 38
 // convert invalid characters into underscores
39 39
 //
40
-for ($i=0; $i<strlen($url); $i++) {
40
+for ($i = 0; $i < strlen($url); $i++) {
41 41
     $c = $url[$i];
42 42
     if (!ctype_alnum($c) && $c != '.' && $c != '-' && $c != '_') {
43 43
         $url[$i] = '_';
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
 //remove trailing underscore(s)
48 48
 //
49
-$account_file = "account_" . rtrim($url, '_') . ".xml";
49
+$account_file = "account_".rtrim($url, '_').".xml";
50 50
 
51 51
 page_head(tra("Account keys"));
52 52
 text_start();
@@ -58,12 +58,12 @@  discard block
 block discarded – undo
58 58
     <p>",
59 59
     tra("This key can be used to:"),
60 60
     "<ul>
61
-    <li><a href=get_passwd.php>",tra("log in to your account on the web"),"</a>;
61
+    <li><a href=get_passwd.php>",tra("log in to your account on the web"), "</a>;
62 62
     <li>",
63 63
         tra("attach a computer to your account without using the BOINC Manager.
64 64
        To do so, install BOINC,
65 65
        create a file named %1 in the BOINC
66
-       data directory, and set its contents to:","<b>$account_file</b>"),"
66
+       data directory, and set its contents to:","<b>$account_file</b>"), "
67 67
     <p><pre>",
68 68
     htmlspecialchars(
69 69
 "<account>
@@ -77,10 +77,10 @@  discard block
 block discarded – undo
77 77
     as described above, but cannot be used to log in to your account or change it in any way.
78 78
     If you want to attach untrusted or insecure computers to your account,
79 79
     do so using your weak account key.
80
-    Your weak account key is:"),"
80
+    Your weak account key is:"), "
81 81
     <p><pre>$weak_auth</pre><p>
82 82
     ",
83
-    tra("The key depends on your account's email address and password.  If you change either of these, the weak account key will change."),"
83
+    tra("The key depends on your account's email address and password.  If you change either of these, the weak account key will change."), "
84 84
     </td></tr></table>"
85 85
 ;
86 86
 text_end();
Please login to merge, or discard this patch.
html/inc/keywords.inc 1 patch
Spacing   +68 added lines, -68 removed lines patch added patch discarded remove patch
@@ -24,77 +24,77 @@  discard block
 block discarded – undo
24 24
 define('KW_CATEGORY_SCIENCE', 0);
25 25
 define('KW_CATEGORY_LOC', 1);
26 26
 
27
-define('KW_ASTRONOMY',      1);
28
-define('KW_SETI',           2);
29
-define('KW_PULSARS',        3);
30
-define('KW_GW',             4);
31
-define('KW_COSMOLOGY',      5);
32
-define('KW_PHYSICS',        6);
27
+define('KW_ASTRONOMY', 1);
28
+define('KW_SETI', 2);
29
+define('KW_PULSARS', 3);
30
+define('KW_GW', 4);
31
+define('KW_COSMOLOGY', 5);
32
+define('KW_PHYSICS', 6);
33 33
 define('KW_PARTICLE_PHYSICS', 7);
34
-define('KW_NANOSCIENCE',    8);
35
-define('KW_BIOMED',         9);
34
+define('KW_NANOSCIENCE', 8);
35
+define('KW_BIOMED', 9);
36 36
 define('KW_DRUG_DISCOVERY', 10);
37
-define('KW_PROTEINS',       11);
38
-define('KW_GENETICS',       12);
39
-define('KW_DISEASE',        13);
40
-define('KW_CANCER',         14);
41
-define('KW_MATH_CS',        15);
42
-define('KW_AI',             16);
43
-define('KW_OCEANIA',        17);
44
-define('KW_AUSTRALIA',      18);
37
+define('KW_PROTEINS', 11);
38
+define('KW_GENETICS', 12);
39
+define('KW_DISEASE', 13);
40
+define('KW_CANCER', 14);
41
+define('KW_MATH_CS', 15);
42
+define('KW_AI', 16);
43
+define('KW_OCEANIA', 17);
44
+define('KW_AUSTRALIA', 18);
45 45
 
46
-define('KW_EUROPE',         20);
47
-define('KW_GERMANY',        21);
48
-define('KW_ASIA',           22);
49
-define('KW_AMERICAS',       23);
50
-define('KW_US',             24);
51
-define('KW_UCB',            25);
52
-define('KW_AEI',            26);
53
-define('KW_CERN',           27);
54
-define('KW_UW',             28);
55
-define('KW_EARTH_SCI',      29);
56
-define('KW_SPAIN',          30);
57
-define('KW_SAN_JORGE',      31);
58
-define('KW_NUMBER_THEORY',  32);
59
-define('KW_CRYPTO',         33);
60
-define('KW_ENV_RESEARCH',   34);
61
-define('KW_CLIMATE',        35);
62
-define('KW_CZECH',          36);
46
+define('KW_EUROPE', 20);
47
+define('KW_GERMANY', 21);
48
+define('KW_ASIA', 22);
49
+define('KW_AMERICAS', 23);
50
+define('KW_US', 24);
51
+define('KW_UCB', 25);
52
+define('KW_AEI', 26);
53
+define('KW_CERN', 27);
54
+define('KW_UW', 28);
55
+define('KW_EARTH_SCI', 29);
56
+define('KW_SPAIN', 30);
57
+define('KW_SAN_JORGE', 31);
58
+define('KW_NUMBER_THEORY', 32);
59
+define('KW_CRYPTO', 33);
60
+define('KW_ENV_RESEARCH', 34);
61
+define('KW_CLIMATE', 35);
62
+define('KW_CZECH', 36);
63 63
 define('KW_CHARLES_PRAGUE', 37);
64
-define('KW_RECHENKRAFT',    38);
65
-define('KW_RHEINMAIN',      39);
66
-define('KW_HUNGARY',        40);
67
-define('KW_IRELAND',        41);
68
-define('KW_UC_DUBLIN',      42);
69
-define('KW_POLAND',         43);
70
-define('KW_RUSSIA',         44);
64
+define('KW_RECHENKRAFT', 38);
65
+define('KW_RHEINMAIN', 39);
66
+define('KW_HUNGARY', 40);
67
+define('KW_IRELAND', 41);
68
+define('KW_UC_DUBLIN', 42);
69
+define('KW_POLAND', 43);
70
+define('KW_RUSSIA', 44);
71 71
 define('KW_SW_STATE_RUSSIA', 45);
72
-define('KW_RAS',            46);
73
-define('KW_PRBB',           47);
74
-define('KW_UK',             48);
75
-define('KW_OXFORD',         49);
76
-define('KW_CHINA',          50);
77
-define('KW_U_DAYTON',       51);
78
-define('KW_WRIGHT_STATE',   52);
79
-define('KW_USC',            53);
80
-define('KW_FULLERTON',      54);
81
-define('KW_ARIZONA_STATE',  55);
82
-define('KW_U_ILLINOIS',     56);
83
-define('KW_U_WARSAW',       57);
84
-define('KW_RPI',            58);
85
-define('KW_INTERNATIONAL',  59);
86
-define('KW_UND',            60);
87
-define('KW_HOLLAND',        61);
88
-define('KW_CHEMISTRY',      62);
89
-define('KW_GAMES',          63);
90
-define('KW_VIRUS',          64);
91
-define('KW_FRANCE',         65);
92
-define('KW_CANADA',         66);
93
-define('KW_PSU',            67);
94
-define('KW_SU',             68);
95
-define('KW_SINAI_U',        69);
96
-define('KW_AFRICA',         70);
97
-define('KW_EGYPT',          71);
72
+define('KW_RAS', 46);
73
+define('KW_PRBB', 47);
74
+define('KW_UK', 48);
75
+define('KW_OXFORD', 49);
76
+define('KW_CHINA', 50);
77
+define('KW_U_DAYTON', 51);
78
+define('KW_WRIGHT_STATE', 52);
79
+define('KW_USC', 53);
80
+define('KW_FULLERTON', 54);
81
+define('KW_ARIZONA_STATE', 55);
82
+define('KW_U_ILLINOIS', 56);
83
+define('KW_U_WARSAW', 57);
84
+define('KW_RPI', 58);
85
+define('KW_INTERNATIONAL', 59);
86
+define('KW_UND', 60);
87
+define('KW_HOLLAND', 61);
88
+define('KW_CHEMISTRY', 62);
89
+define('KW_GAMES', 63);
90
+define('KW_VIRUS', 64);
91
+define('KW_FRANCE', 65);
92
+define('KW_CANADA', 66);
93
+define('KW_PSU', 67);
94
+define('KW_SU', 68);
95
+define('KW_SINAI_U', 69);
96
+define('KW_AFRICA', 70);
97
+define('KW_EGYPT', 71);
98 98
 
99 99
 $job_keywords = array();
100 100
 
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
     }
353 353
 }
354 354
 
355
-function kw_options($id, $indent='') {
355
+function kw_options($id, $indent = '') {
356 356
     global $job_keywords;
357 357
     $kw = $job_keywords[$id];
358 358
     $opts = [[$id, "$indent$kw->name"]];
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
     return $kw->name;
370 370
 }
371 371
 
372
-function kw_array_to_str($kws, $sep='<br>') {
372
+function kw_array_to_str($kws, $sep = '<br>') {
373 373
     $x = array_map('strval', $kws);
374 374
     $x = array_map('kw_id_to_name', $x);
375 375
     return implode($sep, $x);
Please login to merge, or discard this patch.
html/user/buda.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 // show list of BUDA apps and variants,
37 37
 // w/ buttons for adding and deleting
38 38
 //
39
-function app_list($notice=null) {
39
+function app_list($notice = null) {
40 40
     global $buda_root;
41 41
     if (!is_dir($buda_root)) {
42 42
         mkdir($buda_root);
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     //
225 225
     $x = "<input_template>\n";
226 226
     $ninfiles = count($desc->input_file_names);
227
-    for ($i=0; $i<$ninfiles; $i++) {
227
+    for ($i = 0; $i < $ninfiles; $i++) {
228 228
         $x .= "   <file_info>\n      <sticky/>\n      <no_delete/>\n      <executable/>\n   </file_info>\n";
229 229
     }
230 230
     $x .= "   <workunit>\n";
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
     );
246 246
 
247 247
     $x .= sprintf("      <max_delay>%f</max_delay>\n",
248
-        $desc->max_delay_days * 86400.
248
+        $desc->max_delay_days*86400.
249 249
     );
250 250
 
251 251
     $x .= "      <buda_app_name>$app</buda_app_name>\n";
@@ -318,7 +318,7 @@  discard block
 block discarded – undo
318 318
     } else {
319 319
         $creating = true;
320 320
     }
321
-    $variant = sprintf('%s_%s', $cpu_type, $plan_class?$plan_class:'cpu');
321
+    $variant = sprintf('%s_%s', $cpu_type, $plan_class ? $plan_class : 'cpu');
322 322
     if (!is_valid_filename($variant)) {
323 323
         error_page(filename_rules());
324 324
     }
@@ -463,8 +463,8 @@  discard block
 block discarded – undo
463 463
     }
464 464
 }
465 465
 
466
-function app_form($desc=null) {
467
-    page_head_select2($desc?"Edit BUDA app $desc->name":'Create BUDA app');
466
+function app_form($desc = null) {
467
+    page_head_select2($desc ? "Edit BUDA app $desc->name" : 'Create BUDA app');
468 468
     form_start('buda.php');
469 469
     form_input_hidden('action', 'app_action');
470 470
     if ($desc) {
Please login to merge, or discard this patch.
html/user/download_software.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -346,7 +346,7 @@
 block discarded – undo
346 346
     handle_get_info();
347 347
 } else {
348 348
     $dev = get_str("dev", true);
349
-    $user_agent = get_str("user_agent", true);      // for debugging
349
+    $user_agent = get_str("user_agent", true); // for debugging
350 350
     if (!$user_agent) {
351 351
         $user_agent = $_SERVER['HTTP_USER_AGENT'];
352 352
     }
Please login to merge, or discard this patch.
html/user/manage_project.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
             $app = BoincApp::lookup_id($ua->app_id);
39 39
             $names[] = $app->name;
40 40
         }
41
-        $sub = $names?implode(', ', $names):'---';
41
+        $sub = $names ?implode(', ', $names) : '---';
42 42
     }
43 43
     if ($u->manage_all) {
44 44
         $admin = 'All applications';
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             $app = BoincApp::lookup_id($ua->app_id);
50 50
             $names[] = $app->name;
51 51
         }
52
-        $admin = $names?implode(', ', $names):'---';
52
+        $admin = $names ?implode(', ', $names) : '---';
53 53
     }
54 54
     [$yes, $no] = read_kw_prefs($user);
55 55
     global $job_keywords;
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
         implode('<br>', $kws),
70 70
         $u->quota,
71 71
         $u->max_jobs_in_progress,
72
-        ($u->logical_start_time > time())?local_time_str($u->logical_start_time):'---'
72
+        ($u->logical_start_time > time()) ?local_time_str($u->logical_start_time) : '---'
73 73
     );
74 74
 }
75 75
 
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
         'max_jobs_in_progress', $usub->max_jobs_in_progress
149 149
     );
150 150
     form_general('Run jobs only on own computers?',
151
-        $user->seti_id?'yes':'no'
151
+        $user->seti_id ? 'yes' : 'no'
152 152
     );
153 153
     form_submit('Update');
154 154
     form_end();
@@ -204,18 +204,18 @@  discard block
 block discarded – undo
204 204
     $manage_apps = array_map('intval', $manage_apps);
205 205
     foreach ($apps as $app) {
206 206
         $s = in_array($app->id, $submit_apps);
207
-        $m = in_array($app->id, $manage_apps)?1:0;
207
+        $m = in_array($app->id, $manage_apps) ? 1 : 0;
208 208
         if ($s || $m) {
209 209
             BoincUserSubmitApp::insert(
210 210
                 "(user_id, app_id, manage) values ($user_id, $app->id, $m)"
211 211
             );
212 212
         }
213 213
     }
214
-    $quota = (double) get_str('quota');
214
+    $quota = (double)get_str('quota');
215 215
     if ($quota != $us->quota) {
216 216
         $us->update("quota=$quota");
217 217
     }
218
-    $mj = (int) get_str('max_jobs_in_progress');
218
+    $mj = (int)get_str('max_jobs_in_progress');
219 219
     if ($mj != $us->max_jobs_in_progress) {
220 220
         $us->update("max_jobs_in_progress=$mj");
221 221
     }
Please login to merge, or discard this patch.
html/inc/bootstrap.inc 1 patch
Spacing   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -141,12 +141,12 @@  discard block
 block discarded – undo
141 141
         // prefix for links; needed for pages not in top dir
142 142
     $user,
143 143
         // logged-in user, if any
144
-    $fixed=false,
144
+    $fixed = false,
145 145
         // if true, navbar is fixed at top of page.
146 146
         // NOTE: if you do this, you must set a global var $fixed_navbar
147 147
         // to true at compile time
148 148
         // (it needs to be set when page_head() is called).
149
-    $inverse=false
149
+    $inverse = false
150 150
         // white on black?
151 151
 ) {
152 152
     $master_url = master_url();
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
 // output a panel.
247 247
 // $content_func is a function that generates the panel contents
248 248
 //
249
-function panel($title, $content_func, $class="panel-primary", $body_class="") {
249
+function panel($title, $content_func, $class = "panel-primary", $body_class = "") {
250 250
     echo sprintf('<div class="panel %s">
251 251
         ', $class
252 252
     );
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
 // $left_width is the width of left column in 1/12 units.
274 274
 // $arg is passed to the functions.
275 275
 //
276
-function grid($top_func, $left_func, $right_func, $left_width=6, $arg=null) {
276
+function grid($top_func, $left_func, $right_func, $left_width = 6, $arg = null) {
277 277
     echo '
278 278
         <div class="container-fluid">
279 279
     ';
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
             </div>
289 289
         ';
290 290
     }
291
-    $right_width = 12-$left_width;
291
+    $right_width = 12 - $left_width;
292 292
     echo '
293 293
         <div class="row">
294 294
         <div class="col-sm-'.$left_width.'">
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
 //      use extra = "name=x"
313 313
 //      call forum_focus(x, foo) after defining the field
314 314
 //
315
-function form_start($action, $method='get', $extra='') {
315
+function form_start($action, $method = 'get', $extra = '') {
316 316
     echo sprintf(
317 317
         '<div class="container-fluid">
318 318
         <form class="form-horizontal" method="%s" action="%s" %s>'
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
 // just the input field
347 347
 //
348 348
 function form_input_text_field(
349
-    $name, $value='', $type='text', $attrs='', $extra=''
349
+    $name, $value = '', $type = 'text', $attrs = '', $extra = ''
350 350
 ) {
351 351
     return sprintf(
352 352
         '<input %s type="%s" class="form-control" name="%s" value="%s">%s',
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
 // the whole row
358 358
 //
359 359
 function form_input_text(
360
-    $label, $name, $value='', $type='text', $attrs='', $extra=''
360
+    $label, $name, $value = '', $type = 'text', $attrs = '', $extra = ''
361 361
 ) {
362 362
     echo sprintf('
363 363
         <div class="form-group">
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
     );
386 386
 }
387 387
 
388
-function form_input_textarea($label, $name, $value='', $nrows=4) {
388
+function form_input_textarea($label, $name, $value = '', $nrows = 4) {
389 389
     echo sprintf('
390 390
         <div class="form-group">
391 391
             <label align=right class="%s" for="%s">%s</label>
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
 // $items is either a string of <option> elements,
403 403
 // or an array of [value, name] pairs
404 404
 //
405
-function form_select($label, $name, $items, $selected=null) {
405
+function form_select($label, $name, $items, $selected = null) {
406 406
     echo sprintf('
407 407
         <div class="form-group">
408 408
             <label align=right class="%s" for="%s">%s</label>
@@ -415,7 +415,7 @@  discard block
 block discarded – undo
415 415
         foreach ($items as $i) {
416 416
             echo sprintf(
417 417
                 '<option %s value="%s">%s</option>',
418
-                ($i[0]==$selected)?'selected':'',
418
+                ($i[0] == $selected) ? 'selected' : '',
419 419
                 $i[0], $i[1]
420 420
             );
421 421
         }
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
 // same, for multiple select.
429 429
 // $selected, if non-null, is a list of selected values
430 430
 //
431
-function form_select_multiple($label, $name, $items, $selected=null, $size=0) {
431
+function form_select_multiple($label, $name, $items, $selected = null, $size = 0) {
432 432
     echo sprintf('
433 433
         <div class="form-group">
434 434
             <label align=right class="%s" for="%s">%s</label>
@@ -440,7 +440,7 @@  discard block
 block discarded – undo
440 440
     foreach ($items as $i) {
441 441
         echo sprintf(
442 442
             '<option %s value="%s">%s</option>',
443
-            ($selected && in_array($i[0], $selected))?'selected':'',
443
+            ($selected && in_array($i[0], $selected)) ? 'selected' : '',
444 444
             $i[0], $i[1]
445 445
         );
446 446
     }
@@ -449,12 +449,12 @@  discard block
 block discarded – undo
449 449
 
450 450
 // return a list of strings for checkbox items
451 451
 //
452
-function checkbox_item_strings($items, $attrs='') {
452
+function checkbox_item_strings($items, $attrs = '') {
453 453
     $x = [];
454 454
     foreach ($items as $i) {
455 455
         $x[] = sprintf('<input %s type="checkbox" name="%s" %s> %s
456 456
             ',
457
-            $attrs, $i[0], $i[2]?"checked":"", $i[1]
457
+            $attrs, $i[0], $i[2] ? "checked" : "", $i[1]
458 458
         );
459 459
     }
460 460
     return $x;
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
 
463 463
 // $items is list of (name, label, checked)
464 464
 //
465
-function form_checkboxes($label, $items, $attrs='') {
465
+function form_checkboxes($label, $items, $attrs = '') {
466 466
     echo sprintf('
467 467
         <div class="form-group">
468 468
             <label align=right class="%s">%s</label>
@@ -481,7 +481,7 @@  discard block
 block discarded – undo
481 481
 //
482 482
 function form_radio_buttons(
483 483
     $label, $name, $items, $selected,
484
-    $assign_ids=false       // assign IDs to buttons based on names
484
+    $assign_ids = false       // assign IDs to buttons based on names
485 485
 ) {
486 486
     echo sprintf('
487 487
         <div class="form-group">
@@ -491,7 +491,7 @@  discard block
 block discarded – undo
491 491
         FORM_LEFT_CLASS, $label, FORM_RIGHT_CLASS
492 492
     );
493 493
     foreach ($items as $i) {
494
-        $checked = ($selected == $i[0])?"checked":"";
494
+        $checked = ($selected == $i[0]) ? "checked" : "";
495 495
         if ($assign_ids) {
496 496
             $id = sprintf('id="%s_%s"', $name, $i[0]);
497 497
         } else {
@@ -529,7 +529,7 @@  discard block
 block discarded – undo
529 529
 ';
530 530
 }
531 531
 
532
-function form_submit($text, $attrs='') {
532
+function form_submit($text, $attrs = '') {
533 533
     form_general(
534 534
         "",
535 535
         sprintf(
@@ -539,7 +539,7 @@  discard block
 block discarded – undo
539 539
     );
540 540
 }
541 541
 
542
-function form_checkbox($label, $name, $checked=false) {
542
+function form_checkbox($label, $name, $checked = false) {
543 543
     echo sprintf('
544 544
         <div class="form-group">
545 545
             <label align=right class="%s">%s</label>
@@ -551,7 +551,7 @@  discard block
 block discarded – undo
551 551
               <input type="checkbox" name="%s" %s>
552 552
            </div>
553 553
         </div>
554
-        ', $name, $checked?"checked":""
554
+        ', $name, $checked ? "checked" : ""
555 555
     );
556 556
 }
557 557
 
@@ -579,7 +579,7 @@  discard block
 block discarded – undo
579 579
 // $selected is the list of selected values.
580 580
 // $extra is e.g. id=foo
581 581
 //
582
-function form_select2_multi($label, $name, $items, $selected=null, $extra='') {
582
+function form_select2_multi($label, $name, $items, $selected = null, $extra = '') {
583 583
     echo sprintf('
584 584
         <div class="form-group">
585 585
             <label align=right class="%s" for="%s">%s</label>
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
     foreach ($items as $i) {
592 592
         echo sprintf(
593 593
             '<option %s value="%s">%s</option>',
594
-            ($selected && in_array($i[0], $selected))?'selected':'',
594
+            ($selected && in_array($i[0], $selected)) ? 'selected' : '',
595 595
             $i[0], $i[1]
596 596
         );
597 597
     }
Please login to merge, or discard this patch.
html/user/submit.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -674,7 +674,7 @@  discard block
 block discarded – undo
674 674
         );
675 675
     }
676 676
     row2("Submitted", time_str($batch->create_time));
677
-    row2("Application", $app?$app->name:'---');
677
+    row2("Application", $app ? $app->name : '---');
678 678
     row2("State", batch_state_string($batch->state));
679 679
     //row2("# jobs", $batch->njobs);
680 680
     //row2("# error jobs", $batch->nerror_jobs);
@@ -764,11 +764,11 @@  discard block
 block discarded – undo
764 764
         "GFLOPS-hours"
765 765
     ];
766 766
     row_heading_array($x);
767
-    foreach($wus as $wu) {
767
+    foreach ($wus as $wu) {
768 768
         if ($status && $wu->status != $status) continue;
769 769
         $y = '';
770 770
         $c = '---';
771
-        switch($wu->status) {
771
+        switch ($wu->status) {
772 772
         case WU_SUCCESS:
773 773
             $resultid = $wu->canonical_resultid;
774 774
             $y = sprintf('<font color="%s">completed</font>', COLOR_SUCCESS);
@@ -859,7 +859,7 @@  discard block
 block discarded – undo
859 859
             if ($result->id == $wu->canonical_resultid) {
860 860
                 $log_names = get_outfile_log_names($result);
861 861
                 $nfiles = count($log_names);
862
-                for ($i=0; $i<$nfiles; $i++) {
862
+                for ($i = 0; $i < $nfiles; $i++) {
863 863
                     $name = $log_names[$i];
864 864
                     // don't show 'view' link if it's a .zip
865 865
                     $y = "$name: ";
@@ -883,7 +883,7 @@  discard block
 block discarded – undo
883 883
                 $phys_names = get_outfile_phys_names($result);
884 884
                 $log_names = get_outfile_log_names($result);
885 885
                 $nfiles = count($log_names);
886
-                for ($i=0; $i<$nfiles; $i++) {
886
+                for ($i = 0; $i < $nfiles; $i++) {
887 887
                     $path = dir_hier_path(
888 888
                         $phys_names[$i], $upload_dir, $fanout
889 889
                     );
Please login to merge, or discard this patch.
html/user/buda_submit.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
 //
97 97
 function unzip_batch_file($user, $batch_file) {
98 98
     @mkdir("../../buda_batches");
99
-    for ($i=0; $i<1000; $i++) {
99
+    for ($i = 0; $i < 1000; $i++) {
100 100
         $batch_dir = "../../buda_batches/$i";
101 101
         $batch_dir_name = $i;
102 102
         $ret = @mkdir($batch_dir);
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
         }
148 148
         $job_files = [];
149 149
         $cmdline = '';
150
-        foreach(scandir("$batch_dir/$fname") as $f2) {
150
+        foreach (scandir("$batch_dir/$fname") as $f2) {
151 151
             if ($f2[0] == '.') continue;
152 152
             if ($f2 == 'cmdline') {
153 153
                 $cmdline = trim(file_get_contents("$batch_dir/$fname/cmdline"));
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
 function stage_input_files($batch_dir, $batch_desc, $batch_id) {
202 202
     $n = count($batch_desc->shared_files);
203 203
     $batch_desc->shared_files_phys_names = [];
204
-    for ($i=0; $i<$n; $i++) {
204
+    for ($i = 0; $i < $n; $i++) {
205 205
         $path = sprintf('%s/%s', $batch_dir, $batch_desc->shared_files[$i]);
206 206
         [$md5, $size] = $batch_desc->shared_file_infos[$i];
207 207
         $phys_name = sprintf('batch_%d_%s', $batch_id, $md5);
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
     foreach ($batch_desc->jobs as $job) {
212 212
         $n = count($batch_desc->unshared_files);
213 213
         $job->phys_names = [];
214
-        for ($i=0; $i<$n; $i++) {
214
+        for ($i = 0; $i < $n; $i++) {
215 215
             $path = sprintf('%s/%s/%s',
216 216
                 $batch_dir, $job->dir, $batch_desc->unshared_files[$i]
217 217
             );
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
         $job_cmds .= "$job_cmd\n";
251 251
     }
252 252
     $wrapper_cmdline = sprintf('"%s %s"',
253
-        $wrapper_verbose?'--verbose':'',
253
+        $wrapper_verbose ? '--verbose' : '',
254 254
         $cmdline
255 255
     );
256 256
     $cmd = sprintf(
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
     if ($max_runtime_days <= 0) error_page('bad runtime limit');
302 302
     if ($max_runtime_days > 100) error_page('bad runtime limit');
303 303
 
304
-    $max_fpops = $max_runtime_days * AVG_CPU_FPOPS * 86400;
304
+    $max_fpops = $max_runtime_days*AVG_CPU_FPOPS*86400;
305 305
 
306 306
     $exp_runtime_days = get_str('exp_runtime_days');
307 307
     if (!is_numeric($exp_runtime_days)) error_page('bad expected runtime');
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     if ($exp_runtime_days > $max_runtime_days) {
312 312
         error_page('exp must be < max runtime');
313 313
     }
314
-    $exp_fpops = $exp_runtime_days * AVG_CPU_FPOPS * 86400;
314
+    $exp_fpops = $exp_runtime_days*AVG_CPU_FPOPS*86400;
315 315
 
316 316
     $app_desc = get_buda_app_desc($app);
317 317
 
Please login to merge, or discard this patch.