code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Пользователи - MedPred</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.3.min.css">
<link rel="stylesheet" href="... | 0-512-md | trunk/admin-u.html | HTML | oos | 4,801 |
<? $security_inc = true;
require_once ('../bd_mysql.inc');
require_once (MC_ROOT.'/scripts/php/f_mysql.php');
require_once (MC_ROOT.'/scripts/php/sessions.php');
//require_once (MC_ROOT.'/scripts/php/content.php');
?><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" con... | 0-512-md | trunk/test_page.php | PHP | oos | 720 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Отчетная форма</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.3.min.css">
<link rel="stylesheet" href="... | 0-512-md | trunk/report-clients-alvagel.html | HTML | oos | 5,247 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Визиты</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.3.min.css">
<link rel="stylesheet" href="_assets/... | 0-512-md | trunk/index.html | HTML | oos | 18,945 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Пользователи - MedPred</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.3.min.css">
<link rel="stylesheet... | 0-512-md | trunk/admin-sprav-organization.html | HTML | oos | 5,530 |
<? $security_inc = true;
require_once ('../bd_mysql.inc');
require_once (MC_ROOT.'/scripts/php/f_mysql.php');
require_once (MC_ROOT.'/scripts/php/sessions.php');
require_once (MC_ROOT.'/scripts/php/content.php');
?><!DOCTYPE html>
<html>
<head>
<? require MC_ROOT.'/parts/other/metrics_head.php'; ?>
</head... | 0-512-md | trunk/index.php | PHP | oos | 16,347 |
package com.project;
import java.util.Collection;
import java.util.TreeMap;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeModel;
/**
* Implementation of a Trie node and contains everything we need to be able to implement our trie and GUI.
* @author Anthony and Kevin
*
*/
publi... | 1332project | trunk/src/com/project/TrieNode.java | Java | epl | 1,767 |
package com.project;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.event.TreeSelectionEvent;
import javax.swing.event.TreeSelectionListener;
@SuppressWarnings("serial")
public class TreePanel extends JFrame implements TreeSelectionListener{
privat... | 1332project | trunk/src/com/project/TreePanel.java | Java | epl | 962 |
package com.project;
import java.awt.Dimension;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
@SuppressWarnings("serial")
public class DetailPanel extends JPanel{
private static JFrame tree;
private static JTextArea output;
priv... | 1332project | trunk/src/com/project/DetailPanel.java | Java | epl | 879 |
package com.project;
import java.awt.Dimension;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swi... | 1332project | trunk/src/com/project/TreeDisplay.java | Java | epl | 7,617 |
package com.project;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Collection;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JTextField;
@SuppressWarnings("serial")
public class InputPanel extends JPanel{
JButton adding;
JButton... | 1332project | trunk/src/com/project/InputPanel.java | Java | epl | 5,018 |
package com.project;
import javax.swing.JFrame;
public class TrieDriver {
/**
* Runs the GUI for our Trie
* @param args
*/
public static void main(String[] args) {
TreePanel treePanel = new TreePanel();
treePanel.setSize(500, 500);
treePanel.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
treePane... | 1332project | trunk/src/com/project/TrieDriver.java | Java | epl | 399 |
<p align="center"><br /><br />
<?php
echo $this->Html->image('ukulele_girl.gif',
array('alt'=> 'Publishers Logo', true, 'border' => '0'));
?>
<br /><br /><br /><br />
Date last updated: December 2011<br /><br />
</p> | 100-percent-breakthrough | trunk/CakePHP/app/View/Pages/home.ctp | PHP | gpl3 | 216 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Emails/html/default.ctp | PHP | gpl3 | 789 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Emails/text/default.ctp | PHP | gpl3 | 693 |
<?php echo $scripts_for_layout; ?>
<script type="text/javascript"><?php echo $this->fetch('content'); ?></script>
| 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/js/default.ctp | PHP | gpl3 | 114 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/ajax.ctp | PHP | gpl3 | 705 |
<?php echo $this->fetch('content'); ?>
| 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/xml/default.ctp | PHP | gpl3 | 39 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/flash.ctp | PHP | gpl3 | 1,180 |
<html>
<head>
<title>Publishers</title>
<?php
echo $this->Html->meta('icon');
echo $this->Html->css('publishers');
?>
</head>
<head>
<link rel="stylesheet" type="text/css" href="publisher.css">
</head>
<body>
<div id="blind"></div>
<div id="container">
<div id="header">
<?php echo $this->Html->image(... | 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/default.ctp | PHP | gpl3 | 1,113 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/Emails/html/default.ctp | PHP | gpl3 | 951 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/Emails/text/default.ctp | PHP | gpl3 | 786 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/error.ctp | PHP | gpl3 | 1,671 |
<?php
if (!isset($channel)) {
$channel = array();
}
if (!isset($channel['title'])) {
$channel['title'] = $title_for_layout;
}
echo $this->Rss->document(
$this->Rss->channel(
array(), $channel, $this->fetch('content')
)
);
?>
| 100-percent-breakthrough | trunk/CakePHP/app/View/Layouts/rss/default.ctp | PHP | gpl3 | 232 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Errors/error500.ctp | PHP | gpl3 | 935 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/app/View/Errors/error400.ctp | PHP | gpl3 | 997 |
<?php
/**
* Application level View Helper
*
* This file is application-wide helper file. You can put all
* application-wide helper-related methods here.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* ... | 100-percent-breakthrough | trunk/CakePHP/app/View/Helper/AppHelper.php | PHP | gpl3 | 1,030 |
<?php
/**
* Index
*
* The Front Controller for handling every request
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please... | 100-percent-breakthrough | trunk/CakePHP/app/webroot/index.php | PHP | gpl3 | 3,189 |
<?php
/**
* Web Access Frontend for TestSuite
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICE... | 100-percent-breakthrough | trunk/CakePHP/app/webroot/test.php | PHP | gpl3 | 3,022 |
@charset "utf-8";
/**
*
* Generic CSS for CakePHP
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistrib... | 100-percent-breakthrough | trunk/CakePHP/app/webroot/css/cake.generic.css | CSS | gpl3 | 15,482 |
<?php
/**
* Static content controller.
*
* This file will render views from views/pages/
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license ... | 100-percent-breakthrough | trunk/CakePHP/app/Controller/PagesController.php | PHP | gpl3 | 1,799 |
<?php
/**
* Application level Controller
*
* This file is application-wide controller file. You can put all
* application-wide controller-related methods here.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)... | 100-percent-breakthrough | trunk/CakePHP/app/Controller/AppController.php | PHP | gpl3 | 1,176 |
<?php
/**
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the a... | 100-percent-breakthrough | trunk/CakePHP/app/index.php | PHP | gpl3 | 702 |
<?php
/**
* AppShell file
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of fil... | 100-percent-breakthrough | trunk/CakePHP/app/Console/Command/AppShell.php | PHP | gpl3 | 868 |
#!/usr/bin/php -q
<?php
/**
* Command-line code generation utility to automate programmer chores.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and l... | 100-percent-breakthrough | trunk/CakePHP/app/Console/cake.php | PHP | gpl3 | 1,298 |
#!/usr/bin/env bash
################################################################################
#
# Bake is a shell script for running CakePHP bake script
# PHP 5
#
# CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
# Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
#
# Licen... | 100-percent-breakthrough | trunk/CakePHP/app/Console/.svn/text-base/cake.svn-base | Shell | gpl3 | 1,388 |
#!/usr/bin/php -q
<?php
/**
* Command-line code generation utility to automate programmer chores.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and l... | 100-percent-breakthrough | trunk/CakePHP/app/Console/.svn/text-base/cake.php.svn-base | PHP | gpl3 | 1,298 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Bake is a shell script for running CakePHP bake script
:: PHP 5
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
::
:: Licensed u... | 100-percent-breakthrough | trunk/CakePHP/app/Console/cake.bat | Batchfile | gpl3 | 1,004 |
#!/usr/bin/env bash
################################################################################
#
# Bake is a shell script for running CakePHP bake script
# PHP 5
#
# CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
# Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
#
# Licen... | 100-percent-breakthrough | trunk/CakePHP/app/Console/cake | Shell | gpl3 | 1,388 |
<?php
/**
* Routes configuration
*
* In this file, you set up routes to your controllers and their actions.
* Routes are very important mechanism that allows you to freely connect
* different urls to chosen controllers and their actions (functions).
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http... | 100-percent-breakthrough | trunk/CakePHP/app/Config/routes.php | PHP | gpl3 | 1,654 |
<?php
/**
* This is the PHP base ACL configuration file.
*
* Use it to configure access control of your Cake application.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
... | 100-percent-breakthrough | trunk/CakePHP/app/Config/acl.php | PHP | gpl3 | 4,939 |
;<?php exit() ?>
;/**
; * ACL Configuration
; *
; *
; * PHP 5
; *
; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
; *
; * Licensed under The MIT License
; * Redistributions of files must retain the above copyright notice.
... | 100-percent-breakthrough | trunk/CakePHP/app/Config/acl.ini.php | PHP | gpl3 | 2,014 |
<?php
/**
* This is core configuration file.
*
* Use it to configure core behavior of Cake.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and licen... | 100-percent-breakthrough | trunk/CakePHP/app/Config/core.php | PHP | gpl3 | 13,081 |
<?php
/**
* This file is loaded automatically by the app/webroot/index.php file after core.php
*
* This file should load/create any application wide configuration settings, such as
* Caching, Logging, loading additional configuration files.
*
* You should also use this file to include any files that provide globa... | 100-percent-breakthrough | trunk/CakePHP/app/Config/bootstrap.php | PHP | gpl3 | 5,172 |
<?php
/**
* This is Acl Schema file
*
* Use it to configure database for ACL
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information,... | 100-percent-breakthrough | trunk/CakePHP/app/Config/Schema/db_acl.php | PHP | gpl3 | 3,220 |
<?php
/**
* This is i18n Schema file
*
* Use it to configure database for i18n
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license informatio... | 100-percent-breakthrough | trunk/CakePHP/app/Config/Schema/i18n.php | PHP | gpl3 | 1,888 |
<?php
/**
* This is Sessions Schema file
*
* Use it to configure database for Sessions
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license in... | 100-percent-breakthrough | trunk/CakePHP/app/Config/Schema/sessions.php | PHP | gpl3 | 1,347 |
<?php
/**
* Application model for Cake.
*
* This file is application-wide model file. You can put all
* application-wide model-related methods here.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Lice... | 100-percent-breakthrough | trunk/CakePHP/app/Model/AppModel.php | PHP | gpl3 | 1,021 |
<?php
/**
* Requests collector.
*
* This file collects requests if:
* - no mod_rewrite is available or .htaccess files are not supported
* - requires App.baseUrl to be uncommented in app/Config/core.php
* - app/webroot is not set as a document root.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (h... | 100-percent-breakthrough | trunk/CakePHP/index.php | PHP | gpl3 | 1,466 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/JsonView.php | PHP | gpl3 | 3,323 |
<?php
/**
* Scaffold.
*
* Automatic forms and actions generation for rapid web application development.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/ScaffoldView.php | PHP | gpl3 | 2,379 |
<?php
/**
* A custom view class that is used for themeing
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICEN... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/ThemeView.php | PHP | gpl3 | 926 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper.php | PHP | gpl3 | 27,465 |
<?php
/**
* Helpers collection is used as a registry for loaded helpers and handles loading
* and constructing helper class objects.
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* ... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/HelperCollection.php | PHP | gpl3 | 6,623 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Scaffolds/index.ctp | PHP | gpl3 | 3,757 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Scaffolds/view.ctp | PHP | gpl3 | 6,621 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Scaffolds/form.ctp | PHP | gpl3 | 2,210 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/XmlView.php | PHP | gpl3 | 3,721 |
<?php
/**
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the a... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/ViewBlock.php | PHP | gpl3 | 6,066 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_helper.ctp | PHP | gpl3 | 1,620 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/pdo_error.ctp | PHP | gpl3 | 1,487 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_datasource_config.ctp | PHP | gpl3 | 1,254 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_table.ctp | PHP | gpl3 | 1,286 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_layout.ctp | PHP | gpl3 | 1,403 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_plugin.ctp | PHP | gpl3 | 1,795 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_controller.ctp | PHP | gpl3 | 1,637 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/fatal_error.ctp | PHP | gpl3 | 1,283 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_datasource.ctp | PHP | gpl3 | 1,272 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_connection.ctp | PHP | gpl3 | 1,549 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/private_action.ctp | PHP | gpl3 | 1,257 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_view.ctp | PHP | gpl3 | 1,461 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/scaffold_error.ctp | PHP | gpl3 | 1,257 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_behavior.ctp | PHP | gpl3 | 1,623 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_component.ctp | PHP | gpl3 | 1,635 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_database.ctp | PHP | gpl3 | 1,398 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Errors/missing_action.ctp | PHP | gpl3 | 1,687 |
<?php
/**
* Methods for displaying presentation data in the view.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see t... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/View.php | PHP | gpl3 | 35,098 |
<?php
/**
* Prints a stack trace for an exception
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Elements/exception_stack_trace.ctp | PHP | gpl3 | 2,386 |
<?php
/**
* SQL Dump element. Dumps out SQL log information
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LIC... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Elements/sql_dump.ctp | PHP | gpl3 | 2,584 |
<?php
/**
* Session Helper provides access to the Session in the Views.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/SessionHelper.php | PHP | gpl3 | 5,311 |
<?php
/**
* Text Helper
*
* Text manipulations: Highlight, excerpt, truncate, strip of links, convert email addresses to mailto: links...
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under T... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/TextHelper.php | PHP | gpl3 | 8,747 |
<?php
/**
* Pagination Helper class file.
*
* Generates pagination links
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the ... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/PaginatorHelper.php | PHP | gpl3 | 33,173 |
<?php
/**
* Time Helper class file.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributi... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/TimeHelper.php | PHP | gpl3 | 16,546 |
<?php
/**
* CakePHP : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright ... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/JsBaseEngineHelper.php | PHP | gpl3 | 18,097 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/MootoolsEngineHelper.php | PHP | gpl3 | 11,285 |
<?php
/**
* Number Helper.
*
* Methods to make numbers more readable.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/NumberHelper.php | PHP | gpl3 | 5,159 |
<?php
/**
* CacheHelper helps create full page view caching.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LI... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/CacheHelper.php | PHP | gpl3 | 9,653 |
<?php
/**
* Prototype Engine Helper for JsHelper
*
* Provides Prototype specific Javascript for JsHelper. Requires at least
* Prototype 1.6
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed unde... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/PrototypeEngineHelper.php | PHP | gpl3 | 10,709 |
<?php
/**
* Html Helper class file.
*
* Simplifies the construction of HTML elements.
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, pl... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/HtmlHelper.php | PHP | gpl3 | 41,550 |
<?php
/**
* RSS Helper class file.
*
* Simplifies the output of RSS feeds.
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see th... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/RssHelper.php | PHP | gpl3 | 9,485 |
<?php
/**
* jQuery Engine Helper for JsHelper
*
* Provides jQuery specific Javascript for JsHelper.
*
* Implements the JsHelper interface for jQuery. All $options arrays
* support all options found in the JsHelper, as well as those in the jQuery
* documentation.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development ... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/JqueryEngineHelper.php | PHP | gpl3 | 10,952 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/FormHelper.php | PHP | gpl3 | 91,140 |
<?php
/**
* Javascript Generator class file.
*
* PHP 5
*
* CakePHP : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redist... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/Helper/JsHelper.php | PHP | gpl3 | 14,829 |
<?php
/**
* Methods to display or download any type of file
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LIC... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/View/MediaView.php | PHP | gpl3 | 3,205 |
<?php
/**
* Library of array functions for Cake.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
*... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Utility/Set.php | PHP | gpl3 | 33,463 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Utility/Hash.php | PHP | gpl3 | 28,189 |
<?php
/**
* Validation Class. Used for validation of model data
*
* PHP Version 5.x
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, plea... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Utility/Validation.php | PHP | gpl3 | 32,321 |
<?php
/**
* String handling methods.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistribut... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Utility/String.php | PHP | gpl3 | 19,486 |
<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyrig... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Utility/Folder.php | PHP | gpl3 | 23,625 |
<?php
/**
* Washes strings from unwanted noise.
*
* Helpful methods to make unsafe strings usable.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright an... | 100-percent-breakthrough | trunk/CakePHP/lib/Cake/Utility/Sanitize.php | PHP | gpl3 | 7,549 |