text stringlengths 2 1.03M |
|---|
<?php
declare(strict_types=1);
namespace Neighborhoods\Buphalo\V1\StringMap;
use Neighborhoods\Buphalo\V1\StringMapInterface;
interface FactoryInterface
{
public function create(): StringMapInterface;
} |
<?php declare(strict_types=1);
/**
* This file is part of the Propel package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
namespace Propel\Generator\Model;
use Propel\Common\Collection\Map;
use Propel\G... |
<?php
namespace Wontonee\Razorpay\Http\Controllers;
use Webkul\Checkout\Facades\Cart;
use Webkul\Sales\Repositories\OrderRepository;
use Webkul\Sales\Repositories\InvoiceRepository;
use Illuminate\Http\Request;
use Razorpay\Api\Api;
use Razorpay\Api\Errors\SignatureVerificationError;
class RazorpayController exten... |
<?php
Class PageData {
static function extract_closest_siblings($siblings, $file_path) {
$neighbors = array();
# flip keys/values
$siblings = array_flip($siblings);
# store keys as array
$keys = array_keys($siblings);
$keyIndexes = array_flip($keys);
if(!empty($siblings) && isset($sibli... |
<?php
namespace App\Http\Controllers\Frontend\Auth;
use App\Events\Frontend\Auth\UserLoggedIn;
use App\Events\Frontend\Auth\UserLoggedOut;
use App\Exceptions\GeneralException;
use App\Helpers\Auth\Auth;
use App\Helpers\Frontend\Auth\Socialite;
use App\Http\Controllers\Controller;
use App\Http\Utilities\NotificationIo... |
<?php
/* Welcome to Bones :)
This is the core Bones file where most of the
main functions & features reside. If you have
any custom functions, it's best to put them
in the functions.php file.
Developed by: Eddie Machado
URL: http://themble.com/bones/
- head cleanup (remove rsd, uri links, junk css, ect)
- enqueue... |
<?php
final class PhabricatorMacroCapabilityManage
extends PhabricatorPolicyCapability {
const CAPABILITY = 'macro.manage';
public function getCapabilityKey() {
return self::CAPABILITY;
}
public function getCapabilityName() {
return pht('Can Manage Macros');
}
public function describeCapabili... |
<?php
//管理用户信息
//
header('Content-Type:text/json;charset=utf-8');
session_start();
require_once('config.php');
if(isset($_POST['action'])) {
$action = $_POST['action'];
if ($action == 'user') {
//查询用户信息
if (!isset($_SESSION['uid']))
exit();
$uid = $_SESSION['uid'];
... |
<!-- Absensiku -->
<!-- <div class="col-md-3 col-sm-3 col-xs-12"> -->
<div class="x_panel tile fixed_height_400">
<div class="x_title">
<h2>
<a><i class="fas fa-check-square"></i> Daftar Kehadiran Anda</a>
</h2>
<div class="clearfix"></div>
</div>
<div class="x_content">
<?php
$nama_bulan = [
... |
<?php
namespace App\Http\Controllers\Admin;
use Illuminate\Support\Facades\Storage;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Model\Admin\AssistChaplain;
use Image;
use Carbon\Carbon;
class AssistChaplainController extends Controller
{
public function __construct()
{
$... |
<?php
namespace Nazmulpcc\LaravelSms\Enums;
interface SmsStatus
{
const SUCCESS = 'success';
const FAILED = 'failed';
const REJECTED = 'rejected';
const QUEUED = 'queued';
const DELIVERED = 'delivered';
} |
<?php
/**
* Single product short description
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product/short-description.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* ... |
<?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... |
@extends('layouts.app')
@section('content')
<!-- <section class="page-header standarti"></section> -->
<!-- <section class="page">
<div class="container">
<div class="content">
<div class="d-flex justify-content-center">
<div class="col-8 text-center">
<di... |
<?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
/*
|--------------------------------------------------------------------------
| Create The Application
|--------------------------------------------------------------------------
|
| The first thing we will do is create a new Laravel application instance
| which serves as the "glue" for all the components of La... |
<?php
/**
+-----------------------------------------------------------------------+
| This file is part of the Roundcube Webmail client |
| |
| Copyright (C) 2008-2013, The Roundcube Dev Team |
| ... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Agency;
use App\Facility;
use File;
use Image;
class ManageController extends Controller
{
public function showAgencyList()
{
$agencies = Agency::all();
return view('admin/manage/age... |
<?php
use frontend\assets\AppAsset;
/* @var $this \yii\web\View */
AppAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="<?= Yii::$app->language ?>" ng-app="app">
<head>
<meta charset="<?= Yii::$app->charset ?>">
<meta name="viewport" content="width=device-... |
<?php
// Generated by Zend Framework 2
return array(
'GlobalCal\Module' => __DIR__ . '/Module.php',
'GlobalCal\Controller\Plugin\Acl' => __DIR__ . '/src/GlobalCal/Controller/Plugin/Acl.php',
'GlobalCal\Exception\ErrorException' => __DIR__ . '... |
<?php
namespace App;
use Illuminate\Notifications\Notifiable;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Database\Eloquent\SoftDeletes;
class User extends Authenticatable
{
use Notifiable;
use SoftDeletes;
protected $dates = ['deleted_at'];
/**
* The attributes that ... |
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="@lang('app.sometimes_creating_a_blog_short')">
<meta property="og:url" content="{{ config('a... |
<!DOCTYPE html>
<html lang="en">
<?php $this->load->view('commons/header');?>
<script>
$(document).ready(function () {
$('#signup_form').validate({
errorClass: "alert alert-danger",
errorElement: "label",
rules: {
name: {required: true},
em... |
<?php
return [
'debug' => false,
'orm.auto_generate_proxies' => false,
'db.options' => [
'driver' => 'pdo_pgsql',
'host' => getenv('POSTGRES_PORT_5432_TCP_ADDR'),
'port' => getenv('POSTGRES_PORT_5432_TCP_PORT'),
'dbname' => getenv('POSTGRES_DB'),
'us... |
<?php
/*
* Kimkëlen - School Management Software
* Copyright (C) 2013 CeSPI - UNLP <desarrollo@cespi.unlp.edu.ar>
*
* This file is part of Kimkëlen.
*
* Kimkëlen is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2.0 as published by
* the Free Softwar... |
@if (count($errors)>0)
@foreach($errors as $error)
<div class="alert alert-danger">{{$error}}</div>
@endforeach
@endif
@if (session('success'))
<div class="alert alert-success">
{{session('success')}}
</div>
@endif
@if (session('error'))
<div class="alert alert-danger">
{{session('error')}}
</di... |
<?php
/*
* Copyright 2022 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 agre... |
<?php
/*
* Copyright 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
@extends('layout.simulator_navbar')
@section('content')
<div class="container-fluid" id="getActive" active="{{ route('MyTrade') }}">
<div class="row my-5"></div>
<div class="row my-2"></div>
<div class="row mt-3">
<div class="col-sm-2 col-md-3 d-inline-block d-lg-none d-xl-none" style="background-c... |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Common styles for the pmahomme theme
*
* @package PhpMyAdmin-theme
* @subpackage PMAHomme
*/
// unplanned execution path
if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
exit();
}
?>
/*****************************************************... |
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Siswa extends Model
{
protected $table ='siswa';
protected $fillable = ['nama_depan','nama_belakang','jenis_kelamin','agama','alamat','avatar','user_id','kelas_id'];
public function getAvatar()
{
if(!$this->avatar){
return... |
<?php $render('header'); ?>
<div class="container">
<form class="form-control" method="POST" action="<?= $base; ?>/imagem/inserir" enctype="multipart/form-data">
<div class="mb-3">
<label for="imagem" class="form-label">Nome Arquivo</label>
<input type="file" class="form-control" id... |
<?php
/* @var $this TblBloqueoController */
/* @var $model TblBloqueo */
/* @var $form CActiveForm */
?>
<div class="wide form">
<?php $form=$this->beginWidget('CActiveForm', array(
'action'=>Yii::app()->createUrl($this->route),
'method'=>'get',
)); ?>
<div class="row">
<?php echo $form->label($model,'id'); ?>
... |
<?php
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\AgenceController;
use App\Http\Controllers\ProprieteController;
use App\Http\Controllers\ProprietaireController;
/*
|--------------------------------------------------------------------------
| Web Routes
|-------------------------------------------... |
<?php
namespace common\models;
use common\models\query\ProjectUserQuery;
use yii\db\ActiveQuery;
use yii\db\ActiveRecord;
/**
* This is the model class for table "project_user".
*
* @property int $id
* @property int $project_id
* @property int $user_id
* @property string $role
*
* @property Project $project
... |
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class UpgradeRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* Get th... |
@extends('layouts.main')
@section('css')
<link rel="stylesheet" href="{{ asset('assets/stisla/modules/summernote/summernote-bs4.css') }}">
@endsection
@section('content')
<section class="section">
<div class="section-header">
<h1>Edit Alternatif Kriteria</h1>
</div>
<form method="POST" action="... |
<?php
// This file is auto-generated, don't edit it. Thanks.
namespace AlibabaCloud\SDK\BssOpenApi\V20171214\Models\QueryAccountTransactionDetailsResponseBody\data\accountTransactionsList;
use AlibabaCloud\Tea\Model;
class accountTransactionsList extends Model
{
/**
* @var string
*/
public $billin... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\User;
class ExploreController extends Controller
{
public function __invoke() {
return view('explore', [
'users' => User::paginate(5)
]);
}
} |
<?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... |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<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,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<met... |
<?php
namespace App\Http\Resources\Tutorials;
use Illuminate\Http\Resources\Json\JsonResource;
class MediaResource extends JsonResource
{
/**
* Transform the resource into an array.
*
* @param \Illuminate\Http\Request $request
* @return array
*/
public function toArray($request)
... |
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateModalidadesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('modalidades... |
<?php
namespace ANavallaSuiza\Ecommerce\Product\Models;
use Illuminate\Database\Eloquent\Model;
class OptionTranslation extends Model
{
/**
* The database table used by the model.
*
* @var string
*/
protected $table = 'products_options_translations';
public $timestamps = false;
} |
<?php
/*
* This file is part of the Dektrium project.
*
* (c) Dektrium project <http://github.com/dektrium/>
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/
use dektrium\user\migrations\Migration;
use yii\db\Schema;
/**
* @a... |
@extends('master')
@section('content')
<div class="row">
{{-- <div class="col-3 col-s-3 menu">
</div> --}}
{{-- <div class="col-9 col-s-9"> --}}
<h1>Casino online</h1>
{{-- <img src="/DataTemplate/image/casino.jpg" wid... |
<?php
session_start();
include './config/connection.php';
if ($_SESSION["USER_NAME"] == "") {
// print_r($_SESSION);
echo "<script>window.location='logout.php'</script>";
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edg... |
<?php
defined('BASEPATH') or exit('No direct script access allowed');
class Umkm_model extends CI_Model
{
public $table = 'umkm';
public $id = 'umkm.id_umkm';
public function __construct()
{
parent::__construct();
}
public function get($num, $start)
{
$this->db->from($this... |
<?php
/*
*
* Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this li... |
<?
$MESS["CRM_REPORT_SALES_DYNAMIC_BOARD_FILTER_DEAL_FIELDS_POSTFIX"] = "(deals)";
$MESS["CRM_REPORT_SALES_DYNAMIC_LAST_30_DAYS_FILTER_PRESET_TITLE"] = "Last month";
$MESS["CRM_REPORT_SALES_PERIOD_COMPARE_PREVIOUS_PERIOD"] = "Previous period";
?> |
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- 设置标题 -->
<titl... |
@extends('admin.admin_master')
@section('admin')
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<div class="container-full">
<section class="content">
<!-- Basic Forms -->
<div class="box">
<div class="box-header with-bor... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class BlogTags extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('blog_tags', function (Blueprint $table) {
$table->in... |
<?php
use Illuminate\Database\Seeder;
class VideoSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
factory(\App\video::class , 10)->create();
}
} |
<?php
namespace Invokers;
class Father extends Show
{
public function invoke()
{
\application::getInstance()->getCurrentPath()->father();
parent::invoke();
}
} |
<!-- Reference block for JS -->
<div class="ref" id="ref">
<div class="color-primary"></div>
<div class="chart">
<div class="color-primary"></div>
<div class="color-secondary"></div>
</div>
</div>
<<script>
<... |
<?php namespace Admin\Database\Migrations;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
/**
*
*/
class createAssignableLogsTable extends Migration
{
public function up()
{
Schema::create('assignable_logs', function (Bl... |
<?php
namespace App\DataFixtures;
use App\Entity\Comment;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Faker\Factory;
class CommentFixtures extends Fixture implements DependentFixtureInterface
{
private $faker;... |
<?php
namespace Database\Factories;
use App\Models\Message;
use Illuminate\Database\Eloquent\Factories\Factory;
class MessageFactory extends Factory
{
/**
* The name of the factory's corresponding model.
*
* @var string
*/
protected $model = Message::class;
/**
* Define the mode... |
<?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
| ... |
@extends('marketing.front')
@section('content')
<br>
<h5>Detail POM</h5>
<br>
<table cellpadding="10" class="table-striped">
<tr>
<td>Nama Proyek</td>
<td>:</td>
<td>{{ $pom['nama_proyek'] }}</td>
</tr>
<tr>
<td>Programmer Proyek</td>
<td>:</td>
<td>{{ $pom['programmer_proyek'] }}</td>
</tr>
<tr... |
<?php return array (
'root' =>
array (
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'aliases' =>
array (
),
'reference' => NULL,
'name' => 'codeigniter/framework',
),
'versions' =>
array (
'codeigniter/framework' =>
array (
'pretty_version' ... |
<?php
/**
* Lithium: the most rad php framework
*
* @copyright Copyright 2013, Union of RAD (http://union-of-rad.org)
* @license http://opensource.org/licenses/bsd-license.php The BSD License
*/
namespace lithium\tests\cases\g11n\catalog\adapter;
use Exception;
use lithium\core\Libraries;
use lithium\g... |
<?php
if($peticionAjax){
require_once "../modelos/loginModelo.php";
}else{
require_once "./modelos/loginModelo.php";
}
class loginControlador extends loginModelo{
/* CONTROLADOR INICIAR SESION */
public function iniciar_sesion_controlador(){
$curp=mainModel::limpiar_cadena($_POST['curp_personal_log']... |
@extends('layout')
@section('content')
<link href="{{ asset('css/welcome.css') }}" rel="stylesheet">
<div class="container maincontent bottom_margin">
<div class="row justify-content-center">
<h2>Welkom</h2>
</div>
<div class="row justify-content-center">
</div>
... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Profile extends Model
{
protected $table = 'profile';
protected $fillable = [
'nama', 'alamat', 'notelp'
];
} |
<br>
<br>
<div class="row">
<div class="col-lg-12">
<h2>Products CRUD
<div class="pull-right">
<a class="btn btn-primary" href="<?php echo base_url(); ?>products/create"> Create New Product</a>
</div>
</h2>
</div>
</div>
<div class="tab... |
<?php
namespace App\Containers\Plot\Tasks;
use App\Containers\Plot\Data\Repositories\PlotRepository;
use App\Ship\Exceptions\UpdateResourceFailedException;
use App\Ship\Parents\Tasks\Task;
use Exception;
/**
* Class UpdatePlotTask
*
* @author Sebastian Weckend <sebastian.weckend@posteo.de>
*/
class UpdatePlotTas... |
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => 'C:/wamp64/www/DMDExhibitions/system/blueprints/flex/user-groups.yaml',
'modified' => 1624051906,
'data' => [
'title' => 'User Groups',
'description' => 'Manage your User Groups in Flex.',
'type' => ... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateUsersTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('users', function ... |
@extends('layouts.master')
@section('filter')
<a href="{{Request::header('referer')}}" type="button" class="btn btn-warning btn-block"><span class="glyphicon glyphicon-circle-arrow-left"></span> zurück...</a>
@stop
@section('content')
<div class="jumbotron">
<div class="row">
<div class="col-md-10">
<h2>... |
<?php
namespace App\Exports;
use App\Models\Zona;
use App\Models\Permiso;
use App\Models\Colonia;
use Maatwebsite\Excel\Concerns\FromView;
use Illuminate\Contracts\View\view;
use Maatwebsite\Excel\Facades\Excel;
use DB;
class ZonaExport implements FromView
{
/**
* @return \Illuminate\Support\Collection
*/... |
<?php
namespace TaskManagement\Http;
use TaskManagement\Service\TaskServiceInterface;
class HomeHttpHandler extends HttpHandlerAbstract
{
public function index()
{
if (!isset($_SESSION['id'])) {
$this->render("home/index");
} else {
$this->redirect("dashboard.php");
... |
<?php
declare(strict_types=1);
namespace Ingenico\Connect\Model\Ingenico\Status\Refund\Handler;
use Ingenico\Connect\Model\Ingenico\Status\Refund\HandlerInterface;
use Ingenico\Connect\Sdk\Domain\Refund\Definitions\RefundResult;
use Magento\Framework\Exception\LocalizedException;
use Magento\Sales\Api\Data\Creditmem... |
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use T... |
<?php
namespace NiuGengYun\EasyTBK\taobao\request;
use NiuGengYun\EasyTBK\taobao\RequestCheckUtil;
/**
* TOP API: taobao.tbk.uatm.favorites.get request
*
* @author auto create
* @since 1.0, 2018.10.10
*/
class TbkUatmFavoritesGetRequest
{
/**
* 需要返回的字段列表,不能为空,字段名之间使用逗号分隔
**/
private $fields;
... |
<?php declare(strict_types=1);
namespace App\Model\Entity;
use Swoft\Db\Annotation\Mapping\Column;
use Swoft\Db\Annotation\Mapping\Entity;
use Swoft\Db\Annotation\Mapping\Id;
use Swoft\Db\Eloquent\Model;
/**
*
* Class TUserRole
*
* @since 2.0
*
* @Entity(table="t_user_role")
*/
class TUserRole extends Mode... |
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</tit... |
<?php
// This file has been auto-generated by the Symfony Cache Component.
return [[
'Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController' => 0,
'[C]Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController' => 1,
'Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23set... |
<?php
use app\models\general\GeneralLabel;
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\LaporanPenyertaanKejohananPegawai */
$this->title = GeneralLabel::tambah.' '.GeneralLabel::atlet;
$this->params['breadcrumbs'][] = ['label' => GeneralLabel::atlet, 'url' => ['index']];
$this->p... |
<?php
/**
* ALIPAY API: alipay.marketing.card.activateurl.apply request
*
* @author auto create
* @since 1.0, 2017-03-13 15:27:54
*/
namespace alipaypc\request;
class AlipayMarketingCardActivateurlApplyRequest
{
/**
* 会员卡领卡链接获取接口
**/
private $bizContent;
private $apiParas = array();
private $terminalType... |
@extends('layouts.plantillaBase')
@section('contenido')
<div class="container text-dark">
<h2>Agregar Cliente</h2>
<form action="/clientes" method="POST">
@csrf
<div class="mb-3">
<label for="" class="form-label">Numero de CI</label>
<input id="ci" name="ci" type="text"... |
<?php
/**
* Copyright (C) 2005, 2006, 2007, 2008 Brice Burgess <bhb@iceburg.net>
*
* This file is part of poMMo (http://www.pommo.org)
*
* poMMo 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; eith... |
@extends('layouts.app')
@section('content')
<div class="container">
<div class="row" >
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-success">
<div class="panel-heading">Dashboard</div>
<!-- Start of panel 1.This holds the icons to Houses,Bill... |
<?php
namespace app\models;
use app\helpers\Normalize;
use app\models\queries\CampsQuery;
use app\models\queries\TagsTypesQuery;
use Yii;
use yii\db\ActiveQuery;
use yii\db\ActiveRecord;
use yii\helpers\ArrayHelper;
use yii\helpers\Url;
/**
* This is the model class for table "{{%tags_places}}".
*
* @property int... |
<?php
namespace Detail\FileConversion\Processing\Exception;
class RuntimeException extends \RuntimeException implements
ExceptionInterface
{
} |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Record extends Model
{
use HasFactory;
protected $fillable = [
'fname',
'lname',
'email'
];
} |
@extends('layouts.app')
@section('content')
<div class="container">
<div class="row">
@include('admin.sidebar')
<div class="col-md-9">
<div class="panel panel-default">
<div class="panel-heading">JenisSurat {{ $jenissurat->id }}</div>
... |
<?php
/**
*
*
* @link https://opentechcalendar.co.uk/ This is the software for Open Tech Calendar!
* @link https://gitlab.com/opentechcalendar You will find it's source here!
* @license https://gitlab.com/opentechcalendar/opentechcalendar/blob/master/LICENSE.txt 3-clause BSD
* @copyright (c) JMB Technology Limit... |
<!DOCTYPE html>
<html lang="es">
<head>
<title>Inicio</title>
<?php include './inc/link.php'; ?>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="assets/css2/bootstrap.min.css">
<!-- Customizable CSS -->
<link rel="stylesheet" href="assets2/css/main.css">
<link rel="stylesh... |
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class TestApiController extends Controller
{
public function test()
{
// $data = [
// 'siswa'=>\App\Student::paginate(1),
// ];
// return $data;
return \App\Student::paginate(1);
// $data = [
... |
@extends('Dashboard::master')
@section('breadcrumb')
<li><a href="{{ route('users.index') }}" title="کاربر">کاربر</a></li>
<li><a href="#" title="ویرایش">ویرایش</a></li>
@endsection
@section('content')
<div class="row no-gutters margin-bottom-20">
<div class="col-12 bg-white">
<p class="box__title... |
<?php
/**
* Custom utility functions
*
* @author Tommy Teasdale <tteasdaleroads@gmail.com>
* @license MIT
* @copyright 2016-2017 Tommy Teasdale
*/
/**
* A split method that supports unicode characters
*
* @param string $str
* @param integer $l
* @return string
*
* @see \Apine\Utility\StringManipulation::s... |
<?php
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to plac... |
<div class="container-fluid">
<div class="d-sm-flex justify-content-between align-items-center mb-4">
<h3 class="text-dark mb-0"></h3></div>
<div class="row"><br>
<div class="col-lg-10" style="float:none;margin:auto;">
... |
<?php
/*
* This file is part of the Runalyze Device List.
*
* (c) RUNALYZE <mail@runalyze.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Runalyze\Devices\Device;
class CorosUnknown extends AbstractDevice
{
use CorosDeviceTr... |
<?php
namespace Drupal\content_moderation\Plugin\Validation\Constraint;
use Drupal\content_moderation\Entity\ModerationState as ModerationStateEntity;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\... |
<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It is a breeze. Simply tell Lumen the URIs it should respond t... |
<?php
/* @var $this yii\web\View */
$this->title = 'Contacts';
?>
<div class="site-index">
<div class="jumbotron">
<h1>Welcome to my contacts list</h1>
<p><a class="btn btn-lg btn-success" href="/index.php/person/index">Go to List</a></p>
</div>
<div class="body-content">
... |
<?php
namespace backend\models;
use Yii;
use Yii\db\connection;
class AdminModel
{
/**
* Issuing a book involves the following steps:
* - Inserting a record in the issue table for the book/user
* - Deleting the corresponding request record from the request table
* - Decrementing the available number ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.