This file contains hidden or 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
    
  
  
    
  | { | |
| "title": "For Russian", | |
| "rules": [ | |
| { | |
| "description": "Заменить / в русской раскладке на точку", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "type": "input_source_if", | 
  
    
      This file contains hidden or 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\commands; | |
| use app\interfaces\IMigrationAware; | |
| use Yii; | |
| use yii\base\Module; | |
| use yii\console\Exception; | |
| /** | |
| * MigrateController | 
  
    
      This file contains hidden or 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\modules\page\controllers; | |
| use app\components\web\Controller; | |
| use app\modules\page\models\PageLangQuery; | |
| use app\modules\page\models\PageQuery; | |
| use yii\base\InvalidParamException; | |
| use yii\web\NotFoundHttpException; | |
| use yii\web\Request; | 
  
    
      This file contains hidden or 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 | |
| /** | |
| * @link http://www.yiiframework.com/ | |
| * @copyright Copyright (c) 2008 Yii Software LLC | |
| * @license http://www.yiiframework.com/license/ | |
| */ | |
| namespace app\commands; | |
| use app\components\twig\TwigRenderer; | 
  
    
      This file contains hidden or 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
    
  
  
    
  | #! /bin/sh | |
| # Init. script for phantomjs, based on Ubuntu 12.04 skeleton. | |
| # Author: Anthony Lapenna <lapenna.anthony@gmail.com> | |
| PATH=/sbin:/usr/sbin:/bin:/usr/bin | |
| DESC="Phantomjs service" | |
| NAME=phantomjs | |
| DAEMON=/usr/bin/$NAME | |
| PIDFILE=/var/run/$NAME.pid | |
| SCRIPTNAME=/etc/init.d/$NAME |