text
stringlengths
2
1.03M
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateGroupUserTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('group_user', ...
@extends('layouts.app') @section('title') <div class="row"> <div class="col-md-6 col-sm-12"> <div class="title"> <h4>Ver Nota de Traspaso</h4> </div> <nav aria-label="breadcrumb" role="navigation"> <ol class="breadcrumb"> <li class="breadcrumb-item"><...
<?php echo $header?> <div class="container landing-cover"> <div class="col-md-6 no-padding"> <h1 class="landing-heading"><?=translate($style->slogan) ?></h1> <p class="landing-details"><?=translate($style->desc) ?></p> <a class="landing-cta smooth c" href="<?=explode(',',$style->button)[1] ?>" data-title="Produc...
<?php /* Fast Secure reCAPTCHA (uninstall file) author Mike Challis */ /* * Wordpress will run the code in this file when the user deletes the plugin * */ // Be sure that Wordpress is deleting the plugin if(defined('WP_UNINSTALL_PLUGIN') ){ // settings get deleted when plugin is deleted from admin plugins p...
<?php /* * This file is part of the haveibeenpwned-library package. * * (c) 2018 WEBEWEB * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace WBW\Library\HaveIBeenPwned\Response; use WBW\Library\HaveIBeenPwned\Model\DataCla...
<?php require __DIR__.'/../vendor/autoload.php'; $common= new Dialog\Options\Common( ['backtitle', 'Testing Dialog...'] ); $box = new Dialog\Widgets\Passwordbox('Password'); $dialog = new \Dialog\Dialog($common, $box); $dialog->run(); echo PHP_EOL, 'Output is: ', $dialog->output(), PHP_EOL;
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /** * FUEL CMS * http://www.getfuelcms.com * * An open source Content Management System based on the * Codeigniter framework (http://codeigniter.com) * * @package FUEL CMS * @author David McReynolds @ Daylight Studio * @copyright Copy...
<?php class Job_Applied_Controller extends CI_Controller { public function __construct() { parent::__construct(); $this->load->model("Employer/Job_Applied_model"); $this->load->library('session'); $this->load->database(''); $this->load->library('email'); } public function index() { } public fu...
@extends('layouts.admin') {{-- config 1 --}} @section('title', 'E-Voting | Pemilihan') @section('title-2', 'Pemilihan') @section('title-3', 'Pemilihan') @section('describ') Ini adalah halaman pemilihan untuk admin @endsection @section('icon-l', 'fa fa-vote-yea') @section('icon-r', 'icon-home') @section('link') ...
<?php namespace Arca\CompanyBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class CompanyControllerTest extends WebTestCase { /* public function testCompleteScenario() { // Create a new client to browse the application $client = static::createClient(); ...
<?php use Illuminate\Database\Seeder; class ClientesTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { // } }
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateNextActionsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('next_action...
<?php /** * Created by PhpStorm. * User: kymeng * Date: 01/12/2017 * Time: 14:54 */ require(APPPATH.'libraries/REST_Controller.php'); date_default_timezone_set('UTC'); class Survey extends REST_Controller { public function __construct($config = 'rest') { parent::__construct($config); $thi...
@extends('layouts.app') @section('site_title', formatTitle([__('Pixels'), __('Developers'), config('settings.title')])) @section('content') <div class="bg-base-1 flex-fill"> <div class="container h-100 py-3 my-3"> @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => ro...
<?php declare(strict_types=1); namespace Baraja\Cms\Proxy\GlobalAsset; use Baraja\Cms\Proxy\Proxy; final class CmsEditorAsset implements CmsAsset { public function getFormat(): string { return 'js'; } public function getUrl(): string { return Proxy::getUrl('cms-editor.js'); } }
<?php /** * Created by PhpStorm. * User: John * Date: 2015/12/12 * Time: 16:24 */ use yii\filters\VerbFilter; use yii\filters\AccessControl; return [ 'access' => [ 'class' => AccessControl::className(), 'only' => ['index','create','delete','setstatus','update'], 'rules' => [ ...
<x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 leading-tight"> {{ __('Tasks') }} </h2> </x-slot> <div class="py-12"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8"> <div class="bg-white overflow-hidden shadow-sm sm:rounde...
<?php use Illuminate\Support\Facades\Route; Route::post('Contact', 'Cornelio\Category\NumberWhatsappController@Contact')->name('whatsapp.Contact'); Route::middleware(['auth'])->group(function () { Route::middleware('company')->group(function () { //Tema Route::get('/topics/index', 'Cornelio\Top...
<?php namespace VanguardLTE\Games\FourBeautiesKA { include('CheckReels.php'); class Server { public function get($request, $game) { /*if( config('LicenseDK.APL_INCLUDE_KEY_CONFIG') != 'wi9qydosuimsnls5zoe5q298evkhim0ughx1w16qybs2fhlcpn' ) { return fa...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateCampaniaDonanteTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('campani...
<header class="main-header"> <!-- Logo --> <a href="<?php echo base_url();?>index.php/Admin/dashboard" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>A</b>LT</span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>Cust...
<?php namespace fm\erpBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * direcciones */ class direcciones { /** * @var integer */ private $id; /** * @var string */ private $direccion; /** * @var string */ private $cp; /** * @var string */ ...
<section class="uza-portfolio-area mt-30"> <div class="container"> <div class="row"> <div class="col-12"> <div class="text-center"> <h1 class="text-headline"> <!--this title--> Top Up Saldo Gopay - Bonus Voucher ...
<?php /** * @Author: tongeek * @Date: 2016-02-21 15:15:38 * @Last Modified by: hgiasac * @Last Modified time: 2 2016-03-01 14:10:08 */ namespace sample\controllers; use sample\inc\Controller; use WMMerchant\WMService; use WMMerchant\base\NetHelper; use WMMerchant\models\CreateOrderRequest; use WMMerchant\m...
<?php /* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * 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/LICENS...
<?php namespace App\Http\Controllers\v1; use App\Http\Controllers\Controller; use App\Http\Controllers\Traits\FileUploadTrait; use App\Http\Requests\Frontend\User\UpdatePasswordRequest; use App\Http\Requests\Frontend\User\UpdateProfileRequest; use App\Mail\Frontend\Contact\SendContact; use App\Mail\OfflineOrderMail; ...
<?php use yii\helpersbackend\l; /* @var $this yii\web\View */ /* @var $model backend\modules\Products\models\Cities */ $this->title = Yii::t('app', 'Új város'); $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Városok'), 'url' => ['admin']]; $this->params['breadcrumbs'][] = $this->tit...
<?php namespace App\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; class SearchType extends AbstractType { public function buildForm(FormBuilderInterfac...
@extends ('layouts.app') @section ('content') @include('layouts.nav') <div class="col-md-10"> <div class="card"> <div class="card-header font-weight-bold">Companies</div> <div class="card-body"> @if (session('status')) <div class="alert alert-s...
<?php /** * webtrees: online genealogy * Copyright (C) 2016 webtrees development team * 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, or * (at your option)...
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class M_exchange extends MY_Model { function __construct() { parent::__construct(); $this->load->helper('model'); $this->load->database(); } public function getListExchange($where,$limit = null,$offset = n...
<?php namespace Drupal\webform\Tests\Composite; use Drupal\webform\Tests\WebformTestBase; /** * Tests for composite plugin. * * @group Webform */ class WebformCompositePluginTest extends WebformTestBase { /** * Modules to enable. * * @var array */ public static $modules = ['webform_test_element'...
@extends('layouts.app') @if(Auth::check()) @section('content') <div class="container container-content"> <!-- LISTA DE CLIENTES --> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default noborder"> {{-- panel header --}} ...
<?php /** * This file is part of Totara Learn * * Copyright (C) 2021 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 Licens...
<?php $__env->startSection('title-adminlte', 'Planes Destacados'); ?> <?php $__env->startSection('content-adminlte'); ?> <plans-gestion/> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.content', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class estudios extends Model { use HasFactory; }
<div class="form-group"> {!! Form::label('title', 'Title:') !!} {!! Form::text('title',null,['class'=> 'form-control']) !!} </div> <!-- Body Form Input--> <div class="form-group"> {!! Form::label('body', 'Body:') !!} {!! Form::textarea('body',null,['class'=> 'form-control']) !!} </div> <!-- Body Form Input--> <...
<form method="get" action="{{ route('blog') }}" class="input-group mb-3"> <input type="text" class="form-control shadow p-3 bg-body rounded" style="margin-bottom:0px;margin-right: 10px" placeholder="Введите ключевые слова" aria-label="Username" id="search" name="search" aria-describedby="basic-addon1"> ...
<?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 RectorPrefix20210923\Symfony\Component\Yaml; use RectorPrefix20210923\Sy...
<?php defined('BASEPATH') or exit('No direct script access allowed'); $active_group = 'default'; $query_builder = true; $db['default'] = [ 'dsn' => '', 'hostname' => 'localhost', 'username' => 'root', 'password' => 'topos1212', 'database' => 'sistema', 'dbdriver' => 'mysqli', 'dbprefix' =>...
<?php declare(strict_types=1); namespace Flowwow\RevolutMerchant\Responses; use Spatie\DataTransferObject\DataTransferObject; class Order extends DataTransferObject { public string $id; public string $type; public string $state; public string $created_at; public string $updated_at; ...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Brand extends Model { public function tv() { $this->belongsToMany('App\TV'); } }
@extends('backend.layouts.master') @section('content') <div id="main-content"> <div class="container-fluid"> <div class="block-header"> <div class="row"> <div class="col-lg-5 col-md-8 col-sm-12"> <h2><a href="javas...
<?= $this->extend('templates/index'); ?> <?= $this->section('content'); ?> <!--********************************** Content body start ***********************************--> <div class="content-body"> <div class="container-fluid"> <!-- row --> <div class="row"> <div class="col...
<?php namespace App\Http\Controllers; use App\User; use App\Meal; use Illuminate\Http\Request; use DateTime; use Illuminate\Support\Facades\DB; class MealController extends Controller { public function meal() { $user = User::where('email', session('user'))->first(); $meal = Meal::where('email...
<?php // autoload.php @generated by Composer require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit5fcc240bd42c5a2e8eb153a11b304ab8::getLoader();
<?php namespace Glpmr\AuthentificationBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class AuthentificationControllerTest extends WebTestCase { }
<?php namespace PublicUser\Entity; use Omeka\Entity\AbstractEntity; /** * @Entity * @Table( * uniqueConstraints={ * @UniqueConstraint( * columns={"site_id", "user_id"} * ) * } * ) */ class SitePermission extends AbstractEntity { const ROLE_ADMIN = 'admin'; const R...
<?php namespace App\Http\Controllers; use App\Http\Requests\UsersEditRequest; use App\Http\Requests\UsersRequest; use App\Photo; use Illuminate\Http\Request; use App\Http\Requests; use App\User; use App\Role; use Illuminate\Support\Facades\Session; class AdminUsersController extends Controller { /** * D...
<?php /** * This file is part of the Phalcon Framework. * * (c) Phalcon Team <team@phalcon.io> * * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */ declare(strict_types=1); namespace Phalcon\Tests\Unit\Assets\Collection; use Pha...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use App\Models\Materia; class Estudiante extends Model { use HasFactory; //Relación muchos a muchos public function materias() { return $this->belongsToMany(Materia::cl...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateProductImagesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('product_i...
<?php namespace Tagcade\Bundle\AppBundle\Command; use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; use Symfony\Component\Console\Helper\ProgressBar; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterf...
<?php /* * Copyright 2012 Facebook, 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 ag...
<?php include "../controllers/layout.php"; Head(); ComHeader(); Nav(); Table(); Script(); ?>
<?php namespace Ovh\StructType; use \WsdlToPhp\PackageBase\AbstractStructBase; /** * This class stands for telephonySmsSetQuotaNotificationResponse StructType * @subpackage Structs * @author WsdlToPhp <contact@wsdltophp.com> */ class TelephonySmsSetQuotaNotificationResponse extends AbstractStructBase { }
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Rol extends Model { protected $table = 'roles'; protected $fillable = [ 'nombre', 'descipcion', 'created_at', 'updated_at' ]; }
<h3>Share your verdict with us</h3> <div class="well"> <form> <div class="form-group"> <label for="contactComment">Comment</label> <textarea class="form-control" id="comment"></textarea> </div> <button type="button" class="btn btn-info btn-block comment-btn" data-id...
<?php namespace App; use Carbon\Carbon; use Illuminate\Database\Eloquent\Model; class Post extends Model { protected $fillable = [ 'title', 'body' ]; public function user(){ return $this->belongsTo('App\User'); } public function comments(){ return $this->hasMany('App\Comment'); } ...
<?php namespace App\Http\Middleware; use Closure; use App\User; use Illuminate\Support\Facades\Auth; class Admin { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next * @return mixed */ public function handle($request, Closu...
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; class Mypage extends Controller { public function mydetails(){ $name="Bishowjit Saha"; $id="18-38250-2"; $DOB="3rd FEB 2000"; $Course=array("C#","C++","Web tech","Database"); return view('Mydetails') ->with('na...
<div class="postHolder"> <div class="well"> <div class="header"> Character search </div> <div class="body"> <form type="submit" action="characterprofile.php" method="get"> <input type="text" name="name" class="search"> <input type="submit" name="submitName" value="Search"> </form> </div> </di...
<?php // autoload.php @generated by Composer require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit91f369cd1b709136e816dc2d35440347::getLoader();
<?php namespace App\Filters\Common\Form; use App\Filters\Common\FilterContact; use Illuminate\Database\Eloquent\Builder; class CustomFieldFilter extends FilterContact { function filter(): Builder { return $this->query->when(optional(tenant())->id, function (Builder $builder) { $builder...
<?php namespace App\Http\Controllers\Admin; use App\Http\Controllers\Controller; use App\Http\Requests\ChangePasswordRequest; use Auth; use App\Models\User; use Hash; class ChangePasswordController extends Controller { public function changePassword(ChangePasswordRequest $request) { $id = Auth::User(...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.m...
<?php namespace App\Notifications; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Notifications\Messages\MailMessage; use Illuminate\Notifications\Notification; class UserInviteNotification extends Notification { use Queueable; /** * Create a new notification i...
<?= $this->extend('Layouts/dashboard') ?> <?= $this->section('dashboard-content') ?> <div id="basic-form" class="section"> <div class="row"> <div class="col s12 m12 l6"> <div class="card-panel"> <h4 class="header2">CREATE MENU</h4> <div class="row"> <form class="col s12" method="POST" action="<?= $ur...
<?php namespace App\Http\Controllers\API\Modulos; use Illuminate\Http\Request; use Illuminate\Http\Response as HttpResponse; use App\Http\Controllers\Controller; use App\Models\Clues; use App\Models\Microrregion; use App\Models\Municipio; use App\Models\Localidad; use App\Models\TipoCamino; class SearchCatalogs...
@extends('client.layouts.main') @section('content') <section class=""> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-sx-12 col-sm-4 col-md-4"> <div class="doctor-thumb"> <img id="imageAvatar1" s...
<?php /* |-------------------------------------------------------------------------- | Application Routes |-------------------------------------------------------------------------- | | Here is where you can register all of the routes for an application. | It's a breeze. Simply tell Laravel the URIs it should respond ...
<?php /** * Copyright (c) 2018-2020 Comet Licensing Ltd. * Please see the LICENSE file for usage information. * * SPDX-License-Identifier: MIT */ namespace Comet; /** * Comet Server AdminAccountSessionStartAsUser API * Generate a session key for an end-user (log in as end-user) * * You must supply admin...
<!doctype html> <html lang="en" dir="ltr"> <?php echo view('header.php'); ?> <div class="col-xl-4 col-lg-4 col-sm-8 col-5"> <div class="top-bar-right"> <ul class="custom"> <li> <a href="register.html" class="text-dark"><i class="fa fa-user mr-1"></i> <span>Register</span></a> ...
<?php namespace App; class DotComUrl extends Url { public function get_comments_endpoint(){ // Get bare host - this usually (always?) is the "site" variable in the wordpress.com endpoints $parse = parse_url($this->clean_url); $host = $parse['host']; // Remove `.files.` - this is where .com sites stores th...
<?php declare(strict_types=1); namespace Ilios\Migrations; use Doctrine\DBAL\Schema\Schema; use App\Classes\MysqlMigration; final class Version20200719042101 extends MysqlMigration { public function getDescription() : string { return 'Add student advisors to courses and sessions'; } public ...
<div class="content-wrapper"> <section class="content"> <!-- <?php foreach($mahasiswa as $mhs) {?> --> <form action="<?php echo base_url().'mahasiswa/update';?>" method="post"> <div class="form-group"> <label>Nama Mahasiswa</label> <input type="hidden" name="id" class="form-contr...
<?php /* TwigBundle::layout.html.twig */ class __TwigTemplate_c063cf1923fff3bef97d771b509f9d1e68673d470d50d39be87ecfe7115ae93d extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ...
<!DOCTYPE <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Approve Tutor Post</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/boots...
<?php use App\models\Klasifikasi; $page_klasifikasi = isset($_GET['page_klasifikasi'])? (int) $_GET['page_klasifikasi'] : 1; $i = (($page_klasifikasi - 1) * 10) + 1; ?> <?= $this->extend("layout/main") ?> <?= $this->section("content") ?> <!-- CONTENT --> <!-- Page --> <div class="page-area contact-page"> <div cla...
<nav class="navbar header-navbar pcoded-header"> <div class="navbar-wrapper"> <div class="navbar-logo"> <a class="mobile-menu waves-effect waves-light" id="mobile-collapse" href="#!"> <i class="ti-menu"></i> </a> <a href="{{route('dashboard.index')}}"> ...
@extends('layouts.app') @section('content') <div class="container"> <div class="row justify-content-center"> <div class="col-md-11"> @include('includes.message') <div class="card pub_image"> <a href="{{route('profile', [$image->user->id])}}" class="show-im...
<?php /** * Marketplace * * PHP version 7.3 * * @category Class * @package SellingPartnerApi */ /** * Selling Partner API for Sellers * * The Selling Partner API for Sellers lets you retrieve information on behalf of sellers about their seller account, such as the marketplaces they participate in. Along wit...
<?php @ini_set("display_errors","1"); @ini_set("display_startup_errors","1"); require_once("include/dbcommon.php"); require_once("include/funcionario_variables.php"); require_once('include/xtempl.php'); require_once('classes/addpage.php'); require_once('include/lookuplinks.php'); require_once("classes/searchclause.ph...
<?php //harizo defined('BASEPATH') OR exit('No direct script access allowed'); // afaka fafana refa ts ilaina require APPPATH . '/libraries/REST_Controller.php'; class Delai_travaux extends REST_Controller { public function __construct() { parent::__construct(); $this->load->model('delai_travaux_...
<?php /* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com> * * 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 ...
<?php namespace Bubble\NodeVisitor; use Bubble\Environment; use Bubble\Node\Expression\BlockReferenceExpression; use Bubble\Node\Expression\ConditionalExpression; use Bubble\Node\Expression\ConstantExpression; use Bubble\Node\Expression\FilterExpression; use Bubble\Node\Expression\FunctionExpression; use Bubble\Nod...
@extends('site_app') @section('head_title', trans('words.short_films').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') <div class="page-header"> <div class="vfx_page_header_overlay"> <div class="container"> <div class="vfx_breadcrumb"> <ul> <li><a href=...
<?php /** * XNRCMS<562909771@qq.com> * ============================================================================ * 版权所有 2018-2028 小能人科技有限公司,并保留所有权利。 * ---------------------------------------------------------------------------- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和使用 . * 不允许对程序代码以任何形式任何目的的再发布。 * =============...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Resetpassword extends MY_Controller{ public function __construct() { parent::__construct(); //Codeigniter : Write Less Do More $this->load->model(array('Dbs')); } function index() { $rand=$_GET['rand']; $data=ar...
<?php /** * ECSHOP 管理中心共用語言文件 * ============================================================================ * * 版權所有 2005-2018 上海商派網絡科技有限公司,並保留所有權利。 * 網站地址: http://www.ecshop.com; * ---------------------------------------------------------------------------- * 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和 * 使用;不允許對程序代碼以...
<?php /** * ALIPAY API: alipay.open.public.personalized.extension.create request * * @author auto create * @since 1.0, 2017-06-01 11:26:57 */ class AlipayOpenPublicPersonalizedExtensionCreateRequest { /** * 个性化扩展区创建接口 **/ private $bizContent; private $apiParas = array(); private $terminalType; private $...
<?php session_start(); require_once 'config/bdd.php'; require_once 'config/config.php'; if ($RESETPASSWORD == 0) { echo "<script type='text/javascript'>document.location.replace('logout.php');</script>"; exit; } if($RECAPTCHA_ENABLE) { $reCaptchaReturn = getCaptcha($_POST['g-recaptcha-response']...
@extends('layouts.app') @section('login-navigation') <nav class="navbar navbar-default navbar-static-top"> <div class="container"> <div class="navbar-header"> <!-- Collapsed Hamburger --> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#ap...
<?php namespace BingAds\CampaignManagement; /** * Retrieves detailed information about the specified Target2 objects. * * @link http://msdn.microsoft.com/en-us/library/dn743779(v=msads.90).aspx GetTargetsByIds2 Request Object * * @used-by BingAdsCampaignManagementService::GetTargetsByIds2 */ final class GetTarg...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Login | Dashboard</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" /> <meta content="Codert...
<?php namespace Spinen\ConnectWise\Models\v2018_5\Service; use Carbon\Carbon; use Spinen\ConnectWise\Support\Model; /** * Class ServiceEmailTemplate Version v2018_5 * * Model for ServiceEmailTemplate * * @property BoardReference $serviceBoard * @property Metadata $_info * @property ServiceStatusReference $ser...
<?php namespace qadashboard\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 defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | AUTO-LOADER | ------------------------------------------------------------------- | This file specifies which systems should be loaded by default. | | In order to keep the fr...
<html> <head> <title>Test</title> </head> <body> <form method="POST" action="{{ action('paymentController@acceptpayment') }}"> {{ csrf_field() }} <input type="text" name="price" placeholder="price"> <input type="text" name="email" placeholder="email"> ...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Arr; class OutBanner extends Model { protected $table = 'out_banners'; protected $guarded = ['']; const STATUS_PUBLIC = 1; const STATUS_PRIVATE = 0; ...