I hereby claim:
- I am mirzu on github.
- I am mirzu (https://keybase.io/mirzu) on keybase.
- I have a public key whose fingerprint is 47DA 68D3 7AD1 45D8 E0A4 B14A 90EA 062E F5CF 1E1E
To claim this, I am signing this object:
version: 2 | |
jobs: | |
build: | |
docker: | |
- image: notnoopci/php:7.1.5-browsers | |
working_directory: ~/wordpress | |
steps: | |
- add_ssh_keys | |
- run: | |
name: Install Terminus |
I hereby claim:
To claim this, I am signing this object:
var currentBlock; | |
var depth; | |
var drone; | |
var i; | |
var keep; | |
var keepIndex; | |
var length2; | |
var width; | |
function cube(length2, width, depth) { |
////////////////////////////// | |
// Default Variables | |
////////////////////////////// | |
$Breakpoint-Settings: ( | |
'default media': all, | |
'default feature': min-width, | |
'default pair': width, | |
'force all media type': false, | |
'to ems': false, |
// Contact CTA | |
// Contact section, featured on Front and Our Work. | |
$contact-md: 560px; | |
$contact-mdlg: 690px; | |
$contact-lg: 850px; | |
.front-contact { | |
@include clearfix; |
[XDebug] | |
zend_extension="/usr/lib/php5/modules/xdebug.so" | |
xdebug.coverage_enable=1 | |
xdebug.default_enable=1 | |
xdebug.remote_enable=1 | |
xdebug.remote_connect_back=1 | |
xdebug.remote_host=localhost | |
xdebug.remote_port=9000 |
--- | |
# Vagrant configuration. | |
# `vagrant_box` can also be set to geerlingguy/centos6, geerlingguy/centos7, | |
# geerlingguy/ubuntu1204, parallels/ubuntu-14.04, etc. | |
vagrant_box: geerlingguy/ubuntu1404 | |
vagrant_hostname: drupalvm.dev | |
vagrant_ip: 192.168.88.88 | |
vagrant_user: vagrant | |
# A list of synced folders, with the keys 'local_path', 'destination', 'id', and |
<?php | |
// ... | |
$context = array( | |
'type' => $type, | |
'profile' => $profile); | |
$clone_entity = clone $entity; | |
drupal_alter('pmpapi_push_doc', $doc, $context, $cloned_entity); | |
return $doc; | |
//.... |
{ | |
"data": [{ | |
"type": "text", | |
"data": { | |
"text": "Hello, my name is **Sir Trevor**" | |
} | |
}] | |
"data": [{ | |
"type": "video reference", | |
"data": { |
var request = require('superagent'); | |
var Stream = require('stream'); | |
/** | |
* Get Images function | |
* | |
*/ | |
module.exports = function images(url, fn) { | |
var data = ''; | |
// Set up a stream to pipe data to. |