repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/checkboxbutton.blade.php
resources/views/form/checkboxbutton.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($column) ?: 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}" id="{{$id}}"> @include('admin::form.error') <div class="btn-group checkbox-group...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/map.blade.php
resources/views/form/map.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id['lat']}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <div id="map_{{$id['lat'].$id['lng']...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/radiobutton.blade.php
resources/views/form/radiobutton.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <div class="btn-group radio-group-toggle"> ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/radiocard.blade.php
resources/views/form/radiocard.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <div class="card-group radio-group-toggle">...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/hasmany.blade.php
resources/views/form/hasmany.blade.php
<div class="row"> <div class="{{$viewClass['label']}}"><h4 class="pull-right">{{ $label }}</h4></div> <div class="{{$viewClass['field']}}"></div> </div> <hr style="margin-top: 0px;"> <div id="has-many-{{$column}}" class="has-many-{{$column}}"> <div class="has-many-{{$column}}-forms"> @foreach($...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/slider.blade.php
resources/views/form/slider.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <input type="text" class="{{$class}}" name=...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/keyvalue.blade.php
resources/views/form/keyvalue.blade.php
<div class="{{$viewClass['form-group']}}"> <label class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> <table class="table table-hover"> <thead> <tr> <th>{{ __('Key') }}</th> <th>{{ __('Value') }}...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/editor.blade.php
resources/views/form/editor.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <textarea class="form-control {{$class}}" i...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/hasmanytab.blade.php
resources/views/form/hasmanytab.blade.php
<style> .nav-tabs > li:hover > i{ display: inline; } .close-tab { position: absolute; font-size: 10px; top: 2px; right: 5px; color: #94A6B0; cursor: pointer; display: none; } </style> <div id="has-many-{{$column}}" class="nav-tabs-custom ha...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/hidden.blade.php
resources/views/form/hidden.blade.php
<input type="hidden" name="{{$name}}" value="{{$value}}" class="{{$class}}" {!! $attributes !!} />
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/footer.blade.php
resources/views/form/footer.blade.php
<div class="box-footer"> {{ csrf_field() }} <div class="col-md-{{$width['label']}}"> </div> <div class="col-md-{{$width['field']}}"> @if(in_array('submit', $buttons)) <div class="btn-group pull-right"> <button type="submit" class="btn btn-primary">{{ trans('admin.submit')...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/datetimerange.blade.php
resources/views/form/datetimerange.blade.php
<div class="{{$viewClass['form-group']}} {!! ($errors->has($errorKey['start']) || $errors->has($errorKey['end'])) ? 'has-error' : '' !!}"> <label for="{{$id['start']}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> <div class="row"> ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/embeds.blade.php
resources/views/form/embeds.blade.php
<div class="row"> <div class="{{$viewClass['label']}}"><h4 class="pull-right">{{ $label }}</h4></div> <div class="{{$viewClass['field']}}"></div> </div> <hr style="margin-top: 0px;"> <div id="embed-{{$column}}" class="embed-{{$column}}"> <div class="embed-{{$column}}-forms"> <div class="embed-{...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/input.blade.php
resources/views/form/input.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <div class="input-group"> @if ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/switchfield.blade.php
resources/views/form/switchfield.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <input type="checkbox" class="{{$class}} la...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/filepicker.blade.php
resources/views/form/filepicker.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}} picker-{{ $column }}"> @include('admin::form.error') <div class="picker-fil...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/hasmanytable.blade.php
resources/views/form/hasmanytable.blade.php
<style> td .form-group { margin-bottom: 0 !important; } </style> <div class="row"> <div class="{{$viewClass['label']}}"><h4 class="pull-right">{{ $label }}</h4></div> <div class="{{$viewClass['field']}}"> <div id="has-many-{{$column}}" style="margin-top: 15px;"> <table class...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/row.blade.php
resources/views/form/row.blade.php
<div class="row"> @foreach($fields as $field) <div class="col-md-{{ $field['width'] }}"> {!! $field['element']->render() !!} </div> @endforeach </div>
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/rate.blade.php
resources/views/form/rate.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <div class="input-group" style="width: 150p...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/captcha.blade.php
resources/views/form/captcha.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <div class="input-group" style="width: 250p...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/error.blade.php
resources/views/form/error.blade.php
@if(is_array($errorKey)) @foreach($errorKey as $key => $col) @if($errors->has($col.$key)) @foreach($errors->get($col.$key) as $message) <label class="control-label" for="inputError"><i class="fa fa-times-circle-o"></i> {{$message}}</label><br/> @endforeach @en...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/checkboxcard.blade.php
resources/views/form/checkboxcard.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($column) ?: 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}" id="{{$id}}"> @include('admin::form.error') <div class="card-group checkbox-grou...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/form/textarea.blade.php
resources/views/form/textarea.blade.php
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}"> <label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label> <div class="{{$viewClass['field']}}"> @include('admin::form.error') <textarea name="{{$name}}" class="form-cont...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/tree/branch.blade.php
resources/views/tree/branch.blade.php
<li class="dd-item" data-id="{{ $branch[$keyName] }}"> <div class="dd-handle"> {!! $branchCallback($branch) !!} <span class="pull-right dd-nodrag"> <a href="{{ url("$path/$branch[$keyName]/edit") }}"><i class="fa fa-edit"></i></a> <a href="javascript:void(0);" data-id="{{ $br...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/table.blade.php
resources/views/grid/table.blade.php
<div class="box grid-box"> @if(isset($title)) <div class="box-header with-border"> <h3 class="box-title"> {{ $title }}</h3> </div> @endif @if ( $grid->showTools() || $grid->showExportBtn() || $grid->showCreateBtn() ) <div class="box-header with-border"> <div class="pull-right"> ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/selector.blade.php
resources/views/grid/selector.blade.php
<style> .grid-selector .wrap { position: relative; line-height: 34px; border-bottom: 1px dashed #eee; padding: 0 30px; font-size: 13px; overflow:auto; } .grid-selector .wrap:last-child { border-bottom: none; } .grid-selector .select-label { ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/fixed-table.blade.php
resources/views/grid/fixed-table.blade.php
<div class="box"> @if(isset($title)) <div class="box-header with-border"> <h3 class="box-title"> {{ $title }}</h3> </div> @endif @if ( $grid->showTools() || $grid->showExportBtn() || $grid->showCreateBtn() ) <div class="box-header with-border"> <div class="pull-right"> ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/quick-search.blade.php
resources/views/grid/quick-search.blade.php
<form action="{!! $action !!}" pjax-container style="display: inline-block;"> <div class="input-group input-group-sm" style="display: inline-block;"> <input type="text" name="{{ $key }}" class="form-control grid-quick-search" style="width: 200px;" value="{{ $value }}" placeholder="{{ $placeholder }}"> ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/batch-actions.blade.php
resources/views/grid/batch-actions.blade.php
@if(!$holdAll) <div class="btn-group {{ $all }}-btn" style="display:none;margin-right: 5px;"> <a class="btn btn-sm btn-default hidden-xs"><span class="selected"></span></a> <button type="button" class="btn btn-sm btn-default dropdown-toggle" data-toggle="dropdown"> <span class="caret"></span> <s...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/empty-grid.blade.php
resources/views/grid/empty-grid.blade.php
<tr> <td colspan="{{ $grid->visibleColumns()->count() }}" class="empty-grid" style="padding: 100px;text-align: center;color: #999999"> <svg t="1562312016538" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2076" width="128" height="128" style="fill: #...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/image.blade.php
resources/views/grid/image.blade.php
<div class="box"> <div class="box-header"></div> {!! $grid->renderFilter() !!} <div class="box-body table-responsive no-padding"> <ul class="image clearfix"> @foreach($grid->rows() as $row) <li> <label> {!! $row->column($key) !!} ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/total-row.blade.php
resources/views/grid/total-row.blade.php
<tfoot> <tr> @foreach($columns as $column) <td class="{{ $column['class'] }}">{!! $column['value'] !!}</td> @endforeach </tr> </tfoot>
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/quick-create/multipleselect.blade.php
resources/views/grid/quick-create/multipleselect.blade.php
<style> .quick-create .select2-selection--multiple { padding: 0 !important; height: 30px !important; width: 200px !important; min-height: 30px !important; } </style> <div class="input-group input-group-sm"> <select class="form-control {{$class}}" style="width: 100%;" name="{...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/quick-create/select.blade.php
resources/views/grid/quick-create/select.blade.php
<style> .quick-create .select2-selection--single { padding: 3px 12px !important; height: 30px !important; width: 150px !important; } </style> <div class="input-group input-group-sm"> <select class="form-control {{$class}}" style="width: 100%;" name="{{$name}}" {!! $attributes !!} > ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/quick-create/text.blade.php
resources/views/grid/quick-create/text.blade.php
<div class="input-group input-group-sm"> <input {!! $attributes !!} placeholder="{{ $label }}"/> </div>
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/quick-create/date.blade.php
resources/views/grid/quick-create/date.blade.php
<div class="input-group input-group-sm"> <input style="width: 125px;" {!! $attributes !!} placeholder="{{ $label }}" /> </div>
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/quick-create/form.blade.php
resources/views/grid/quick-create/form.blade.php
<thead> <tr class="quick-create"> <td colspan="{{ $columnCount }}" style="height: 47px;padding-left: 57px;background-color: #f9f9f9; vertical-align: middle;"> <span class="create" style="color: #bdbdbd;cursor: pointer;display: block;"> <i class="fa fa-plus"></i>&nbsp;{{ __('admin.quick_create'...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/datetime.blade.php
resources/views/grid/inline-edit/datetime.blade.php
@extends('admin::grid.inline-edit.comm') @section('field') <input class="form-control ie-input"/> @endsection @section('assert') <style> .ie-content-{{ $name }} .ie-container { height: 290px; } .ie-content-{{ $name }} .ie-input { display: none; } <...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/switch-group.blade.php
resources/views/grid/inline-edit/switch-group.blade.php
<tr style="height: 28px;"> <td><strong><small>{{ $label }}:</small></strong>&nbsp;&nbsp;&nbsp;</td> <td><input type="checkbox" class="{{ $class }}" {{ $checked }} data-key="{{ $key }}" /></td> </tr> <script> $('.{{ $class }}').bootstrapSwitch({ size:'mini', onText: '{{ $states['on']['text'...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/multiple-select.blade.php
resources/views/grid/inline-edit/multiple-select.blade.php
@extends('admin::grid.inline-edit.comm') @section('field') <select name='multiple-select-{{ $name }}' class="form-control ie-input" multiple> @foreach($options as $option => $label) <option name='multiple-select-{{ $name }}' value="{{ $option }}" data-label="{{ $label }}">&nbsp;{{$label}}&nbsp;...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/belongsto.blade.php
resources/views/grid/inline-edit/belongsto.blade.php
<span class="grid-selector" data-toggle="modal" data-target="#{{ $modal }}" key="{{ $key }}" data-val="{{ $original }}"> <a href="javascript:void(0)" class="text-muted"> <i class="fa fa-check-square-o"></i>&nbsp;&nbsp; <span class="text">{{ $value }}</span> </a> </span> <style> .belongsto.modal...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/radio.blade.php
resources/views/grid/inline-edit/radio.blade.php
@extends('admin::grid.inline-edit.comm') @section('field') @foreach($options as $option => $label) <div class="radio icheck"> <label> <input type="radio" name='radio-{{ $name }}' class="minimal ie-input" value="{{ $option }}" data-label="{{ $label }}"/>&nbsp;{{$label}}&nbsp;&nbs...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/select.blade.php
resources/views/grid/inline-edit/select.blade.php
@extends('admin::grid.inline-edit.comm') @section('field') <select name='select-{{ $name }}' class="form-control ie-input"> @foreach($options as $option => $label) <option name='select-{{ $name }}' value="{{ $option }}" data-label="{{ $label }}">&nbsp;{{$label}}&nbsp;&nbsp;</option> @endforeach ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/checkbox.blade.php
resources/views/grid/inline-edit/checkbox.blade.php
@extends('admin::grid.inline-edit.comm') @section('field') @foreach($options as $option => $label) <div class="checkbox icheck"> <label> <input type="checkbox" name='radio-{{ $name }}[]' class="minimal ie-input" value="{{ $option }}" data-label="{{ $label }}"/>&nbsp;{{$label}}&n...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/switch.blade.php
resources/views/grid/inline-edit/switch.blade.php
<input type="checkbox" class="{{ $class }}" {{ $checked }} data-key="{{ $key }}" /> <script> $('.{{ $class }}').bootstrapSwitch({ size:'mini', onText: '{{ $states['on']['text'] }}', offText: '{{ $states['off']['text'] }}', onColor: '{{ $states['on']['color'] }}', offColor: '...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/input.blade.php
resources/views/grid/inline-edit/input.blade.php
@extends('admin::grid.inline-edit.comm') @section('field') <input class="form-control ie-input"/> @endsection @section('assert') <script> @component('admin::grid.inline-edit.partials.popover', compact('trigger')) @slot('content') $template.find('input').attr('value', $trigger.d...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/comm.blade.php
resources/views/grid/inline-edit/comm.blade.php
{{--inline edit popover--}} <span class="ie-wrap"> <a href="javascript:void(0);" class="{{ $trigger }}" data-toggle="popover" data-target="{{ $target }}" data-value="{{ $value }}" data-original="{{ $value }}" data-key="{{ $key }}" data-name="{{ $name ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/upload.blade.php
resources/views/grid/inline-edit/upload.blade.php
<a href='javascript:void(0);' class='text-muted inline-upload-trigger' data-target="{{ $target }}"> <i class="fa fa-upload"></i>&nbsp;{!! $value !!} </a> <div class="hide"> <input type="file" class="inline-upload" id="{{ $target }}" data-key="{{ $key }}" {{ $multiple ? 'multiple' : '' }}/> </div> <script> $('.in...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/textarea.blade.php
resources/views/grid/inline-edit/textarea.blade.php
@extends('admin::grid.inline-edit.comm') @section('field') <textarea class="form-control ie-input" rows="{{ $rows }}"></textarea> @endsection @section('assert') <script> @component('admin::grid.inline-edit.partials.popover', compact('trigger')) @slot('content') $template.fi...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/partials/submit.blade.php
resources/views/grid/inline-edit/partials/submit.blade.php
$(document).off('click', '.ie-content .ie-submit').on('click', '.ie-content .ie-submit', function () { var $popover = $(this).closest('.ie-content'); var $trigger = $popover.data('trigger'); @isset($val) {{ $val }} @else var val = $popover.find('.ie-input').val(); @endisset va...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/inline-edit/partials/popover.blade.php
resources/views/grid/inline-edit/partials/popover.blade.php
$('.{{ $trigger }}').popover({ html: true, container: 'body', trigger: 'manual', placement: function (context, source) { var position = $(source).position(); if (position.left < 100) return "right"; if (position.top < 110) return "bottom"; if ($(window).height() - $(sourc...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/displayer/table.blade.php
resources/views/grid/displayer/table.blade.php
<table class="table table-hover" style="margin-bottom: 0;"> <thead> <tr> @foreach($titles as $column => $title) <th>{{ $title }}</th> @endforeach </tr> </thead> <tbody> @foreach($data as $datum) <tr> @foreach($datum as $key => $value) <td>{{ $value...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/actions/dropdown.blade.php
resources/views/grid/actions/dropdown.blade.php
<div class="grid-dropdown-actions dropdown"> <a href="#" style="padding: 0 10px;" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-ellipsis-v"></i> </a> <ul class="dropdown-menu" style="min-width: 70px !important;box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);border-radius:0;left: -65px;top: ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
z-song/laravel-admin
https://github.com/z-song/laravel-admin/blob/67c441eb78ecc5437e59775d89770cd9c2cb1e05/resources/views/grid/actions/contextmenu.blade.php
resources/views/grid/actions/contextmenu.blade.php
@extends('admin::grid.actions.dropdown') @section('child') <script> $("body").on("contextmenu", "table.grid-table>tbody>tr", function (e) { $('#grid-context-menu .dropdown-menu').hide(); var menu = $(this).find('td.column-__actions__ .dropdown-menu'); var index = $(this).index(); ...
php
MIT
67c441eb78ecc5437e59775d89770cd9c2cb1e05
2026-01-04T15:05:15.717211Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/src/Doctrine/Instantiator/InstantiatorInterface.php
src/Doctrine/Instantiator/InstantiatorInterface.php
<?php declare(strict_types=1); namespace Doctrine\Instantiator; use Doctrine\Instantiator\Exception\ExceptionInterface; /** * Instantiator provides utility methods to build objects without invoking their constructors */ interface InstantiatorInterface { /** * @phpstan-param class-string<T> $className ...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/src/Doctrine/Instantiator/Instantiator.php
src/Doctrine/Instantiator/Instantiator.php
<?php declare(strict_types=1); namespace Doctrine\Instantiator; use ArrayIterator; use Doctrine\Instantiator\Exception\ExceptionInterface; use Doctrine\Instantiator\Exception\InvalidArgumentException; use Doctrine\Instantiator\Exception\UnexpectedValueException; use Exception; use ReflectionClass; use ReflectionExce...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/src/Doctrine/Instantiator/Exception/ExceptionInterface.php
src/Doctrine/Instantiator/Exception/ExceptionInterface.php
<?php declare(strict_types=1); namespace Doctrine\Instantiator\Exception; use Throwable; /** * Base exception marker interface for the instantiator component */ interface ExceptionInterface extends Throwable { }
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
<?php declare(strict_types=1); namespace Doctrine\Instantiator\Exception; use Exception; use ReflectionClass; use UnexpectedValueException as BaseUnexpectedValueException; use function sprintf; /** * Exception for given parameters causing invalid/unexpected state on instantiation */ class UnexpectedValueExceptio...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php
src/Doctrine/Instantiator/Exception/InvalidArgumentException.php
<?php declare(strict_types=1); namespace Doctrine\Instantiator\Exception; use InvalidArgumentException as BaseInvalidArgumentException; use ReflectionClass; use function interface_exists; use function sprintf; use function trait_exists; /** * Exception for invalid arguments provided to the instantiator */ class ...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php
tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTest; use ArrayObject; use Doctrine\Instantiator\Exception\InvalidArgumentException; use Doctrine\Instantiator\Exception\UnexpectedValueException; use Doctrine\Instantiator\Instantiator; use Doctrine\Instantiator\InstantiatorInterface; use DoctrineTes...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTest/Exception/InvalidArgumentExceptionTest.php
tests/DoctrineTest/InstantiatorTest/Exception/InvalidArgumentExceptionTest.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTest\Exception; use Doctrine\Instantiator\Exception\InvalidArgumentException; use Doctrine\Instantiator\InstantiatorInterface; use DoctrineTest\InstantiatorTestAsset\AbstractClassAsset; use DoctrineTest\InstantiatorTestAsset\SimpleTraitAsset; use PHPU...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTest/Exception/UnexpectedValueExceptionTest.php
tests/DoctrineTest/InstantiatorTest/Exception/UnexpectedValueExceptionTest.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTest\Exception; use Doctrine\Instantiator\Exception\UnexpectedValueException; use DoctrineTest\InstantiatorTestAsset\AbstractClassAsset; use Exception; use PHPUnit\Framework\TestCase; use ReflectionClass; use function sprintf; /** * Tests for {@see...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php
tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use BadMethodCallException; use Serializable; /** * Base serializable test asset */ class SimpleSerializableAsset implements Serializable { /** * Constructor - should not be called * * @throws BadMethodCallException ...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/SerializableFinalInternalChildAsset.php
tests/DoctrineTest/InstantiatorTestAsset/SerializableFinalInternalChildAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use ArrayIterator; /** * @template TValue * @template-extends ArrayIterator<int, TValue> */ final class SerializableFinalInternalChildAsset extends ArrayIterator { }
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/UnserializeExceptionArrayObjectAsset.php
tests/DoctrineTest/InstantiatorTestAsset/UnserializeExceptionArrayObjectAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use ArrayObject; use BadMethodCallException; /** * A simple asset for an abstract class * * @template TValue * @template-extends ArrayObject<int, TValue> */ class UnserializeExceptionArrayObjectAsset extends ArrayObject { /** ...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php
tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use ArrayObject; use BadMethodCallException; use Serializable; /** * Serializable test asset that also extends an internal class * * @template TValue * @template-extends ArrayObject<int, TValue> */ class SerializableArrayObjectAsset e...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/FinalExceptionAsset.php
tests/DoctrineTest/InstantiatorTestAsset/FinalExceptionAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use BadMethodCallException; use Exception; /** * Test asset that extends an internal PHP base exception */ final class FinalExceptionAsset extends Exception { /** * Constructor - should not be called * * @throws BadMet...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/ExceptionAsset.php
tests/DoctrineTest/InstantiatorTestAsset/ExceptionAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use BadMethodCallException; use Exception; /** * Test asset that extends an internal PHP base exception */ class ExceptionAsset extends Exception { /** * Constructor - should not be called * * @throws BadMethodCallExce...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php
tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use ArrayObject; use BadMethodCallException; /** * Test asset that extends an internal PHP class * * @template TValue * @template-extends ArrayObject<int, TValue> */ class ArrayObjectAsset extends ArrayObject { /** * Construc...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php
tests/DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use ArrayObject; use function trigger_error; /** * A simple asset for an abstract class * * @template TValue * @template-extends ArrayObject<int, TValue> */ class WakeUpNoticesAsset extends ArrayObject { /** * Wakeup method ...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/PharExceptionAsset.php
tests/DoctrineTest/InstantiatorTestAsset/PharExceptionAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use BadMethodCallException; use PharException; /** * Test asset that extends an internal PHP class * This class should be serializable without problems * and without getting the "Erroneous data format for unserializing" * error */ cla...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php
tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use BadMethodCallException; use XMLReader; /** * Test asset that extends an internal PHP class */ class XMLReaderAsset extends XMLReader { /** * Constructor - should not be called * * @throws BadMethodCallException ...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/SimpleTraitAsset.php
tests/DoctrineTest/InstantiatorTestAsset/SimpleTraitAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; /** * A simple trait with no attached logic */ trait SimpleTraitAsset { }
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/SimpleEnumAsset.php
tests/DoctrineTest/InstantiatorTestAsset/SimpleEnumAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; enum SimpleEnumAsset { case Foo; case Bar; }
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/UnCloneableAsset.php
tests/DoctrineTest/InstantiatorTestAsset/UnCloneableAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use BadMethodCallException; /** * Base un-cloneable asset */ class UnCloneableAsset { /** * Constructor - should not be called * * @throws BadMethodCallException */ public function __construct() { ...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php
tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; /** * A simple asset for an abstract class */ abstract class AbstractClassAsset { }
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php
tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorTestAsset; use BadMethodCallException; use Phar; /** * Test asset that extends an internal PHP class */ class PharAsset extends Phar { /** * Constructor - should not be called * * @throws BadMethodCallException */ public...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
doctrine/instantiator
https://github.com/doctrine/instantiator/blob/a64410ccca65b13a10bc364c3f59d9331beeaae6/tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceBench.php
tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceBench.php
<?php declare(strict_types=1); namespace DoctrineTest\InstantiatorPerformance; use ArrayObject; use Doctrine\Instantiator\Instantiator; use DoctrineTest\InstantiatorTestAsset\SerializableArrayObjectAsset; use DoctrineTest\InstantiatorTestAsset\SimpleSerializableAsset; use DoctrineTest\InstantiatorTestAsset\UnCloneab...
php
MIT
a64410ccca65b13a10bc364c3f59d9331beeaae6
2026-01-04T15:05:29.173501Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/manage_bulk.php
scripts/manage_bulk.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage bulk jobs')); $args->setSynopsis(<<<EOSYNOPSIS **bulk** __command__ [__options__] Manage and debug bulk jobs. EOSYNOPSIS ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/__init_script__.php
scripts/__init_script__.php
<?php require_once dirname(__FILE__).'/init/init-script.php';
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/util/add_macro.php
scripts/util/add_macro.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('load files as image macros')); $args->setSynopsis(<<<EOHELP **add_macro.php** __image__ [--as __name__] Add an image macro. This ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/util/emit_test_event.php
scripts/util/emit_test_event.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('emit a test event')); $args->setSynopsis(<<<EOHELP **emit_test_event.php** [--listen listener] ... Emit a test event after installi...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/almanac/manage_almanac.php
scripts/almanac/manage_almanac.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage host directory')); $args->setSynopsis(<<<EOSYNOPSIS **almanac** __commmand__ [__options__] Manage Almanac stuff. NEW AND E...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/mail/mail_handler.php
scripts/mail/mail_handler.php
#!/usr/bin/env php <?php // NOTE: This script is very oldschool and takes the environment as an argument. // Some day, we could take a shot at cleaning this up. if ($argc > 1) { foreach (array_slice($argv, 1) as $arg) { if (!preg_match('/^-/', $arg)) { $_SERVER['PHABRICATOR_ENV'] = $arg; break; }...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/mail/manage_mail.php
scripts/mail/manage_mail.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage mail')); $args->setSynopsis(<<<EOSYNOPSIS **mail** __command__ [__options__] Manage Phabricator mail stuff. EOSYNOPSIS ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/cache/manage_cache.php
scripts/cache/manage_cache.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage cache')); $args->setSynopsis(<<<EOSYNOPSIS **cache** __command__ [__options__] Manage Phabricator caches. EOSYNOPSIS );...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/diviner/diviner.php
scripts/diviner/diviner.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('documentation generator')); $args->setSynopsis(<<<EOHELP **diviner** __command__ [__options__] Generate documentation. EOHELP ); $...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/ssh/ssh-connect.php
scripts/ssh/ssh-connect.php
#!/usr/bin/env php <?php // This is a wrapper script for Git, Mercurial, and Subversion. It primarily // serves to inject "-o StrictHostKeyChecking=no" into the SSH arguments. // In some cases, Subversion sends us SIGTERM. If we don't catch the signal and // react to it, we won't run object destructors by default and...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/ssh/ssh-auth.php
scripts/ssh/ssh-auth.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/init/init-script.php'; $error_log = id(new PhutilErrorLog()) ->setLogName(pht('SSH Error Log')) ->setLogPath(PhabricatorEnv::getEnvConfig('log.ssh-error.path')) ->activateLog(); // TODO: For now, this is using "p...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/ssh/ssh-exec.php
scripts/ssh/ssh-exec.php
#!/usr/bin/env php <?php $ssh_start_time = microtime(true); $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/init/init-script.php'; $error_log = id(new PhutilErrorLog()) ->setLogName(pht('SSH Error Log')) ->setLogPath(PhabricatorEnv::getEnvConfig('log.ssh-error.path')) ->activateLog();...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/drydock/drydock_control.php
scripts/drydock/drydock_control.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/init/init-script-with-signals.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage drydock software resources')); $args->setSynopsis(<<<EOSYNOPSIS **drydock** __commmand__ [__options__] Manag...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/files/manage_files.php
scripts/files/manage_files.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage files')); $args->setSynopsis(<<<EOSYNOPSIS **files** __command__ [__options__] Manage Phabricator file storage. EOSYNOPSI...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/repository/commit_hook.php
scripts/repository/commit_hook.php
#!/usr/bin/env php <?php // NOTE: This script will sometimes emit a warning like this on startup: // // No entry for terminal type "unknown"; // using dumb terminal settings. // // This can be fixed by adding "TERM=dumb" to the shebang line, but doing so // causes some systems to hang mysteriously. See T7119. // ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/repository/manage_repositories.php
scripts/repository/manage_repositories.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage repositories')); $args->setSynopsis(<<<EOSYNOPSIS **repository** __command__ [__options__] Manage and debug Phabricator re...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/repository/save_lint.php
scripts/repository/save_lint.php
#!/usr/bin/env php <?php require_once dirname(__FILE__).'/../__init_script__.php'; $synopsis = <<<EOT **save_lint.php** Discover lint problems and save them to database so that they can be displayed in Diffusion. EOT; $args = id(new PhutilArgumentParser($argv)) ->setTagline(pht('save lint errors to databa...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/fact/manage_facts.php
scripts/fact/manage_facts.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage fact configuration')); $args->setSynopsis(<<<EOSYNOPSIS **fact** __command__ [__options__] Manage and debug Phabricator da...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/lipsum/manage_lipsum.php
scripts/lipsum/manage_lipsum.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('synthetic data generator')); $args->setSynopsis(<<<EOSYNOPSIS **lipsum** __command__ [__options__] Generate synthetic test data t...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/setup/manage_calendar.php
scripts/setup/manage_calendar.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage Calendar')); $args->setSynopsis(<<<EOSYNOPSIS **calendar** __command__ [__options__] Manage Calendar. EOSYNOPSIS ); $ar...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/setup/manage_celerity.php
scripts/setup/manage_celerity.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/init/init-setup.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage celerity')); $args->setSynopsis(<<<EOSYNOPSIS **celerity** __command__ [__options__] Manage static resources. EOSYNOPSIS ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/scripts/setup/manage_bulk.php
scripts/setup/manage_bulk.php
#!/usr/bin/env php <?php $root = dirname(dirname(dirname(__FILE__))); require_once $root.'/scripts/__init_script__.php'; $args = new PhutilArgumentParser($argv); $args->setTagline(pht('manage bulk jobs')); $args->setSynopsis(<<<EOSYNOPSIS **bulk** __command__ [__options__] Manage and debug bulk jobs. EOSYNOPSIS ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false