text stringlengths 2 1.03M |
|---|
--TEST--
Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
--SKIPIF--
<?php
if( substr(PHP_OS, 0, 3) != "WIN" )
die("skip.. only valid for Windows");
?>
--FILE--
<?php
/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
Description: Seeks on a file poi... |
<?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\Controller;
use App\Form\AssociationAjoutInfoType;
use App\Form\AssociationEditFormType;
use App\Form\AssociationEditPAFormType;
use App\Services\UploadHelper;
use App\Entity\Association;
use App\Form\AssociationType;
use App\Repository\AssociationRepository;
use App\Repository\UserRepository;
use... |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>{{env('APP_NAME')}} | patient</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Version" content="v1.0.0" />
<link rel="shortcut icon" href="frontAsset/images/favicon.ico">
<link... |
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
class GuruMiddleware
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public functio... |
<div>
<h2 align="center">Jenis HP iphone 12 Promax</h2>
</div>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class=malasngoding-slider>
<div class=isi-slider>
<img src=... |
<?php
namespace app\controllers;
use yii\web\Controller;
use yii\web\Response;
class SiteController extends Controller
{
/**
* {@inheritdoc}
*/
public function actions()
{
return [
'error' => [
'class' => 'yii\web\ErrorAction',
],
];
}... |
<?php
declare(strict_types=1);
namespace common\models;
use DateTimeImmutable;
/**
* This is the ActiveQuery class for [[Invoice]].
*
* @see Invoice
*/
class InvoiceQuery extends \yii\db\ActiveQuery
{
/**
* @param int $userId
*
* @return $this
*/
public function byUserId(int $userId) ... |
@extends('layouts.app')
@section('content')
@section('page_title')
Amenities
@endsection
<section class="content-header">
</section>
<!-- Main content -->
<section class="content">
<!-- Default box -->
<div class="card">
<div class="ca... |
<?php
namespace app\controllers;
use Yii;
use yii\filters\AccessControl;
use yii\web\Controller;
use yii\web\Response;
use yii\filters\VerbFilter;
use app\models\LoginForm;
use app\models\User;
use app\models\ContactForm;
use PhpOffice\PhpWord\Shared\Converter;
class SiteController extends Controller
{
/**
... |
<?php
namespace Werp\Modules\Core\Sales\Transformers;
use Werp\Transformers\Transformer;
class CategoryTransformer extends Transformer
{
public function transform($item)
{
return [
'id' => $item['id'],
'name' => $item['name'],
'category_... |
<?php
use Yoeunes\Toastr\Toastr;
if (! function_exists('toastr')) {
/**
* @param string $message
* @param string $type
* @param string $title
* @param array $options
* @return Toastr
*/
function toastr(string $message = null, string $type = 'success', string $title = '', ... |
@extends('layouts.master')
@section('content')
<style>
div.col-md-4 {
margin-bottom:20px;
}
div.custom-div {
border-right:1px solid lightgrey;
}
</style>
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<div ... |
<?php
namespace App\Mail;
use App\Models\User;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Mail\Mailable;
use Illuminate\Queue\SerializesModels;
class ResetPassword extends Mailable
{
use Queueable, SerializesModels;
public $user;
/**
* Create a new mess... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreatePermyTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('permy', function (Blueprint $table) {
$table... |
<?php
namespace Microsoft\BingAds\V11\CampaignManagement;
{
/**
* Defines a Bing Merchant Center store.
* @link http://msdn.microsoft.com/en-us/library/dn411606(v=msads.110).aspx BMCStore Data Object
*
* @used-by GetBMCStoresByCustomerIdResponse
*/
final class BMCStore
{
... |
<?php
final class GDO_Level extends GDO_Int
{
public $unsigned = true;
public function defaultLabel() { return $this->label('level'); }
} |
@extends('plantilla')
@section('content')
<style>
.uper {
margin-top: 40px;
}
</style>
<div class="uper">
@if(session()->get('success'))
<div class="alert alert-success">
{{ session()->get('success') }}
</div><br />
@endif
<a href="{{ route('generatePDF') }}" class="btn btn-success b... |
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Vote extends Model
{
/**
* Desactivo la propiedad guarded que da error por MassAssignmentException ya que se que no voy a llamar al metodo Vote::create(Request->all())
* desde el controlador
*
* @var array
*/
protect... |
<?php
namespace Shopsys\FrameworkBundle\Model\Customer\User;
use DateTime;
use Doctrine\ORM\Mapping as ORM;
use Serializable;
use Shopsys\FrameworkBundle\Model\Customer\Customer;
use Shopsys\FrameworkBundle\Model\Customer\DeliveryAddress;
use Shopsys\FrameworkBundle\Model\Security\Roles;
use Shopsys\FrameworkBundle\M... |
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124778189-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(... |
<?php
namespace Spatie\SchemaOrg;
/**
* A meeting room, conference room, or conference hall is a room provided for
* singular events such as business conferences and meetings (Source: Wikipedia,
* the free encyclopedia, see <a
* href="http://en.wikipedia.org/wiki/Conference_hall">http://en.wikipedia.org/wiki/Conf... |
<div id="searchPanel" class="search-panel d-print-none">
<h3 id="searchHeader" class="mb-3">
<i class="fas fa-search"></i> {{ trans('application.btn.search') }}
<span
id="searchChevronDown"
class="badge badge-secondary float-right"
data-tooltip="tooltip"
data-placement="left"
... |
<?php
require_once 'common.php';
#$params=new getCategorySources();
$category = $_GET["category"];
$date = $_GET["date"];
#$category="Europe";
// $params->sCategory="Αθλητικά";
// $saSources=$newsum->getCategorySources($params)->return;
$paramsTitles = new getTopicTitles();
$paramsTitles->sUserSources = "All";
$param... |
<?hh
function test($x) {
// these never exist with our inputs
var_dump(array_key_exists('storage', $x));
var_dump(array_key_exists("\0" . get_class($x) . "\0storage", $x));
var_dump(array_key_exists('wat', $x));
// exactly one of these should exist with our inputs
var_dump(array_key_exists('a', $x));
var... |
<?php
/**
* Copyright 2015 SmartBear Software
*
* 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 applicab... |
@extends('layouts.auth')
@section('content')
<div class="page-content page-auth">
<div class="section-store-auth" data-aos="fade-up">
<div class="container">
<div class="row align-items-center row-login">
<div class="col-lg-6 text-center">
<img
src="/i... |
<?php
if(!function_exists('ultimate_get_icon_position_json')){
function ultimate_get_icon_position_json(){
$json = '{
"Display Text and Icon - Always":{
"Icon_at_Left":"ubtn-sep-icon-at-left",
"Icon_at_Right":"ubtn-sep-icon-at-right"
},
"Display Icon With Text - On_Hover":{
"Bring_in_Icon_from_L... |
<?php
/**
* AdminStorageFilesController
*
* @author Semenov Alexander <semenov@skeeks.com>
* @link http://skeeks.com/
* @copyright 2010-2014 SkeekS (Sx)
* @date 25.11.2014
* @since 1.0.0
*/
namespace skeeks\cms\controllers;
use skeeks\cms\models\behaviors\HasDescriptionsBehavior;
use skeeks\cms\models\Comment;... |
<?php
use Modules\UserShow\Http\Controllers\UserController;
$total_cart = 0;
if(Session::has('user'))
{
$total_cart = UserController::cartItem();
}
?>
<link rel="stylesheet" type="text/css" href="<?php echo e(Module::asset('UserShow:css/bootstrap.css')); ?>" />
<!--owl slider stylesheet -->
<link rel="stylesheet... |
<?php
require_once 'tests/units/Base.php';
use Kanboard\Plugin\sample\Plugin;
class PluginTest extends Base
{
public function testPlugin()
{
$plugin = new Plugin($this->container);
$this->assertSame(null, $plugin->initialize());
$this->assertSame(null, $plugin->onStartup());
$... |
<?php
namespace Datacity\UserBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
/**
* This is the class that validates and merges configuration from your app/config files
*
* To learn more see {@link http://symfo... |
@component('mail::message')
# کد فعالسازی حساب شما در وب سایت
این ایمیل به دلیل ثبت نام شما در سایت برای شما ارسال شده است. **در صورتی که ثبت نامی در سایت انجام نشده است ** این ایمیل را نادیده بگیرید
@component('mail::panel')
کد فعالسازی شما : {{$code}}
@endcomponent
با تشکر<br>
{{ config('app.name') }}
@endcomponen... |
<?php
/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* You can find more information about us on https://bitbag.io and write us
* an email on hello@bitbag.io.
*/
declare(strict_types=1);
namespace BitBag\SyliusMolliePlugin\Refund\Ge... |
<?php
/*
* Copyright 2012 Jonathan Ingram <jonathan.b.ingram@gmail.com>
*
* 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 req... |
<?php
/**
* Created by PhpStorm.
* User: girc
* Date: 1/24/15
* Time: 7:08 PM
*/
namespace common\assets;
use yii\web\AssetBundle;
class MustacheAsset extends AssetBundle
{
public $sourcePath = '@common/asset-files/mustache';
public $css = [
];
public $js = [
'mustache.min.js',
];
... |
<?php
namespace GetCandy\Models;
use GetCandy\Base\BaseModel;
use GetCandy\Database\Factories\TaxZoneCountryFactory;
use Illuminate\Database\Eloquent\Factories\HasFactory;
class TaxZoneCountry extends BaseModel
{
use HasFactory;
/**
* Return a new factory instance for the model.
*
* @return \... |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class MedicineOfferRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* ... |
@extends('layout.layout')
@section('additional-header')
@endsection
@section('content')
<!-- About Company -->
<div class="section-full bg-white content-inner-1"
style="background-image: url({{ assetFtp('images/bg-img.png') }}); background-repeat: repeat-x; background-position: left bottom -37px;">
... |
<?php declare(strict_types=1);
/*
* This file is part of PHPUnit.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use PHPUnit\Framework\TestCase;
class Issue498Test extends TestCas... |
@extends('layouts.app')
@section('title','Edit Tipe Ruangan')
@section('content')
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Edit Tipe Ruangan</h6>
</div>
<div class="card-body">
@include('validation_error')
{!! Form::... |
<?php
//Local
$connect_error = 'Sorry, we\'re experiencing connection issues.';
mysql_connect('localhost', 'root', 'root') or die($connect_error);
mysql_select_db(hog) or die($connect_error);
//remote
// $connect_error = 'Sorry, we\'re experiencing connection issues.';
// mysql_connect('db560325848.db.1a... |
<?php
/**
* Activates all specified installed and inactive plugins.
*
* All specified plugins in the mod/ directory that aren't active are activated and the views
* cache and simplecache are invalidated.
*/
$guids = get_input('guids');
if (empty($guids)) {
$plugins = elgg_get_plugins('inactive');
} else {
$plu... |
@extends('layout')
@section('title')
Usuarios
@endsection
@section('main-list')
<div class="main-list center">
<a href="/" class="main-list-item actived">INICIO</a>
<a href="../user" class="main-list-item actived">USUARIOS</a>
<a href="../region" class="main-list-item actived">REGIONES</a>
<a ... |
@extends('layouts.master')
@section('content')
<div class="col-md-8">
<h1>Sign in</h1>
<form method="POST" action="/login">
{{csrf_field()}}
<div class="form-group">
<label for="email"> Email Address:</label>
<input type="email" class="form-c... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/png" href="<?php echo e(url('public/logo', $general_setting->site_logo)); ?>" />
<title><?php echo e($general_setting->site_title); ?></title>
<meta name="descrip... |
<?php
namespace App\Http\Controllers\User;
use App\Http\Controllers\Controller;
use App\Model\user\category;
use App\Model\user\post;
use App\Model\user\tag;
use Illuminate\Http\Request;
class HomeController extends Controller
{
public function index()
{
// $posts = post::where('status',1)->get();
$... |
<?php // Connects to your Database
$host="localhost"; // Host name
$username="root"; // Mysql username
$password=""; // Mysql password
$db_name="dbname"; // Database name
// Connect to server and select databse.
$conn = mysqli_connect($host, $username, $password, $db_name);
if ($conn->connect_error) {
... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateLikesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('likes', function ... |
<?php
namespace app\modules\valentinesdayadmin\models;
use Yii;
use yii\db\ActiveRecord;
use yii\behaviors\TimestampBehavior;
/**
* This is the model class for table "{{%photo}}".
*
* @property integer $id
* @property string $nickname
* @property string $phone
* @property string $photo
* @property string $cit... |
<?php
declare (strict_types = 1);
namespace GrottoPress\Jentil\Setups\Customizer\Title\Controls;
use GrottoPress\Jentil\Setups\Customizer\Title;
final class Search extends AbstractControl
{
public function __construct(Title $title)
{
parent::__construct($title);
$this->id = $title->settings[... |
<?php declare(strict_types=1);
namespace Shopware\Core\Checkout\Test\Customer\Rule;
use PHPUnit\Framework\TestCase;
use Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule;
use Shopware\Core\Framework\Context;
use Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface;
use Shopware\Core\Framework\... |
<?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\CssSelector\Exception;
use Symfony\Component\CssSelec... |
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:... |
<?php
namespace App\Models;
use CodeIgniter\Model;
class UiSistemModel extends Model
{
protected $table = 't_jenis_ui_os';
protected $primaryKey = 'id';
protected $allowedFields = ['nama_ui_os'];
public function Alldata()
{
$data = $this->findAll();
return $data;
}
publi... |
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\AuthenticatesUsers;
class LoginController extends Controller
{
/*
|--------------------------------------------------------------------------
| Login Controller
|----------------------------... |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2006 - 2014, EllisLab, Inc.
* @license http://codeigniter.c... |
<?php
namespace Drupal\Tests\media_library\FunctionalJavascript;
use Drupal\Core\Field\FieldStorageDefinitionInterface;
use Drupal\file\Entity\File;
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
use Drupal\media\Entity\Media;
use Drupal\Tests\content_moderation\Traits\ContentModerationTestTrait;
use Drupal\... |
<?php
namespace App\Http\Controllers;
use App\Repositories\Contracts\PhaseRepositoryInterface;
class PhaseController extends ControllerStandard
{
public function __construct(PhaseRepositoryInterface $phase)
{
$this->model = $phase;
$this->title = 'Fase';
$this->view = 'tenants.phases'... |
<?php
namespace App\Helpers;
use DB;
use App\Helpers\CommonQuery;
class CommonProvider
{
static function sharedata()
{
// get config data
$config = DB::table('configs')->first();
view()->share('configcredit', $config->credit);
view()->share('configcode', $config->code);
... |
<?php
return [
/**
* Application Name.
*/
'application_name' => 'VoiceStack',
/**
* Client ID.
*/
'client_id' => '',
/**
* Client Secret.
*/
'client_secret' => '',
/**
* Route Base URI. You can use this to prefix all route URI's.
* Example: 'admin', would prefix the below routes with 'http://do... |
@extends('layouts.main')
@section('content')
<div class="container">
<div class="d-flex justify-content-center">
<div class="card">
<div class="card-header">
<h3>Add new {{ $type }} slot</h3>
<div class="d-flex justify-content-end social_icon">
</div>
</div>
<div class="card-body">
... |
<?php
namespace Augwa\QuickBooks\Enum;
/**
* Product: QBO
* Tax Form Type holds data related to Tax Information (Tax Form Type)
* based on Regional compliance laws. Applicable for IN region currently.
* Can be used to extend for other Regions.
*
* Class TaxFormTypeEnum
* @package Augwa\QuickBooks\Enum
*/
clas... |
<?php
namespace LV\Bundle\CvdBundle\Command;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
/**
* Hello World command for demo purposes.
*
... |
<?php
// +----------------------------------------------------------------------
// | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013-2018 http://www.thinkcmf.com All rights reserved.
// +-------------------------------------------... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateProspectusesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('prospectus... |
<script src="{{base_url()}}adminlte/components/jquery/dist/jquery.min.js"></script>
<script src="{{base_url()}}adminlte/components/jquery-ui/jquery-ui.min.js"></script>
<script src="{{base_url()}}adminlte/plugins/iCheck/icheck.min.js"></script>
<script src="{{base_url()}}adminlte/components/moment/min/moment.min.js"></... |
<footer class="footer">
<div class="footer__wrap wrap">
<div class="footer__about">
<h2 class="footer__about-title">Компания</h2>
<ul class="footer__about-list">
<li class="footer__about-item">
<a href="" class="footer__about-link">О компании</a>
</li>
<li class="footer__about-item">
<a h... |
<br><br>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- add some custom javascript files -->
<footer class="footer-style">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
... |
<?php
use Wikimedia\TestingAccessWrapper;
/**
* @group Media
*/
class FormatMetadataTest extends MediaWikiMediaTestCase {
protected function setUp() : void {
parent::setUp();
$this->checkPHPExtension( 'exif' );
$this->setMwGlobals( 'wgShowEXIF', true );
}
/**
* @covers File::formatMetadata
*/
publi... |
@if (empty($isSelectedProduct))
<div class="product-price">
@if (!empty($priceInfo->is_sale))
<span>{{ $priceInfo->price_before ?? '' }}</span>
{{ $priceInfo->price ?? '' }}
@else
<span>{{ $priceInfo->price ?? '' }}</span>
@endif
</div>
@else
<div class="price">
@if (!empty($priceInfo->is_sale))
... |
<?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
namespace App;
use Illuminate\Database\Eloquent\Model;
class Saran extends Model
{
protected $fillable = ['sekolah_id','periode_id','siswa_id','jenis_rapor', 'teks'];
public function siswas()
{
$this->belongsTo('App\Siswa', 'siswa_id','nisn');
}
} |
<?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\DICOM;
use JMS\Serializer\Annotation\ExclusionPolicy;
u... |
<div id="poststuff"><div id="post-body">
<?php
global $wpdb;
if (isset($_POST['swpm_generate_adv_code'])) {
$paypal_ipn_url = SIMPLE_WP_MEMBERSHIP_SITE_HOME_URL . '/?swpm_process_ipn=1';
$mem_level = trim(sanitize_text_field($_POST['swpm_paypal_adv_member_level']));
... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use common\models\Warehouse;
use common\models\Supplier;
use common\models\SupplierwiseRowMaterial;
use yii\helpers\ArrayHelper;
use kartik\date\DatePicker;
use yii\helpers\Url;
use common\components\ModalViewWidget;
/* @var $this yii\web\View */
/* @var $model ... |
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<title>IQAC Staff Dashboard</title>
<meta content="Admin Dashboard" name... |
<?php
/*
* This file is part of the monorepo package.
*
* (c) Anthonius Munthi
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Monorepo;
use Monorepo\Command\AbstractCommand;
use Monorepo\Command\SplitCommand;
use ... |
@extends('layout.main')
@section('content')
<section class="content-header">
<h1>
<i class="fa fa-inbox"></i>
Show data backup
</h1>
<ol class="breadcrumb">
<li><a href="dashboard"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Show data backup</li>
</ol>
</se... |
@extends('layouts.app')
@section('content')
<div class="layout-px-spacing">
<div class="row layout-top-spacing">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12" style="margin-bottom:24px;">
<div class="statbox widget box box-shadow">
<div class="widget-header"> ... |
<?php
namespace app\controllers;
use Yii;
use app\models\Access;
use app\models\search\AccessSearch;
use yii\filters\AccessControl;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
/**
* AccessController implements the CRUD actions for Access model.
*/
class AccessController e... |
@extends('admin.admin_master')
@section('admin')
<!-- Content Wrapper. Contains page content -->
<div class="container-full">
<!-- Content Header (Page header) -->
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-8">
<div class="box">
<di... |
@if ($paginator->hasPages())
<ul class="pagination pagination-sm no-margin pull-right">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="disabled" aria-disabled="true" aria-label="@lang('pagination.previous')">
<span aria-hidden="true">‹</spa... |
<?php
/* NO TOCAR */
header('Access-Control-Allow-Origin: *');
defined('BASEPATH') OR exit('No direct script access allowed');
require_once APPPATH . "/third_party/fpdf17/fpdf.php";
class InspeccionPielForro extends CI_Controller {
public function __construct() {
parent::__construct();
date_defau... |
<?php
/**
* This file is part of the GZERO CMS package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* Class BlockHandlerTest
*
* @author Adrian Skierniewski <adrian.skierniewski@gmail.com>
* @copyright Copyright (c) 2014... |
<?php
namespace common\models\search;
use yii\base\Model;
use yii\data\ActiveDataProvider;
use common\models\ArticleWay;
/**
* ArticleWaySearch represents the model behind the search form of `common\models\ArticleWay`.
*/
class ArticleWaySearch extends ArticleWay
{
/**
* {@inheritdoc}
*/
public f... |
@extends ('administrativo.headAdm')
@section('conteudo')
<div class="container my-3 w-75 border border-dark rounded shadow p-5 mt-5 bg-white rounded" style=" padding: 20px; ">
<p style="font-family: 'Sansita+Swashed'; font-weight: bold; font-size: 30px; display: flex; justify-content: center;">Cadastrar agenda... |
<div class="d-flex ">
<a href="{{ route('admin.customers.datos_cliente', $cliente) }}" title="Ver datos del cliente" class="btn btn-primary btn-sm"><i class="fas fa-eye"></i></a>
<a href="{{ route('admin.customers.edit', $cliente) }}" class="btn btn-primary btn-sm mx-2"><i class="fas fa-pen"></i></a>
<form... |
<?php namespace App\Data;
use Kodebyraaet\Pattern\BaseRepositoryInterface;
interface RepositoryInterface extends BaseRepositoryInterface
{
} |
<?php
namespace CMPayments\PaymentSdk\Test\Request;
use CMPayments\PaymentSdk\Requests\IdealIssuerListRequest;
class IdealIssuerListRequestTest extends \PHPUnit_Framework_TestCase
{
public function testRequestMethod()
{
$r = new IdealIssuerListRequest();
$this->assertEquals('GET', $r->getRequ... |
@extends('Admin.Lease.master_lease')
@section('title','Studio')
@section('content')
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="container-fluid">
<div class="row mb... |
<?php
// Standard Requires
// -------------------------------------------------------------
require('../modules/spacing.php');
require('../modules/html/text.php');
$text = new module_text;
require('../modules/html/form.php');
$form = new module_form;
require('../modules/html/divider.php');
$div... |
@extends('layouts.app')
@section('content')
<h1>id = {{ $message->id }} のメッセージ詳細ページ</h1>
<table class="table table-bordered">
<tr>
<th>id</th>
<td>{{ $message->id }}</td>
</tr>
<tr>
<th>メッセージ</th>
<td>{{ $message->content }}</td>
... |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
use \Firebase\JWT\JWT;
use chriskacerguis\RestServer\RestController;
/**
* Common controller for service modules
* version: 2.1 (23-01-2019)
*/
class Common_Service_Controller extends RestController{
public function __construct(){
... |
<article id="posters" <?php post_class(); ?>>
<h2>Poster Presentations</h2>
<div class="container">
<?php
$speakers = get_post_meta( get_the_id(), 'speakers' );
if ( $speakers ) {
?>
<div class="row">
<?php foreach ($speakers... |
<?php
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to plac... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/privacy/dlp/v2/storage.proto
namespace Google\Cloud\Dlp\V2;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Options defining a data set within Google Cloud ... |
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-5">
<!-- Logo -->
<div class="logo">
<h1><a href="{{route('admin.index')}}">Admin</a></h1>
</div>
</div>
<div class="col-... |
<?php
/**
* @package modx
*/
/**
* Represents extended user profile data.
*
* @property int $internalKey The ID of the modUser record related to this User
* @property string $fullname A full name for the User
* @property string $email An email address for the User
* @property string $phone A phone number for th... |
<!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>Login Sistem Informasi Tagihan Mahasiswa</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/boot... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.