text stringlengths 2 1.03M |
|---|
<?php
namespace App;
use Illuminate\Notifications\Notifiable;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Str;
use App\Permissions\HasPermissionsTrait;
class User extends Authenticatable
{
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php include("../aut_sys_config.inc.php");?>
<title>.::: <?php echo $empresa_name;?> ::: <?php echo $system_title;?> :::.</title>
<meta htt... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class BannerCategory extends Model
{
protected $table = 'banner_category';
} |
<?php @ob_start();session_start();?>
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8"/>
<title>Calculos Ronda</title>
<!-- Los estilos css de Bootstrap -->
<link rel="stylesheet" href="./css/bootstrap.css"/>
<!-- Mis estilos css PERSONALIZADOS -->
<link rel="stylesheet" href="./css/estilos.css"/... |
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'AppName') }}</tit... |
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.typekit.net/alb2jus.css">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<?php bloginfo('url... |
<?php
declare(strict_types=1);
namespace Mihaeu\PhpDependencies\Dependencies;
use Mihaeu\PhpDependencies\DependencyHelper;
/**
* @covers Mihaeu\PhpDependencies\Dependencies\DependencySet
* @covers Mihaeu\PhpDependencies\Util\AbstractCollection
*/
class DependencySetTest extends \PHPUnit\Framework\TestCase
{
... |
<?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| ... |
<?php
declare(strict_types=1);
namespace Coduo\PHPMatcher;
use Coduo\PHPMatcher\Backtrace\VoidBacktrace;
use Coduo\PHPMatcher\Factory\MatcherFactory;
final class PHPMatcher
{
private ?Matcher $matcher = null;
private Backtrace $backtrace;
public function __construct(?Backtrace $backtrace = null)
{... |
@extends('backend.admin.layout.master')
@section('breadcrumb')
<li>
<a href="{{ URL::to('resim/resimlistele') }}">Resim Listele</a>
</li>
@stop
@section('alttitle')
<h1 id="main-heading">
Resim Listele <span>Bu Kısımdan Sistemde Bulunan Tüm Resimleri Listeleyebilirsiniz</span>
</h1>
@stop
@section('content')
<d... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Certificate Name Giver is a website for generate certificate with added name automatic">
<meta name="author" content="Reza Rachmanuddin... |
<?php
/*
* Copyright 2015 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\AuthenticatesUsers;
class LoginController extends Controller
{
/*
|--------------------------------------------------------------------------
| Login Controller
|----------------------------... |
<?php
namespace InstagramAPI\Settings;
use Fbns\Client\Auth\DeviceAuth;
use Fbns\Client\AuthInterface;
use InstagramAPI\Exception\SettingsException;
use InstagramAPI\Utils;
/**
* Advanced, modular settings storage engine.
*
* Connects to a StorageInterface and transfers data to/from the application,
* with intel... |
<?php
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Sylius\Bundle\ResourceBundle\Controller;
use Symfony\Component\De... |
<?= $this->extend('layout/admin_template'); ?>
<?= $this->section('content'); ?>
<div class="container">
<?= session()->get('pesan'); ?>
<div class="row">
<div class="col">
<h1>Data Barang</h1>
</div>
</div>
<div class="row">
<form action="" method="POST" class="f... |
<?php
include "mcse_common.php";
global $conn, $mcse_config;
$cracked_hashes = str_replace("\r", "", file_get_contents($mcse_config["paths"]["cracked_hashes"]));
$cracked_hashes_to_block = explode ("\n", $cracked_hashes);
$blockedservers = explode ("\n", str_replace("\r", "", curl_get("https://sessionserver.mojang.c... |
<?php
namespace OuterEdge\ReportUnsoldProducts\Model\ResourceModel\Product\Unsold;
use Magento\Reports\Model\ResourceModel\Product\Collection as ProductCollection;
class Collection extends ProductCollection
{
/**
* Set Date range to collection
*
* @param int $from
* @param int $to
* @re... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\widgets\Pjax;
use yii\helpers\Url;
/* @var $this yii\web\View */
/* @var $model app\models\Comment */
/* @var $form yii\widgets\ActiveForm */
?>
<?php
$this->registerJs(
'$("document").ready(function(){
// $("#commentone").on("pjax:end", funct... |
<?php
// phpcs:disable
use App\Models\Profile;
use App\Models\User;
use Carbon\Carbon;
use Faker\Generator as Faker;
use Illuminate\Database\Eloquent\Factory;
/*
|--------------------------------------------------------------------------
| Model Factories
|------------------------------------------------------------... |
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Frontend\Compiler;
use Flarum\Frontend\Compiler\Source\SourceCollector;
use Flarum\Frontend\Compiler\Source\SourceInterface;
... |
<?php
/**
* Class Gradient
*
* @since 1.1.0
*/
namespace Mighty_Addons\Controls;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
use Elementor\Controls_Manager;
/**
* Elementor Text Gradient Control.
*/
class Group_Control_Text_Gradient extends \Elementor\Group_Control_Base {
/**
... |
<?php
/*
* The MIT License
*
* Copyright 2017 David Schoenbauer.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to us... |
<h3>Task page</h3> |
<?php
namespace App\Domain\MasterData;
use App\Infrastructure\Persistence\Eloquents\BaseEloquent;
use App\Infrastructure\Persistence\Eloquents\Contracts\MasterData\ICountryEloquent;
use Cviebrock\EloquentSluggable\Sluggable;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Notifications\Notifiable;
use ... |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class VerifyPaymentRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* ... |
<div class="collapse" role="main" id="dataLaundry">
<div class="">
<div class="page-title">
<div class="title_left">
<h3>Invoice <small>Some examples to get you started</small></h3>
</div>
<div class="title_right">
<div class="col-md-5 col-... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Gentile {{$user->name}},</h1>
<h2>siamo felici di darti il benv... |
@extends('layouts.app')
@section('content')
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-sm-10">
<h1 class="display-3 text-center">
<i class="fas fa-building"></i>
Wyświetl firmę
</h1>
</div>
</div>... |
<div class="table-responsive">
<table class="table" id="supliers-table">
<thead>
<tr>
<th>Namasuplier</th>
<th>Alamat</th>
<th>Notlp</th>
<th>Email</th>
<th>Pj</th>
<th colspan="3">Action</th>
</tr>
</thead>
... |
<!DOCTYPE html>
<html>
<head>
<?php require_once ("../head.php"); ?>
<style>
li { padding: 5px; }
</style>
</head>
<body style="margin-left:5%; margin-bottom: 60px; margin-right: 5%; font-family: sans-serif;">
<div class = "visible-print-block">
<b style = "float:right">www.wd4e.com</b>
</div>
<h1>Putting Your... |
@extends('templates.recruitment.master')
@section('main-content')
<section class="section wb">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="page-wrapper">
<h2 style="text-align: center;">Apply For This Job</h2>
... |
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Seller extends Model
{
protected $fillable = ['name', 'last_name'];
public function products(){
return $this->hasMany(Product::class);
}
public function address(){
return $this->hasOne(Address::class);
}
} |
<?php
/**
* Created by PhpStorm.
* User: maciejklowan
* Date: 29/11/2017
* Time: 13:11
*/
namespace CodesWholesale\Resource;
use CodesWholesale\CodesWholesale;
class PlatformList extends AbstractCollectionResource
{
protected $collectionField = "platforms";
function getItemClassName()
{
ret... |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model common\models\TaHonorStandard */
?>
<div class="ta-honor-standard-create">
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div> |
@extends('layouts.app',['pageTitle' => __('crud')])
@section('content')
@component('layouts.parts.breadcrumb')
@slot('title')
{{ __('crud') }}
@endslot
@endcomponent
<div class="col-md-12">
<div class="card">
<div class="card-body">
<div class="d-md-flex align-items-center">
<d... |
<?php
/**
* Repeat Count Property
* @package qCal
* @copyright Luke Visinoni (luke.visinoni@gmail.com)
* @author Luke Visinoni (luke.visinoni@gmail.com)
* @license GNU Lesser General Public License
* @todo Make sure that if the alarm triggers more than once, that this
* specifies a duration property.
*
* RFC... |
<?php
namespace App\Http\Controllers\BackEnd;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
use App\Models\Beard;
class BeardController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
public function index()
{... |
<?php
namespace Tests\Browser\Pages\vendors;
use App\Models\Vendor;
use Laravel\Dusk\Browser;
use Laravel\Dusk\Page as BasePage;
class VendorCreation extends BasePage
{
/**
* Get the URL for the page.
*
* @return string
*/
public function url()
{
return '/vendors/create';
... |
<?php
namespace Autoprefixer;
use Shopware\Components\Plugin\Context\InstallContext;
use Shopware\Components\Plugin\Context\UninstallContext;
use Shopware\Components\Plugin\Context\UpdateContext;
use Shopware\Components\Plugin\Context\ActivateContext;
use Shopware\Components\Plugin\Context\DeactivateContext;
class Aut... |
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/css/select2.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/js/select2.min.js"></script>
<meta name="description" content="Vali is a responsive and free admin theme... |
<?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPOpenSourceSaver\JWTAuth\Exceptions;
use Exception;
use PHPOpenSourceSaver\JWTAuth\Cla... |
<?php
declare(strict_types=1);
/**
* Copyright (c) 2020 Daniel Bannert
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
*
* @see https://github.com/narrowspark/exception-inspector
*/
namespace Narrowspark\ExceptionInspector\Contr... |
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateResourcesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('resources', f... |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this softw... |
<?php
namespace App\Http\Controllers;
use App\Http\Controllers\Controller;
use App\Http\Requests;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\App;
class PagesController extends Controller
{
/**
* Return the index page
*
* @return Response
*/
public function index()
{
... |
<div class="mobile-menu-area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="mobile-menu">
<nav id="dropdown">
<ul class="mobile-menu-nav">
@inclu... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome To Juzi</title>
</head>
<body>
<h1>Welcome To Juzi:{{$user->name}}3</h1>
<p>huanyingguanfjfsdkfl</p>
</body>
</html> |
<?php
namespace Asi\ClinicaBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Mapping\ClassMetadata;
use Symfony\Component\Validator\Context\ExecutionContextInterface;
use Symfony\Component\Validator\Constraints as Assert;
/**
* Inmunizacion
*/
class Inmunizacion
{
public static fu... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Models\User;
class FollowsController extends Controller
{
public function __construct()
{
$this->middleware('auth');
}
public function store(User $user)
{
return auth()->user()->following()->toggle($use... |
<?php
namespace Yandex\Market\Partner\Models;
use Yandex\Common\Model;
use Yandex\Market\Partner\Models\Balance;
class GetBalanceResponse extends Model
{
/**
* @var Balance|null
*/
protected $balance = null;
protected $mappingClasses = [
'balance' => 'Yandex\Market\Partner\Models\Balan... |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
use App\Models\Photos;
class UpdatePhotosRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;... |
<?= $pa; ?>-<?= $bar; ?> |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateEventsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
if (Schema::hasTable('doctors') && Schema::hasTable('patients')) {
... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Dress;
class CatalogController extends Controller
{
public function index()
{
return view('shop.home');
}
public function catalog_lusso()
{
$dresses = Dress::where('collection',... |
<?php
namespace App\Http\Controllers;
use App\Models\User;
use App\Models\Topic;
use App\Models\Category;
use App\Models\Link;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Http\Requests\TopicRequest;
use App\Handlers\ImageUploadHandler;
use Auth;
class TopicsController extends Controller... |
<!DOCTYPE html>
<html lang="en" class="light">
<!-- BEGIN: Head -->
<head>
<meta charset="utf-8">
<title>Materi MTK</title>
<!-- BEGIN: CSS Assets-->
<link rel="stylesheet" href="{{ asset('dist/css/app.css') }}" />
<script src="{{ asset('js/tinymce/tinymce.min.js') }}"></... |
<?php
/**
* @package PHP Micro Framework
* @license MIT License
* @link http://denis909.spb.ru/en
*/
namespace denis909\core;
use denis909\core\Exception;
class DbException extends Exception
{
} |
<?php
namespace Concrete\Core\User\Search\ColumnSet\Column;
use Concrete\Core\Search\Column\Column;
use Concrete\Core\Search\Column\ColumnInterface;
use Concrete\Core\Search\Column\PagerColumnInterface;
use Concrete\Core\Search\ItemList\Pager\PagerProviderInterface;
class DateLastLoginColumn extends Column implements... |
<?php
$params = array_merge(
require(__DIR__ . '/../../common/config/params.php'),
require(__DIR__ . '/../../common/config/params-local.php'),
require(__DIR__ . '/params.php'),
require(__DIR__ . '/params-local.php')
);
return [
'id' => 'app-frontend',
'basePath' => dirname(__DIR__),
'bootst... |
@extends('_temp.main')
@section('title', 'Admin')
@section('breadcrumb')
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-transparent mb-0 pb-0 pt-1 px-0 me-sm-6 me-5">
<li class="breadcrumb-item text-sm"><a class="opacity-5 text-dark" href="javascript:;">Pages</a></li>
<li class="br... |
<?php
declare(strict_types=1);
namespace AppBundle\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
class Version20170815123103 extends AbstractMigration
{
public function up(Schema $schema): void
{
$this->abortIf($this->connection->getDatabasePlatform()->... |
<?php
namespace Nemundo\App\ModelDesigner\Orm;
use Nemundo\App\ModelDesigner\Json\AppJson;
use Nemundo\Core\Base\AbstractBase;
use Nemundo\Core\Debug\Debug;
use Nemundo\Orm\Collection\CollectionOrm;
use Nemundo\Orm\Setup\OrmModelSetup;
class OrmBuilder extends AbstractBase
{
/**
* @var
*/
public ... |
<?php
namespace Template\Providers;
use Pluma\Support\Providers\ServiceProvider;
class TemplateServiceProvider extends ServiceProvider
{
protected $viewNamespace = "Template";
/**
* Array of observable models.
*
* @var array
*/
protected $observables = [
// [\Template\Models\... |
@extends('admin.layout')
@section('header')
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
@endsection
@section('section')
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Pa... |
<?php /* Smarty version 2.6.18, created on 2009-03-18 23:58:49
compiled from /home/.escort/likethewind/wx/app/view/_share/404.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'substr2', '/home/.escort/likethewind/wx/app... |
<?php
/* @var $this yii\web\View */
/* @var $form yii\bootstrap\ActiveForm */
/* @var $model app\models\LoginForm */
use yii\helpers\Html;
use yii\widgets\Pjax;
use kartik\form\ActiveForm;
$this->title = 'Подтверждение запроса';
$this->params['breadcrumbs'][] = $this->title;
?>
<?php $form = ActiveForm::begin([
... |
<?php
namespace Fabiang\Common\SwitchDatabase\Exception;
use OutOfBoundsException as BaseOutOfBoundsException;
/**
* Generated at Fri, 09 Dec 2016 12:11:45 +0000 by fabian.grutschus
*/
class OutOfBoundsException extends BaseOutOfBoundsException implements ExceptionInterface
{
} |
<?php
$params = array_merge(
require __DIR__ . '/../../common/config/params.php',
require __DIR__ . '/../../common/config/params-local.php',
require __DIR__ . '/params.php',
require __DIR__ . '/params-local.php'
);
return [
'id' => 'app-frontend',
'basePath' => dirname(__DIR__),
'bootstrap'... |
<?php
namespace common\models;
use Yii;
/**
* This is the model class for table "bikes_types".
*
* @property int $id
* @property string $name
*
* @property Bike[] $bikes
*/
class BikeType extends \yii\db\ActiveRecord
{
/**
* {@inheritdoc}
*/
public static function tableName()
{
r... |
<?php
namespace app\lakecms\support;
use think\facade\Db;
/**
* 数据库管理类
*/
class Datatable
{
/* 数据库操作的表 */
protected $table;
/* 数据库操作字段 */
protected $fields = [];
/* 数据库操作字符集 */
protected $charset = 'utf8mb4';
/* 数据库操作表前缀 */
protected $prefix = '';
/* 数据库... |
<?php
namespace App\Model\User;
use Illuminate\Database\Eloquent\Model;
class UserPermision extends Model
{
protected $table = 'user_permision';
public function user() {
return $this->belongsTo('App\Model\User\User');
}
public function permision() {
return $this->belongsTo('App\Mod... |
<?php
namespace App\Models;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Http\UploadedFile;
use Illuminate\Notifications\Notifiable;
use Illuminate\Support\Facades\URL;
use Laravel\Sanctum\H... |
<?php
use yii\db\Migration;
/**
* Class m180527_171204_init_languages
*/
class m180527_171204_init_languages extends Migration
{
const TABLE_SOURCE_MESSAGE = '{{%source_message}}';
const TABLE_MESSAGE = '{{%message}}';
const TABLE_LANGUAGE = '{{%language}}';
/**
* {@inheritdoc}
*/
pub... |
<?php
/**
* Created by PhpStorm.
* User: Lucas
* Date: 16-09-2018
* Time: 16:55
*/
class Base extends CI_Controller
{
public function __construct()
{
parent::__construct();
$this->load->helper('url', 'array_utf8', 'validaciones', 'form_validator');
$this->load->library('session');
... |
@extends('layouts.app')
@section('title', 'Registrar Actualización')
@section('content')
<div class="card">
<div class="card-header">
<h4 class="card-title">Registrar Actualización</h4>
</div>
<div class="card-body">
{!! Form::open(['url' => 'contract/update', '... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateAddressbookTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('address_book', function (Blueprint $table) {
... |
<?php
namespace Tests\Feature\Auth;
use Tests\TestCase;
use App\Models\User;
use Emberfuse\Blaze\Testing\Contracts\Postable;
use Illuminate\Foundation\Testing\RefreshDatabase;
class AddressInformationTest extends TestCase implements Postable
{
use RefreshDatabase;
public function testAddressInformationCanBe... |
@extends('layouts.public')
<head>
<title>{{ config('app.name') }} - {{ __('81.MENU_OTHER_AUTOMOTIVE_MECHANICAL_AND_ELECTRICAL_REPAIR_AND_MAINTENANCE') }}</title>
<meta name="keywords" content="{{ __('81.MENU_OTHER_AUTOMOTIVE_MECHANICAL_AND_ELECTRICAL_REPAIR_AND_MAINTENANCE') }}">
<meta name="description" cont... |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit05abbbd0e41d281492c992ac3e92e98a
{
public static $files = array (
'1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
);
public static $prefixLen... |
@extends('app')
@section('content')
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="panel panel-default">
<div class="panel-body">
<div style="float:right" class="btn-group">
... |
<?php
namespace Umomega\Auth\Notifications;
use Illuminate\Auth\Notifications\ResetPassword as Notification;
use Umomega\Foundation\Notifications\Messages\MailMessage;
use Illuminate\Support\Facades\Lang;
class ResetPassword extends Notification
{
/**
* Build the mail representation of the notification.
... |
<?php
/**
* AddonReviewListResponse
*
* PHP version 7.3
*
* @category Class
* @package Everyday\GmodStore\Sdk
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* GmodStore API
*
* Welcome to the GmodStore API! You can use our API to access GmodStore API endpoints, which ... |
@extends('layouts.app')
@section('content')
<div class="app-title">
<div>
<h1><i class="fa fa-plus-square text-primary"></i> Nuevo paciente</h1>
<p>Alta de pacientes en el sistema</p>
</div>
<ul class="app-breadcrumb breadcrumb">
<li class="breadcrumb-item"><i class="fa fa-home fa-lg"></i></li>
... |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class StoreSegmentRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* G... |
<?php
/**
* Elasticsearch PHP client
*
* @link https://github.com/elastic/elasticsearch-php/
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Le... |
<?php $__env->startSection('body'); ?>
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h3>Mysql Data Transfer</h3>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-ri... |
<?php
namespace App\Models;
class Topic extends Model
{
protected $fillable = [
'title', 'body', 'category_id', 'excerpt', 'slug',
];
public function category()
{
return $this->belongsTo(Category::class);
}
public function user(){
return $this->belongsTo(User::class)... |
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}" />
<meta http-equiv="X-UA-Compatible" content... |
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{{ URL::asset('favicon.png') }}" type="image/x-icon" />
<!-- CSRF Token -->
<meta name="csrf-token"... |
<?php
namespace app\api\validate;
use \think\Validate;
//品牌验证器
class Login extends validate
{
protected $rule = [
'mobile' => 'require|chsAlpha|max:30',
'user_name' => 'require|chsAlpha',
'account' => 'require|alphaNum|length:16,19',
'address' => 'chsAlph... |
@extends('layouts.app')
@section('content')
@php $wallet = $wallet ?? null @endphp
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<a href="{{ route('wallet.index') }}">Wallets</a> -> {{$wallet ? "Edit " . $wallet->name : "Create " }}... |
<?php
namespace app\index\controller;
use app\common\controller\Base;
use app\common\Lock;
use app\common\Tools;
use core\lib\Config;
use core\lib\Request;
use core\lib\Rule;
/**
* Class Install
* Auth leo.xie
* mail 811329263@qq.com
* @package app\index\controller
*/
class Install extends Base
{
public fun... |
<?php
namespace App\Http\Controllers\Admin;
use App\Exports\ParkInformation;
use App\Http\Requests\ParkRequest;
use App\Http\Resources\Admin\ParkResource;
use App\Models\Customers\ProjectGroup;
use App\Models\Parks\Park;
use App\Models\Regions\City;
use App\Models\Regions\Country;
use App\Models\Regions\Province;
us... |
<style type="text/css">
.abu {
width: 120px !important;
}
.form-group.required .label:after {
content:"*";
color:red;
}
</style>
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<?php echo $this->session->flashdata('error'); ?>
... |
<?php
/*******************************************************************************
* Copyright 2017 Okta, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... |
<?php
include( 'configuration.php' );
require ( 'coreclass.php' );
session_start();
// if user is not login..redirect him to login page
if ( !isset($_SESSION['login'])) {
header('Location: login.php');
}
if (isset($_SESSION['login'])) {
$userID = $_SESSION['userID'];
$usertype = $_SESSION['usertype'];
}
//print_... |
<div>
<div wire:loading wire:target="addArticle">
<div class="loading-ui">
<h1>Menambahkan article baru...</h1>
</div>
</div>
<div class="row d-flex justify-content-around">
<div class="col col-md-4 p-3 rounded">
<form wire:submit.prevent="addArticle">
... |
<?php
namespace backend\controllers;
use backend\models\CompanySearch;
use common\models\Administrator;
use common\models\CallCenterAssignCompany;
use common\models\Company;
use Yii;
use yii\bootstrap\ActiveForm;
use yii\data\ActiveDataProvider;
use yii\filters\AccessControl;
use yii\filters\ContentNegotiator;
use yi... |
<?php
namespace ICTDUInventory\Http\Controllers;
use Illuminate\Http\Request;
use ICTDUInventory\Book;
use Session;
use Image;
use Storage;
use Hash;
use ICTDUInventory\Borrower;
use ICTDUInventory\Course;
class BookController extends Controller
{
/**
* Display a listing of the resource.
*
* @retu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.