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
const chalk = require("chalk"); | |
const { exec } = require("child_process"); | |
const { version } = require("../package.json"); | |
const sSourcePath = `./dist/${version}`; | |
const sDestPath = `./dist`; | |
const sFile = `${version}.zip`; | |
const sServer = "root@gestionweb.uy"; | |
const sServerDest = | |
"/var/www/devel.gestionweb.uy/plugins/planetadeleste/gw/assets/app/"; |
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 | |
class Measure | |
{ | |
/** @var array */ | |
protected static $timers; | |
/** | |
* Sets initial timer for specified name (optional) | |
* |
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 | |
#if (${NAMESPACE}) namespace ${NAMESPACE}; | |
#end | |
use Schema; | |
use October\Rain\Database\Schema\Blueprint; | |
use October\Rain\Database\Updates\Migration; | |
#parse("PHP Class Doc Comment.php") |
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 | |
#if (${NAMESPACE}) namespace ${NAMESPACE}; | |
#end | |
use Schema; | |
use October\Rain\Database\Schema\Blueprint; | |
use October\Rain\Database\Updates\Migration; | |
#parse("PHP Class Doc Comment.php") |
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 | |
#if (${NAMESPACE}) namespace ${NAMESPACE}; | |
#end | |
use October\Rain\Database\Updates\Seeder; | |
use Symfony\Component\Console\Helper\ProgressBar; | |
/** | |
* Class ${NAME} | |
* |
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
#gmap { | |
width: 100%; | |
height: 700px; | |
border: 1px solid #dedede; | |
background-color: #f2f2f2; | |
} |