{
"update_id": 881210205,
"message": {
"message_id": 12,
"from": {
"id": 159221766,
"is_bot": false,
Смотреть тут -> тут
N1.RU env integration plugin is distributed according to the principle, "As is"
Page url: https://keenthemes.com/metronic/preview/?page=inner&demo=demo9
# | Screenshot 1 | Screenshot 2 | Screenshots diff | image deviation |
---|---|---|---|---|
1 | 0.003639583069179% | |||
2 | 0.0027632248197197% | |||
3 | 0.0082520024797059% | |||
4 | 0.12305105140645% | |||
5 | 2.3490889461736E-6% |
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
[ | |
{ | |
img: "https://pokemonespace.com/jeux/xy/img/ingame/01.png", | |
name: "Pokemon № 01", | |
date: "01 апреля 2018" | |
}, | |
{ | |
img: "https://pokemonespace.com/jeux/xy/img/ingame/02.png", | |
name: "Pokemon № 02", |
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 (@CodeSection == @Batch) @then | |
@echo off & setlocal | |
set "url=https://www.google.ru/search?q=купить+букеты" | |
for /f "delims=" %%I in ('cscript /nologo /e:JScript "%~f0" "%url%"') do ( | |
rem // do something useful with %%I | |
echo Link found: %%I | |
) |
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 | |
/** | |
* @author MGerasimchuk <[email protected]> | |
* DATE: 12.11.2015 | |
* TIME: 17:36 | |
*/ | |
namespace common\models; | |
use email\models\Template; |
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 yii\db\Migration; | |
class m160209_063654_group_student__create_table extends Migration | |
{ | |
public function up() | |
{ | |
$this->createTable('{{%group_student}}', [ | |
'id' => $this->primaryKey(), |
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 yii\db\Migration; | |
class m160512_055401_users_delete extends Migration | |
{ | |
public function safeUp() | |
{ | |
$sql = <<<SQL | |
SET @acolinEmail = '[email protected]'; |
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 backend\modules\manager\controllers; | |
use backend\modules\manager\Controller; | |
use common\core\Core; | |
use common\models\billing\Account; | |
use common\models\billing\Transaction; | |
use common\models\billing\TransactionSearch; | |
use Yii; |
NewerOlder