@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | return [ |
| 4 | - 'providers' => [ |
|
| 4 | + 'providers' => [ |
|
| 5 | 5 | 0 => 'App\\Plugins\\Ccavanue\\ServiceProvider', |
| 6 | 6 | 1 => 'App\\Plugins\\Ping\\ServiceProvider', |
| 7 | 7 | 2 => 'App\\Plugins\\Twilio\\ServiceProvider', |
@@ -34,8 +34,8 @@ discard block |
||
| 34 | 34 | 29 => 'App\\Providers\\EventServiceProvider', |
| 35 | 35 | 30 => 'App\\Providers\\RouteServiceProvider', |
| 36 | 36 | 31 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', |
| 37 | - ], |
|
| 38 | - 'eager' => [ |
|
| 37 | + ], |
|
| 38 | + 'eager' => [ |
|
| 39 | 39 | 0 => 'App\\Plugins\\Ccavanue\\ServiceProvider', |
| 40 | 40 | 1 => 'App\\Plugins\\Ping\\ServiceProvider', |
| 41 | 41 | 2 => 'App\\Plugins\\Twilio\\ServiceProvider', |
@@ -54,8 +54,8 @@ discard block |
||
| 54 | 54 | 15 => 'App\\Providers\\AppServiceProvider', |
| 55 | 55 | 16 => 'App\\Providers\\EventServiceProvider', |
| 56 | 56 | 17 => 'App\\Providers\\RouteServiceProvider', |
| 57 | - ], |
|
| 58 | - 'deferred' => [ |
|
| 57 | + ], |
|
| 58 | + 'deferred' => [ |
|
| 59 | 59 | 'Illuminate\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider', |
| 60 | 60 | 'Illuminate\\Contracts\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider', |
| 61 | 61 | 'Illuminate\\Contracts\\Bus\\QueueingDispatcher' => 'Illuminate\\Bus\\BusServiceProvider', |
@@ -122,8 +122,8 @@ discard block |
||
| 122 | 122 | 'Illuminate\\Broadcasting\\BroadcastManager' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', |
| 123 | 123 | 'Illuminate\\Contracts\\Broadcasting\\Factory' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', |
| 124 | 124 | 'Illuminate\\Contracts\\Broadcasting\\Broadcaster' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', |
| 125 | - ], |
|
| 126 | - 'when' => [ |
|
| 125 | + ], |
|
| 126 | + 'when' => [ |
|
| 127 | 127 | 'Illuminate\\Bus\\BusServiceProvider' => [ |
| 128 | 128 | ], |
| 129 | 129 | 'Illuminate\\Cache\\CacheServiceProvider' => [ |
@@ -152,5 +152,5 @@ discard block |
||
| 152 | 152 | ], |
| 153 | 153 | 'Illuminate\\Broadcasting\\BroadcastServiceProvider' => [ |
| 154 | 154 | ], |
| 155 | - ], |
|
| 155 | + ], |
|
| 156 | 156 | ]; |
@@ -8,8 +8,8 @@ |
||
| 8 | 8 | $url_var = 0; |
| 9 | 9 | } |
| 10 | 10 | echo "<tree id='".$url_var."'>"; |
| 11 | - for ($inta = 0; $inta < 4; $inta++) { |
|
| 12 | - print "<item child='1' id='".$url_var.'_'.$inta."' text='Item ".$url_var.'-'.$inta."'><userdata name='ud_block'>ud_data</userdata></item>"; |
|
| 13 | - } |
|
| 11 | + for ($inta = 0; $inta < 4; $inta++) { |
|
| 12 | + print "<item child='1' id='".$url_var.'_'.$inta."' text='Item ".$url_var.'-'.$inta."'><userdata name='ud_block'>ud_data</userdata></item>"; |
|
| 13 | + } |
|
| 14 | 14 | echo '</tree>'; |
| 15 | 15 | ?> |
@@ -48,8 +48,8 @@ |
||
| 48 | 48 | if (!isset($_GET['direction']) || $_GET['direction'] == 'asc') { |
| 49 | 49 | $_GET['direction'] = 'ASC'; |
| 50 | 50 | } else { |
| 51 | - $_GET['direction'] = 'DESC'; |
|
| 52 | - } |
|
| 51 | + $_GET['direction'] = 'DESC'; |
|
| 52 | + } |
|
| 53 | 53 | |
| 54 | 54 | |
| 55 | 55 | $fields = ['item_nm', '', 'item_cd']; |
@@ -229,7 +229,7 @@ |
||
| 229 | 229 | $this->request->set_limit(0, 0); //netralize default reaction on dyn. loading mode |
| 230 | 230 | } |
| 231 | 231 | |
| 232 | - /*! renders self as xml, starting part |
|
| 232 | + /*! renders self as xml, starting part |
|
| 233 | 233 | */ |
| 234 | 234 | public function xml_start() |
| 235 | 235 | { |
@@ -440,7 +440,7 @@ discard block |
||
| 440 | 440 | $this->status = $status; |
| 441 | 441 | } |
| 442 | 442 | |
| 443 | - /*! set id |
|
| 443 | + /*! set id |
|
| 444 | 444 | @param id |
| 445 | 445 | id value |
| 446 | 446 | */ |
@@ -450,7 +450,7 @@ discard block |
||
| 450 | 450 | LogMaster::log('Change id: '.$id); |
| 451 | 451 | } |
| 452 | 452 | |
| 453 | - /*! set id |
|
| 453 | + /*! set id |
|
| 454 | 454 | @param id |
| 455 | 455 | id value |
| 456 | 456 | */ |
@@ -121,19 +121,19 @@ |
||
| 121 | 121 | if (class_exists('tidy')) { |
| 122 | 122 | $tidy = new tidy(); |
| 123 | 123 | $tidyOptions = ['output-xhtml' => true, |
| 124 | - 'show-body-only' => true, |
|
| 125 | - 'clean' => true, |
|
| 126 | - 'wrap' => '350', |
|
| 127 | - 'indent' => true, |
|
| 128 | - 'indent-spaces' => 1, |
|
| 129 | - 'ascii-chars' => false, |
|
| 130 | - 'wrap-attributes' => false, |
|
| 131 | - 'alt-text' => '', |
|
| 132 | - 'doctype' => 'loose', |
|
| 133 | - 'numeric-entities' => true, |
|
| 134 | - 'drop-proprietary-attributes' => true, |
|
| 135 | - 'enclose-text' => false, |
|
| 136 | - 'enclose-block-text' => false, |
|
| 124 | + 'show-body-only' => true, |
|
| 125 | + 'clean' => true, |
|
| 126 | + 'wrap' => '350', |
|
| 127 | + 'indent' => true, |
|
| 128 | + 'indent-spaces' => 1, |
|
| 129 | + 'ascii-chars' => false, |
|
| 130 | + 'wrap-attributes' => false, |
|
| 131 | + 'alt-text' => '', |
|
| 132 | + 'doctype' => 'loose', |
|
| 133 | + 'numeric-entities' => true, |
|
| 134 | + 'drop-proprietary-attributes' => true, |
|
| 135 | + 'enclose-text' => false, |
|
| 136 | + 'enclose-block-text' => false, |
|
| 137 | 137 | |
| 138 | 138 | ]; |
| 139 | 139 | $tidy->parseString($string, $tidyOptions, 'utf8'); |
@@ -229,7 +229,7 @@ |
||
| 229 | 229 | $this->request->set_limit(0, 0); //netralize default reaction on dyn. loading mode |
| 230 | 230 | } |
| 231 | 231 | |
| 232 | - /*! renders self as xml, starting part |
|
| 232 | + /*! renders self as xml, starting part |
|
| 233 | 233 | */ |
| 234 | 234 | public function xml_start() |
| 235 | 235 | { |
@@ -440,7 +440,7 @@ discard block |
||
| 440 | 440 | $this->status = $status; |
| 441 | 441 | } |
| 442 | 442 | |
| 443 | - /*! set id |
|
| 443 | + /*! set id |
|
| 444 | 444 | @param id |
| 445 | 445 | id value |
| 446 | 446 | */ |
@@ -450,7 +450,7 @@ discard block |
||
| 450 | 450 | LogMaster::log('Change id: '.$id); |
| 451 | 451 | } |
| 452 | 452 | |
| 453 | - /*! set id |
|
| 453 | + /*! set id |
|
| 454 | 454 | @param id |
| 455 | 455 | id value |
| 456 | 456 | */ |
@@ -121,19 +121,19 @@ |
||
| 121 | 121 | if (class_exists('tidy')) { |
| 122 | 122 | $tidy = new tidy(); |
| 123 | 123 | $tidyOptions = ['output-xhtml' => true, |
| 124 | - 'show-body-only' => true, |
|
| 125 | - 'clean' => true, |
|
| 126 | - 'wrap' => '350', |
|
| 127 | - 'indent' => true, |
|
| 128 | - 'indent-spaces' => 1, |
|
| 129 | - 'ascii-chars' => false, |
|
| 130 | - 'wrap-attributes' => false, |
|
| 131 | - 'alt-text' => '', |
|
| 132 | - 'doctype' => 'loose', |
|
| 133 | - 'numeric-entities' => true, |
|
| 134 | - 'drop-proprietary-attributes' => true, |
|
| 135 | - 'enclose-text' => false, |
|
| 136 | - 'enclose-block-text' => false, |
|
| 124 | + 'show-body-only' => true, |
|
| 125 | + 'clean' => true, |
|
| 126 | + 'wrap' => '350', |
|
| 127 | + 'indent' => true, |
|
| 128 | + 'indent-spaces' => 1, |
|
| 129 | + 'ascii-chars' => false, |
|
| 130 | + 'wrap-attributes' => false, |
|
| 131 | + 'alt-text' => '', |
|
| 132 | + 'doctype' => 'loose', |
|
| 133 | + 'numeric-entities' => true, |
|
| 134 | + 'drop-proprietary-attributes' => true, |
|
| 135 | + 'enclose-text' => false, |
|
| 136 | + 'enclose-block-text' => false, |
|
| 137 | 137 | |
| 138 | 138 | ]; |
| 139 | 139 | $tidy->parseString($string, $tidyOptions, 'utf8'); |