text stringlengths 2 1.03M |
|---|
<?php
/* MatrixBundle:CursoCorequisito:new.html.twig */
class __TwigTemplate_810c2f2338b41f392158477848132ade0a7e49b146871cf20e3856406106c637 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 1
$this->parent = $this->loadTem... |
<?php
use App\Entities\LeadProducts\LeadProduct;
use Illuminate\Database\Seeder;
class LeadProductTableSeeder extends Seeder
{
public function run()
{
factory(LeadProduct::class)->create([
'lead_product' => 'Televisor',
]);
factory(LeadProduct::class)->create([
... |
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<title>Tip Calculator</title>
<body>
<section class="centered">
... |
@extends('Back.Template.layouts.skeleton')
@section('app')
<div class="main-wrapper">
<div class="navbar-bg"></div>
<nav class="navbar navbar-expand-lg main-navbar">
@include('Back.Template.partials.topnav')
</nav>
<div class="main-sidebar">
@include('Back.Template.partials.sidebar')
... |
<?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
use App\Models\Category\Category;
class CategoryFill extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$categories = [
[
'az' => ['name' => 'Hamam xal... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Http\Controllers\Controller;
use App\Contributor;
use App\Subsidiary;
use App\Zone;
use App\Country;
use App\Funding;
use App\ContributorReference;
use Auth;
class ContributorController extends Controller
{
public... |
<!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">
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/c... |
<?php
/**
* organization.php
*
* @package ark-php
* @author jafar <jafar@xinix.co.id>
* @copyright Copyright(c) 2012 PT Sagara Xinix Solusitama. All Rights Reserved.
*
* Created on 2012/11/21 00:00:00
*
* This software is the proprietary information of PT Sagara Xinix Solusitama.
*
* History
*... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class ProHiHumanIconsCategory extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
$sql = "CREATE TABLE IF NOT EXISTS `pro_hi_human_icons_category` ... |
<?php
// Check for empty fields
if(empty($_POST['name']) ||
empty($_POST['email']) ||
empty($_POST['phone']) ||
empty($_POST['message']) ||
!filter_var($_POST['email'],FILTER_VALIDATE_EMAIL))
{
echo "No arguments Provided!";
return false;
}
$name = strip_tags(htmlspecialchars(... |
@extends('layouts.default')
@section('pageTitle', $comic['title'])
@section('content')
@include('components.jumbotron')
<section class="details">
<div class="blue-bar">
<div class="container">
<div class="card-img">
<div class="img-info">comic book</d... |
@extends('layouts.app')
@section('content')
@component('components.title', ['back_url' => route('services.index')])
{{__('messages.services')}}
@endcomponent
<!-- END: Subheader -->
<div class="m-content">
<div class="row">
<div class="col-lg-4">
<!--begin... |
<?php
// +----------------------------------------------------------------------
// | 海豚PHP框架 [ DolphinPHP ]
// +----------------------------------------------------------------------
// | 版权所有 2016~2019 广东卓锐软件有限公司 [ http://www.zrthink.com ]
// +----------------------------------------------------------------------
// ... |
<?php
namespace App\Http\Controllers\Api;
use App\Http\Controllers\Controller;
use App\Http\Resources\AddressResource;
use App\Models\Address;
use Illuminate\Http\Request;
class AddressController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
... |
<?php
use accounting\aplication\CreateAccount;
use accounting\infrastructure\persistence\InMemoryAccountRepository;
use accounting\infrastructure\ids\AccountUuid;
class CreateAccountTest extends PHPUnit_Framework_TestCase
{
public function testExecute()
{
$repo = new InMemoryAccountRepository();
$usecase = new C... |
<ul class="nav navbar-nav navbar-right">
<?php
echo'<li><a href="'.site_url('Acteur/AccueilActeur').'" style="color:#FFFFFF"><span class="glyphicon glyphicon-home"></span> Page Perso </a></li>';
echo'<li><a href="'.site_url('Acteur/ChoixAction/1').'" style... |
<?php
/**
* Sikker is a PHP 7.0+ Security package that contains security related implementations.
*
* @package NorseBlue\Sikker
* @version 0.3.8
* @author NorseBlue
* @license MIT License
* @copyright 2016 NorseBlue
* @link https://github.com/NorseBlue/Sikker
*/
declare(strict_types = 1);
... |
<?php defined('BASEPATH') OR exit('No redirect script access allowed');
class Web_model extends CI_Model
{
public function get_info()
{
return $this->db->get('website')->result_array();
}
public function get_info_id($id)
{
$query = $this->db->get_where('website', array('id' => $id)... |
<?php
/**
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
namespace Piwik\Plugins\Referrers;
use Piwik\Cache;
use Piwik\Common;
use Piwik\Option;
use Piwik\Piwik;
use Piwik\SettingsPiwik;
use Piwik\Singleton;
use Piwik... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forms Wizard | Jasmine - Responsive admin template.</title>
<meta name="csrf-token" cont... |
<?php
namespace Xtwoend\Wallet\Traits;
use function config;
use function array_key_exists;
use Hyperf\Database\Model\Collection;
use Hyperf\Database\Model\Relations\MorphMany;
use Xtwoend\Wallet\Models\Wallet as WalletModel;
use Hyperf\Database\Model\ModelNotFoundException;
/**
* Trait HasWallets
* To use a trait... |
<?php
/**
* Created by IntelliJ IDEA.
* User: Nikolay Chervyakov
* Date: 17.09.2014
* Time: 18:20
*/
namespace App\Admin\Controller;
use App\Admin\CRUDController;
class Option extends CRUDController
{
public $modelNamePlural = 'Product Options';
public $modelNameSingle = 'Product Option';
protec... |
<?php
/**
* User: Maksim Naumov <maksim.naumov@hitmeister.de>
* Date: 5/18/15
* Time: 10:40 PM
*/
namespace Hitmeister\Component\RapidoCache;
class StaticCache extends Cache
{
private $storage = [];
/**
* @inheritdoc
*/
protected function getValue($key)
{
if (isset($this->storag... |
<header>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle=... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
class Table extends Model
{
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
... |
<?php
namespace backend\models\orders;
use common\models\Departments;
use common\models\Employees;
use common\models\Orders;
use Yii;
use backend\components\Repository;
use backend\components\RepositoryInterface;
use common\models\Categories;
use yii\web\NotFoundHttpException;
class OrdersRepository extends Repositor... |
@if($image)
<div class="slide slide-single swiper-container">
<div class="swiper-wrapper">
<!-- Slide item -->
<a href="#" class="slide__item swiper-slide">
<img class="slide__img"
src="{{$image}}"
width="1920"
... |
<?php
/**
* TAD CMS: Get theme asset url by path
* @param string $path
* @param string $theme
* @return string
* */
function theme_asset($path, $theme) {
return '/assets/theme/' . $theme . '/' . $path;
} |
<?php
namespace Noem\State\Loader;
use Noem\State\Observer\StateMachineObserver;
use Noem\State\State\StateDefinitions;
use Noem\State\Transition\TransitionProviderInterface;
interface LoaderInterface
{
public function definitions(): StateDefinitions;
public function transitions(): TransitionProviderInterf... |
<?php
/**
* This file is part of the Zest Framework.
*
* @author Muhammad Umer Farooq (Malik) <mumerfarooqlablnet01@gmail.com>
*
* @link https://github.com/zestframework/Zest_Framework
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code... |
<?php
namespace Nip\Mail\Tests\Models\Mailable;
use Nip\Mail\Tests\AbstractTest;
use Nip\Mail\Tests\Fixtures\Models\Emails\Email;
/**
* Class RecordTraitTest.
*/
class RecordTraitTest extends AbstractTest
{
public function testBuildMailMessageMergeTagsStripNotPresent()
{
$email = new Email();
... |
<?php
class M_tahun extends CI_Model {
public function get_tahun($id=NULL)
{
if ($id==NULL){
}else {
$this->db->where('id_tahun',$id);
}
return $this->db->get('tb_tahun');
}
public function get_id_tahun($tahun)
{
$this->db->where('tahun',$tahun);
return $this->db->get('tb_tahun');
}
pu... |
<?php
require_once(__DIR__.'/../config.php');
require_once(__DIR__.'/../helpers/table_helper.php');
require_once(__DIR__.'/../helpers/ic_helper.php');
$page = empty($_GET['page']) ? 1 : $_GET['page'];
?>
<?php echo ic_button('Create User', 'primary', './pages/c.php', 'target'); ?>
<br/><br/>
<?php echo table_cru... |
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class FacadesServiceProvider extends ServiceProvider {
/**
* Register the service provider.
*
* @return void
*/
public function register() {
$this->app->bind('uploader', function(){
return new \App\... |
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'AlterPedidosTable' => $baseDir . '/database/migrations/2016_11_08_172453_alter_pedidos_table.php',
'CorsKernel' => $vendorDir . '/barryvdh/laravel-cors/tests/CorsKerne... |
<?php
namespace Tests\Feature;
use App\School;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Tests\TestCase;
use Illuminate\Foundation\Testing\WithFaker;
use Illuminate\Foundation\Testing\RefreshDatabase;
class UserTest extends TestCase
{
use DatabaseMigrations;
/** @test */
public function... |
<?php
$bd = new SQLite3("filmes.db");
$sql = "DROP TABLE IF EXISTS filmes";
if ($bd->exec($sql))
echo "\ntabela filmes apagada\n";
$sql = "CREATE TABLE filmes (
id INTEGER PRIMARY KEY AUTOINCREMENT,
titulo VARCHAR(200) NOT NULL,
poster VARCHAR (200),
sinopse TEXT,
nota... |
<?php
namespace App\Http\Controllers;
use App\Models\User;
use App\Models\Course;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
class HomeController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
... |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class DriverRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* Get the... |
<?php
require_once __DIR__ . '/common/config.php';
require_once __DIR__ . '/common/functions.php';
require_once __DIR__ . '/common/CSV.class.php';
$minf = isset($_GET['minf']) ? $minf = $_GET['minf'] : 1;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transi... |
<?php
/*
* 2007-2015 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... |
<!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', 'Laravel') }}</tit... |
<<<<<<< HEAD
<?php
/**
* This file is part of the CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace CodeIgniter\Test\Mock;
=======
<?php name... |
@extends('layouts.master')
@section('menu')
@include('sidebar.dashboard')
@endsection
@section('contant')
<link rel="stylesheet" href="assets/style_login/css/styles.css">
<div class="container-fluid">
<!-- Breadcrumb-->
<div class="breadcrumb-holder">
<div class="container-fluid">
<ul class=... |
<div class="form-group">
<label class="form-control-label" for="description">Description</label>
<textarea name="description" class="form-control" id="description" rows="3"
resize="none">{{ $account->description }}</textarea>
</div> |
<?php
namespace App\Mail;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Mail\Mailable;
use Illuminate\Queue\SerializesModels;
class VerifyMail extends Mailable
{
use Queueable, SerializesModels;
/**
* Create a new message instance.
*
* @return void
... |
@extends('layouts.templates')
@section('content')
<div id="inMain">
<form method="POST" action="{{ route('updateRole', $role->id) }}">
@csrf
<h3>Modififer un rôle</h3>
<div class="form-group">
<label for="name">Nom du rôle</label>
<input type="text" class="form-control"... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('users', function (Bluep... |
<?php
/* Template Name: Full Width */
get_header(); ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- section -->
<section role="main">
<h1><?php the_title(); ?></h1>
... |
<?php
class ModelAccountOrder extends Model {
public function getOrder($order_id) {
$order_query = $this->db->query("SELECT * FROM `" . DB_PREFIX . "order` WHERE order_id = '" . (int)$order_id . "' AND customer_id = '" . (int)$this->customer->getId() . "' AND order_status_id > '0'");
if ($order_query->num_rows) {... |
@extends('adminlte::page')
@section('title', 'Usuários')
@section('content_header')
<nav class="mb-2">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{route('admin.index')}}">Dashboard</a></li>
<li class="breadcrumb-item active">Usuários</li>
</ol>
</nav>... |
<div class="wrapper content-wrapper">
<!-- START PAGE CONTENT-->
<div class="page-heading">
<ol class="breadcrumb mt-4">
<li class="breadcrumb-item">
<a href="<?php echo base_url().'Dashboard'?>"><i class="la la-home font-20" title="Dashboard"></i></a>
</li>
... |
<?php
namespace App;
use App\Mail\ProjectCreated;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\Mail;
class Project extends Model
{
//
protected $guarded =[
];
// public static function boot(){
// parent::boot();
//
//
// static::created(function($project){
/... |
<?php
/**
* Php Sql Schema
*
* MIT License
*
* 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, merg... |
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
namespace Application\Service\Factory;
use Interop\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInt... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Http\Requests\CategoryRequest;
use App\Category;
class CategoryController extends Controller
{
public function getList()
{
$data = Category::all();
return view('admin.category.list', ['data'=>$data]);
}
publi... |
--TEST--
Bug #69871 (Short-circuiting failure with smart_branch)
--INI--
opcache.enable=0
--FILE--
<?php
$a = true;
if (isset($a) && 0) {
var_dump(true);
} else {
var_dump(false);
}
?>
--EXPECT--
bool(false) |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Insert Update Delete View Images</title>
</head>
<body>
<!-- delete script -->
<?php
include("dbConnect.php");
if(isset($_GET[... |
<?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
$_src_path = __DIR__.'/../../..';
require_once $_src_path... |
<?php
/**
* ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails
*
* PHP version 5
*
* @category Class
* @package Incevio\Cybersource\CybersourceSDK
* @author Swaagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
* Incevio\Cybersource\CybersourceSDK Merged S... |
<html>
<head>
<title>System Information Administrator</title>
<link rel="shortcut icon" href="<?php echo base_url(); ?>assets/images/favicon.png" />
<!-- CSS Here -->
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="t... |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitd2b5f33f34f93dddff6660cab5864d9d
{
public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6f... |
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="{{ $class ?? null }}" style="{{ $style ?? null }}">
<path d="M4.75 6.75C4.75 5.64543 5.64543 4.75 6.75 4.75H17.25C18.3546 4.75 19.25 5.64543 19.25 6.75V17.25C19.25 18.3546 18.3546 19.25 17.25 19.25H6.75C5.64543 19.25 4... |
<?php
header('Content-Type: application/json');//Habilita el formato JSON
header('Access-Control-Allow-Origin: *');//Habilita los permisoso para que ususarios de otros dominos puedan entrar
header('Access-Control-Allow-Methods: POST,GET,OPTIONS,PUT');//accede desde diferentes verbos https
include("_functions/core.php")... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateUsersTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('users', function ... |
@extends('layoutDashboard.app',['title'=>'الاعلانات'])
@section('style')
<link rel="stylesheet" href="{{asset('dist/css/bootstrap-imageupload.min.css')}}">
@endsection
@section('content')
@component('components.error',['errors'=>$errors ?? NULL]) @endcomponent
@component('components.panel',['subTitle'=>'تعديل اعلان'])
... |
<!DOCTYPE html>
<html lang="en-US">
<head>
<title><?php echo $title; ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Importing the Bootstrap and jQuery libraries -->
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js">... |
<?php
declare(strict_types=1);
/*
* This file is part of the composer-link plugin.
*
* Copyright (c) 2021-2022 Sander Visser <themastersleader@hotmail.com>.
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*
* @link https://githu... |
<?php
namespace App\Policies;
use App\User;
use App\Buyer;
use App\Traits\AdminActions;
use Illuminate\Auth\Access\HandlesAuthorization;
class BuyerPolicy
{
use HandlesAuthorization, AdminActions;
/**
* Determine whether the user can view the buyer.
*
* @param \App\User $user
* @param ... |
<?php
namespace Google\AdsApi\AdManager\v201911;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class ArchiveAdUnits extends \Google\AdsApi\AdManager\v201911\AdUnitAction
{
public function __construct()
{
}
} |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class CoRequisite extends Model
{
use HasFactory;
public $timestamps = false;
public function course()
{
return $this->belongsTo(Course::class, 'course_uuid', 'uuid');
... |
<?php
namespace app\search\controller;
use think\Controller;
use think\Exception;
use tool\es\MyElasticsearch;
class Es extends Controller
{
public function goodsSearch($keywords = null)
{
$es = new MyElasticsearch();
if (!$keywords) $keywords = input('get.keywords');
//es分页参数
... |
@extends('layouts.app')
@section('content')
<!-- MODAL END -->
<main id="content">
<div class="sign_in">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h3 class="pg_title">{{ __('შესვლა') }}</h3>
... |
<?php
/* @FOSUser/layout.html.twig */
class __TwigTemplate_0be88e837369bbfb75611f10b64df5e089a376bc8e60bdc38ff5a39a52912efc extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
... |
<?php namespace Laravel;
class Package {
/**
* All of the loaded packages.
*
* @var array
*/
public $loaded = array();
/**
* Load a package or set of packages.
*
* The package name should correspond to a package directory for your application.
*
* <code>
* // Load the "swift-mailer" package
... |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class CategoryStoreRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* ... |
<?php
/**
* Ensures the create() method of widget types properly uses callbacks.
*
* @author Greg Sherwood <gsherwood@squiz.net>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
*/
namespace Dekode\GravityFo... |
@extends('navbarre')
@section('content')
<!doctype html>
<html lang="fr">
<head>
<body>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<meta name="viewport" content="width=device-width, initial-scale... |
<?php
return array(
// This should be an array of module namespaces used in the application.
'modules' => array(
'ZendDeveloperTools',
'DoctrineModule',
'DoctrineORMModule',
'Application',
'ZfcBase',
'ZfcUser',
'ZfcUserDoctrineORM',
'BjyAuthorize',... |
<?php
/* Cachekey: cache/stash_default/doctrine/[concrete\core\entity\file\image\thumbnail\type\typefileset$ftfsthumbnailtype@[annot]][1]/ */
/* Type: array */
/* Expiration: 2021-09-13T05:14:29+00:00 */
$loaded = true;
$expiration = 1631510069;
$data = array();
/* Child Type: array */
$data['return'] = unseriali... |
<?php
namespace Interop\Amqp\Tests;
use Interop\Amqp\AmqpQueue as InteropAmqpQueue;
use Interop\Amqp\Impl\AmqpQueue;
use Interop\Queue\Queue;
use PHPUnit\Framework\TestCase;
class AmqpQueueTest extends TestCase
{
public function testShouldImplementQueueInterface()
{
$this->assertInstanceOf(Queue::cla... |
<?php
namespace app\modules\controllers;
use yii\web\Controller;
use Yii;
use app\models\User;
use app\models\Profile;
use yii\data\Pagination;
/**
*
*/
class UserController extends Controller
{
function actionUsers()
{
$this->layout = 'layout1';
$model = User::find()->joinWith('profile');//关联表
$count = $mod... |
<?php
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
use App\Routesaleprice;
use App\Https\Traits\FileUploadTrait;
use Exception;
use Illuminate\Support\Facades\Session;
use App\Rout;
use Illuminate\Support\Facades\DB;
class Rout_Sale_PriceController extends Co... |
<?php
if (sizeof($_POST) > 0 && $GLOBALS['configuration']['setup_password'] != "" && (!isset($_SESSION['authenticated']) || !$_SESSION['authenticated']))
{
if ($_POST['setup_password'] == $GLOBALS['configuration']['setup_password'])
{
$_SESSION['authenticated'] = true;
}
$_POST = null;
}
if ((!isset($_SESSION['au... |
<?php
/**
* Record Banco de dados
* Description
* @version 1.0
* @package database
* @author Neylton Benjamim
* @copyright (c) 19/03/2020 11:43, Neylton Benjamim
*/
namespace Database;
use Database\Sql\Select;
use Database\Sql\Insert;
use Database\Sql\Update;
use Database\Sql\Delete;
use Exception;
... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class UpdController extends Controller
{
//
} |
@extends ('layouts.app')
@section ('title', 'Duelista')
@section ('content')
<vistaclub></vistaclub>
@endsection |
<?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit1e1c1cba95bdd9e1e4684c0e98df609c::getLoader(); |
<?php
namespace Torralbodavid\SimpleRecaptchaV3\Tests;
class SnippetsTest extends TestCase
{
public function setUp(): void
{
parent::setUp();
config()->set('simple-recaptcha-v3.site_key', 'site_key');
}
/** @test */
public function view_has_site_key()
{
$renderedView ... |
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/opt/lampp/htdocs/schneebauerwebsite/grav-admin/user/config/security.yaml',
'modified' => 1467384973,
'data' => [
'salt' => 'VISqitjkxBA1E5'
]
]; |
<?php
/*
* This file is part of the Ivory Google Map package.
*
* (c) Eric GELOEN <geloen.eric@gmail.com>
*
* For the full copyright and license information, please read the LICENSE
* file that was distributed with this source code.
*/
namespace Ivory\GoogleMap\Helper;
use Ivory\GoogleMap\Helper\Event\PlaceAu... |
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\ResetsPasswords;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Password;
class AdminResetPasswordController extends Controller
{
/*
|--------------... |
<?php
namespace Jane\OpenApi3\Tests\Expected\Normalizer;
use Jane\Component\JsonSchemaRuntime\Reference;
use Jane\OpenApi3\Tests\Expected\Runtime\Normalizer\CheckArray;
use Symfony\Component\Serializer\Exception\InvalidArgumentException;
use Symfony\Component\Serializer\Normalizer\DenormalizerAwareInterface;
use Symf... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml"
class="ui-toolkit"
data-user-id="164783256"
data-user-login-name="ffysmhns"
data-user-is-seller=""
... |
<?php
namespace DigitalHub\Ebanx\Gateway\Request\Chile\Sencillito;
use Magento\Payment\Gateway\Request\BuilderInterface;
use DigitalHub\Ebanx\Observer\Chile\Sencillito\DataAssignObserver;
class PaymentDataBuilder implements BuilderInterface
{
private $_ebanxHelper;
private $_logger;
private $_session;
... |
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'yii\\swiftmailer\\' => array($vendorDir . '/yiisoft/yii2-swiftmailer'),
'yii\\gii\\' => array($vendorDir . '/yiisoft/yii2-gii/src'),
'yii\\faker\\' => array($vendorDir... |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\MXF;
use JMS\Serializer\Annotation\ExclusionPolicy;
use... |
<?php
ob_start();
// Create database connection
include "dbconfig_coxplore.php";
// Initialize message variable
$msg = "";
// If upload button is clicked ...
if (isset($_POST['upload'])) {
// Get image name
// Get text
$admin_name = mysqli_real_escape_string($db, $_POST['admin_name']);
... |
@extends('layouts.app')
@section('content')
<div class="panel panel-default">
<div class="panel-heading">
<h1>Add Vehicle Listing</h1>
</div>
<div class="panel-body">
{!! Form::open(['action' => 'VehicleController@store', 'method' => 'POST', 'files' => true]) !!}
... |
<?php
use yii\helpers\Html;
use yii\widgets\DetailView;
/* @var $this yii\web\View */
/* @var $model app\models\Contratacao */
$this->title = $model->id;
$this->params['breadcrumbs'][] = ['label' => 'Contratações Pendentes', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="contratac... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.