sudo apt install --reinstall python3
sudo apt install --reinstall python
`` sudo update-alternatives --remove-all python
sudo apt install --reinstall python3
sudo apt install --reinstall python
`` sudo update-alternatives --remove-all python
| <?php | |
| use Drupal\views\ViewExecutable; | |
| use Drupal\views\Plugin\views\query\QueryPluginBase; | |
| /** | |
| * Implementation of hook_views_query_alter | |
| * @param type $view | |
| * @param type $query |
| <?php | |
| /** | |
| * Form controller for the bb_report entity edit forms. | |
| * | |
| * @ingroup report | |
| */ | |
| class FeeForm extends ContentEntityForm { | |
| /** | |
| * {@inheritdoc} |
| $base-font-size: 16px; | |
| $base-line-height: 1.5; | |
| // this value may vary for each font | |
| // unitless value relative to 1em | |
| $cap-height: 0.68; | |
| @mixin baseline($font-size, $scale: 2) { |
| <div class="navbar"> | |
| <div class="navbar-inner"> | |
| <div class="container" style="width: auto;"> | |
| <a class="brand" href="#">Project Name</a> | |
| <ul class="nav" role="navigation"> | |
| <li class="dropdown"> | |
| <a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> | |
| <ul class="dropdown-menu" role="menu" aria-labelledby="drop1"> | |
| <li><a tabindex="-1" href="http://google.com">Action</a></li> | |
| <li><a tabindex="-1" href="#anotherAction">Another action</a></li> |
| @media only screen and (-webkit-device-pixel-ratio: .75) { | |
| /* CSS for Low-density screens goes here * | |
| * Ex: HTC Evo, HTC Incredible, Nexus One */ | |
| } | |
| @media only screen and (-webkit-device-pixel-ratio: 1) and (max-device-width: 768px) { | |
| /* CSS for Medium-density screens goes here * | |
| * Ex: Samsung Ace, Kindle Fire, Macbook Pro * | |
| * max-device-width added so you don't target laptops and desktops */ | |
| } |