text
stringlengths
2
1.03M
<div id="accordion"> <div class="card"> <div class="card-header"> <a class="card-link" data-toggle="collapse" href="#collapseOne"> 08:10 </a> </div> <div id="collapseOne" class="collapse" data-parent="#accordion"> <div class="card-body"> <!-- Orang --> <table id=...
<?php include_once 'db_connect.php'; include_once 'functions.php'; sec_session_start(); // Our custom secure way of starting a PHP session. if (isset($_POST['email'], $_POST['p'])) { $email = $_POST['email']; $password = $_POST['p']; // The hashed password. if (login($email, $password, $mysqli) == true) ...
<div class="modal fade" id="bus-create" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">X </button> <h4 class="modal-...
<?php // +---------------------------------------------------------------------- // | 海豚PHP框架 [ DolphinPHP ] // +---------------------------------------------------------------------- // | 版权所有 2016~2017 河源市卓锐科技有限公司 [ http://www.zrthink.com ] // +---------------------------------------------------------------------- //...
@extends('admins.menulists.widgets.app') @section('menulist') <form action="{{ route('menulists.update',['id'=>$menuList->id]) }}" class="_form_bk mt-10 ml-10 mb-10" method="POST" id="valiMenulist"> <input type="hidden" class="_method" name="_method" value="PUT"> <input type="hidden" name="menugroup...
<?php /** * CodeUP yihai using Yii Framework * @link http://codeup.orangeit.id/yihai * @copyright Copyright (c) 2018 OrangeIT.ID * @author Upik Saleh <upxsal@gmail.com> */ namespace codeup\theming; /** * InputWidget is an adjusted for bootstrap needs version of [[\yii\widgets\InputWidget]]. * * @author Paul K...
<?php namespace App\Http\Middleware; use Closure; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; use Illuminate\Auth\Middleware\Role as Middleware; class CekRole { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next ...
<?php namespace App\Models; use App\Traits\RolesAndPermissions; use Illuminate\Contracts\Auth\MustVerifyEmail; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Notifications\Notifiable; use Laravel\Sanctum\HasApiTokens; class User extends A...
@extends('plantilla.p') @section('titulo', 'Agregar descripcion') @section('design') <div class="block"> <!-- Horizontal Form Title --> <div class="block-title"> <h2><strong>Descripción del viaje</strong> (Llena cuidadosamente el formulario)</h2> ...
<div class="py-12 print:py-0"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8"> {{ $slot }} </div> </div>
<?php /** * Calculations regarding AmountEntry objects * * @copyright 2015 Ethan Smith */ class AmountCalculate { /** * For each TimePeriod in $timePeriods, Subtract the values of the entries of * the second from first and put the value into a new AmountEntry. Store that * new entry into the store...
<!DOCTYPE html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <title>Gaming HieuLv</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="impreview-wrapperage/x-icon" href="favicon.ico"> <lin...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> <link href="{{ mix('/css/app.css') }}" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="styles...
<tr> <div id="add-dispatch-modal" class="modal fade in" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-keyboard="false" data-backdrop="static"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> ...
<?php define('pagination_count',10); function getFolder(){ return app()->getLocale() === 'ar' ? 'css-rtl' : 'css'; } function saveImage($photo , $folder){ $photo->store('/',$folder); $file_name = $photo->hashName(); return $file_name; }
@extends('master') @section('title') جستجو بر اساس بیمه @endsection @section('body') <div class="pagedetail"> <div class="pagedetail-title"> <h3>&equiv; نمایش نتایج برای تفکیک بیمه " <font color="#CC9900"> {{$term}} </font> " &equiv; اطلاعات این نوع کمک را در زیر مشاهده کنید ... </h3> ...
<?php if(php_sapi_name() !='cli') { exit('No direct script access allowed.');} /* * * * * * * * * * Location Class * daemon/src/Location.class.php * * Includes Location, Zone and Point classes */ class Location { public $live; public $mm; public $lastMM; public $description; public $point; ...
<?php namespace app\models; use yii\base\Model; use yii\data\ActiveDataProvider; use app\models\Templates; /** * TemplateSearch represents the model behind the search form of `app\models\Templates`. */ class TemplateSearch extends Templates { /** * {@inheritdoc} */ public function rules() { ...
@extends('layouts.app') @section('content') <div class="container"> <div class="row justify-content-center"> <div class="col-md-10"> <div class="card"> <div class="card-header"> <a href="{{route('rentals.create')}}" class="btn btn-primary">Rentas</a> ...
<?php namespace App\Http\Controllers; use App\Models\BelanjaHarian; use Illuminate\Support\Facades\DB; use Illuminate\Http\Request; class BelanjaHarianController extends Controller { public function index(){ $belanjaharian=BelanjaHarian::all(); return view('belanjaharian.view')->with('belanjaharian'...
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="{{asset ('/css/font-awesome/css/all.css')}} "> <link rel="stylesheet" href="{{asset ('/css/style.css')}} "> <link rel="stylesheet" href=...
<?php use yii\db\Migration; /** * Handles adding columns to table `{{%posts}}`. */ class m200505_113042_add_status_column_to_posts_table extends Migration { /** * {@inheritdoc} */ public function safeUp() { $this->addColumn('posts', 'status', $this->smallInteger(2)->defaultValue(0)); ...
<!--CONTENT CONTAINER--> <!--===================================================--> <div id="content-container"> <!--Page Title--> <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> <div id="page-title"> <h1 class="page-he...
<?php /** * @author lolkittens * @copyright 2016 */ //ini_set('default_socket_timeout','6000'); //ini_set('memory_limit','-1'); ini_set('MAX_EXECUTION_TIME','600'); //set_time_limit(0); $data = file_get_contents('http://dollarreviewclub.com/cronjob/get_review_list_fn'); print_r($data); ?>
<!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>@yield('title') - {{config('app.name')}}</title> <!-- General CSS Files --> @stack('link-asset') <link rel="stylesheet" href="https://s...
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Manage_placed_orders extends MY_Controller { protected $before_filter = array( 'action' => '_check_if_logged_in', 'except' => array() ); private $data; function __construct() { parent::__construc...
<?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Composer\Test\Downloader; use Composer\D...
@extends('layouts.package') @section('content') <div class="container mt-3"> <form action="/userbubble" method="post"> @csrf <h3>Self quotation</h3> <div class="row"> <div class="col"> <label for="sel1">Finished product size Width * Height (mm * mm):</label> ...
<?php declare(strict_types=1); /* * This file is part of the Sonata Project package. * * (c) Thomas Rabaix <thomas.rabaix@sonata-project.org> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Sonata\DashboardBundle\Model...
<? require_once(dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'Database.php'); class SASS{ public $database = null; private $joinTables = array( 'armor_dimension' => 'INNER JOIN items_armors as armor_dimension ON (fact.id = armor_dimension.id) ', 'decoration_dimension' => 'INNER JOIN items_decora...
<?php namespace App\Http\Requests\Integration; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Validation\Rule; class StoreRequest extends FormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { ...
<?php define( "VERSION" , "1.0.0" ); define( "CSS_VER" , "1.0.0" ); define( "JS_VER" , "1.0.0" ); session_start(); //====================================================================== // Global Site Config //====================================================================== date_default_timezone_set...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateImagesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('images', functio...
<?php include('include/header.php'); ?> <body> <script src="<?php echo base_url() ?>assets/js/plugins/d3pie/d3.min.js"></script> <script src="<?php echo base_url() ?>assets/js/plugins/d3pie/d3pie.js"></script> <!-- START PAGE CONTAINER --> <div class="page-container page-navigation-toggled p...
<?php namespace Asgard\Http; /** * Response. * @author Michel Hognerud <michel@hognerud.com> */ class Response { /** * Request. * @var Request */ protected $request; /** * Response content. * @var string */ protected $content; /** * Response HTTP code. * @var integer */ protected $code = 200...
@extends('layouts.master') @section('titolo') {{ trans('labels.switchTitle') }} @endsection @section('stile', 'style.css') @section('left_navbar') <li><a href="{{ route('home') }}">Home</a></li> <li><a href="{{ route('router.index') }}">Routers</a></li> <li class="active"><a href="{{ route('switch.index') }}">Switch...
<?php namespace Craftgate\Model; class CardAssociation { const VISA = 'VISA'; const MASTER_CARD = 'MASTER_CARD'; const AMEX = 'AMEX'; const TROY = 'TROY'; }
<?php namespace App\Http\Controllers; use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Routing\Controller as BaseController; use Illuminate\Foundation\Validation\ValidatesRequests; use Illuminate\Foundation\Auth\Access\AuthorizesRequests; use Illuminate\Http\Request; use Illuminate\Support\Facades\DB; use...
<?php namespace Report\Model; class Ketoan { public $id; public $streakID; public $name; public $sale; public $stage; public $days_in_stage; public $date_created; public $note; public $dealsize; public $cost_plan; public $gp_plan; public $model; public $a...
<?php use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class UsersQuestionsAnswersTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { DB::table('answers')->delete(); DB::table('questions')->delete(); ...
<?php namespace App\Events; use Illuminate\Broadcasting\Channel; use Illuminate\Queue\SerializesModels; use Illuminate\Broadcasting\PrivateChannel; use Illuminate\Broadcasting\PresenceChannel; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Contracts\Bro...
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/featurestore_service.proto namespace Google\Cloud\AIPlatform\V1; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * Details of operations t...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateTaxRunAuthoritiesTable extends Migration { public function up() { Schema::create('tax_run_authorities', function (Blueprint $table) { $table->increments('...
<?php namespace React\Promise\Exception; class LengthException extends \LengthException { }
@extends('layouts.login_register') @section('tittle') <title>{{ __('Restablecimiento Contraseña - ')}}{{ config('app.name', 'Laravel') }}</title> @endsection @section('content') <div class="container-fluid"> <div class="row justify-content-center"> <div class="col-lg-8 col-md-11"> <div cla...
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * TenantApprovals File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @li...
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-2"> <div class="col-sm-6"> <h1>Dahboard</h1> </div> <div clas...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Movie extends Model { public function getTitleAndRating(){ $movie = $this->title . '' . $this->rating; return $movie; } }
<?php // config for Rubik/NotificationManager return [ /* |-------------------------------------------------------------------------- | Subscribable notifications |-------------------------------------------------------------------------- | | All notifications which we would like to be subscr...
@extends('layouts.admin-mirror') @section('main-content') <!-- Page Heading --> <h1 class="h3 mb-4 text-gray-800">{{ __('Profile') }}</h1> @if($message = Session::get('error')) <div class="alert alert-danger border-left-danger" role="alert"> <ul class="pl-4 my-2"> <li>{...
@extends('main') @section('title', '| Welcome') @section('stylesheets') <link rel="stylesheet" type="text/css" href="styles.css"> @endsection @section('content') <div class="row"> <div class ="col-md-12"> <div class="jumbotron"> <h1>Welcome to b...
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="s...
<?php namespace Src\Model; use \PDO; class Rooms { private $bdd; /** * Rooms constructor. */ public function __construct() { $this->bdd = new PDO('mysql:host='.DB_HOST.';dbname=app', DB_USER, DB_PASSWORD); $this->bdd->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)...
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use\App\Info; class InfoController extends Controller { public function store(Request $request) { $this->validate($request, [ 'age' => 'required|integer', 'city' => 'required', 'address' => 'require...
<?php use Illuminate\Database\Seeder; use sis5cs\Profesion; class ProfesionTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { Profesion::create([ 'profesion' => 'LABORES DE CASA', 'estado'=>true ...
<?hh class X { static function g() { } } <<__EntryPoint>> function main_167() { ; echo 'abc' . (string)(X::g()) . 'efg'; }
<?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\HttpKernel\DependencyInjection; use Psr\...
<!doctype html> <html class="x-admin-sm"> <head> <meta charset="UTF-8"> <title>后台登录-X-admin2.2</title> <meta name="renderer" content="webkit|ie-comp|ie-stand"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,use...
@extends("layouts.admin_master") @section("title","All Blogs | Pet Fashion Administration" ) <!-- Bootstrap CSS --> @section("content") <div class="container"> <!-- Start Slider Show Form --> <div class="container"> <!-- /.row --> <div class="row"> <...
<?php namespace Gips\WebBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\Security\Core\SecurityContext; class SecurityController extends Controller { public function loginAction() { $request = $this->getRequest(); $session = $request->getSession(); // ...
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
<?php use Illuminate\Support\Facades\Route; use App\Http\Controllers\EstudianteController; use App\Http\Controllers\ProfesorController; use App\Http\Controllers\CursoController; /* |-------------------------------------------------------------------------- | Web Routes |------------------------------------------------...
<?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...
<?php class ButtonResetBox extends ButtonBox { function ButtonResetBox($text) { $this->ButtonBox($text); } function &create(&$root, &$pipeline) { if ($root->has_attribute("value")) { $text = $root->get_attribute("value"); } else { $text = DEFAULT_RESET_TEXT; }; $box =& new Butto...
</content> <footer class="footer"> <div class="container"> <div class="content has-text-centered"> <p> Developed by <b>Aziz Segaoui</b>, proudly using <b>WordPress</b>. All rights reserved. 2016. </p> </div> </div> </footer> <...
@extends('layouts.app') @section('content') <div class="page-header clearfix"> <h1>Edit Address</h1> </div> <form method="post" action="/addresses/{{$address->id}}"> {{ csrf_field() }} {{ method_field('PUT') }} @include('layouts.partials.errors') <div class="form...
<?php namespace OpenSkool\SecurityBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; class DefaultController extends Controller { /** * @Route("/test") * ...
<?php /* * Copyright 2012 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 use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateCommentsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('comments', fun...
<?php function getAppName(){ return '万家康协同平台'; } function sendCodeSms($mobilephone,$code){ $url = "https://open.ucpaas.com/ol/sms/sendsms"; $json=["sid"=>"8a253ce98d6e5a5722fd933602d27ff3", "token"=>"36f3af0aa3f53eaad77fef7696de9c29", "appid"=>"a59e9c04f8494a1994...
<?php use Faker\Factory as Faker; use App\Models\Group; use App\Repositories\GroupRepository; trait MakeGroupTrait { /** * Create fake instance of Group and save it in database * * @param array $groupFields * @return Group */ public function makeGroup($groupFields = []) { ...
<?php namespace Http; class JsonErrorResponse extends JsonResponse { const ERROR_KEY = 'error'; public function __construct(?string $message = null) { $this->success(false); $this->error($message); } public function success(bool $success): void { if ($success) ...
<?php class B implements ICanJson { /** @var string */ public string $other ='test'; }
<div class="col-md-6 col-lg-4 mb-4"> <div class="servicio_lista service"> <a v-lazy-container="{ selector: 'img' }" href="{{$Route}}"> <img data-src="{{$Entidad->url_img_foto_principal_chica}}" alt="{{$Entidad->descripcion_breve}}" class="servicio_lista_imagen"> </a> <div cla...
<?php namespace User\Controller; use Think\Controller; class PassportController extends Controller { public function login(){ $this->display(); } public function logout(){ $this->show('logout'); } }
@extends('layouts.app') @section('title', "- $project->project_name") @section('content') <h1>{{ $project->project_name }}</h1> <h2>by {{ $project->creator }}</h2> <p>{{ $project->description }}</p> <ul><h3>Project Tasks:</h3> <li><a href="/projects/{{ $project->id }}/new">New</a><br...
@extends('layouts.masterAdmin') @section('content') <h1>Control de puertas</h1> <div class="container"> <div class="row"> <div class="card mb-3"> <div class="card-header"> Acceso a salón </div> <div class="card-body"> <for...
<?php namespace App\Http\Requests; use App\Models\SongVerse; use Gate; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Http\Response; class StoreSongVerseRequest extends FormRequest { public function authorize() { return Gate::allows('song_verse_create'); } public function rules()...
@extends('layouts.app') @section('content') <a href="{{ route('programs.create') }}" class="btn btn-primary mt-5">Add</a> <table class="table table-striped mt-3"> <thead> <tr> <th scope="col">ID</th> <th scope="col">Program name</th> <th scope="col">Description</th> ...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* |-------------------------------------------------------------------------- | Base Site URL |-------------------------------------------------------------------------- | | URL to your CodeIgniter root. Typically this will be your base URL, | WITH...
<?php declare(strict_types=1); namespace App\Providers; use Illuminate\Support\Facades\Blade; use Illuminate\Support\Facades\Redis; use Illuminate\Support\Facades\Schema; use Illuminate\Support\ServiceProvider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. ...
<?php namespace App\Http\Middleware; use Closure; class CheckAuth { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { if ($request->session()...
<?PHP /** * 关闭虚拟机角色 * * http://msdn.microsoft.com/zh-cn/library/azure/jj157195.aspx */ require 'common.php'; use WindowsAzure\Common\ServicesBuilder; use WindowsAzure\Common\ServiceException; use WindowsAzure\ServiceManagement\Models\OperateRoleOptions; try { $serviceManagementRestProxy = ServicesBuilder::get...
<?php /** * 消息函数 * Created by PhpStorm. * User: Administrator * Date: 16-6-27 * Time: 上午10:46 * @author 郑钟良<zzl@ourstu.com> */ /** * send_message 发送消息,屏蔽自己 * @param $to_uids 接收消息的用户们 * @param string $title 消息标题 * @param string $content 消息内容 * @param string $url 消息指向的路径,U函数的第一个参数 * @param array $url_args...
<?php use kartik\grid\GridView; use yii\helpers\ArrayHelper; use yii\helpers\Html; use kartik\export\ExportMenu; ?> <div class="container"> <div class="col-sm-12"> <div class="sell_estimate_list_view"> <div class="row property-listing-top-title"> <div class="col-sm-6...
@extends('admin.layout.index') @section('content') <!-- Page Content --> <div id="page-wrapper"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Đường/Phố <small>Danh sách</small> </h1> ...
<?php namespace MacGruber11\ff_model; class SkeletonClass { /** * Create a new Skeleton Instance */ public function __construct() { // constructor body } /** * Friendly welcome * * @param string $phrase Phrase to return * * @return string Returns the phr...
<?php namespace Google\AdsApi\AdManager\v201902; /** * This file was generated from WSDL. DO NOT EDIT. */ class UserDomainTargetingErrorReason { const INVALID_DOMAIN_NAMES = 'INVALID_DOMAIN_NAMES'; const UNKNOWN = 'UNKNOWN'; }
<?php /** * Copyright Shopgate 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 to ...
<!doctype html> <html> <head> <title>harviacode.com - codeigniter crud generator</title> <link rel="stylesheet" href="<?php echo base_url('assets/bootstrap/css/bootstrap.min.css') ?>"/> <style> body{ padding: 15px; } </style> </head> <b...
<?php use yii\helpers\Html; /* @var $this yii\web\View */ $this->title = Yii::t('app', 'Редактирование: {nameAttribute}', [ 'nameAttribute' => $model->flat . ($model->house ? (', '.$model->house->name) : ''), ]); $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Квартиры'), 'url' => ['index']]; $this-...
<!-- Incluindo o template --> @extends('layouts.app') <!-- Função section do blade, é aqui que entra o conteúdo personalizado da página --> @section('content') <section class="container d-flex flex-column"> <div class="row justify-content-center"> <div class="col-6"> <h2 class="pb-2">Cadastro d...
<?php function quicky_block_section($params, $content, $compiler) { $block_name = 'section'; $params = $compiler->_parse_params($params); if (!isset($params['name'])) { return $compiler->_syntax_error('Missing parameter \'name\' in section tag.'); } if (!isset($params['loop'])) { return $compiler->_syntax_...
@extends('layouts.app') @section('pagecss') <link href="{{ asset('lib/prismjs/themes/prism-vs.css') }}" rel="stylesheet"> <link href="{{ asset('lib/datatables.net-dt/css/jquery.dataTables.min.css') }}" rel="stylesheet"> <link href="{{ asset('lib/datatables.net-responsive-dt/css/responsive.dataTables.min.css') ...
<?php /* forms/fields/input/group/group.html.twig */ class __TwigTemplate_1ed72ee9528be8cdffe82074e47a0a82f66da8f066bf8f6911361c34e5dba41c extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->blocks = array( 'group' => array...
<?php /** * @copyright Frederic G. Østby * @license http://www.makoframework.com/license */ namespace mako\tests\integration\database\midgard; use mako\database\midgard\traits\exceptions\StaleRecordException; use mako\database\midgard\traits\OptimisticLockingTrait; use mako\tests\integration\ORMTestCase; use ma...
<?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\Test\Cli\Cli\Console; use CliTester; ...
<?php $pageTitle = "ag-Grid Row Models: The Server-side Row Model"; $pageDescription = "ag-Grid is a feature-rich datagrid available in Free or Enterprise versions. There are four available Row Models, the Server-side Row Model is arguably the most powerful giving the ultimate 'big data' user experience. Users navigate...
<?php /** * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force ...
<?php // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // 15/07/2021 // Rodrigo Silva // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // +++++++++++++++++++++++++++++++++++++++++++++++++++...