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 |
|---|---|---|---|---|---|
/**
*
* MD5 (Message-Digest Algorithm)
* http://www.webtoolkit.info/
*
**/
var MD5 = function (string) {
function RotateLeft(lValue, iShiftBits) {
return (lValue<<iShiftBits) | (lValue>>>(32-iShiftBits));
}
function AddUnsigned(lX,lY) {
var lX4,lY4,lX8,lY8,lResult;
... | 09tmdtlast | trunk/LogisticSystem_Client/Scripts/md5.js | JavaScript | asf20 | 7,743 |
$(document).ready(function() {
$('.error').hide();
$('#txt_username').change(function(){
check();
});
$('#txt_password2').blur(function(){
if(!compare("txt_password", "txt_password2", "lbl_password2"));
... | 09tmdtlast | trunk/LogisticSystem_Client/Scripts/jRegister.js | JavaScript | asf20 | 5,935 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using TMDT_ProjGroup09_Client.LogisticSystemWebService;
namespace TMDT_ProjGroup09_Client
{
public partial class ajaxActions : System.Web.UI.Page
{
// p... | 09tmdtlast | trunk/LogisticSystem_Client/ajaxActions.aspx.cs | C# | asf20 | 22,016 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Threading;
using System.Globalization;
namespace TMDT_ProjGroup09_Client
{
public partial class WebForm1 : System.Web.UI.Page
{
protect... | 09tmdtlast | trunk/LogisticSystem_Client/Order.aspx.cs | C# | asf20 | 1,209 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyXeTaiChiNhanh.htm | HTML | asf20 | 9,100 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login</title>
<link rel="stylesheet" type="text/css" href="../css... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/Login.html | HTML | asf20 | 1,914 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TMDT_ProjGroup09_Client.Admin
{
public partial class QuanLyLoTrinhTuyen : System.Web.UI.Page
{
protected void Page_Load(object sender, EventAr... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyLoTrinhTuyen.aspx.cs | C# | asf20 | 361 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html;... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/index.html | HTML | asf20 | 10,381 |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QuanLyChiNhanh.aspx.cs" Inherits="TMDT_ProjGroup09_Client.Admin.QuanLyChiNhanh" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- Inst... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyChiNhanh.aspx | ASP.NET | asf20 | 9,762 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html;... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyNhanVien.html | HTML | asf20 | 8,778 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TMDT_ProjGroup09_Client.Admin
{
public partial class XetDuyetDangKy : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/XetDuyetDangKy.aspx.cs | C# | asf20 | 357 |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ThemChiTietLoTrinhTuyen.aspx.cs" Inherits="TMDT_ProjGroup09_Client.Admin.ThemChiTietLoTrinhTuyen" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/ThemChiTietLoTrinhTuyen.aspx | ASP.NET | asf20 | 10,499 |
function GetListChiNhanh() {
strData = "cmd=GetListChiNhanh";
//alert(strData);
$.ajax({
url: '../ajaxActions.aspx',
type: 'GET',
data: strData,
timeout: 4000,
error: function (msg) {
alert('Error GetListDiaChi');
},
success: fu... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/scripts/QuanLyTuyenDuong.js | JavaScript | asf20 | 2,012 |
function GetListLoaiNhanVien() {
strData = "cmd=GetListLoaiNhanVien";
//alert(strData);
$.ajax({
url: '../ajaxActions.aspx',
type: 'GET',
data: strData,
timeout: 4000,
error: function (msg) {
alert('Error GetListLoaiNhanVien');
},
... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/scripts/QuanLyNhanVien.js | JavaScript | asf20 | 2,018 |
function GetListChiNhanh() {
strData = "cmd=GetListChiNhanh_1";
//alert(strData);
$.ajax({
url: '../ajaxActions.aspx',
type: 'GET',
data: strData,
timeout: 4000,
error: function (msg) {
alert('Error GetListChiNhanh_1');
},
succe... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/scripts/QuanLyChiNhanh.js | JavaScript | asf20 | 1,125 |
function enableAllMenu(){
// menu quan ly kho
$('#TitleQLKho').css('display','block');
$('#mnQLKho').css('display','block');
// menu quan ly cong ty
$('#TitleQLCongTy').css('display','block');
$('#mnQLCongTy').css('display','block');
// men ql chi nhanh
$('#TitleQLChiNhanh').css('display','blo... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/scripts/index.js | JavaScript | asf20 | 6,721 |
function UpdateTinhTrang(e, MaKhachHang, lbl_status) {
isChecked = $(e).is(':checked');
strData = isChecked == true ? "cmd=UpdateTinhTrang&MaKhachHang=" + MaKhachHang : "cmd=UpdateTinhTrang0&MaKhachHang=" + MaKhachHang;
//alert(strData);
$.ajax({
url: '../ajaxActions.aspx',
type: ... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/scripts/XeDuyetDangKy.js | JavaScript | asf20 | 1,244 |
function GetListXe() {
strData = "cmd=GetListXe";
//alert(strData);
$.ajax({
url: '../ajaxActions.aspx',
type: 'GET',
data: strData,
timeout: 4000,
error: function (msg) {
alert('Error GetListXe');
},
success: function (msg) {
... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/scripts/QuanLyXe.js | JavaScript | asf20 | 924 |
function GetListTuyenDuong() {
strData = "cmd=GetListTuyenDuong_1";
//alert(strData);
$.ajax({
url: '../ajaxActions.aspx',
type: 'GET',
data: strData,
timeout: 4000,
error: function (msg) {
alert('Error GetListTuyenDuong');
},
s... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/scripts/ThemChiTietLoTrinhTuyen.js | JavaScript | asf20 | 2,780 |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QuanLyLoTrinhTuyen.aspx.cs" Inherits="TMDT_ProjGroup09_Client.Admin.QuanLyLoTrinhTuyen" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyLoTrinhTuyen.aspx | ASP.NET | asf20 | 11,608 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TMDT_ProjGroup09_Client.Admin
{
public partial class QuanLyNhanVien : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyNhanVien.aspx.cs | C# | asf20 | 357 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TMDT_ProjGroup09_Client.Admin
{
public partial class Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/Default.aspx.cs | C# | asf20 | 350 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/Default.html | HTML | asf20 | 10,417 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using TMDT_ProjGroup09_Client.LogisticSystemWebService;
namespace TMDT_ProjGroup09_Client.Admin
{
public partial class ThemChiTietLoTrinhTuyen : System.Web.UI.Page
... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/ThemChiTietLoTrinhTuyen.aspx.cs | C# | asf20 | 1,049 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyNhanVien.aspx | ASP.NET | asf20 | 12,050 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html;... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/QuanLyKho.html | HTML | asf20 | 8,777 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/Default.aspx | ASP.NET | asf20 | 10,380 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/XetDuyetDangKy.aspx | ASP.NET | asf20 | 9,311 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/indexAdmin.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html;... | 09tmdtlast | trunk/LogisticSystem_Client/Admin/XetDuyetDangKy.html | HTML | asf20 | 9,024 |
<%@ Application Codebehind="Global.asax.cs" Inherits="TMDT_ProjGroup09_Client.Global" Language="C#" %>
| 09tmdtlast | trunk/LogisticSystem_Client/Global.asax | ASP.NET | asf20 | 107 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.ComponentModel;
using TMDT_ProjGroup09_Client.LogisticSystemWS;
usin... | 09tmdtlast | trunk/LogisticSystem_Client/Pages/DanhSachChiNhanh.aspx.cs | C# | asf20 | 2,289 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using TMDT_ProjGroup09_Client.LogisticSystemWS;
namespace TMDT_ProjGroup09_Client.Pages
{
public partial class MasterPage : System.Web.UI.MasterPage
{
... | 09tmdtlast | trunk/LogisticSystem_Client/Pages/MasterPage.Master.cs | C# | asf20 | 768 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TMDT_ProjGroup09_Client.Pages
{
public partial class Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
... | 09tmdtlast | trunk/LogisticSystem_Client/Pages/Default.aspx.cs | C# | asf20 | 350 |
<%@ Page Title="" Language="C#" MasterPageFile="~/Pages/MasterPage.Master" AutoEventWireup="true" CodeBehind="DanhSachChiNhanh.aspx.cs" Inherits="TMDT_ProjGroup09_Client.Pages.DanhSachChiNhanh" %>
<asp:Content ID="Content1" runat="server" contentplaceholderid="ContentPlaceHolder1">
<div class="barTitle">
<... | 09tmdtlast | trunk/LogisticSystem_Client/Pages/DanhSachChiNhanh.aspx | ASP.NET | asf20 | 1,126 |
<%@ Page Title="" Language="C#" MasterPageFile="~/Pages/MasterPage.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TMDT_ProjGroup09_Client.Pages.Default" %>
<asp:Content ID="Content1" runat="server" contentplaceholderid="ContentPlaceHolder1">
<table width="100%" border="1" >
<... | 09tmdtlast | trunk/LogisticSystem_Client/Pages/Default.aspx | ASP.NET | asf20 | 488 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 09tmdtlast | trunk/LogisticSystem_Client/Properties/AssemblyInfo.cs | C# | asf20 | 1,435 |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ajaxActions.aspx.cs" Inherits="TMDT_ProjGroup09_Client.ajaxActions" %>
| 09tmdtlast | trunk/LogisticSystem_Client/ajaxActions.aspx | ASP.NET | asf20 | 133 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Threading;
using System.Globalization;
namespace TMDT_ProjGroup09_Client
{
public partial class _Default : System.Web.UI.Page
{
protected... | 09tmdtlast | trunk/LogisticSystem_Client/Default.aspx.cs | C# | asf20 | 1,207 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TMDT_ProjGroup09_Client
{
public partial class Register : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{... | 09tmdtlast | trunk/LogisticSystem_Client/Register.aspx.cs | C# | asf20 | 345 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TMDT_ProjGroup09_Client
{
public partial class Test : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
... | 09tmdtlast | trunk/LogisticSystem_Client/Test.aspx.cs | C# | asf20 | 405 |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="TMDT_ProjGroup09_Client.Test" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<tit... | 09tmdtlast | trunk/LogisticSystem_Client/Test.aspx | ASP.NET | asf20 | 450 |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TMDT_ProjGroup09_Client._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/... | 09tmdtlast | trunk/LogisticSystem_Client/Default.aspx | ASP.NET | asf20 | 7,824 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; cha... | 09tmdtlast | trunk/LogisticSystem_Client/Register.aspx | ASP.NET | asf20 | 11,754 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.SessionState;
namespace TMDT_ProjGroup09_Client
{
public class Global : System.Web.HttpApplication
{
protected void Application_Start(object sender, EventArgs e... | 09tmdtlast | trunk/LogisticSystem_Client/Global.asax.cs | C# | asf20 | 1,110 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; cha... | 09tmdtlast | trunk/LogisticSystem_Client/Order.aspx | ASP.NET | asf20 | 8,163 |
.wraper{
width:380px;
margin: 50px auto;
border: 1px solid #70e8f9;
background-color: #d2e7f0;
}
.shadow{
-moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
-moz-border-radius-bottomright:10px;
-... | 09tmdtlast | trunk/LogisticSystem_Client/css/style.css | CSS | asf20 | 3,713 |
.wraper{
width:380px;
margin: 50px auto;
border: 1px solid #70e8f9;
background-color: #d2e7f0;
}
.shadow{
-moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
-moz-border-radius-bottomright:10px;
-we... | 09tmdtlast | trunk/LogisticSystem_Client/css/style_Admin.css | CSS | asf20 | 3,720 |
/* CSS Document */
body {
font-family:Arial,Tahoma,'trebuchet ms',helvetica,sans-serif;
font-size:13px;
margin:0;
padding:0;
/*background:url(../images/Background_you_tube_www-refreshbg-vflC3wnbM.png);*/
/*background:url("../images/bgd_body.jpg") repeat-x scroll 0% 0% rgb(57, 163, 27);*/
/*background:u... | 09tmdtlast | trunk/LogisticSystem_Client/css/Layout.css | CSS | asf20 | 6,496 |
@charset "utf-8";
/* CSS Document */
.inputLogin{
color:#6e6e6e;
font:bold 16px "Segoe UI", Tahoma, Geneva, sans-serif;
text-decoration:none;
padding:5px 7px;
position:relative;
display:inline-block;
text-shadow:0 1px 0 #fff;
-webkit-transition:border-color .218s;
-moz-transition:b... | 09tmdtlast | trunk/LogisticSystem_Client/css/Login.css | CSS | asf20 | 1,306 |
@charset "utf-8";
/* CSS Document */
#fTypeFoodRight{
width:546px;
float:left;
/*border:dotted 1px #FFCC66;*/
}
#fTypeFoodLeft{
width:200px;
float:left;
border-right:dotted 1px #FFCC66;
}
#Basket{
/*display:block;*/
font-size:10px;
/*set the div in the bottom rig... | 09tmdtlast | trunk/LogisticSystem_Client/css/Orderfood.css | CSS | asf20 | 1,871 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
class LoTrinhTuyen:DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
LoTrinhTuyenDTO objectDTO = new L... | 09tmdtlast | trunk/DAO/LoTrinhTuyen.cs | C# | asf20 | 1,973 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class DatVanChuyenDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
DatVanChuyenDTO objectDTO... | 09tmdtlast | trunk/DAO/DatVanChuyenDAO.cs | C# | asf20 | 3,750 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class ChuyenVanChuyenDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
ChuyenVanChuyenD... | 09tmdtlast | trunk/DAO/ChuyenVanChuyenDAO.cs | C# | asf20 | 2,711 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class TuyenVanChuyenDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
TuyenVanChuyenDTO... | 09tmdtlast | trunk/DAO/TuyenVanChuyenDAO.cs | C# | asf20 | 2,731 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class TinhTrangXeDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
TinhTrangXeDTO objectDTO... | 09tmdtlast | trunk/DAO/TinhTrangXeDAO.cs | C# | asf20 | 2,243 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class NhanVienDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
NhanVienDTO objectDTO = n... | 09tmdtlast | trunk/DAO/NhanVienDAO.cs | C# | asf20 | 5,633 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class LoaiVanChuyenDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
LoaiVanChuyenDTO objectD... | 09tmdtlast | trunk/DAO/LoaiVanChuyenDAO.cs | C# | asf20 | 2,024 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
class LichVanChuyenDAO :DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
LichVanChuyenDTO objectDTO... | 09tmdtlast | trunk/DAO/LichVanChuyenDAO.cs | C# | asf20 | 2,451 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class DoanDuongDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
DoanDuongDTO objectDTO... | 09tmdtlast | trunk/DAO/DoanDuongDAO.cs | C# | asf20 | 2,935 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class KhoDAO:DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
KhoDTO objectDTO = new KhoDTO();
... | 09tmdtlast | trunk/DAO/KhoDAO.cs | C# | asf20 | 2,337 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class ChiNhanhDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
ChiNhanhDTO objectDTO = n... | 09tmdtlast | trunk/DAO/ChiNhanhDAO.cs | C# | asf20 | 4,217 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 09tmdtlast | trunk/DAO/Properties/AssemblyInfo.cs | C# | asf20 | 1,418 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class XeDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
XeDTO objectDTO = new XeDTO();
... | 09tmdtlast | trunk/DAO/XeDAO.cs | C# | asf20 | 3,209 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class TinhTrangDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
TinhTrangDTO objectDTO = n... | 09tmdtlast | trunk/DAO/TinhTrangDAO.cs | C# | asf20 | 2,011 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class KhachHangDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
KhachHangDTO ... | 09tmdtlast | trunk/DAO/KhachHangDAO.cs | C# | asf20 | 4,213 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DAO
{
public class DataProvider
{
private SqlConnection Cn = null;
public DataProvider()
{
... | 09tmdtlast | trunk/DAO/DataProvider.cs | C# | asf20 | 8,434 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class MonHangDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
MonHangDTO objectDTO = new M... | 09tmdtlast | trunk/DAO/MonHangDAO.cs | C# | asf20 | 5,325 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class LoaiNhanVienDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
LoaiNhanVienDTO objectDTO... | 09tmdtlast | trunk/DAO/LoaiNhanVienDAO.cs | C# | asf20 | 2,080 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DTO;
namespace DAO
{
public class VanChuyenDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
VanChuyenDTO objectDTO = n... | 09tmdtlast | trunk/DAO/VanChuyenDAO.cs | C# | asf20 | 2,121 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DTO;
using System.Data;
namespace DAO
{
public class LoTrinhTuyenDAO : DataProvider
{
protected override object GetDataFromDataRow(DataTable dt, int i)
{
LoTrinhTuyenDTO objec... | 09tmdtlast | trunk/DAO/LoTrinhTuyenDAO.cs | C# | asf20 | 2,586 |
#!/bin/bash
curl -O http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.eng.tar.gz
tar -zxvf tesseract-ocr-3.02.eng.tar.gz
rm -f tesseract-ocr-3.02.eng.tar.gz
mkdir data
mv tesseract-ocr data/tesseract
adb push data/ /sdcard/
adb shell sync
| 1191149398c-ocr | tesseract-android-tools/languages.sh | Shell | asf20 | 250 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/tesseract/android/TessBaseAPI.java | Java | asf20 | 14,879 |
/*
* Copyright (C) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/tesseract/android/PageIterator.java | Java | asf20 | 2,324 |
/*
* Copyright (C) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/tesseract/android/ResultIterator.java | Java | asf20 | 2,325 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Pix.java | Java | asf20 | 9,220 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/ReadFile.java | Java | asf20 | 6,967 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Box.java | Java | asf20 | 4,880 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Convert.java | Java | asf20 | 1,506 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Pixa.java | Java | asf20 | 13,432 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/WriteFile.java | Java | asf20 | 7,076 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Binarize.java | Java | asf20 | 5,515 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Rotate.java | Java | asf20 | 3,456 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Skew.java | Java | asf20 | 3,562 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/AdaptiveMap.java | Java | asf20 | 4,135 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Enhance.java | Java | asf20 | 2,068 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/JpegIO.java | Java | asf20 | 2,862 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Constants.java | Java | asf20 | 5,352 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1191149398c-ocr | tesseract-android-tools/src/com/googlecode/leptonica/android/Scale.java | Java | asf20 | 4,131 |
/*
* Copyright 2010, Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_tesseract_android/common.h | C | asf20 | 1,263 |
/*
* Copyright 2011, Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_tesseract_android/tessbaseapi.cpp | C++ | asf20 | 9,447 |
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libtess
# tesseract (minus executable)
BLACKLIST_SRC_FILES := \
%api/tesseractmain.cpp \
%viewer/svpaint.cpp
TESSERACT_SRC_FILES := \
$(wildcard $(TESSERACT_PATH)/api/*.cpp) \
$(wildcard $(TESSERACT_PATH)/ccmain/*.cpp) \
$(wildcard $(TESS... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_tesseract_android/Android.mk | Makefile | asf20 | 1,942 |
/*
* Natanael Arndt, 2011: removed collate.h dependencies
* (my changes are trivial)
*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Guido van Rossum.
*
* Redistribution and use in source an... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_tesseract_android/glibc/glob.c | C | asf20 | 23,044 |
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Guido van Rossum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_tesseract_android/glibc/glob.h | C | asf20 | 4,309 |
/*
* Copyright 2011, Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_tesseract_android/pageiterator.cpp | C++ | asf20 | 1,405 |
/*
* Copyright 2011, Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_tesseract_android/resultiterator.cpp | C++ | asf20 | 1,639 |
/* Copyright (C) 2007 Eric Blake
* Permission to use, copy, modify, and distribute this software
* is freely granted, provided that this notice is preserved.
*
* Modifications for Android written Jul 2009 by Alan Viverette
*/
/*
FUNCTION
<<fmemopen>>---open a stream around a fixed-length string
INDEX
fmemopen
... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_leptonica_android/stdio/fmemopen.c | C | asf20 | 8,195 |
/* Copyright (C) 2007 Eric Blake
* Permission to use, copy, modify, and distribute this software
* is freely granted, provided that this notice is preserved.
*
* Modifications for Android written Jul 2009 by Alan Viverette
*/
/*
FUNCTION
<<open_memstream>>---open a write stream around an arbitrary-length string
... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_leptonica_android/stdio/open_memstream.c | C | asf20 | 6,619 |
#ifndef LEPTONICA__STDIO_H
#define LEPTONICA__STDIO_H
#ifndef BUILD_HOST
#include <stdio.h>
#include <stdint.h>
typedef struct cookie_io_functions_t {
ssize_t (*read)(void *cookie, char *buf, size_t n);
ssize_t (*write)(void *cookie, const char *buf, size_t n);
int (*seek)(void *cookie, off_t *pos, int when... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_leptonica_android/stdio/extrastdio.h | C | asf20 | 615 |
/* Copyright (C) 2007 Eric Blake
* Permission to use, copy, modify, and distribute this software
* is freely granted, provided that this notice is preserved.
*
* Modifications for Android written Jul 2009 by Alan Viverette
*/
/*
FUNCTION
<<fopencookie>>---open a stream with custom callbacks
INDEX
fopencookie
A... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_leptonica_android/stdio/fopencookie.c | C | asf20 | 5,247 |
/*
* Copyright 2011, Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1191149398c-ocr | tesseract-android-tools/jni/com_googlecode_leptonica_android/writefile.cpp | C++ | asf20 | 6,509 |