text stringlengths 2 1.03M |
|---|
<?php
namespace Amp\Http\Client\Interceptor;
use Amp\CancellationToken;
use Amp\Http\Client\ApplicationInterceptor;
use Amp\Http\Client\Connection\Stream;
use Amp\Http\Client\DelegateHttpClient;
use Amp\Http\Client\Internal\ForbidCloning;
use Amp\Http\Client\Internal\ForbidSerialization;
use Amp\Http\Client\NetworkIn... |
<?php
namespace App\Services\forum\ds\dao;
use App\Services\forum\ds\relation\topicType;
use App\Services\forum\ds\traits\topicTypeTrait;
class PwTopicTypeDao extends topicType
{
use topicTypeTrait;
public function addTopicType($fields){
return topicType::creat($fields);
}
public function updateTopicType($id... |
<?php
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
{
/**
* Seed the application's database.
*
* @return void
*/
public function run()
{
$this->call(UserSeeder::class);
$this->call(PaySeeder::class);
}
} |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class conshop extends CI_Controller {
function __construct()
{
parent::__construct();
$this->load->helper('url');
$this->load->library('session');
$this->load->database();
}
public function register()
{
$service = $this->db->qu... |
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
class VerifyCsrfToken extends Middleware
{
/**
* Indicates whether the XSRF-TOKEN cookie should be set on the response.
*
* @var bool
*/
protected $addHttpCookie = true;
/**
... |
<div style="width: 500px;margin: auto;padding: 15px;text-align: center">
<h2>Xin chào {{$customer->name}}</h2>
<hr>
<p>Bạn đã đăng ký thành công tài khoản ở web tìm việc</p>
</div> |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Office extends Model
{
use HasFactory;
/**
* Get the company that owns the client.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
public ... |
<?php
namespace App\model;
use Illuminate\Database\Eloquent\Model;
class Shipping extends Model
{
//
} |
@extends('layouts.frame')
@section('content')
<p><h4><a href="/reports/105/index">回上一頁</a></h4></p>
<p><h3><span style="font-family:Microsoft JhengHei;">97-104歷年教師升等人數</span></h3></p>
<div class='tableauPlaceholder' id='viz1516860730449' style='position: relative'><noscript><a href='#'><img alt='Dashboard 1 ' src='http... |
<?php
$this->pageTitle=Yii::app()->name . ' - '.$subTitle;
$this->breadcrumbs=array(
'任务'=>array('task/index'), $subTitle
);
?>
<h1><?php echo $subTitle;?></h1>
<?php if(Yii::app()->user->hasFlash('task')): ?>
<div class="flash-success">
<?php echo Yii::app()->user->getFlash('task'); ?>
</div>
<?php endif; ?>
... |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle ... |
<?php
namespace HJerichen\FrameworkGraphQL;
use HJerichen\Framework\ObjectFactory;
use HJerichen\Framework\Route\RouteInterface;
/**
* @author Heiko Jerichen <heiko@jerichen.de>
*/
class GraphQLRoute implements RouteInterface
{
public function getUri(): string
{
return '/graphql';
}
publi... |
@extends('backend.master.masterlayout')
@section('news','is-expanded')
@section('content')
<main class="app-content">
<div class="app-title">
<div>
<h1><i class="fa fa-edit"></i> Form Edit cate</h1>
<p>Form Edit cate</p>
</div>
<ul class="app-breadcrumb breadcrumb"... |
<?php
/**
* Magento
*
* 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 co... |
<?php declare(strict_types=1);
/*
* This file is part of PHP CS Fixer: custom fixers.
*
* (c) 2018 Kuba Werłos
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace PhpCsFixerCustomFixers\Fixer;
use PhpCsFixer\FixerDefinitio... |
<?php
use yii\db\Migration;
/**
* Class m211103_163839_borrar_fecha_inicial_en_table_comprobante
*/
class m211103_163839_borrar_fecha_inicial_en_table_comprobante extends Migration
{
/**
* {@inheritdoc}
*/
public function safeUp()
{
$this->dropColumn('comprobante', 'fecha_inicial');
... |
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class AddHeadToStudentsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('students', f... |
@extends('layouts.formpage')
@section('formrange')
@include('partview.headerbar',['left'=>'back', 'center'=>'pageTitle', 'right'=>'home', 'pageTitle'=>'快速注册'])
<div class="ym_tabswitchbar">
<ul class="ym_avg_2">
<li id="tab_mobile" class="ym_active" onclick="switchTab('mobile')"> 手机注册 </li>
<li id="... |
<?php
/*
* This file is part of PHP CS Fixer.
*
* (c) Fabien Potencier <fabien@symfony.com>
* Dariusz Rumiński <dariusz.ruminski@gmail.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace PhpCsFixer\Tests\Tokenizer\Analyzer;
use... |
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your H... |
<!-- jQuery -->
<script src="{{ asset('admin/vendors/jquery/dist/jquery.min.js' )}}"></script>
<!-- Bootstrap -->
<script src="{{ asset('admin/vendors/bootstrap/dist/js/bootstrap.min.js') }}"></script>
<!-- FastClick -->
<script src="{{ asset('admin/vendors/fastclick/lib/fastclick.js') }}"></script>... |
<?php
/**
* Spiral Framework.
*
* @license MIT
* @author Anton Titov (Wolfy-J)
*/
declare(strict_types=1);
namespace Cycle\Annotated\Tests\Driver\SQLServer;
class BelongsToTest extends \Cycle\Annotated\Tests\Relation\BelongsToTest
{
public const DRIVER = 'sqlserver';
} |
<?php
/*
* Copyright 2014 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 agreed t... |
<?php
namespace backend\controllers;
use Yii;
use backend\models\User;
use backend\models\UserSearch;
use yii\filters\AccessControl;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use yii\web\UploadedFile;
/**
* UserController implements the CRUD actions for User model.
*/
c... |
<?php
/**
* Main class to be inherited by Model objects.
*
* The Atlas ORM works by representing rows as objects and the table as the class -
* you use static methods on the class for table level operations which return collections
* of instances, which each represent a single row.
*
* Of course any tim... |
<?php
namespace App\Jobs;
use App\Jobs\Job;
use App\Models\Order;
use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue;
use Log;
use PDF;
class GenerateTicket extends Job implements ShouldQueue
{
use InteractsWithQueue, SerializesModels;
... |
<?php
namespace Laravel\Nova\Tests\Fixtures;
use Illuminate\Http\Request;
use Laravel\Nova\Metrics\Trend;
use Laravel\Nova\Metrics\Value;
class PostMinTrend extends Trend
{
/**
* Calculate the value of the metric.
*
* @param \Illuminate\Http\Request $request
* @return mixed
*/
publ... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateProdutosTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('produtos', function(Blueprint $table) {
$table->increments('id');
... |
<?php
include '../../main/koneksi.php';
session_start();
$user_id = "";
$username = "";
$emp_id = "";
$emp_name = "";
$io_id = "";
$io_name = "";
$loc_id = "";
$loc_name = "";
$org_id = "";
$org_name = "";
if(isset($_SESSION[APP]['user_id']))
{
$user_id = $_SESSION[APP]['user_id'];
$username = $_SESSION[APP]['user... |
<?php
use Illuminate\Database\Seeder;
use App\Post;
class PostTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
//
factory(Post::class, 30)->create();
}
} |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateMaterialsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('materials', f... |
<?php
/*
* This file is part of Totara LMS
*
* Copyright (C) 2017 onwards Totara Learning Solutions LTD
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, ... |
@extends('backend.layout')
@section('content')
<section class="content-header">
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">
Dashboard
</h3>
</div>
<div class="box-body">
... |
<?php
namespace Leon\BswBundle\Module\Error\Entity;
use Leon\BswBundle\Module\Error\Error;
class ErrorNoBootstrap extends Error
{
/**
* @const int
*/
const CODE = 4932;
/**
* @var string
*/
protected $tiny = 'No bootstrap';
} |
<script>
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});
var OnlineTestTable= $('#OnlineTestTable').DataTable({
processing: true,
serverSide: false,
responsive: true,
autoWidth: false,
ajax: '{{... |
<?php
function is_logged_in()
{
$ci = get_instance();
if (!$ci->session->userdata('email')) {
redirect('auth');
} else {
$role_id = $ci->session->userdata('role_id');
$menu = $ci->uri->segment(1);
$queryMenu = $ci->db->get_where('user_menu', ['menu' => $menu])->row_array();... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\helpers\Url;
use yii\helpers\ArrayHelper;
use yii\bootstrap\Modal;
use backend\modules\courseFiles\models\Common;
$closed = Common::isDue($offer->semesterDates->open_deadline);
/* @var $this yii\web\View */
/* @var $model backend\modules\teachingLoad\mo... |
<?php
/**
* Created by PhpStorm.
* User: hhoang
* Date: 8/12/2019
* Time: 2:48 PM
*/
namespace UhDesign\Element;
use UhDesign\Core\BaseElement;
abstract class Field extends BaseElement
{
} |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class AdminPostUpdateRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
... |
<?php
namespace Fastero\DependencyInjector\Exception;
class WrongConfigurationException extends DIException
{
} |
@extends('layouts.app')
@section('content')
<div class="container">
<div class="row">
<div class="col">
<div class="card" style="width: 100%;">
<div class="card-header">Школи</div>
<div class="card-body" >
@can('cr... |
@extends('layouts.admin')
@section('content')
<div class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0 text-dark" style="float: left">Referee</h1>
<span class="m-0 text-dark" style="float: left;padding-left: ... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Category extends Model
{
protected $fillable = [
"name",
"color",
"slug",
];
public function posts()
{
return $this->hasMany("App\Models\Post");
}
} |
<?php
// This file is auto-generated, don't edit it. Thanks.
namespace AlibabaCloud\SDK\Mts\V20140618\Models\QueryMediaCensorJobDetailResponseBody\mediaCensorJobDetail\coverImageCensorResults\coverImageCensorResult\results;
use AlibabaCloud\Tea\Model;
class result extends Model
{
/**
* @var string
*/
... |
<?php
/**
* Database table plugin factory
*
* PHP version 5
*
* Copyright (C) Villanova University 2010.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* This program ... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/compute/v1/compute.proto
namespace Google\Cloud\Compute\V1\VpnGatewayStatusHighAvailabilityRequirementState;
use UnexpectedValueException;
/**
* Indicates the high availability requirement state for the VPN connection. Valid val... |
@extends('Admin.Common.Common')
<meta name="csrf-token" content="{{ csrf_token() }}">
@section('content')
<div class="x-body">
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 20px;">
<legend>
@if(session('error'))
session('error')
... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class AlterAdminsTableAddColumns extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('admins',... |
<?php
/*
* This file is part of the Doctrine MongoDBBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with thi... |
<?php
/*
* CKFinder
* ========
* http://ckfinder.com
* Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying or distribute this file o... |
<?php
/**
* @OA\Info(
* version="1.0.0",
* title="Example of using references in swagger-ui-php",
* )
*/
?>
You can define top-level parameters which can be references with $ref="#/components/parameters/$parameter"
<?php
/**
* @OA\Parameter(
* parameter="product_id_in_path_required",
* name="product_id... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class PrrMealCategory extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
//
}
/**
* Reverse the migrations.
*
* @return vo... |
<?php
/**
* supported: PRESTABLOG
*
* Thanks to the team from PrestaBlog for providing the codebase
* and assisting with the integration of VueFrongt with PrestaBlog.
*
* Since prestaShop does not have a blog by default, we have implemented
* support for one of the most popular Blog modules - PrestaBlog
*
* If... |
<!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, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title><?= $title; ?></title>
... |
<?php
use yii\helpers\Html;
/**
* @var yii\web\View $this
* @var common\models\User $model
*/
$this->title = 'Create';
$this->params['breadcrumbs'][] = ['label' => 'Users', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="giiant-crud user-create">
<h1>
<?= 'User' ?> ... |
<?php
/* CoachPageBundle:Page:social.html.twig */
class __TwigTemplate_dd4c55138c58b93f28dbea6f21b04a21c990f1a57db2f47734ab87c0d4c1548e extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(... |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInita5e8a93ced03a502542b7ec21d566657
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'023d27dca8066ef29e6739335... |
<?php namespace GetUpKid\ReapitForms;
use GetUpKid\ReapitForms\Elements\CheckGroup;
use GetUpKid\ReapitForms\Elements\HelpBlock;
use GetUpKid\ReapitForms\Elements\HorizontalFormGroup;
use GetUpKid\ReapitForms\Elements\OffsetFormGroup;
use AdamWathan\Form\FormBuilder;
class HorizontalFormBuilder extends BasicFormBuild... |
@extends('admins/layout')
@section('css')
<link rel="stylesheet" href="{{URL::asset('plugins/timepicker/bootstrap-timepicker.min.css')}}">
<link rel="stylesheet" href="{{URL::asset('plugins/select2/select2.min.css')}}">
@endsection
@section('content')
<!-- Content Wrapper. Contains page content -->
<div class="co... |
<?php
namespace Filament\Forms\Components;
class KeyValue extends Field
{
use Concerns\HasExtraAlpineAttributes;
protected string $view = 'forms::components.key-value';
protected $addButtonLabel = null;
protected $shouldDisableAddingRows = false;
protected $shouldDisableDeletingRows = false;
... |
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 ">
<h5 class="card mt-1 p-2 text-center">
** Pin Cost 2 Coin Per day **
</h5>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<form method="POST" id="secuirity" action="{... |
<?php
use App\Http\Controllers\DetailController;
use Illuminate\Support\Facades\Route;
route :: get('/' ,[DetailController::class,"home"])->name('home');
route :: post('/' ,[DetailController::class,"store"])->name('store');
route :: get('/delete/{id}' ,[DetailController::class,"delete"])->name('delete'); |
<?php
class ModelPaymentRealex extends Model {
public function install() {
$this->db->query("
CREATE TABLE IF NOT EXISTS `" . DB_PREFIX . "realex_order` (
`realex_order_id` INT(11) NOT NULL AUTO_INCREMENT,
`order_id` INT(11) NOT NULL,
`order_ref` CHAR(50) NOT NULL,
`order_ref_previous` CHAR(50... |
<?php
$LANG = array(
'organization' => 'Организација',
'name' => 'Име',
'website' => 'Веб Страна',
'work_phone' => 'Телефон',
'address' => 'Адреса',
'address1' => 'Улица',
'address2' => 'Број',
'city' => 'Град',
'state' => 'Општина',
'postal_code' => 'Поштенски број',
'coun... |
<!doctype html>
<html <?php if($direction): ?> dir="<?php echo e($direction); ?>" <?php endif; ?>
<?php if($language): ?> lang="<?php echo e($language); ?>" <?php endif; ?>>
<head>
<meta charset="utf-8">
<title><?php echo e($title); ?></title>
<?php echo $head; ?>
</head>
<b... |
<?php
return [
/*
|--------------------------------------------------------------------------
| Title
|--------------------------------------------------------------------------
|
| Here you can change the default title of your admin panel.
|
| For more detailed instructions you can lo... |
healthyu lessons you need the flash plugin to see our flash site get adobe flash player |
<?php
namespace App\Models\User\Library;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class UserLibrary extends Model
{
protected $fillable = [
'name',
'description',
'user_librarie_id',
'visible',
];
use HasFactory;
... |
<?php session_start(); ?>
<div class="container position-sticky z-index-sticky top-0">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg blur border-radius-xl top-0 z-index-fixed shadow position-absolute my-3 py-2 start-0 end-0 mx-4">
<div class="contain... |
<?php
/* TwigBundle:Exception:error.json.twig */
class __TwigTemplate_601bd9cd0f313c24fb1b0cfa2f59f57929754371924aab6494725f5c5360673b extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
... |
<?php
namespace App\Containers\Vendor\Payment\Contracts;
use App\Containers\Vendor\Payment\Models\AbstractPaymentAccount;
use App\Containers\Vendor\Payment\Models\PaymentTransaction;
interface PaymentChargerInterface
{
/**
* Performs the transaction by making a request to the service provider (e.g., paypal,... |
<?php
/**
* Template part for displaying single posts.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package FlashWP WordPress Theme
* @copyright Copyright (C) 2019 ThemesDNA
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
* @author ThemesDNA <themesdna@gmail.co... |
<?php
namespace WayOfDoing\PhpUrlParsing\Test\Uri\Parser;
use PHPUnit\Framework\TestCase;
use WayOfDoing\PhpUrlParsing\Iterator\CartesianProductIterator;
use WayOfDoing\PhpUrlParsing\Uri\Parser\UriParserInterface;
use WayOfDoing\PhpUrlParsing\Uri\Uri;
/**
* Abstract base class for testing URI parsers.
*/
abstract ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
<title><?= $title; ?></title>
<link rel='shortcut icon' type='image/x-icon' href="<?= base_url('assets/template/img/favicon.ico'); ?>" />
<link rel=... |
<?php
namespace Module\Application\Exception;
use Exception;
class PageDoesNotExistException extends Exception
{
protected $message = 'Invalid page number.';
} |
<?php
namespace Container6FWbUVR;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getForm_TypeExtension_Form_HttpF... |
<form class="form-horizontal form-material" id="loginform" action="" novalidate="">
<div class="form-group">
<div class="col-xs-12 text-center">
<div class="user-thumb text-center">
<img alt="thumbnail" width="100" src="<?php echo $this->config->item('adminassets');?>plugins/imag... |
<?php echo $__env->make('layout.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div class="wrapper">
<div class="main-panel">
<nav class="navbar navbar-inverse navbar-fixed">
<div class="container-fluid">
<div class="navbar-he... |
<?php
/**
* Created by PhpStorm.
* User: stefan
* Date: 2019-01-14
* Time: 10:11
*/
namespace App\Application\Event\Command\EuropeanCup;
use App\Application\Common\Command\IdAware;
use App\Application\Event\Command\EventProperties;
use App\Application\Event\Command\TitleEventProperties;
use App\Domain\Model\Even... |
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<title>Toque | Home</title>
<link rel="stylesheet" type="text/css" href="/css/cookbook.css">
<!--[if IE]><link rel='stylesheet' type='text/css' href='/css/base_IE.css'><!--[endif]-->
<script type="text/javascript" src="/js/jquery-1.9.1.min.... |
<?php
namespace App\Http\Controllers;
use App\Models\Batch;
use Illuminate\Http\Request;
class BatchController extends Controller
{
public function update(Request $request)
{
$validated = $request->validate([
'time' => 'required|array',
'activity_id' => 'required|integer',
... |
<?php
require_once ('CAS.php');
include './includes/casconnection.php';
if (isset($_POST["userid"]))
$userid = $_POST["userid"];
else
$userid = null;
if (is_null($userid) or ($userid == "")) {
error_log(basename(__FILE__) . " : Redirection vers index.php (UID de l'utilisateu... |
<?php
namespace common\widgets;
/**
* 树状列表类
* @package yii\helpers
* 用法 TreeList::getNews(传入数据)-> (csList|arList)方法
*/
class TreeList {
protected static $news = null;
protected static $data = [];
//前缀样式
public $left = " ";
public $center = " │ ";
public $right ... |
<?php if ($balance == 1 && $disbalance_count > 0) : ?>
<div class="alert-wrap">
<div class="alert alert-warning">
Отправить уведомление сотрудникам о наличии положительного дисбаланса
<button type="button" class="btn btn-warning" onclick="sendMessages()"><span class="glyphicon glyphi... |
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="wrap">
<?php
$es_errors = array();
$es_success = '';
$es_error_found = FALSE;
// Preset the form fields
$form = array(
'es_note_id' => '',
'es_note_cat' => '',
'es_note_group' => '',
'es_note_templ' => '',
'e... |
<?php
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to plac... |
@extends('template.admin')
@section('panel-title', session('parametros')[30]['VALOR'])
@section('panel')
<!--<div class="col-sm-6 col-sm-push-3 col-md-6 col-md-push-3 col-lg-4 col-lg-push-4">-->
@parent
<!--</div>-->
@stop
@section('content')
{!!Form::open(['class' => 'form-horizontal form-group-sm'])!!}
... |
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* RatingGermanyTelevisionType File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights r... |
<?php
/**
* the main controller for the coupon controller.
*
* @package reports
* @subpackage Controllers
*/
class Admin_CouponController extends Fisdap_Controller_Staff
{
public function init()
{
parent::init();
}
public function indexAction()
{
$this->view->pageTitle ... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/* @var $this yii\web\View */
/* @var $model common\models\ProductTag */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="common-form-container">
<?php $form = ActiveForm::begin([
'options' => [
'class' => 'common-form'
]
... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateShipmentsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('shipments', f... |
<!doctype html>
<html>
<head>
<title>Chiemeka Ekwunazu | Creative Web Developer and Designer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Stylesheet -->
<link rel="stylesheet" href="<?php echo asset('css/app.css'); ?>" type="text/css">
<!-- JS-->
<sc... |
<?php
if(!defined('ABSPATH'))
exit;
// Register store
acf_register_store('acfe/meta')->prop('multisite', true);
if(!class_exists('acfe_single_meta')):
class acfe_single_meta{
public $restricted = array();
public $post_types = array();
public $taxonomies = array();
public $users = array();
... |
<?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderIniteadf0ad44f6c73647c2dc055a715c665::getLoader(); |
<div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Facebook sharing information tags -->
<meta prop... |
@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-right">
{{-- Start of card Div --}}
<div class="card dir-rtl pb-4">
<div class="card-header main-border ">
... |
<?php
/**
* @license LGPLv3, http://opensource.org/licenses/LGPL-3.0
* @copyright Aimeos (aimeos.org), 2016
*/
return array(
'exclude' => array(
'idx_msordbaprat_si_cd_va',
'idx_msordbaseat_si_cd_va',
),
'table' => array(
'mshop_order_base' => function ( \Doctrine\DBAL\Schema\Schema $schema ) {
$... |
<div class="risk fugas_">
<h2>¿Cómo evitar fugas de gas?</h2>
<p>
Para encender cualquier aparato a gas, siga las instrucciones del fabricante. <br><br>
Compruebe regularmente que no haya fugas en las conexiones y válvulas en la instalación, mediante la aplicación de agua jabonosa.<br><br>
Previo a salir de s... |
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Response;
class CorsMiddleware
{
// 允許要求的 Origin
protected $allowOrigin = [
'http://localhost:8080',
'http://localhost:4200',
'https://game.mopcon.org'
];
/**
* Handle an incoming request.
*
*... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Owner;
class OwnerController extends Controller
{
//
public function list(Request $request)
{
//
$owner = Owner::all();
foreach($owner as $row){
if($row->movil!==null){
$row->mo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.