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\widgets; | |
use app\assets\TuiEditorAsset; | |
use yii\web\JsExpression; | |
use yii\widgets\InputWidget; | |
use yii\helpers\Html; | |
use yii\helpers\Json; | |
/** | |
* Class TuiEditor |
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
https://play.google.com/store/apps/details?id=com.startpage.mobile | |
Mozilla/5.0 (Android 11;) AppleWebKit/1.1 Version/4.0 Mobile Safari/1.1 |
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 | |
// ... | |
trait CalculateStars { | |
/** | |
* подсчитывает количество звезд на основе like, unlike | |
* | |
* @param int $stars - количество звезд | |
* @param int $round - округление по умолчанию до целого | |
* @return float|int | |
*/ |
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
E1 (TINY I) | |
E3 (TINY III) | |
E4 (TINY) | |
K400 (PEBBLE) | |
K405 (PEBBLE II) | |
K406 (PEBBLE MAX) | |
K500 (OMEGA LITE) | |
K501 (LEO) | |
K502 (OMEGA) | |
K503 (LEO MAX) |
OlderNewer