Skip to content

Instantly share code, notes, and snippets.

{
"hand": "left",
"onPeriodStart": {
"thumb": 31.8,
"pointing": 15.4,
"middle": 25.4,
"ring": 10.4,
"pinky": 15.4
},
"onPeriodEnd": {
{
"hand": "left",
"onPeriodStart": {
"thumb": 31.8,
"pointing": 15.4,
"middle": 25.4,
"ring": 10.4,
"pinky": 15.4
},
"onPeriodEnd": {
{
"hand": "left",
"onPeriodStart": {
"thumb": 31.8,
"pointing": 15.4,
"middle": 25.4,
"ring": 10.4,
"pinky": 15.4
},
"onPeriodEnd": {
<template></template>
<script>
import SVGVector2D from './../../SVGVector2D'
export default {
data() {
return {
svg: null,
<template>
<div>
<div class="position-relative">
<div class="blue merida">
<div class="cg-board-wrap" ref="board">
</div>
</div>
<PromotionChoice v-if=" ! _.isNull(promotion)"
var videoPlayer = {
props: {
origin:{
type: String,
required: true
},
video_key:{
type: String,
required: true
},
<template>
<div>
<div class="row mb-3">
<div class="col-sm-9">
<input v-on:input="onFilterChange" v-model="filter" type="search" class="form-control form-control-sm" :placeholder="__('main.Search')">
</div>
<div class="col-sm-3">
<a href="/add" role="button" class="btn btn-success btn-sm">{{__('main.Add')}}</a>
</div>
</div>
<?php namespace App\Repositories;
use App\CarGroup;
use App\Manufacturer;
use App\Car;
use App\Tag;
use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Cache;
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Station extends Model
{
const TYPE_LARGEST = 0; // важнейшие станции
const TYPE_MAIN = 1; // главные, узловые, конечные станции
<?php
namespace App\Http\Controllers;
use App\Http\Requests\UpdateLineRequest;
use App\Repositories\CountriesRepository;
use App\Repositories\LineRepository;
use App\Repositories\SettingsRepository;
use App\Repositories\ViewRepository;
use App\Line;