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
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/locations/location-member-manager.blade.php
resources/views/locations/location-member-manager.blade.php
<div> @if (Gate::check('addLocationMember', $location)) <x-jet-section-border /> <!-- Add Location Member --> <div class="mt-10 sm:mt-0"> <x-jet-form-section submit="addLocationMember"> <x-slot name="title"> {{ __('Add Location Member') }} ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/locations/index.blade.php
resources/views/locations/index.blade.php
<x-app-account-layout> <x-slot name="header"> <x-h2 class="text-gray-100">{{ __('Locations') }}</x-h2> </x-slot> <div> <div class="max-w-7xl mx-auto py-10 sm:px-6 lg:px-8"> @livewire('locations.location-manager', [ 'account' => $account, 'employee'...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/locations/default-resting-times-manager.blade.php
resources/views/locations/default-resting-times-manager.blade.php
<div> @if (Gate::check('addDefaultRestingTime', $location)) <x-jet-section-border /> <div class="mt-10 sm:mt-0"> <x-jet-action-section submit="addLocationMember"> <x-slot name="title"> {{ __('Add Default Resting Time') }} </x-slot> ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/locations/switchable-location.blade.php
resources/views/locations/switchable-location.blade.php
<div> @props(['location', 'component' => 'jet-dropdown-link']) <form method="POST" action="{{ route('current-location.update') }}"> @method('PUT') @csrf <!-- Hidden Team ID --> <input type="hidden" name="location_id" value="{{ $location->id }}"> <x-dynamic-component :component="$component" href="...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/locations/show.blade.php
resources/views/locations/show.blade.php
<x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 leading-tight"> {{ __('Location Settings') }} </h2> </x-slot> <div> <div class="max-w-7xl mx-auto py-10 sm:px-6 lg:px-8"> @livewire('locations.update-location-name-form', ['l...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/locations/location-manager.blade.php
resources/views/locations/location-manager.blade.php
<div> <div class="flex flex-col"> <div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8"> <div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8"> <div class="shadow overflow-hidden border-b border-gray-200 sm:rounded-lg"> <table class="min-w-full divide-y di...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/accounts/show.blade.php
resources/views/accounts/show.blade.php
<x-app-account-layout> <x-slot name="header"> <x-h2 class="text-gray-100">{{ __('Account Settings') }}</x-h2> </x-slot> <div> <div class="max-w-7xl mx-auto py-10 sm:px-6 lg:px-8"> @livewire('accounts.edit-account-master-data',['account' => $account]) </div> </div> </...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/livewire/locations/update-location-name-form.blade.php
resources/views/livewire/locations/update-location-name-form.blade.php
<x-jet-form-section submit="updateLocationName"> <x-slot name="title"> {{ __('Location Name') }} </x-slot> <x-slot name="description"> {{ __('The Location\'s name and owner information.') }} </x-slot> <x-slot name="form"> <!-- Location Owner Information --> <div cla...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/livewire/locations/absence-types-manager.blade.php
resources/views/livewire/locations/absence-types-manager.blade.php
<div> @if (Gate::check('addLocationAbsentType', $location)) <div class="mt-10 sm:mt-0"> <x-jet-section-border /> <div class="mt-10 sm:mt-0"> <x-jet-action-section> <x-slot name="title"> {{ __('Absence types for location') }}...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/livewire/locations/public-holidays-manager.blade.php
resources/views/livewire/locations/public-holidays-manager.blade.php
@inject('dateFormatter', 'App\Formatter\DateFormatter') <div> <div class="mt-10 sm:mt-0"> <x-jet-section-border /> <div class="mt-10 sm:mt-0"> <x-jet-action-section> <x-slot name="title"> {{ __('Public holidays') }} </x-slot> ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/livewire/accounts/edit-account-master-data.blade.php
resources/views/livewire/accounts/edit-account-master-data.blade.php
<div> <x-jet-section-border /> <!-- Update Account Settings --> <div class="mt-10 sm:mt-0"> <x-jet-form-section submit="updateAccountSettings"> <x-slot name="title"> {{ __('Master data') }} </x-slot> <x-slot name="description"> {{...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/livewire/accounts/show-employees-for-account.blade.php
resources/views/livewire/accounts/show-employees-for-account.blade.php
<div> <div class="flex flex-col"> <div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8"> <div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8"> <div class="shadow overflow-hidden border-b border-gray-200 sm:rounded-lg"> <table class="min-w-full divide-y di...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/livewire/employees/edit-user-profile.blade.php
resources/views/livewire/employees/edit-user-profile.blade.php
<div> <div class="mt-10 sm:mt-0"> <x-jet-action-section> <x-slot name="title"> {{ __('Add Target Hours') }} </x-slot> <x-slot name="description"> {{ __('Based on employees target hours, overtime will be calculated.') }} </x-slo...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/livewire/employee/report.blade.php
resources/views/livewire/employee/report.blade.php
<div> <div class="flex flex-row mb-4"> <div class="flex justify-end flex-1 "> <div class="mr-2"> <x-date-picker wire:model.defer="dateFilter.fromDate" /> <x-jet-input-error for="fromDate" class="mt-2" /> </div> <div class="mr-2"> ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/absences/index.blade.php
resources/views/absences/index.blade.php
<x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 leading-tight"> {{ __('Absence') }} </h2> </x-slot> <div> <div class="max-w-7xl mx-auto py-10 sm:px-6 lg:px-8"> @livewire('absence.absence-manager') </div> </div>...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/absences/absence-manager.blade.php
resources/views/absences/absence-manager.blade.php
<div> <x-jet-validation-errors class="mb-4" /> <div> <div class="bg-white border-gray-200 shadow mb-6 sm:rounded-lg "> <div class="sm:flex sm:flex-row border-b flex-wrap hidden"> <!-- overall vacation details --> <div class="sm:w-1/5 w-full py-8"> ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/employees/edit.blade.php
resources/views/employees/edit.blade.php
<x-app-account-layout> <x-slot name="header"> <x-h2 class="text-gray-100">{{ __('Employee: :name',[ 'name' => $employee->name ]) }}</x-h2> </x-slot> <div> <div class="max-w-7xl mx-auto py-10 sm:px-6 lg:px-8"> @livewire('employees.edit-user-profile',['employee' => $employee]) ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/resources/views/employees/index.blade.php
resources/views/employees/index.blade.php
<x-app-account-layout> <x-slot name="header"> <x-h2 class="text-gray-100">{{ __('Employees') }}</x-h2> </x-slot> <div> <div class="max-w-7xl mx-auto py-10 sm:px-6 lg:px-8"> @livewire('accounts.show-employees-for-account',['account' => $account]) </div> </div> </x-app...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/index.php
index.php
<?php /* *--------------------------------------------------------------- * APPLICATION ENVIRONMENT *--------------------------------------------------------------- * * You can load different configurations depending on your * current environment. Setting the environment also influences * things like logging an...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/html_helper.php
system/helpers/html_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/url_helper.php
system/helpers/url_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/captcha_helper.php
system/helpers/captcha_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/form_helper.php
system/helpers/form_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/inflector_helper.php
system/helpers/inflector_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/string_helper.php
system/helpers/string_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/security_helper.php
system/helpers/security_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/array_helper.php
system/helpers/array_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/download_helper.php
system/helpers/download_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/text_helper.php
system/helpers/text_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/email_helper.php
system/helpers/email_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/path_helper.php
system/helpers/path_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/typography_helper.php
system/helpers/typography_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/language_helper.php
system/helpers/language_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/smiley_helper.php
system/helpers/smiley_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/xml_helper.php
system/helpers/xml_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/date_helper.php
system/helpers/date_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/cookie_helper.php
system/helpers/cookie_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/file_helper.php
system/helpers/file_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/number_helper.php
system/helpers/number_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/helpers/directory_helper.php
system/helpers/directory_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Xmlrpc.php
system/libraries/Xmlrpc.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
true
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Form_validation.php
system/libraries/Form_validation.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Encrypt.php
system/libraries/Encrypt.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Pagination.php
system/libraries/Pagination.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Ftp.php
system/libraries/Ftp.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Migration.php
system/libraries/Migration.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author EllisLab Dev Team * @copyright Copyright (c) 2006 - 2011, EllisLab, Inc. * @license http://codeigniter.com/use...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Table.php
system/libraries/Table.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Sha1.php
system/libraries/Sha1.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Calendar.php
system/libraries/Calendar.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Email.php
system/libraries/Email.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
true
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Upload.php
system/libraries/Upload.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Log.php
system/libraries/Log.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Trackback.php
system/libraries/Trackback.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Xmlrpcs.php
system/libraries/Xmlrpcs.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Javascript.php
system/libraries/Javascript.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Typography.php
system/libraries/Typography.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/User_agent.php
system/libraries/User_agent.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Parser.php
system/libraries/Parser.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Cart.php
system/libraries/Cart.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Profiler.php
system/libraries/Profiler.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Session.php
system/libraries/Session.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Unit_test.php
system/libraries/Unit_test.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Driver.php
system/libraries/Driver.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author EllisLab Dev Team * @copyright Copyright (c) 2006 - 2011, EllisLab, Inc. * @license http://codeigniter.c...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Image_lib.php
system/libraries/Image_lib.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
true
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Zip.php
system/libraries/Zip.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Cache/Cache.php
system/libraries/Cache/Cache.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2011 EllisLab, Inc. * @license http://codeign...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Cache/drivers/Cache_dummy.php
system/libraries/Cache/drivers/Cache_dummy.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2011 EllisLab, Inc. * @license http://codeign...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Cache/drivers/Cache_memcached.php
system/libraries/Cache/drivers/Cache_memcached.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2011 EllisLab, Inc. * @license http://codeign...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Cache/drivers/Cache_apc.php
system/libraries/Cache/drivers/Cache_apc.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2011 EllisLab, Inc. * @license http://codeign...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/Cache/drivers/Cache_file.php
system/libraries/Cache/drivers/Cache_file.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2011 EllisLab, Inc. * @license http://codeign...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/libraries/javascript/Jquery.php
system/libraries/javascript/Jquery.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://www....
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Input.php
system/core/Input.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Loader.php
system/core/Loader.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Utf8.php
system/core/Utf8.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/URI.php
system/core/URI.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Common.php
system/core/Common.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Controller.php
system/core/Controller.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Exceptions.php
system/core/Exceptions.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Benchmark.php
system/core/Benchmark.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Output.php
system/core/Output.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/CodeIgniter.php
system/core/CodeIgniter.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Security.php
system/core/Security.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Lang.php
system/core/Lang.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Config.php
system/core/Config.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Router.php
system/core/Router.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Model.php
system/core/Model.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/core/Hooks.php
system/core/Hooks.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/DB_forge.php
system/database/DB_forge.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * Code Igniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://code...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/DB_active_rec.php
system/database/DB_active_rec.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
true
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/DB_cache.php
system/database/DB_cache.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/DB_driver.php
system/database/DB_driver.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/DB.php
system/database/DB.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/DB_result.php
system/database/DB_result.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/DB_utility.php
system/database/DB_utility.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * Code Igniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://code...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/drivers/mssql/mssql_driver.php
system/database/drivers/mssql/mssql_driver.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/drivers/mssql/mssql_forge.php
system/database/drivers/mssql/mssql_forge.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/drivers/mssql/mssql_utility.php
system/database/drivers/mssql/mssql_utility.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/drivers/mssql/mssql_result.php
system/database/drivers/mssql/mssql_result.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/drivers/odbc/odbc_forge.php
system/database/drivers/odbc/odbc_forge.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false
MobilityLab/TransitScreen
https://github.com/MobilityLab/TransitScreen/blob/152cd2d808675d2baeb9e77c229adfbaf9a16475/system/database/drivers/odbc/odbc_result.php
system/database/drivers/odbc/odbc_result.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
php
MIT
152cd2d808675d2baeb9e77c229adfbaf9a16475
2026-01-05T05:21:15.334872Z
false