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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr1zhCF/jBBFyc++Am7+Hys6sjH6K7kccxP55p1W9b4Vpn0MUVgyz9e+EVEp5d0zuno5wNUqDUH62maHQrmXxTCoW8LO7WVitrUxatOv79miPDm1e8n/mGe5KfSB+KWiuZRBBRsfJ0nM47RebBsgJQwU6dFYRHgEVAAfkP5F0dkHO/OAMg228wlxhWUZcAQDfQX/P0K+Y7WsFy7O4Bpc85yOI3oduPIwcn/d70Vne38rl7NZZlk1+xi+SSxkV9nTCc082ytL3O6womU8U8wccMOsVjfvwBcIitiKYfQZC5J5A7yvWBxRpAmd4vF4u1VXC0aLsnqgqOka8csdMPAGrZ ubuntu@ip-172-31-40-65 |
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
{ | |
"id": "d887c4ee-5068-4c96-9b8f-f0dc0a6ba7b1", | |
"timestamp": "2017-02-14T21:08:33.771Z", | |
"lang": "en", | |
"result": { | |
"source": "agent", | |
"resolvedQuery": "shoes", | |
"action": "order.product", | |
"actionIncomplete": true, | |
"parameters": { |
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
/*Guidance overlay*/ | |
.guidance .box { | |
font-style: italic; | |
color: #ffffff; | |
max-width: 200px; | |
} | |
.guidance .box p { | |
font-weight: bold; | |
padding: 15px 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
20170124GMT13 -- booking-api -- L8nJ13o8T2wrlxrrcRVBpV46W4StjDqMLgbLCnxwmR0 -- ch_588757bf92a566.43712222 -- 58875820bd408 | |
***************** START 58875820bd408 ***************** | |
USER SESSION ID: L8nJ13o8T2wrlxrrcRVBpV46W4StjDqMLgbLCnxwmR0 | |
DRUPAL QUOTE CONTENT field_session_id: ch_588757bf92a566.43712222 | |
REQUEST ID: 58875820bd408 | |
RAW REQUEST: <?xml version="1.0" encoding="utf-8"?> | |
<JobFile><appID>1991996</appID><appSecret>50dd199cf16a0bd2f3078007d2974f4dd653c0dc</appSecret><getAjaxData><getFor>journeyType</getFor></getAjaxData></JobFile> |
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
20170124GMT13 -- booking-api -- exbqY3vGYNv6VLSJKWGVv4jVi4O455kzltPeAO6vCSk -- ch_588754e552a5e1.51569033 -- 588754e689acd | |
***************** START 588754e689acd ***************** | |
USER SESSION ID: exbqY3vGYNv6VLSJKWGVv4jVi4O455kzltPeAO6vCSk | |
DRUPAL QUOTE CONTENT field_session_id: ch_588754e552a5e1.51569033 | |
REQUEST ID: 588754e689acd | |
RAW REQUEST: <?xml version="1.0" encoding="utf-8"?> | |
<JobFile><appID>1991996</appID><appSecret>50dd199cf16a0bd2f3078007d2974f4dd653c0dc</appSecret><getAjaxData><getFor>Vehicle</getFor><setPax>4</setPax><datetimePickup><date>17-06-2017</date><time>09:30</time></datetimePickup><datetimeReturn><date>01-07-2017</date><time>09:00</time></datetimeReturn><collection><latitude/><longitude/></collection><destination><latitude/><longitude/></destination></getAjaxData></JobFile> |
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 Drupal\owl\Plugin\Field\FieldType; | |
use Drupal\Core\Field\FieldStorageDefinitionInterface; | |
use Drupal\Core\TypedData\DataDefinition; | |
use Drupal\image\Plugin\Field\FieldType\ImageItem; |
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
if(items.length > 1) { | |
clones.push(clones.length / 2); | |
this.$stage.append(items[clones[clones.length - 1]].clone().addClass('cloned')); | |
clones.push(items.length - 1 - (clones.length - 1) / 2); | |
this.$stage.prepend(items[clones[clones.length - 1]].clone().addClass('cloned')); | |
} else { | |
this.settings.loop = false; | |
this.settings.nav = false; | |
} |
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
;(function($, window, document, undefined) { | |
/** | |
* Creates the auto height plugin. | |
* @class The Auto Height Plugin | |
* @param {Owl} carousel - The Owl Carousel | |
*/ | |
var HeightAuto = function(carousel) { | |
/** | |
* Reference to the core. |
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 | |
/** | |
* This class wraps the Template email sending functionality | |
* If SMTP Pro is enabled it will send emails using the given | |
* configuration. | |
* | |
* @author Ashley Schroder (aschroder.com) | |
* @copyright Copyright (c) 2014 Ashley Schroder | |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
NewerOlder