repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/entities/create.blade.php | Beam/extensions/beam-module/resources/views/entities/create.blade.php | @extends('beam::layouts.app')
@section('title', 'Add entity')
@section('content')
<div class="c-header">
<h2>Add entity</h2>
</div>
<div class="container">
@include('flash::message')
{{ html()->modelForm($entity)->route('entities.store')->attribute('class', 'entity-form')->open()... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/conversions/index.blade.php | Beam/extensions/beam-module/resources/views/conversions/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Conversions')
@section('content')
<div class="c-header">
<h2>Conversions</h2>
</div>
<div class="well">
<div class="row">
<div class="col-md-6">
<h4>Filter by conversion date</h4>
<div id="smart-... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/conversions/show.blade.php | Beam/extensions/beam-module/resources/views/conversions/show.blade.php | @extends('beam::layouts.app')
@section('title', 'Conversion - ' . $conversion->id)
@section('content')
<div class="c-header">
<h2>Conversion detail</h2>
</div>
<div id="conversion-detail" class="col-md-12">
<div class="card">
<div class="card-header">
<h2>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/sections/index.blade.php | Beam/extensions/beam-module/resources/views/sections/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Sections')
@section('content')
<div class="c-header">
<h2>Sections</h2>
</div>
<div class="well">
<div id="smart-range-selectors" class="row">
<div class="col-md-4">
<h4>Filter by publish date</h4>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/sections/show.blade.php | Beam/extensions/beam-module/resources/views/sections/show.blade.php | @extends('beam::layouts.app')
@section('title', 'Show section - ' . $section->name)
@section('content')
<div class="c-header">
<h2>{{ $section->name }}</h2>
</div>
<div class="well">
<div class="row">
<div class="col-md-6">
<h4>Filter by publish date</h4>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/sections/segments/compute.blade.php | Beam/extensions/beam-module/resources/views/sections/segments/compute.blade.php |
@extends('beam::layouts.app')
@section('title', 'Sections\' segments')
@section('content')
<div class="c-header">
<h2>Sections' segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Configuration <small></small></h2>
</div>
<div class="card-b... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/sections/segments/_test_form.blade.php | Beam/extensions/beam-module/resources/views/sections/segments/_test_form.blade.php | <form method="post" action="{{ route('sectionSegments.compute') }}">
<form-validator url="{{route('sectionSegments.validateTest')}}"></form-validator>
<div class="col-md-6">
{{ csrf_field() }}
<p class="c-black f-500 m-b-10">Minimal ratio of (author articles/all articles) read by user:</p>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/sections/segments/configuration.blade.php | Beam/extensions/beam-module/resources/views/sections/segments/configuration.blade.php |
@extends('beam::layouts.app')
@section('title', 'Sections\' segments')
@section('content')
<div class="c-header">
<h2>Sections' segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Test parameters<small></small></h2>
</div>
<div class="card-... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/sections/segments/results_email.blade.php | Beam/extensions/beam-module/resources/views/sections/segments/results_email.blade.php | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sections Segments Results</title>
</head>
<body>
<h3>Configuration</h3>
<ul>
<li>number of past days from which results are counted: <b>{{$history_days}}</b></li>
<li>mi... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/sections/segments/index.blade.php | Beam/extensions/beam-module/resources/views/sections/segments/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Section Segments')
@section('content')
<div class="c-header">
<h2>Section Segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>List of section segments <small></small></h2>
<div class="actions">
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/tags/index.blade.php | Beam/extensions/beam-module/resources/views/tags/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Tags')
@section('content')
<div class="c-header">
<h2>Tags</h2>
</div>
<div class="well">
<div id="smart-range-selectors" class="row">
<div class="col-md-4">
<h4>Filter by publish date</h4>
{{ ht... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/tags/show.blade.php | Beam/extensions/beam-module/resources/views/tags/show.blade.php | @extends('beam::layouts.app')
@section('title', 'Show tag - ' . $tag->name)
@section('content')
<div class="c-header">
<h2>{{ $tag->name }}</h2>
</div>
<div class="well">
<div class="row">
<div class="col-md-6">
<h4>Filter by publish date</h4>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/tags/subviews/dt_tags.blade.php | Beam/extensions/beam-module/resources/views/tags/subviews/dt_tags.blade.php | {!! Widget::run('DataTable', [
'colSettings' => [
'name' => [
'header' => 'tag',
'orderable' => false,
'filter' => $tags,
'priority' => 1,
'render' => 'link',
],
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/articles/pageviews.blade.php | Beam/extensions/beam-module/resources/views/articles/pageviews.blade.php | @extends('beam::layouts.app')
@section('title', 'Articles - Pageview stats')
@section('content')
<div class="c-header">
<h2>Articles - Pageview stats</h2>
</div>
<div class="well">
<div class="row">
<div class="col-md-6">
<h4>Filter by publish date</h4>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/articles/conversions.blade.php | Beam/extensions/beam-module/resources/views/articles/conversions.blade.php | @extends('beam::layouts.app')
@section('title', 'Articles - Conversion stats')
@section('content')
<div class="c-header">
<h2>Articles - Conversion stats</h2>
</div>
<div class="well">
<div id="smart-range-selectors" class="row">
<div class="col-md-4">
<h4>Fil... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/articles/show.blade.php | Beam/extensions/beam-module/resources/views/articles/show.blade.php | @extends('beam::layouts.app')
@section('title', 'Show article - ' . $article->title)
@section('content')
<div class="c-header">
<h2>Article Details</h2>
</div>
<div id="article-vue-wrapper">
<div class="card" id="profile-main">
<div class="pm-overview" style="overflow: visibl... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/articles/subviews/dt_articles.blade.php | Beam/extensions/beam-module/resources/views/articles/subviews/dt_articles.blade.php | {!! Widget::run('DataTable', [
'colSettings' => [
'title' => [
'orderable' => false,
'priority' => 1,
'render' => 'link',
],
'pageviews_all' => [
'h... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/edit.blade.php | Beam/extensions/beam-module/resources/views/segments/edit.blade.php | @extends('beam::layouts.app')
@section('title', 'Edit segment')
@section('content')
<div class="c-header">
<h2>Segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Edit segment / <small>{{ $segment->name }}</small></h2>
<p>Try <a href="{{ route('se... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/_form.blade.php | Beam/extensions/beam-module/resources/views/segments/_form.blade.php | <div id="segment-form">
<segment-form></segment-form>
</div>
@push('scripts')
<script type="text/javascript">
let segment = {{ Illuminate\Support\Js::from([
"name" => $segment->name,
"code" => $segment->code,
"active" => $segment->active,
"rules" => $segment->rules,
"re... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/index.blade.php | Beam/extensions/beam-module/resources/views/segments/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Segments')
@section('content')
<div class="c-header">
<h2>Segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>List of segments <small></small></h2>
<div class="actions">
<a href="{{ ... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/create.blade.php | Beam/extensions/beam-module/resources/views/segments/create.blade.php | @extends('beam::layouts.app')
@section('title', 'Add segment')
@section('content')
<div class="c-header">
<h2>Segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Add new segment</h2>
<p>Try <a href="{{ route('segments.beta.create') }}" title="Beta... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/beta/edit.blade.php | Beam/extensions/beam-module/resources/views/segments/beta/edit.blade.php | @extends('beam::layouts.app')
@section('title', 'Edit segment (beta version)')
@section('content')
<div class="c-header">
<h2>Segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Edit segment / <small>{{ $segment->name }}</small> <i>(beta version)</i></h2>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/beta/embed.blade.php | Beam/extensions/beam-module/resources/views/segments/beta/embed.blade.php | <script src="{{ asset('/vendor/beam/iframeResizer/iframeResizer.contentWindow.min.js') }}"></script>
<script type="text/javascript">
window.Segments = {
config: {
@if ($segment)
SEGMENT_ID: {{ $segment->id }},
@endif
API_HOST: "{{ config('services.remp.beam.segments_addr') }}",
@if ... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/beta/_form.blade.php | Beam/extensions/beam-module/resources/views/segments/beta/_form.blade.php | <script src="{{ asset('/vendor/beam/iframeResizer/iframeResizer.min.js') }}"></script>
<iframe id="outside" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0" src="{{ route('segments.beta.embed', ['segmentId' => ($segment->id ?? null)]) }}"></iframe>
<script type="text/javascript">
$(fun... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/segments/beta/create.blade.php | Beam/extensions/beam-module/resources/views/segments/beta/create.blade.php | @extends('beam::layouts.app')
@section('title', 'Add segment (beta version)')
@section('content')
<div class="c-header">
<h2>Segments</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Add new segment <i>(beta version)</i></h2>
</div>
<div class="card... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/properties/edit.blade.php | Beam/extensions/beam-module/resources/views/properties/edit.blade.php | @extends('beam::layouts.app')
@section('title', 'Edit property')
@section('content')
<div class="c-header">
<h2>Properties</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Edit property <small>{{ $property->name }}</small></h2>
</div>
<div class="ca... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/properties/_form.blade.php | Beam/extensions/beam-module/resources/views/properties/_form.blade.php | <div class="form-group fg-float m-b-30">
<div class="fg-line">
{{ html()->text('name')->attribute('class', 'form-control fg-input') }}
{{ html()->label('Name')->attribute('class', 'fg-label') }}
</div>
</div>
{{ html()->button('<i class="zmdi zmdi-check"></i> Save', 'submit', 'action')->attribu... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/properties/index.blade.php | Beam/extensions/beam-module/resources/views/properties/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Properties')
@section('content')
<div class="c-header">
<h2>Properties</h2>
</div>
<div class="col-md-12">
<div class="card">
<div class="card-header">
<h2>List of properties <small></small></h2>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/properties/_actions.blade.php | Beam/extensions/beam-module/resources/views/properties/_actions.blade.php | {{ html()->a(
href: route('accounts.properties.edit', ['account' => $account, 'property' => $property]),
contents: ''
)->attribute('class', 'btn btn-xs palette-Cyan bg waves-effect zmdi zmdi-palette-Cyan zmdi-edit') }}
| php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/properties/create.blade.php | Beam/extensions/beam-module/resources/views/properties/create.blade.php | @extends('beam::layouts.app')
@section('title', 'Add property')
@section('content')
<div class="c-header">
<h2>Properties</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Add new property <small></small></h2>
</div>
<div class="card-body card-paddin... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/tagcategories/index.blade.php | Beam/extensions/beam-module/resources/views/tagcategories/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Tag Categories')
@section('content')
<div class="c-header">
<h2>Tag Categories</h2>
</div>
<div class="well">
<div id="smart-range-selectors" class="row">
<div class="col-md-4">
<h4>Filter by publish date</h4>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/tagcategories/show.blade.php | Beam/extensions/beam-module/resources/views/tagcategories/show.blade.php | @extends('beam::layouts.app')
@section('title', 'Show tag category - ' . $tagCategory->name)
@section('content')
<div class="c-header">
<h2>Tag category - {{ $tagCategory->name }}</h2>
</div>
<div class="col-md-12">
<div class="well">
<div class="row">
<div c... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/tagcategories/subviews/dt_tag_categories.blade.php | Beam/extensions/beam-module/resources/views/tagcategories/subviews/dt_tag_categories.blade.php | {!! Widget::run('DataTable', [
'colSettings' => [
'name' => [
'header' => 'Tag Category',
'orderable' => false,
'filter' => $tagCategories,
'priority' => 1,
'render' => 'link',
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/userpath/index.blade.php | Beam/extensions/beam-module/resources/views/userpath/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Conversions')
@section('content')
<div class="c-header">
<h2>User path</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Configuration
<small>Compute statistics about actions users make prior conversi... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/layouts/_scripts.blade.php | Beam/extensions/beam-module/resources/views/layouts/_scripts.blade.php | <script type="application/javascript">
$(document).ready(function() {
let delay = 250;
@foreach ($errors->all() as $error)
(function(delay) {
window.setTimeout(function() {
$.notify({
message: '{{ $error }}'
}, {
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/layouts/_head.blade.php | Beam/extensions/beam-module/resources/views/layouts/_head.blade.php | <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> @yield('title') </title>
<link rel="apple-touch-icon" sizes="57x57" href="{{ asset('/vendor/beam/img/favicon/apple-icon-57x57.png') }}">
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/layouts/_ie_warnings.blade.php | Beam/extensions/beam-module/resources/views/layouts/_ie_warnings.blade.php | <!-- Older IE warning message -->
<!--[if lt IE 9]>
<div class="ie-warning">
<h1 class="c-white">Warning!!</h1>
<p>You are using an outdated version of Internet Explorer, please upgrade <br/>to any of the following web browsers to access this website.</p>
<div class="iew-container">
<ul class="iew-d... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/layouts/simple.blade.php | Beam/extensions/beam-module/resources/views/layouts/simple.blade.php | <!DOCTYPE html>
@include('beam::layouts._head')
<body data-ma-header="cyan-600">
<section id="main-simple">
<section id="content">
<div class="container">
@yield('content')
@if (count($errors) > 0)
<div class="alert alert-danger">
<ul>
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/layouts/auth.blade.php | Beam/extensions/beam-module/resources/views/layouts/auth.blade.php | <html>
@include('beam::layouts._head')
<body>
<div class="login">
<!-- Login -->
<div class="l-block toggled" id="l-login">
@yield('content')
</div>
</div>
</body>
</html> | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/layouts/app.blade.php | Beam/extensions/beam-module/resources/views/layouts/app.blade.php | <!DOCTYPE html>
@include('beam::layouts._head')
<body data-ma-header="cyan-600">
<div class="remp-menu">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="/">
<div class="svg-logo"></d... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/accounts/edit.blade.php | Beam/extensions/beam-module/resources/views/accounts/edit.blade.php | @extends('beam::layouts.app')
@section('title', 'Edit account')
@section('content')
<div class="c-header">
<h2>Accounts</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Edit account <small>{{ $account->name }}</small></h2>
</div>
<div class="card-bo... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/accounts/_form.blade.php | Beam/extensions/beam-module/resources/views/accounts/_form.blade.php | <div class="form-group fg-float m-b-30">
<div class="fg-line">
{{ html()->text('name')->attribute('class', 'form-control fg-input') }}
{{ html()->label('name')->attribute('class', 'fg-label') }}
</div>
</div>
{{ html()->button('<i class="zmdi zmdi-check"></i> Save', 'submit', 'action')->attribu... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/accounts/index.blade.php | Beam/extensions/beam-module/resources/views/accounts/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Accounts')
@section('content')
<div class="c-header">
<h2>Accounts</h2>
</div>
<div class="card">
<div class="card-header">
<h2>All accounts <small></small></h2>
<div class="actions">
<a href="{{ rout... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/accounts/create.blade.php | Beam/extensions/beam-module/resources/views/accounts/create.blade.php | @extends('beam::layouts.app')
@section('title', 'Add account')
@section('content')
<div class="c-header">
<h2>Accounts</h2>
</div>
<div class="card">
<div class="card-header">
<h2>Add new account <small></small></h2>
</div>
<div class="card-body card-padding">
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/dashboard/index.blade.php | Beam/extensions/beam-module/resources/views/dashboard/index.blade.php | @extends('beam::layouts.app')
@section('title', 'Dashboard')
@section('content')
<div id="dashboard">
<div class="c-header">
<h2>Live Dashboard</h2>
</div>
<dashboard-root
:articles-url="articlesUrl"
:time-histogram-url="timeHistogramUrl"
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/extensions/beam-module/resources/views/dashboard/public.blade.php | Beam/extensions/beam-module/resources/views/dashboard/public.blade.php | @extends('beam::layouts.simple')
@section('title', 'Public Dashboard')
@section('content')
<div id="dashboard">
<dashboard-root
:options="options"
:articles-url="articlesUrl"
:time-histogram-url="timeHistogramUrl"
:time-histogram-url-new="ti... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/bootstrap/app.php | Beam/bootstrap/app.php | <?php
use Illuminate\Foundation\Application;
use Illuminate\Foundation\Configuration\Exceptions;
use Illuminate\Foundation\Configuration\Middleware;
use Sentry\Laravel\Integration;
return Application::configure(basePath: dirname(__DIR__))
->withRouting(
web: __DIR__.'/../routes/web.php',
api: __DI... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/bootstrap/providers.php | Beam/bootstrap/providers.php | <?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\WidgetServiceProvider::class,
];
| php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/routes/web.php | Beam/routes/web.php | <?php
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the Route... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/routes/api.php | Beam/routes/api.php | <?php
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| API Routes
|--------------------------------------------------------------------------
|
| Here is where you can register API routes for your application. These
| r... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/routes/console.php | Beam/routes/console.php | <?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/public/index.php | Beam/public/index.php | <?php
use Illuminate\Foundation\Application;
use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));
// Determine if the application is in maintenance mode...
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
require $maintenance;
}
// Register the Composer autolo... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/app.php | Beam/config/app.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application, which will be used when the
| framework needs to plac... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/tracy.php | Beam/config/tracy.php | <?php
return [
'enabled' => env('APP_DEBUG') === true,
'showBar' => env('APP_ENV') !== 'production',
'accepts' => [
'text/html',
],
'appendTo' => 'body',
'editor' => env('APP_DEBUG_EDITOR', 'phpstorm://open?file=%file&line=%line'),
'maxDepth' => 4,
'maxLength' => 1000,
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/logging.php | Beam/config/logging.php | <?php
use Monolog\Handler\NullHandler;
use Monolog\Handler\StreamHandler;
use Monolog\Handler\SyslogUdpHandler;
return [
/*
|--------------------------------------------------------------------------
| Default Log Channel
|--------------------------------------------------------------------------
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/session.php | Beam/config/session.php | <?php
use Illuminate\Support\Str;
return [
/*
|--------------------------------------------------------------------------
| Default Session Driver
|--------------------------------------------------------------------------
|
| This option controls the default session "driver" that will be use... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/queue.php | Beam/config/queue.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Default Queue Connection Name
|--------------------------------------------------------------------------
|
| Laravel's queue API supports an assortment of back-ends via a single
| API, giving y... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/airbrake.php | Beam/config/airbrake.php | <?php
return [
'enabled' => env('AIRBRAKE_ENABLED', false),
'projectKey' => env('AIRBRAKE_API_KEY', ''),
'host' => env('AIRBRAKE_API_HOST', 'api.airbrake.io'),
'environment' => env('APP_ENV', 'production'),
'projectId' => '_',
'appVersion' => '',
'rootDirectory' => ''... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/internal.php | Beam/config/internal.php | <?php
return [
'gender_balance_enabled' => env('GENDER_BALANCE_ENABLED', false),
];
| php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/debugbar.php | Beam/config/debugbar.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Debugbar Settings
|--------------------------------------------------------------------------
|
| Debugbar is enabled by default, when debug is set to true in app.php.
| You can override t... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/sentry.php | Beam/config/sentry.php | <?php
return [
'dsn' => env('SENTRY_DSN'),
// capture release as git sha
// 'release' => trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')),
// When left empty or `null` the Laravel environment will be used
'environment' => env('SENTRY_ENVIRONMENT'),
'attach_st... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/horizon.php | Beam/config/horizon.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Horizon Redis Connection
|--------------------------------------------------------------------------
|
| This is the name of the Redis connection where Horizon will store the
| meta information ... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/cache.php | Beam/config/cache.php | <?php
use Illuminate\Support\Str;
return [
/*
|--------------------------------------------------------------------------
| Default Cache Store
|--------------------------------------------------------------------------
|
| This option controls the default cache connection that gets used whil... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/search.php | Beam/config/search.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Maximum number of returned search results
|--------------------------------------------------------------------------
|
| This value represents limit for number of returned search results.
| IMPO... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/hashing.php | Beam/config/hashing.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Default Hash Driver
|--------------------------------------------------------------------------
|
| This option controls the default hash driver that will be used to hash
| passwords for your ap... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/view.php | Beam/config/view.php | <?php
return [
/*
|--------------------------------------------------------------------------
| View Storage Paths
|--------------------------------------------------------------------------
|
| Most templating systems load templates from disk. Here you may specify
| an array of paths that... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/database.php | Beam/config/database.php | <?php
use Illuminate\Support\Str;
if (!function_exists('configure_redis')) {
function configure_redis($database)
{
// If the app uses Redis Sentinel, different configuration is necessary.
//
// Default database and password need to be set within options.parameters to be actually used.
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/ziggy.php | Beam/config/ziggy.php | <?php
return [
// Filter laravel paths that are passed to JS via Ziggy library
'only' => [
'properties.switch',
'settings.index',
'authorSegments.testingConfiguration'
],
];
| php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/services.php | Beam/config/services.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Third Party Services
|--------------------------------------------------------------------------
|
| This file is for storing the credentials for third party services such
| as Mailgun, Postmark... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/datatables.php | Beam/config/datatables.php | <?php
return [
/*
* DataTables search options.
*/
'search' => [
/*
* Smart search will enclose search keyword with wildcard string "%keyword%".
* SQL: column LIKE "%keyword%"
*/
'smart' => true,
/*
* Multi-term search will explode search ke... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/filesystems.php | Beam/config/filesystems.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Default Filesystem Disk
|--------------------------------------------------------------------------
|
| Here you may specify the default filesystem disk that should be used
| by the framework. T... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/dashboard.php | Beam/config/dashboard.php | <?php
return [
'username' => env('DASHBOARD_USERNAME'),
'password' => env('DASHBOARD_PASSWORD'),
// TODO temporarily support 2 passwords, remove later after authentication is done
'username2' => env('DASHBOARD_USERNAME2'),
'password2' => env('DASHBOARD_PASSWORD2'),
];
| php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/healthcheck.php | Beam/config/healthcheck.php | <?php
return [
/**
* Base path for the health check endpoints, by default will use /
*/
'base-path' => '',
/**
* List of health checks to run when determining the health
* of the service
*/
'checks' => [
UKFast\HealthCheck\Checks\DatabaseHealthCheck::class,
UKF... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/mail.php | Beam/config/mail.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Default Mailer
|--------------------------------------------------------------------------
|
| This option controls the default mailer that is used to send any email
| messages sent by your appl... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/cors.php | Beam/config/cors.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Cross-Origin Resource Sharing (CORS) Configuration
|--------------------------------------------------------------------------
|
| Here you may configure your settings for cross-origin resource shar... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/broadcasting.php | Beam/config/broadcasting.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Default Broadcaster
|--------------------------------------------------------------------------
|
| This option controls the default broadcaster that will be used by the
| framework when an even... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/config/auth.php | Beam/config/auth.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Defaults
|--------------------------------------------------------------------------
|
| This option controls the default authentication "guard" and password
| reset options for y... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/database/migrations/2023_09_07_080805_create_article_meta_table.php | Beam/database/migrations/2023_09_07_080805_create_article_meta_table.php | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateArticleMetaTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('article_met... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/database/seeders/EntitySeeder.php | Beam/database/seeders/EntitySeeder.php | <?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
use Remp\BeamModule\Model\Entity;
use Remp\BeamModule\Model\EntityParam;
class EntitySeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
if (!Entity::where(['name' =... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/database/seeders/PropertySeeder.php | Beam/database/seeders/PropertySeeder.php | <?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
use Remp\BeamModule\Model\Account;
use Remp\BeamModule\Model\Property;
class PropertySeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
/** @var Account $account */... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/database/seeders/DatabaseSeeder.php | Beam/database/seeders/DatabaseSeeder.php | <?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$this->call(PropertySeeder::class);
$this->call(SegmentSeeder::class);
$this->ca... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/database/seeders/SegmentSeeder.php | Beam/database/seeders/SegmentSeeder.php | <?php
namespace Database\Seeders;
use Remp\BeamModule\Model\Segment;
use Remp\BeamModule\Model\SegmentGroup;
use Illuminate\Database\Seeder;
class SegmentSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$this->command->getOutput... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/database/seeders/ArticleSeeder.php | Beam/database/seeders/ArticleSeeder.php | <?php
namespace Database\Seeders;
use Faker\Generator;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Seeder;
use Remp\BeamModule\Model\Article;
use Remp\BeamModule\Model\Author;
use Remp\BeamModule\Model\Conversion;
use Remp\BeamModule\Model\Property;
use Remp\BeamModule\Model\Section;
use Remp... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/resources/views/welcome.blade.php | Beam/resources/views/welcome.blade.php | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false | |
remp2020/remp | https://github.com/remp2020/remp/blob/c616d27734c65eb87b470751928ff1119c535549/Beam/resources/views/widgets/gender_balance.blade.php | Beam/resources/views/widgets/gender_balance.blade.php | <div class="pmb-block">
<div class="pmbb-header">
<h2><i class="zmdi zmdi-male-female m-r-5"></i> Gender balance - first photo</h2>
</div>
@if (is_null($menCount) || is_null($womenCount))
No data available.
@elseif(is_null($womenPercentage))
No people identified.
@else
... | php | MIT | c616d27734c65eb87b470751928ff1119c535549 | 2026-01-05T05:12:01.604239Z | false |
dsiddharth2/php-zxing | https://github.com/dsiddharth2/php-zxing/blob/306a0281c017ddc96a514da2ea267fa0b5278d06/src/examples/example.php | src/examples/example.php | <?php
/*
Descrition : PHPZxing Example file
license: MIT-style
authors:
- Siddharth Deshpande (dsiddharth2@gmail.com)
...
* PHPZxing
* Version 1.0.1
* Copyright (c) 2018 Siddharth Deshpande
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentatio... | php | MIT | 306a0281c017ddc96a514da2ea267fa0b5278d06 | 2026-01-05T05:12:58.132538Z | false |
dsiddharth2/php-zxing | https://github.com/dsiddharth2/php-zxing/blob/306a0281c017ddc96a514da2ea267fa0b5278d06/src/PHPZxing/PHPZxingDecoder.php | src/PHPZxing/PHPZxingDecoder.php | <?php
/*
Descrition : PHPZing Decoder wrapper of Java Zxing
license: MIT-style
authors:
- Siddharth Deshpande (dsiddharth2@gmail.com)
requires:
- Zxing - core.jar
- Zxing - javase.jar
Provides: PHPZxingDecoder
-
...
* PHPZxingDecoder
* Version 1.0.1
* Copyright (c) 2018 Siddharth Deshpande
*
* Permission is hereby... | php | MIT | 306a0281c017ddc96a514da2ea267fa0b5278d06 | 2026-01-05T05:12:58.132538Z | false |
dsiddharth2/php-zxing | https://github.com/dsiddharth2/php-zxing/blob/306a0281c017ddc96a514da2ea267fa0b5278d06/src/PHPZxing/ZxingImage.php | src/PHPZxing/ZxingImage.php | <?php
/*
Descrition : ZxingImage - returns the decoded images in ZxingImage Object
license: MIT-style
authors:
- Siddharth Deshpande (dsiddharth2@gmail.com)
...
* PHPZxing
* Version 1.0.1
* Copyright (c) 2018 Siddharth Deshpande
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of thi... | php | MIT | 306a0281c017ddc96a514da2ea267fa0b5278d06 | 2026-01-05T05:12:58.132538Z | false |
dsiddharth2/php-zxing | https://github.com/dsiddharth2/php-zxing/blob/306a0281c017ddc96a514da2ea267fa0b5278d06/src/PHPZxing/PHPZxingBase.php | src/PHPZxing/PHPZxingBase.php | <?php
/*
Descrition : PHPZxingBase Base class that has all base stuff stored
license: MIT-style
authors:
- Siddharth Deshpande (dsiddharth2@gmail.com)
...
* PHPZxing
* Version 1.0.1
* Copyright (c) 2018 Siddharth Deshpande
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this soft... | php | MIT | 306a0281c017ddc96a514da2ea267fa0b5278d06 | 2026-01-05T05:12:58.132538Z | false |
dsiddharth2/php-zxing | https://github.com/dsiddharth2/php-zxing/blob/306a0281c017ddc96a514da2ea267fa0b5278d06/src/PHPZxing/PHPZxingInterface.php | src/PHPZxing/PHPZxingInterface.php | <?php
/*
Descrition : PHPZxingInterface interface that will have all the interface methods stored
license: MIT-style
authors:
- Siddharth Deshpande (dsiddharth2@gmail.com)
...
* PHPZxing
* Version 1.0.1
* Copyright (c) 2018 Siddharth Deshpande
*
* Permission is hereby granted, free of charge, to any person
* obtainin... | php | MIT | 306a0281c017ddc96a514da2ea267fa0b5278d06 | 2026-01-05T05:12:58.132538Z | false |
dsiddharth2/php-zxing | https://github.com/dsiddharth2/php-zxing/blob/306a0281c017ddc96a514da2ea267fa0b5278d06/src/PHPZxing/ZxingBarNotFound.php | src/PHPZxing/ZxingBarNotFound.php | <?php
/*
Descrition : ZxingBarNotFound - returns the obejct of ZxingBarNotFound if any bar / Qr Code is
not found
license: MIT-style
authors:
- Siddharth Deshpande (dsiddharth2@gmail.com)
...
* PHPZxing
* Version 1.0.1
* Copyright (c) 2018 Siddharth Deshpande
*
* Permission is hereby granted, free of charge, to any p... | php | MIT | 306a0281c017ddc96a514da2ea267fa0b5278d06 | 2026-01-05T05:12:58.132538Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/.php-cs-fixer.dist.php | .php-cs-fixer.dist.php | <?php
$finder = PhpCsFixer\Finder::create()
->exclude('vendor')
->in(__DIR__)
;
$config = new PhpCsFixer\Config();
return $config->setRules([
'@PSR12' => true,
'array_indentation' => true,
'array_syntax' => ['syntax' => 'short'],
'binary_operator_spaces' => ['operators' => ['=>... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/Util.php | src/Util.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO;
use ... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/Client.php | src/Client.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO;
use ... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/SequenceReader.php | src/SequenceReader.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO;
/**
... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/Yeast.php | src/Yeast.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO;
/**
... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/StringableInterface.php | src/StringableInterface.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO;
/**
... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/SocketUrl.php | src/SocketUrl.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO;
use ... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/Parser/Polling/Encoder.php | src/Parser/Polling/Encoder.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO\Parser... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
ElephantIO/elephant.io | https://github.com/ElephantIO/elephant.io/blob/9f38be3b002156b2f6cc9ade30e1b58e7fea49cf/src/Parser/Polling/Decoder.php | src/Parser/Polling/Decoder.php | <?php
/**
* This file is part of the Elephant.io package
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*
* @copyright Wisembly
* @license http://www.opensource.org/licenses/MIT-License MIT License
*/
namespace ElephantIO\Parser... | php | MIT | 9f38be3b002156b2f6cc9ade30e1b58e7fea49cf | 2026-01-05T05:13:18.519422Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.