text stringlengths 2 1.03M |
|---|
<?php
include "included4.inc";
$funcInfo = new ReflectionFunction('g');
var_dump($funcInfo->getFileName());
?> |
<?php
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to plac... |
<?php
include_once "database.php";
include 'kumpulan_function.php';
error_reporting(0);
$no = $_GET['no'];
?>
<h1>
<?php echo $no; ?>
</h1> |
<div class="container">
<div class="row flex-column-reverse flex-lg-row-reverse">
<!-- Start Leftside - Sidebar Widget -->
<div class="col-lg-3">
<div class="sidebar">
<!-- Start Single Sidebar Widget - Filter [Catagory] -->
... |
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS B... |
<?php
/* @Framework/Form/choice_widget_collapsed.html.php */
class __TwigTemplate_8862b79395d0f3e674ae799eb9fba7055d8f0e24552608e008fde3b28723723c extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->bloc... |
<?php
error_reporting(0);
?>
<!DOCTYPE html>
<html>
<head>
<title>Course</title>
<script type="text/javascript" src="course.js"></script>
</head>
<body>
<!--In this modified file, I added added class name and also created it's related JavaScript. -->
<form method="post" action="" onsubmit="return CourseSize()"... |
<?php
namespace Yandex\Beru\Partner\Dictionary;
class ShipmentRequest
{
const TYPE_SUPPLY = "SUPPLY";
const STATUS_CREATED = "CREATED";
} |
<?php
require_once(__SHAFI_INC . 'roprops.php');
/**
* This is a simple class that wraps database access for some functions. It tries to be compatible with wordpress wpdb class
* in the functions that it implements
*/
class DB extends Object_ROProps {
const RDONLY=['error'];
public static function creat... |
<?php $attributes = $attributes->exceptProps(['active']); ?>
<?php foreach (array_filter((['active']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
$$__key = $$__key ?? $__value;
} ?>
<?php $__defined_vars = get_defined_vars(); ?>
<?php foreach ($attributes as $__key => $__value) {
if (array_key_... |
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit8f5ab9dfb047e4d52c140e6d6700d880
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
... |
<!DOCTYPE HTML">
<html lang="<?php echo $this->lang; ?>" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title><?php echo $this->title; ?></title>
<?php echo $this->head; ?>
<style type="text/css">
html,body {
font-family: Arial, Helvetica, sans-serif;
}
body {
border: 1... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateAboutsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('abouts', functio... |
<?php
use yii\db\Migration;
/**
* Class m181225_135756_tb_login
*/
class m181225_135756_tb_login extends Migration
{
/**
* {@inheritdoc}
*/
public function safeUp()
{
$tableOptions = null;
if ($this->db->driverName === 'mysql') {
$tableOptions = 'CHARACTER SET utf8 COLLA... |
<?php
namespace FedEx\ShipService\SimpleType;
use FedEx\AbstractSimpleType;
/**
* Identifies the set of valid email notification recipient types. For SHIPPER, RECIPIENT and BROKER the email address asssociated with their definitions will be used, any email address sent with the email notification for these three ema... |
@extends('layout.default')
@section('content')
<div class="container py-5">
<div class="row mb-5">
<div class="col-12 text-center">
<h1>Welcome to Primal's test</h1>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<a href="/earthquake" class=... |
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message ... |
<h3>Password Reset Link</h3>
<p>Please click on the link below or copy-paste it in your browser to reset your password.</p>
<p><a href="{{$url}}">$url</a></p>
<h6>{{env('APP_NAME', '')}}</h6> |
<?php
return [
/*
|--------------------------------------------------------------------------
| Application Debug Mode
|--------------------------------------------------------------------------
|
| When your application is in debug mode, detailed error messages with
| stack traces will be... |
<?php
$conn = new mysqli($slave["host"], $slave["user"], $slave["pass"], $slave["tale"]);
// Check connection
if ($conn->connect_error) {
die("MySQLi conncection failed: " . $conn->connect_error);
}
?> |
<?php
require 'inc/bootstrap.php';
$env= getenv('SECRET_JWT');
$secret= revealCookies("auth-userid",$env);
$authenticated=checkAuth($env);
if(!$authenticated){
redirect('login.php');
}
$pageTitle = "Task List | Time Tracker";
$page = "tasks";
$filter = request()->get('filter');
if ($filter=='all') {
$... |
<?php
declare(strict_types=1);
/*
* This file has been auto generated by Jane,
*
* Do no edit it directly.
*/
namespace Afosto\Sdk\Exception;
class ViewInvoiceNotFoundException extends \RuntimeException implements ClientException
{
private $error;
public function __construct(\Afosto\Sdk\Model\Error $er... |
<?php
/**
* Sexo
*
* This class has been auto-generated by the Doctrine ORM Framework
*
* @package ##PACKAGE##
* @subpackage ##SUBPACKAGE##
* @author ##NAME## <##EMAIL##>
* @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
*/
class Sexo extends BaseSexo
{
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Api\Test\Unit\SearchCriteria\CollectionProcessor;
use Magento\Framework\Api\Filter;
use Magento\Framework\Api\Search\FilterGroup;
use Magento\Framework\Api\SearchCriteria\CollectionProces... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Importar extends CI_Controller {
public function __construct()
{
parent::__construct();
#$this->load->model('Cotacao_model');
$this->load->model('Importacao_model');
date_default_timezone_set('America/Fortaleza');
}
public funct... |
@foreach($articles as $article)
<div class="row">
<div class="row">
<div class="col-sm-10 col-sm-offset-1"><h4><strong><a
href="{{route('showArticle', ['article' => $article->getArticleLink()])}}">{{$article->name}}</a></strong>
</h4></div>
... |
<?php
namespace Booking\ReportBundle\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://symf... |
<div class="modal fade" id="addMessages">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header bg-info">
<h4 class="modal-title text-light">Sent Messages</h4>
<button type="button" class="close text-light" data-dism... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class OppController extends Controller
{
//
} |
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Task extends Model
{
//
protected $fillable = [
'name',
'description',
'project_id',
'user_id',
'days',
'hours',
'company_id'
];
public function user(){
return $this->belongsTo('App\User');... |
<?php $active = "home"; ?>
@extends("layouts.main")
@section("title")
FemoengQuiz: Exercício Indisponível
@stop
@section("body")
<div class="container">
<div class="well">
<h1 class="text-info">Exercício não disponível</h1>
<p>Infelizmente o exercício desta disciplina não está disp... |
@extends( config('laravel-h5p.layout') )
@section( 'h5p' )
<div class="container-fluid p-3">
<div class="row">
<div class="col-md-12">
{!! Form::open(['route' => ['h5p.store'], 'class'=>'form-horizontal', 'enctype'=>"multipart/form-data", 'id'=>'laravel-h5p-form']) !!}
<input typ... |
<?php
namespace vasadibt\materialdashboard\controllers;
use vasadibt\materialdashboard\actions\ErrorAction;
use Yii;
use yii\base\Action;
use yii\web\Controller;
/**
* Class ErrorController
* @package vasadibt\materialdashboard\controllers
*/
class ErrorController extends Controller
{
/**
* @inheritdoc
... |
<?php
namespace common\models\base;
use Yii;
/**
* This is the model class for table "device_details".
*
* @property integer $id
* @property integer $user_id
* @property string $device_tocken
* @property string $type
* @property string $gcm_id
* @property string $created_at
*/
class DeviceDetailsBase extend... |
<?php
// including the create_question to save user input to matching table in database, and we include the question_form
session_start();
if(!isset($_SESSION['fullName'])) {
header('Location: login');
exit();
}
$errorMessage = '';
$successMessage = '';
$calculatorId = '... |
<?php
namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2;
/**
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
* @xmlType TariffClassCodeType
* @xmlName TariffClassCode
* @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\TariffClassCod... |
@extends('layouts.locator')
@section('title') {{ __('Mouvements des comptes') }} @endsection
@section('page_title') {{ __('Mouvements des comptes') }} @endsection
@section('content')
<div class="py-4 flex items-center justify-between pr-2">
<div class="flex gap-3">
<div class="relative">
... |
<?php
/**
* Class Tribe__Rewrite
*
* Utilities to generate and manipulate rewrite rules.
*
* @since 4.3
*/
class Tribe__Rewrite {
/**
* If we wish to setup a rewrite rule that uses percent symbols, we'll need
* to make use of this placeholder.
*/
const PERCENT_PLACEHOLDER = '~~TRIBE~PC~~';
/**
* St... |
<?php
/**
* Template Name: With Sidebar
*
* The template for displaying pages with sidebar.
*
* @package Odin
* @since 2.2.0
*/
get_header();
?>
<div id="primary" class="<?php echo odin_classes_page_sidebar(); ?>">
<main id="main-content" class="site-main" role="main">
<?php
// Start the Loop.
w... |
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'FusionRedux_VendorURL' ) ) {
class FusionRedux_VendorURL {
static public $url;
static public $dir;
public static function get_url( $handle ) {
$min = FusionRedux_Functions::isMin();
$ace ... |
<?php
namespace FondOfOryx\Zed\CompanyBusinessUnitSearchRestApi\Communication\Controller;
use Generated\Shared\Transfer\CompanyBusinessUnitListTransfer;
use Spryker\Zed\Kernel\Communication\Controller\AbstractGatewayController;
/**
* @method \FondOfOryx\Zed\CompanyBusinessUnitSearchRestApi\Persistence\CompanyBusine... |
<?php
function set_page() {
$page = (string) '';
if (isset($_GET['page']) === true) {
switch ($_GET['page']) {
case 'start':
$page = 'start';
break;
case 'databases':
$page = 'databases';
break;
case 'database':
$page = 'database... |
<?php
/**
* Created by PhpStorm.
* User: brajevicm
* Date: 31/05/17
* Time: 11:48 PM
*/
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET');
header('Access-Control-Allow-Headers: Origin, Content-Type, X-Auth-Token, Authorization, Token, token, TOKEN');
require '../posts_function... |
<?php
namespace Leeuwenkasteel\Layout\Http\Livewire;
use Livewire\Component;
use Leeuwenkasteel\Menu\Models\MenuFolder as Folders;
class Navbar extends Component
{
public $menufolders;
public function mount(){
$this->menufolders = Folders::all();
}
public function render()
{
return view('layout... |
<?php
return [
/*
|-----------------------------------------------------------------
| resources/views/nav.blade.php
|-----------------------------------------------------------------
*/
'insyoku_title' => 'Eating and drinking',
'kankou_title'=>'Tourism',
'syukuhaku_title'=>'Lodging',
... |
<table>
<thead>
<tr>
<td colspan="3">
Fecha: {{ date('d/m/Y') }}
</td>
</tr>
<tr>
<th>DESCRIPCION</th>
<th>PERSONAL</th>
<th>PRE-EMBARQUE MEGACENTRO</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="2">Trabajadores Valorados</td>
... |
<?php
namespace Kishron\ConfigBundle\Repository;
use Doctrine\ORM\EntityRepository;
/**
* ConfCategoryRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class ConfCategoryRepository extends EntityRepository
{
} |
<!DOCTYPE html>
<html dir="rtl">
<head>
<title>@yield('title')</title>
<meta name="csrf-token" content="{{ csrf_token() }}">
<link href="{{URL::to('src/css/bootstrap.min.css')}}" rel="stylesheet">
<link href="{{URL::to('src/css/bootstrap-theme.min.css')}}" rel="stylesheet">
<link href="{{URL::to('sr... |
<?
$MY_NAME ="session_full";
$MY_MSG_FILE =$MY_NAME.".php";
$NO_NEED_AUTH="1";
$NO_SESSION_TIMEOUT="1";
require("/www/model/__html_head.php");
?>
<script>
function init()
{
var f=get_obj("frm");
f.bt.focus();
}
function click_bt()
{
self.location.href="login.php";
}
</script>
<?
$USE_BUTTON="1";
require("/www/model... |
<?php
/**
* DO NOT EDIT THIS FILE!
*
* This file was automatically generated from external sources.
*
* Any manual change here will be lost the next time the SDK
* is updated. You've been warned!
*/
namespace maiorADV\eBaySDK\Test\Marketing\Types;
use maiorADV\eBaySDK\Marketing\Types\UpdateCampaignIDentificati... |
<head>
<base href="<?= asset('user_dashboard/') ?>">
<meta charset="utf-8" />
<title>Keen | Profile</title>
<meta name="description" content="User profile overview">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />... |
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Doct... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/* @var $this yii\web\View */
/* @var $model tahayldz\Sikayet\models\SikayetSearch */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="sikayet-search">
<?php $form = ActiveForm::begin([
'action' => ['index'],
'method' => 'get',
])... |
<?php
use yii\bootstrap4\ActiveForm;
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model common\models\search\PagesSearch */
/* @var $form yii\bootstrap4\ActiveForm */
?>
<div class="search-form" id="search-form">
<?php $form = ActiveForm::begin([
'action' => ['index']... |
<?php
declare(strict_types=1);
/*
* This file is part of the Liip/FunctionalTestBundle
*
* (c) Lukas Kahwe Smith <smith@pooteeweet.org>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Liip\Acme\Tests\App\Command;
use Symfony\Compone... |
<?php
namespace App\Traits;
trait QueueFirebaseTrait
{
// get data from a child in firebase
public function getChildObjects($child)
{
// create curl resource
$ch = curl_init();
// set url
curl_setopt($ch, CURLOPT_URL, "https://clinic-System-2fb6d.firebaseio.com/" . $child ... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| DATABASE CONNECTIVITY SETTINGS
| -------------------------------------------------------------------
| This file will contain the settings needed to access your database.
|
|... |
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateSlidesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('slides', functio... |
<?php
return [
'name' => [
'name' => 'Titre'
],
'order' => [
'name' => 'Ordre'
],
'slug' => [
'name' => 'Limace'
],
'parent_category' => [
'name' => 'Parent'
],
'category' => [
'name' => 'Titre de la catégorie'
],
'price' => [
... |
@extends('admin.admin_master')
@section('admin')
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.6/handlebars.min.js"></script>
<div class="content-wrapper">
<div class="container-full">
<!-- Content He... |
<?php
namespace App\Models;
use Eloquent as Model;
use Illuminate\Database\Eloquent\SoftDeletes;
class referances extends Model
{
use SoftDeletes;
public $table = 'referances';
const CREATED_AT = 'created_at';
const UPDATED_AT = 'updated_at';
protected $dates = ['deleted_at'];
protected $primaryKey... |
<?php
use Doctrine\ORM\Mapping as ORM;
/**
* User
*
* @ORM\Table(name="user")
* @ORM\Entity
*/
class User
{
/**
* @var integer
*
* @ORM\Column(name="id", type="integer", nullable=false)
* @ORM\Id
* @ORM\GeneratedValue(strategy="IDENTITY")
*/
private $id;
/**
* @v... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Gallery extends Model
{
use HasFactory;
protected $table = 'gallery';
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fill... |
<?php
include('header.php');
require_once("../DB Operations/userOps.php");
require_once("../Model/usermodel.php");
?>
<h1 class="h3 mb-4 text-gray-800">User Management</h1>
<!-- DataTales Example -->
<span id="message"></span>
<div class="card shadow mb-4">
<div class="card-header py-3">
<div class="row">
... |
<?php
$name = $_GET["name"];
$rand = $_GET["rand"];
$conn = mysqli_connect('localhost','root','','oms');
$sql_select = "SELECT name, qrrand FROM user WHERE name = '$name'";
$ret = mysqli_query($conn,$sql_select);
$row = mysqli_fetch_array($ret);
if($name==$row['name'] && $rand==$row['qrra... |
@extends('layout')
@section('title', $project->title)
@section('content')
<div class="row my-3">
<div class="col-10">
<h1>{{ $project->title }}</h1>
</div>
<div class="col-2 my-auto">
<a class="float-right" href="{{ route('projects.edit', [$project->id]) }}"><i clas... |
<?php
/**
* Copyright 2020 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
<?php
class acf_field_user extends acf_field
{
/*
* __construct
*
* Set name / label needed for actions / filters
*
* @since 3.6
* @date 23/01/13
*/
function __construct()
{
// vars
$this->name = 'user';
$this->label = __("User",'acf');
$this->category = __("Relational",'acf')... |
<?php
/* forms/fields/tab/tab.html.twig */
class __TwigTemplate_1600bae9c7c3ac00eda3594dfe87d4d0521f8a3c367ef4121eb6100b5387ef59 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class UserRole extends Model
{
protected $fillable = [
'user_id',
'role_id',
];
public $timestamps = false;
} |
<?php
return array(
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used
| by the validator class. Some of ... |
<?php $this->load->view('defaults/header');
$seg3 = $this->uri->segment(3);
if($seg3 != 'diff'){
$page_url = $url;
}else{
$page_url = $url . '/diff';
}
if(isset($insert)){
echo $insert;
}?>
<div class="paste_info">
<div class="info">
<h1 class="pagetitle right"><?php echo $title; ?></h1>
<div class="m... |
<script type="text/javascript">
$("#btn_submit").click(function(){
tinymce.triggerSave();
var teacher_comments=$("#teacher_comments").val();
var cn_q_an_array = {};
var marks_q_an_array = {};
var $i=0;
$('.correct_answer').each(function(){
cn_q_an_details_id = $(this).data('id');
//var correct_answer... |
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Page Heading -->
<h1 id="h1" class="h3 mb-4 text-primary"><?= $title; ?></h1>
<div class="card">
<div class="card-header">
<a class="btn btn btn-outline-success" href="" data-toggle="modal" data-target="#newDosenModal">Add</a>
</div>
... |
<?php
/**
* DO NOT EDIT!
* This file was automatically generated via bin/generate-validator-spec.php.
*/
namespace AmpProject\Validator\Spec\DescendantTagList;
use AmpProject\Extension;
use AmpProject\Tag as Element;
use AmpProject\Validator\Spec\DescendantTagList;
use AmpProject\Validator\Spec\Identifiable;
/**... |
<?php
namespace Tarre\BeyondCrudHelpers\Tenants;
use Doctrine\DBAL\Schema\Column;
use Illuminate\Console\Command;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Notifications\Notifiable;
use Nette\PhpGenerator\ClassType;
use Tarre\BeyondCrudHelpers\Helper;
use Tarre\BeyondCrudHelpers\Resources\Tenant;
u... |
@extends("app")
@section('head_title', stripslashes($property->property_name) .' | '.getcong('site_name') )
@section('head_description', substr(strip_tags($property->description),0,200))
@section('head_image', asset('/upload/properties/'.$property->featured_image.'-b.jpg'))
@section('head_url', Request::url())
@secti... |
@extends('layouts.admin')
@section('content')
<div class="x-nav">
<span class="layui-breadcrumb">
<a href="">首页</a>
<a href="">演示</a>
<a><cite>导航元素</cite></a>
</span>
<a class="layui-btn layui-btn-small" style="line-height:1.6em;margin-top:3px;float:right"... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
/**
* Class PowerContracted
* @package App\Models
*/
class PowerContracted extends Model
{
/**
* @var string
*/
protected $table = 'power_contracted';
/**
* Returns the id
*
* @return mixed
*/
publi... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class AddAclFieldsForDocumentsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('docum... |
<?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| ... |
<?php
/**
* Export the note as a .pdf file
*/
namespace MarkNotes\Plugins\Task\Export;
defined('_MARKNOTES') or die('No direct access allowed');
class PDF extends \MarkNotes\Plugins\Task\Plugin
{
protected static $me = __CLASS__;
protected static $json_settings = 'plugins.task.export.pdf';
protected static $jso... |
<?php
/* Cachekey: cache/stash_default/doctrine/[concrete\core\entity\attribute\value\value\selectvalueusedoption@[annot]][1]/ */
/* Type: array */
/* Expiration: 2017-04-02T01:42:43+02:00 */
$loaded = true;
$expiration = 1491090163;
$data = array();
/* Child Type: array */
$data['return'] = unserialize(base64_de... |
@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card">
<div class="card-header">
{{__('AARIA UPADTE TRACKER DATA')}}
</div>
<div class="card-body">
@if($trackerData)
... |
@extends('layouts.app')
@section('title')
Edit Mail Type
@endsection
@section('content')
<section class="section">
<div class="section-header">
<h3 class="page__heading m-0">Edit Mail Type</h3>
<div class="filter-container section-header-breadcrumb row justify-conten... |
@extends ('layouts.master')
@section('css')
<!-- Plugins css -->
<link href="{{ URL::asset('assets/libs/jquery-nice-select/jquery-nice-select.min.css')}}" rel="stylesheet" type="text/css" />
<link href="{{ URL::asset('assets/libs/switchery/switchery.min.css')}}" rel="stylesheet" type="text/css" ... |
<?php
namespace CodeProject\Http;
use Illuminate\Foundation\Http\Kernel as HttpKernel;
class Kernel extends HttpKernel
{
/**
* The application's global HTTP middleware stack.
*
* These middleware are run during every request to your application.
*
* @var array
*/
protected $midd... |
<?php
/**
* This file is automatically @generated by {@link BuildMetadataPHPFromXml}.
* Please don't modify it directly.
*/
return array (
'generalDesc' =>
array (
'NationalNumberPattern' => '[5789]\\d{9}',
'PossibleNumberPattern' => '\\d{7}(?:\\d{3})?',
),
'fixedLine' =>
array (
'NationalN... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class PhotoController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
public function index()
{
return "Index : List Table";
}
/**
* Show the... |
<?php
namespace Orpheus\LaravelMakeClass\Console;
class MakeClass extends ClassCommand
{
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'make:class
{name : The name of the class}
{--i|in... |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitca253708d96de27aed3c763b10678620
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'25072dd6e2470089de65ae7bf... |
<?php
namespace App\Http\Controllers\Admin;
use App\Income;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Gate;
use App\Http\Controllers\Controller;
use App\Http\Requests\Admin\StoreIncomesRequest;
use App\Http\Requests\Admin\UpdateIncomesRequest;
use Illuminate\Support\Facades\DB;
use Carbon\Carbon;
u... |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\entities\Specialization */
$this->title = Yii::t('app','Create');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app','Specializations'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="specializati... |
<?php
namespace ContinuousPipe\River\ClusterPolicies\ClusterResolution;
use ContinuousPipe\Pipe\ClusterNotFound;
use ContinuousPipe\River\ClusterPolicies\ClusterPolicyException;
use ContinuousPipe\Security\Credentials\BucketRepository;
use ContinuousPipe\Security\Credentials\Cluster;
use ContinuousPipe\Security\Team\... |
<?php if (!defined('THINK_PATH')) exit(); /*a:3:{s:68:"C:\xampp\htdocs\tp5\public/../application/admin\view\zpadmin\lst.htm";i:1578560912;s:57:"C:\xampp\htdocs\tp5\application\admin\view\public\top.htm";i:1574082531;s:58:"C:\xampp\htdocs\tp5\application\admin\view\public\left.htm";i:1578099398;}*/ ?>
<!DOCTYPE html>
<h... |
<?php
/**
* 加载目录下所有的.php配置文件
*/
namespace Holy\Components\Config;
use SplFileInfo;
use Symfony\Component\Finder\Finder;
class LoadConfiguration
{
private static $config;
private static $basePath;
public static function register($basePath = null)
{
if ($basePath) {
self::$basePat... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class HomeController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
// $this->middleware('auth');
}
/**
* Show the application dashbo... |
<?php
return [
"Menu" =>"Speisekarte",
"Dashboards" =>"Dashboards",
"Default" =>"Standard",
"Saas" =>"Saas",
"Crypto" =>"Krypto",
"Blog" =>"Blog",
"Layouts" =>"Layouts",
"Vertical" =>"Vertikal",
"Light_Sidebar" =>"Leichte Seitenleiste",
"Compact_Sidebar" =>"Kompakte Seitenleiste",
"Icon_Sidebar"... |
<?php
/*
* Copyright 2011 Johannes M. Schmitt <schmittjoh@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 requir... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Auth extends CI_Controller {
public function __construct()
{
parent::__construct();
// Your own constructor code
$this->load->model('AuthModel');
}
public function index()
{
$this->template->layout_simple('login');
}
p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.