text
stringlengths
2
1.03M
@extends('home') @section('content') <div class="row"> <div class="col-md-12"> <form method="post" action="{{action('ArticuloController@store')}}" class="form-horizontal form-label-left" data-toggle="validator" enctype="multipart/form-data"> <div class="panel panel-default"> <d...
<?php echo $this->extend('Pages/plantilla'); ?> <?php echo $this->section('contenido'); ?> <center> <h1>REPORTES</h1> </center> <hr> <div class="reportes"> <div class="reporte-card"> <a href="<?php echo base_url('/reportes/bloques_vendidos_ordenados') ?>"> <button class="btn btn-secondary"...
<?php /** * Created by PhpStorm. * User: Administrator * Date: 2017/4/10 * Time: 14:56 */ namespace home\index\controller; use think\Controller; use think\request; use think\Db; class Member extends Controller{ /* * * 会员列表 * **/ public function Member_list(){ $data =Db::name('user...
@if(App\User::permission('applicants')) <html lang="en"> <head> <html lang="en"> <head> <title>EIA Section A</title> <!-- <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.c...
<?php namespace Tsama; define("DEBUG",TRUE); class Debug{ public function __construct(){ } public static function Log($debugValue){ global $_WEB_CONFIG, $_DEBUG; if($_WEB_CONFIG['DEBUG'] == TRUE){ $_DEBUG[] = $debugValue; } } public static function Get(){ glob...
@extends('layouts.app') @section('content') <div class="container-fluid"> <div class="row"> <div class="col-12 py-3 bg-white"> <div class="row"> <div class="col-6 mx-auto"> <h1>Change Password</h1> </div> </div> <div cl...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class sectionHw extends Model { use HasFactory; }
@extends('layouts.master') @section('title', 'Custom Central Excercise ') @section('content') <div class="page"> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner"> <div class="container"> <div class="row align-items-center"> <div class="co...
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
@include('inc.header') @include('inc.menu') <script type="text/javascript"> $(document).ready(function() { $('#example').DataTable( ); } ); </script> </nav> <div id="page-wrapper"> <div class="col-md-12 graphs"> <div class="xs"> <h4>Service Center Commision List</h4> @if(session('info')) ...
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Tests\Core\User; use Symfony\Component\Secur...
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
@extends("front/layout.master") @section('title','Billing Address - Checkout |') @section("body") @php Session::forget('from-order-step-3'); @endphp <!-- ============================================== HEADER : END ============================================== --> <div class="breadcrumb"> <div class="container-fluid...
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\models\Bino */ $this->title = 'Update Bino: ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Binos', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $thi...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Orders extends Model { // public $table ="orders"; protected $primaryKey = 'oid'; public function addersand() { return $this->belongsToMany('App\Models\Goodsgo','order_info','oid','gid'); } public...
<?php namespace app\Models; use Illuminate\Database\Eloquent\Model; use DB; class UpdationCycle extends Model { protected $table = 'updation_cycle'; static function updationCycleTable() { $updationCycleList = UpdationCycle::select(DB::raw("CONCAT(CYCLE_TYPE, 'Cycle - ', LABEL) as label, UPDATION_CY...
<?php /** * Author:LNC * Description: 登录页面 * Date: 2016/4/21 0021 * Time: 上午 11:11 */ $base_css_url = $this->config->item('css_url'); $base_js_url = $this->config->item('js_url'); $base_img_url = $this->config->item('img_url'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" conte...
<?php namespace Datenkraft\Backbone\Client\ControlServerApi\Generated\Exception; class PatchTaskUnprocessableEntityException extends UnprocessableEntityException { private $errorResponse; public function __construct(\Datenkraft\Backbone\Client\ControlServerApi\Generated\Model\ErrorResponse $errorResponse) ...
<?php /** * BuddyPress - Groups Send Invites * * @package BuddyPress * @subpackage bp-legacy * @version 3.0.0 */ /** * Fires before the send invites content. * * @since 1.1.0 */ do_action( 'bp_before_group_send_invites_content' ); ?> <?php if ( ! bp_is_active( 'friends' ) ) : ?> <div id="message" class="in...
<?php /** * @author Patsura Dmitry <zaets28rus@gmail.com> */ namespace Lynx\Tests\ORM; use Lynx\ORM; class QueryBuilderTest extends TestCase { /** * @param string $sql * @return string */ protected function replaceSqlQuotesForDriver($sql) { if ($this->getDriverName() == 'PgSQL')...
@extends('app_layouts.master') @section('main_content') <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/po...
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model backend\models\Apple */ $this->title = 'Update Apple: ' . $model->id; $this->params['breadcrumbs'][] = ['label' => 'Apples', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->id, 'url' => ['view', 'id' => $model->id]]; $...
<?php namespace ZBateson\MailMimeParser\Header; use LegacyPHPUnit\TestCase; /** * Description of HeaderContainerTest * * @group Headers * @group HeaderContainer * @covers ZBateson\MailMimeParser\Header\HeaderContainer * @author Zaahid Bateson */ class HeaderContainerTest extends TestCase { protected $mockH...
<?php namespace App\Http\Controllers\manage; use App\Http\Controllers\Controller; use App\Models\User; use Illuminate\Http\Request; use Spatie\Permission\Models\Permission; use Spatie\Permission\Models\Role; class PermissionController extends Controller { // protected $model; private $permissions; publi...
<?php class afCall { /** * Calls call_user_func_array() with a safety net. */ public static function funcArray($callback, $args) { // A workaround to prevent "Segmentation fault" // See http://bugs.php.net/bug.php?id=51329 if(is_array($callback) && isset($callback[0]) && is_st...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Dashboard extends Admin_Controller { function __construct() { parent::__construct(); } public function index() { $this->load->view('admin/dashboard_view'); } }
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model common\models\repository\RepositoryBasicSearch */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="repository-basic-search"> <?php $form = ActiveForm::begin([ 'action' => ['index'], 'method...
<?php namespace Webkul\Admin\Listeners; use Webkul\Product\Repositories\ProductRepository; use Webkul\Product\Repositories\ProductGridRepository; use Webkul\Product\Repositories\ProductFlatRepository; use Webkul\Product\Helpers\Price; /** * Products Event handler * * @author Prashant Singh <prashant.singh852@w...
<?php declare(strict_types = 1); namespace Webmasterskaya\CryptoTypes\AlgorithmIdentifier\Signature; use Webmasterskaya\CryptoTypes\AlgorithmIdentifier\AlgorithmIdentifier; use Webmasterskaya\CryptoTypes\AlgorithmIdentifier\AlgorithmIdentifierFactory; use Webmasterskaya\CryptoTypes\AlgorithmIdentifier\Feature\Asymme...
<?php namespace App\Http\Controllers\Site; use Illuminate\Http\Request; use App\Http\Controllers\Controller; class SiteController extends Controller { public function index() { return view('site.home.index'); } }
<?php //00551 // -------------------------- // Created by Dodols Team // -------------------------- if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function...
<div class="container"> <div class="row "> <h3 class="light center grey-text text-darken-3">Visi dan Misi</h3> <div class="row center"> <img src="<?php echo base_url(); ?>gambar/album/logo1.png" style="width: 400px; height: 400px" > </div> <?php foreach ($vi...
<?php namespace App\Http\Controllers; use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Routing\Controller as BaseController; use Illuminate\Foundation\Validation\ValidatesRequests; use Illuminate\Foundation\Auth\Access\AuthorizesRequests; class CommentsController extends Controller { public function ...
<?php /** * This code example updates a creative set by adding a companion creative. * To determine which creative sets exist, run * GetAllCreativeSetsExample.php. * * Tags: CreativeSetService.getCreativeSetsByStatement * Tags: CreativeSetService.updateCreativeSet * * PHP version 5 * * Copyright 2012, Google...
<form action="#" method="POST" enctype="multipart/form-data"> <h2>FORM UPLOAD</h2> Pilih File : <input type="file" name="file" value=""> <br> <br> <input type="submit" name="submit" value="Submit"> <input type="reset" name="reset" value="RESET"> </form> <?php if (isset($_POST['submit'])) { echo "<pre>"; prin...
<!DOCTYPE html> <html lang="hu"> <head> <meta charset="utf-8"> <meta name="csrf-token" content="{{ csrf_token() }}"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- --> <!-- Document Title--> <!-- ===========...
<?php namespace phpbu\App\Cli\Executable; /** * Rsync Executable Test * * @package phpbu * @subpackage tests * @author Sebastian Feldmann <sebastian@phpbu.de> * @copyright Sebastian Feldmann <sebastian@phpbu.de> * @license https://opensource.org/licenses/MIT The MIT License (MIT) * @link http:...
<?php /* Prototype : string vprintf(string format, array args) * Description: Output a formatted string * Source code: ext/standard/formatted_print.c */ /* * Test vprintf() when different octal formats and octal values are passed to * the '$format' and '$args' arguments of the function */ echo "*** Testing vpri...
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Stripe, Mailgun, Mandrill, and others....
<div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Evaluci&oacute;n <small> de Inducci&oacute;n</small> </h1> </section> <script> //paso a paso ini $(document).ready(function () { var navListItems = $('div.setup-panel...
@extends('layouts.cetak') @section('badan-surat') <!-- Atribut Surat --> <div class="row"> <table class="table table-sm table-borderless"> <tbody> <tr> <td>Nomor</td> <td>:</td> <td>{{ $surat->nomor_surat }}</td> ...
<?php /******************************************************************************* * * @author : Dominik Bonsch <d.bonsch@buizcore.com> * @date : * @copyright : Buiz Developer Network <contact@buiz.net> * @project : Buiz Web Frame Application * @projectUrl : http://buiz.net * * @licence : Bui...
<div class="panel panel-primary"> <div class="panel-body"> <div class="col-auto"> <form role="form" method="POST" id="form" class="update" action="paila/{{$pailas->idPailas}}" enctype="multipart/form-data"> {{csrf_field()}} <input type="hidden" id="method" value="...
<?php namespace Illuminate\Database\Connectors; class MySqlConnector extends Connector implements ConnectorInterface { /** * Establish a database connection. * * @param array $config * @return \PDO */ public function connect(array $config) { $dsn = $this->getDsn($config); $options = $this->getOpti...
@extends('frontend.theme6.layouts.default') @section('content') <input type="hidden" id="catalogueid" value="{{ $id }}"> <!--shop banner--> <div class="kalles-section page_section_heading"> <div class="page-head tc pr oh cat_bg_img page_head_"> <div class="parallax-inner ...
<?php class Lutador { private $nome; private $nacionalidade; private $idade; private $altura; private $peso; private $categoria; private $vitorias; private $derrotas; private $empates; public function __construct($nome, $nacionalidad...
<?php namespace celmarket\Admin; use celmarket\Dispatcher; class AdminReports { /** * [RO] Listeaza produsele facturabile (https://github.com/celdotro/marketplace/wiki/Listeaza-produsele-facturabile) * [EN] List all products that can be billed (https://github.com/celdotro/marketplace/wiki/List-billabl...
<?php use yii\db\Migration; /** * Handles the creation of table `{{%activity}}`. */ class m190814_011352_create_activity_table extends Migration { /** * {@inheritdoc} */ public function safeUp() { $this->createTable('activity', [ 'id' => $this->primaryKey(), 'ti...
<?php namespace App\Mail; use App\User; use Illuminate\Bus\Queueable; use Illuminate\Mail\Mailable; use Illuminate\Queue\SerializesModels; use Illuminate\Contracts\Queue\ShouldQueue; class UserRegistered extends Mailable { use Queueable, SerializesModels; public $user; /** * Create a new message i...
<?php declare(strict_types=1); require __DIR__ . '/../autoload.php'; // Updates a task title, descriprion OR deadline $title = $_POST['title']; $description = $_POST['description']; $date = $_POST['date']; //Checks if title, decsription or date is set. if ($title !== '') { $title = trim($_POST['title']); //...
<?php /* * 2007-2016 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a...
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Requests\UserUpdateRequest; use App\Http\Requests\UserCreateRequest; use App\Http\Controllers\Controller; use App\User; use Session; use Redirect; class UsuarioController extends Controller { /** * Display...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Welcome extends CI_Controller { /** * Index Page for this controller. * * Maps to the following URL * http://example.com/index.php/welcome * - or - * http://example.com/index.php/welcome/index * - or - * Since this contro...
<?php declare(strict_types=1); namespace EryseClient\Client\Exception; use EryseClient\Common\Exception\Exception; /** * Class ResourceNotFoundException */ class ResourceNotFoundException extends Exception { }
<?php namespace App\Http\Controllers\Auth; use App\Http\Controllers\Controller; use App\Providers\RouteServiceProvider; use App\Models\User; use Illuminate\Foundation\Auth\RegistersUsers; use Illuminate\Support\Facades\Hash; use Illuminate\Support\Facades\Validator; class RegisterController extends Controller { ...
<footer> <div class="footer-main"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-12 m-md-auto align-self-center"> <div class="block"> <a href="index.html"><img src="images/logo-alt.png" alt="footer-logo"></a> <!-- Social Site Icons --> ...
<meta charset="UTF-8"> <title>@yield('title')</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <meta name="csrf-token" content="{{ csrf_token() }}"> @if((Request::is('product/details/*') || Request::is('product/customize/*')) && !empty($single_product_deta...
<?php namespace app\models; use Yii; /** * This is the model class for table "workers". * * @property int $worker_id * @property string $worker_email * @property string $worker_phone * @property string $worker_name * @property string $workers_login */ class Workers extends \yii\db\ActiveRecord { /** ...
<?= $header;?> <!-- Page wrapper --> <div class="page-wrapper"> <!-- Bread crumb --> <div class="row page-titles"> <div class="col-md-5 align-self-center"> <h3 class="text-primary">Dashboard</h3> </div> <div class="col-md-7 ali...
<?php namespace Johnguiscool\Dialoguebuilder; use Laravel\Nova\Nova; use Laravel\Nova\Events\ServingNova; use Illuminate\Support\Facades\Route; use Illuminate\Support\ServiceProvider; use Johnguiscool\Dialoguebuilder\Http\Middleware\Authorize; class ToolServiceProvider extends ServiceProvider { /** * Bootst...
<?php return [ /* |-------------------------------------------------------------------------- | Application Name |-------------------------------------------------------------------------- | | This value is the name of your application. This value is used when the | framework needs to plac...
@extends('layouts.app') @section('content') <section class="content-header"> <h1> Day </h1> </section> <div class="content"> @include('adminlte-templates::common.errors') <div class="box box-primary"> <div class="box-body"> <div class=...
<div class="prototype"> $Ktypedef enum@ $Te_bunny_music_track@<br /> {<br /> $A $SBST_ALL@ = -1,<br /> $A $SBST_TRACK_01@,<br /> $A $SBST_TRACK_02@,<br /> $A $SBST_TRACK_03@,<br /> $A $SBST_LAST_TRACK@<br /> <br /> } $Tt_bunny_music_track@; </div> <hr /> <div class="resume"> <h3>Description</h3> ...
<?php namespace ANDS\API\Task\ImportSubTask; use ANDS\Registry\Providers\RelationshipProvider; use ANDS\RegistryObject; /** * Class PopulateAffectedList * @package ANDS\API\Task\ImportSubTask */ class PopulateAffectedList extends ImportSubTask { protected $requireImportedRecords = true; protected $title ...
<?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 /** * ProductCreateProductRequestImage * * PHP version 5 * * @category Class * @package Swagger\Client * @author http://github.com/swagger-api/swagger-codegen * @license http://www.apache.org/licenses/LICENSE-2.0 Apache Licene v2 * @link https://github.com/swagger-api/swagger-codegen */ /** * ...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Country extends Model { use \Dimsav\Translatable\Translatable; //trait public $translatedAttributes = ['name']; protected $fillable = ['code']; }
@extends('dashboardAdmin.layout.main') @section('container') <div class="container-fluid"> <form method="post" action="/dashboardAdmin/products" enctype="multipart/form-data"> @csrf <div class="card shadow mb-4"> <div class="card-header py-3"> <h6 class="m-0 font-w...
<?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 namespace App\Http\Controllers\Auth; use App\User; use App\Client; use Illuminate\Support\Facades\DB; use App\Http\Controllers\Controller; use Illuminate\Support\Facades\Hash; use Illuminate\Support\Facades\Validator; use Illuminate\Foundation\Auth\RegistersUsers; class RegisterController extends Controller...
<?php namespace Larapress\Reports\Commands; use Illuminate\Console\Command; use Larapress\Reports\Services\Reports\IReportsService; class BatchReportInfluxDB extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'lp:reports:repor...
@extends('logged-in.home') @section('tool') <section class="section-customer-item"> <div class="form__group" style="margin-right: 3rem"> <label class="">Nome</label> <h3 class="heading-tertiary">{{ $customer->name }}</h3> </div> <div class="form__group" style="margin-right: 3rem"> <labe...
<?php /* SensioDistributionBundle:Configurator:final.html.twig */ class __TwigTemplate_567f93ce502da1ab384253e753135313ca608bbc3d7296e57d0fcaa7371be4ce extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); // line 1 $this->parent = $thi...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateBaseParkingPricesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('base_...
<?php /** * @author @jenschude <jens.schulze@commercetools.de> */ namespace Commercetools\Core\Request\Payments\Command; use Commercetools\Core\Model\Common\Context; use Commercetools\Core\Model\Payment\Transaction; use Commercetools\Core\Request\AbstractAction; /** * @package Commercetools\Core\Request\Payments\...
<?php /** * @version $Id: template.php 9764 2007-12-30 07:48:11Z ircmaxell $ * @package Joomla * @subpackage Templates * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant to...
<footer id="footer"> <div class="footer_top"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4"> <div class="footer_widget wow fadeInLeftBig"> <h2>Md Himel Khan</h2> </div> </div> <div class="col-lg-4 col-md-4 co...
<div class="content-wrapper"> <div class="container"> <!-- main content --> <div class="content"> <!-- Content Header (Page header) --> <div class="content-header"> <div class="header-icon...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class StudentAdmissionFee_M extends Model { protected $table = 'tbl_student_admission_fee'; protected $fillable = [ 'id','registration_id','class_id','student_name','admission_fee','monthly_fee','annual_funds_others','total_fee','monthly_co...
<?php namespace b8\Cache; use b8\Type; class RequestCache implements Type\Cache { protected $data = array(); /** * Check if caching is enabled. */ public static function isEnabled() { return true; } /** * Get item from the cache: */ public function get($key, ...
<?php /* The Default Loop (used by index.php and category.php) ===================================================== If you require only post excerpts to be shown in index and category pages, then use the [---more---] line within blog posts. If you require different templates for different post types, then simply dup...
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Sales\Test\Unit\Controller\Adminhtml\Invoice\AbstractInvoice; use \Magento\Sales\Controller\Adminhtml\Invoice\AbstractInvoice\Email; use Magento\Framework\App\Action\Context; use Magento\Framewor...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Main extends Model { protected $guarded = []; }
@extends('layouts.app') @section('header') <link href="{{ asset('css/pages/gouvernorats.css')}}" rel="stylesheet"> @endsection @section('page-title') <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm12 col-xs-12"> <div class="page-title"> ...
<?php /** * View engine config settings. * * * $config['VIEW_ENGINE']['PARAM_NAME'] = VALUE * */ $config['smarty'] = array( 'custom_plugins_dir' => null, // Used to custom the default smarty plugins directory. // Set this to false to avoid magical parsing of literal blocks without the {literal} tags. 'auto_l...
<?php namespace app\common\model\web; use app\common\model\BaseModel; class DiaryFinance extends BaseModel { protected $table = 'hr_diary_finance'; protected $pk = 'details_id'; }
<?php defined('SYSPATH') or die('No direct script access.'); class Controller_Api extends Controller { public function response_json($json) { $this->response->body(json_encode($json)); } }
@extends('layouts.app') @section('content') <div class="container mt-4 bg-white text-center w-25 p-4 rounded"> <x-alert/> <form action="{{route('login')}}" method="post"> @csrf <div class="form-group my-2"> <label for="email">Email</label> ...
<?php /** * Created by PhpStorm. * User: linyulin * Date: 2019/4/6 * Time: 2:10 PM */ namespace Im050\WeChat\Providers; use Im050\WeChat\Core\Application; interface ServiceProvider { /** * @param Application $application * @return void */ public function register(Application $application...
@extends('layouts.app') @section('content') <div class="container"> <div class="row"> <div class="col-md-12"> <!--Form with header--> <div class="card"> <div class="card-block"> {!! Form::model($kelas_kamar, ['url' => route('kelas_kamar.update', $kelas_kamar->id), 'method' => 'put', 'files'=>'tru...
<?php /* * This file is part of Twig. * * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Twig\Extension; /** * Enables usage of the deprecated Twig\Extension\AbstractExtension::initRuntime() meth...
<?php /* +--------------------------------------------------------------------------+ | Zephir | | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | ...
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\modules\Control\models\Conferencies */ $this->title = 'Участие в конференции - добавить'; $this->params['breadcrumbs'][] = ['label' => 'Конференции', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <div class="confer...
<?php defined('BASEPATH') or exit('No direct script access allowed'); /** * Public Blog module controller * * @author PyroCMS Dev Team * @package PyroCMS\Core\Modules\Blog\Controllers */ class Blog extends Public_Controller { public $stream; /** * Every time this controller is called should: * - load the b...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreatePhongImagesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('phongimages...
<?php namespace App\Events\Variables; use App\Models\App; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class ImportedEvent { use Dispatchable, InteractsWithSockets, SerializesModels; /** * @var \App\Models\App ...
<?php return [ /* |-------------------------------------------------------------------------- | Default Filesystem Disk |-------------------------------------------------------------------------- | | Here you may specify the default filesystem disk that should be used | by the framework. T...
<?php namespace ComposerTest; class Test { private $str; public function __construct($str='') { $this->str = $str; } public function getStr() { return $this->str; } }
<?php //============================================================+ // File name : por.php // Begin : 2004-03-03 // Last Update : 2010-10-26 // // Description : Language module for TCPDF // (contains translated texts) // Portuguese // // Author: Nicola Asuni // // (c) Copyright: //...
<?php namespace App\Jobs; use App\Exports\ComparativaExport; use Maatwebsite\Excel\Facades\Excel; class ExportarComparacionJob extends ExportarArchivoJob { protected $campoRuta = "archivo_comparacion"; protected $campoCreacion = "archivo_comparacion_creado_en"; protected $campoEdicion = "comparacion_edit...