This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Drupal\DrupalExtension\Context\RawDrupalContext; | |
use Behat\Behat\Context\SnippetAcceptingContext; | |
use Behat\Gherkin\Node\PyStringNode; | |
use Behat\Gherkin\Node\TableNode; | |
use Behat\Behat\Tester\Exception\PendingException; | |
/** | |
* Defines application features from the specific context. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wed Mar 28 08:21:22 CDT 2018 | |
Start installation or upgrade of Guest Tools | |
new version of parallels tools | |
Installed Guest Tools were not found | |
Perform installation into the /usr/lib/parallels-tools directory | |
cat: /usr/lib/parallels-tools/kmods/../version: No such file or directory | |
Start installation of prl_eth kernel module | |
make: Entering directory '/usr/lib/parallels-tools/kmods' | |
cd prl_eth/pvmnet && make | |
make[1]: Entering directory '/usr/lib/parallels-tools/kmods/prl_eth/pvmnet' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phpbrew -d ext install gd -- --with-libdir=lib/x86_64-linux-gnu --with-gd=shared --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png-dir=/usr --with-freetype-dir=/usr/include/freetype2/ft2build.h --with-xpm-dir=/usr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// Declare app level module which depends on views, and components | |
angular.module('myApp', [ | |
'ngRoute', | |
'myApp.ProfileView', | |
'myApp.GroupView', | |
'myApp.QuestionView', | |
'myApp.version' | |
]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Returns the HTML for a single Drupal page. | |
* | |
* Complete documentation for this file is available online. | |
* @see https://drupal.org/node/1728148 | |
*/ | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
field.storage.contact_message.field_referral_made_to | |
sa:16:{s:4:"uuid"; | |
s:36:"c3da7198-edff-46de-a295-fb458f26af5f"; | |
s:8:"langcode"; | |
s:2:"en"; | |
s:6:"status"; | |
b:1; | |
s:12:"dependencies"; | |
a:1:{s:6:"module"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[--] Skipped version check for MySQLTuner script | |
[OK] Currently running supported MySQL version 5.5.47-0+deb8u1-log | |
[OK] Operating on 64-bit architecture | |
-------- Storage Engine Statistics ----------------------------------------------------------------- | |
[--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MEMORY +MRG_MYISAM +MyISAM +PERFORMANCE_SCHEMA | |
[--] Data in InnoDB tables: 306M (Tables: 549) | |
[--] Data in MyISAM tables: 5M (Tables: 203) | |
[!!] Total fragmented tables: 549 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHOW GLOBAL STATUS: | |
+------------------------------------------+-------------+ | |
| Variable_name | Value | | |
+------------------------------------------+-------------+ | |
| Aborted_clients | 0 | | |
| Aborted_connects | 1 | | |
| Binlog_cache_disk_use | 0 | | |
| Binlog_cache_use | 0 | | |
| Binlog_stmt_cache_disk_use | 0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers; | |
use Illuminate\Http\Request; | |
use App\Http\Requests; | |
use App\Http\Controllers\Controller; | |
use Cache; | |
// use Zendesk\API\HttpClient as Zendesk; | |
use Flash; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "sroutier/laravel-5.1-enterprise-starter-kit", | |
"description": "A Starter project based on Laravel 5.1 with theme support, optional LDAP/AD authentication, dynamic route authorization, etc...", | |
"keywords": [ | |
"framework", | |
"laravel", | |
"starter kit", | |
"template", | |
"theme", | |
"LDAP", |
NewerOlder