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
package com.infindo.appcreate.zzyj.dao; import com.infindo.appcreate.zzyj.entity.SysUser; public interface UserDao extends GenericDao<SysUser, Long> { }
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/dao/UserDao.java
Java
gpl3
163
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; imp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/ActivityTalk.java
Java
gpl3
2,982
package com.infindo.appcreate.zzyj.entity; // Generated 2012-11-12 16:59:05 by Hibernate Tools 3.4.0.CR1 import java.util.Date; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Gener...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/SysUser.java
Java
gpl3
2,527
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; imp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/Service.java
Java
gpl3
2,944
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; imp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/ProjectSupporter.java
Java
gpl3
3,565
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; import javax.persistence.Tabl...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/Expert.java
Java
gpl3
2,730
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; imp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/ProjectComment.java
Java
gpl3
3,535
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; import javax.persistence.Tabl...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/ExpertProject.java
Java
gpl3
1,879
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; imp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/Infomation.java
Java
gpl3
2,801
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; import javax.persistence.Ta...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/ProjectHot.java
Java
gpl3
1,292
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; imp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/Project.java
Java
gpl3
5,062
package com.infindo.appcreate.zzyj.entity; public class ExpertCommentVO implements java.io.Serializable { private static final long serialVersionUID = 1L; private String projectCode; private String projectTitle; private String desc; public ExpertCommentVO(){} public Exp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/ExpertCommentVO.java
Java
gpl3
1,029
package com.infindo.appcreate.zzyj.entity; import static javax.persistence.GenerationType.SEQUENCE; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; imp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/zzyj/entity/Activity.java
Java
gpl3
3,101
package com.infindo.appcreate.thread.queue; public interface ThreadCallback { public void notifyThreadEnd(long threadNo); }
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/thread/queue/ThreadCallback.java
Java
gpl3
134
package com.infindo.appcreate.thread.queue; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class ThreadManager<T> extends Thread implements ThreadCallback { private int maxThread = 2; private Map<Long, TaskThread> threadActiveList = new Hash...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/thread/queue/ThreadManager.java
Java
gpl3
3,635
package com.infindo.appcreate.thread.queue; import java.lang.reflect.Field; import com.infindo.appcreate.zzyj.util.StringUtil; import com.infindo.appcreate.zzyj.util.ThreadGroupEnum; public class TaskThread<T> extends Thread { private final ThreadCallback callback; private T myTask; public TaskTh...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/thread/queue/TaskThread.java
Java
gpl3
1,090
package com.infindo.appcreate.thread.queue; public abstract class BaseTask { public String groupName = ""; public abstract Object executeTask() throws Exception; }
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/src/com/infindo/appcreate/thread/queue/BaseTask.java
Java
gpl3
183
// Generated on 2013-09-05 using generator-ember 0.6.2 'use strict'; var LIVERELOAD_PORT = 35729; var lrSnippet = require('connect-livereload')({port: LIVERELOAD_PORT}); var mountFolder = function (connect, dir) { return connect.static(require('path').resolve(dir)); }; // # Globbing // for performance rea...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/Gruntfile.js
JavaScript
gpl3
10,968
grunt build grunt watch
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/watchAfterBuild.bat
Batchfile
gpl3
24
@charset "utf-8"; /* CSS Document */ .main_title_bg{ background:url(images/main_title_bg.png) repeat-x;} .column_bg{ background:url(images/column_bg.png) repeat-x;} .list_details_bg{ background:#efefef;} .pull_down_top_bg{ background:url(images/pull_down_top.png) no-repeat;} .pull_down_middle_bg{ background:url(i...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/skin/skin.css
CSS
gpl3
1,155
window.Zzyj = Ember.Application.create(); require('scripts/utils/**'); require('scripts/controllers/**'); require('scripts/store'); require('scripts/models/**'); require('scripts/views/**'); require('scripts/router'); require('scripts/routes/**'); $.cookie.defaults = { expires: 7, path: '/', domain: "localh...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/index.js
JavaScript
gpl3
329
Zzyj.ApplicationView = Em.View.extend({ templateName: 'application' });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/views/application.js
JavaScript
gpl3
79
Zzyj.FooterView = Em.View.extend({ templateName: 'footer' });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/views/footer.js
JavaScript
gpl3
69
Zzyj.ProjectsView = Em.View.extend({ templateName: 'project/list', didInsertElement: function() { }, handler: function() { }.observes('controller.content.isLoaded') }); Zzyj.ProjectView = Em.View.extend({ templateName: 'project/detail', didInsertElement: function() { ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/views/project.js
JavaScript
gpl3
757
Zzyj.HomeView = Em.View.extend({ templateName: 'home', didInsertElement: function() { window.mySwipe = Swipe(document.getElementById('slider'), { startSlide: 0, speed: 400, auto: 1000, //continuous: true, ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/views/home.js
JavaScript
gpl3
623
Zzyj.HeaderView = Em.View.extend({ templateName: 'header', didInsertElement: function() { $('.main_title_icon_right').click(function(){ var menu = $('.pull_down'); if (menu.css("display") == "none") { menu.fadeIn(); } else { ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/views/header.js
JavaScript
gpl3
381
Zzyj.ExpertsView = Em.View.extend({ templateName: 'expert/list', didInsertElement: function() { }, handler: function() { }.observes('controller.content.isLoaded') }); Zzyj.ExpertView = Em.View.extend({ templateName: 'expert/detail', didInsertElement: function() { // ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/views/expert.js
JavaScript
gpl3
777
Zzyj.Router.map(function () { this.resource('index', { path: '/'}); this.resource('home', { path: '/home'}); this.resource('projects', { path: '/projects' }, function() { }); this.resource('project', { path: 'project' }, function() { // /:project_id // this.route('edit', { path: 'ed...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/router.js
JavaScript
gpl3
593
Zzyj.ApplicationController = Em.Controller.extend({ actions: { showProjects: function() { this.transitionToRoute("projects"); $('.pull_down').hide(); Nav.resetBackIcon(); }, showExperts: function() { this.transitionToRoute("experts"); ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/controllers/application.js
JavaScript
gpl3
483
Zzyj.ProjectsController = Em.Controller.extend({ actions: { showProjectDetail: function(app) { this.transitionToRoute("project"); Nav.page('projects', '项目'); } } }); Zzyj.ProjectController = Em.Controller.extend({ });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/controllers/project.js
JavaScript
gpl3
282
Zzyj.HomeController = Em.Controller.extend({ actions: { } });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/controllers/home.js
JavaScript
gpl3
76
Zzyj.ExpertsController = Em.Controller.extend({ actions: { showExpertDetail: function(app) { this.transitionToRoute("expert"); Nav.page('experts', '专家'); } } }); Zzyj.ExpertController = Em.Controller.extend({ });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/controllers/expert.js
JavaScript
gpl3
277
Custant = { ApiVer: 'v1' }; if (location.href.indexOf("192.168") > -1) { Custant.WebRoot = "http://192.168.1.228:9000/"; } else { Custant.WebRoot = "http://121.199.18.199/"; } Vari = { ApiPath: Custant.WebRoot + "api/" + Custant.ApiVer + "/", TokenName: "apppress.token", CurrUser: {i...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/utils/util.js
JavaScript
gpl3
2,583
Handlebars.registerHelper('vari', function(v) { if (Util.isEmpty(v)) return ""; var value = eval('Vari.' + v); //alert(value); return new Handlebars.SafeString(value); }); Handlebars.registerHelper('first', function(context, block) { return context[0]; }); Handlebars.registerHelper('req...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/utils/helpers.js
JavaScript
gpl3
2,201
Nav = { page: function (route, title){ $('main_title').text(title); Nav.history.push([route, title]); Nav.showBackIconOrNot(); }, back: function (controller){ $('main_title').text(title); if (Nav.history.length > 0) { var arr = Nav.history.pop(); ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/utils/nav.js
JavaScript
gpl3
884
Zzyj.IndexRoute = Ember.Route.extend({ redirect: function() { this.transitionTo('home'); Nav.page('home', '众智云集'); } });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/routes/index.js
JavaScript
gpl3
156
Zzyj.ProjectsRoute = Ember.Route.extend({ model: function(params) { }, setupController: function(controller) { // var list = controller.store.find('app'); // controller.set('model', list); } }); Zzyj.ProjectRoute = Ember.Route.extend({ // model: function(params) { // ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/routes/project.js
JavaScript
gpl3
612
Zzyj.HomeRoute = Ember.Route.extend({ });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/routes/home.js
JavaScript
gpl3
46
Zzyj.ApplicationRoute = Ember.Route.extend({ actions: { } });
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/scripts/routes/application_route.js
JavaScript
gpl3
78
<!--content--> <div id="content_wrapper"> <div class="content_top"> <div id='slider' class='swipe'> <div class='swipe-wrap'> <div class="item" style="background:url(images/img1.png) no-repeat center 0;-moz-background-size: cover;background-size: cover;"> <span class="sli...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/home.hbs
Handlebars
gpl3
2,784
<!--content--> <div class="column_details clearfix"> <div class="list_item_image float_left"><img src="images/img4.png"></div> <div class="column_words"> <div style="height: 50px;"> <p class="professor_name">姚建军<img class="big_v" src="images/v.png"><span class="date">2013-09-27 22:19:00...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/expert/detail.hbs
Handlebars
gpl3
2,714
<ul class="content_list"> <li {{action showExpertDetail}}> <div class="column_details border margin_bottom clearfix"> <div class="list_item_image float_left"><img src="images/img4.png"></div> <div class="column_words"> <div style="height: 50px;"> ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/expert/list.hbs
Handlebars
gpl3
784
{{view Zzyj.HeaderView}} <div> <div class="container-fluid"> {{outlet}} </div> </div> {{view Zzyj.FooterView}}
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/application.hbs
Handlebars
gpl3
140
<!--footer--> <div id="footer"> <ul > <li class="footer_font_blue"><a href="">安卓版</a></li> <li class="footer_font_blue">|</li> <li class="footer_font_blue"><a href="">Ios版</a></li> <li class="footer_font_blue">|</li> <li class="footer_font_blue"><a href="">wap版</a></li...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/footer.hbs
Handlebars
gpl3
590
<!--content--> <div class="content_top"> <div id='slider' class='swipe'> <div class='swipe-wrap'> <div class="item" style="background:url(images/img1.png) no-repeat center 0;-moz-background-size: cover;background-size: cover;"> <span class="slider_font">2013年度“扶持引导社会力量参与苏州工业...”</sp...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/project/detail.hbs
Handlebars
gpl3
2,942
<!--menu--> <div id="menu"> <ul> <li class="menu_nav menu_active"><a href="#">时间</a><img src="skin/images/triangle.png"></li> <li class="menu_nav "><a href="#">得分</a><img src="skin/images/triangle.png"></li> <li class="menu_nav" ><a href="#">专家</a><img src="skin/images/triangle.png"></l...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/project/list.hbs
Handlebars
gpl3
1,338
<!--header--> <div id="header" > <div class="main_title_container main_title_bg"> <div class="main_title_icon_left" style="display:none;" {{action back}}><img src="skin/icon/back.png"></div> <span class="main_title main_title_font">众智云集</span> <div class="main_title_icon_right"> ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/templates/header.hbs
Handlebars
gpl3
1,273
@charset "UTF-8"; @import url("../skin/skin.css"); /* CSS Document */ @media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Infindo\/Code\/AppXquare\/WebContent\/zzyj\/app\/styles\/global\.scss}line{font-family:\000034}} html, body, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, ul, li, ol, img, input, select, ...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/styles/global.css
CSS
gpl3
2,551
#main_container { width: 100%; } #header { width: 100%; height: 71px; } .main_title_container { height: 71px; text-align: center; position: relative; z-index: 1; } .main_title { line-height: 70px; } .main_title_icon_right { position: absolute; top: 10px; right: 10px; } .main_ti...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/styles/style.scss
SCSS
gpl3
3,898
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Infindo\/Code\/AppXquare\/WebContent\/zzyj\/app\/styles\/style\.scss}line{font-family:\000031}} #main_container { width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Infindo\/Code\/AppXquare\/WebContent\/zzyj\/app\/styles\/style\...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/styles/style.css
CSS
gpl3
11,081
@charset "utf-8"; @import url("../skin/skin.css"); /* CSS Document */ html, body, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, ul, li, ol, img, input, select, div, table, tr, td, thead, tbody, p { border: 0; font-family: Arial, sans-serif "微软雅黑"; margin: 0; padding: 0; font-size: 12px; color:#5d5d5...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/styles/global.scss
SCSS
gpl3
755
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="author" content="aaron.chen@niuapp.com" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <title>众智云集移动官网</title> <!-- b...
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/app/index.html
HTML
gpl3
1,388
grunt watch
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/mobi/watch.bat
Batchfile
gpl3
11
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>HOMEPAGE</title> </head> <body> HOMEPAGE </body> </html>
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/index.html
HTML
gpl3
145
<%@ page contentType="text/html;charset=UTF-8"%> <!-- <%@ include file="/common/taglibs.jsp"%> --> <div> __INDEX__ </div>
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/WEB-INF/jsp/index.jsp
Java Server Pages
gpl3
128
<%@ page contentType="text/html;charset=UTF-8"%> <!-- <%@ include file="/common/taglibs.jsp"%> --> <script type=text/javascript src="${ctx}/js/home.js"></script> <div> __HOME__ </div>
zzyj-mobi
trunk/ zzyj-mobi --username aaronchen2k@gmail.com/zzyj-mobi/WebContent/WEB-INF/jsp/front/home.jsp
Java Server Pages
gpl3
193
// // AddEmailDBManager.m // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This...
zzj9008-aaa
DBAccessors/AddEmailDBAccessor.m
Objective-C
asf20
11,592
// // ContactDBManager.h // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This ...
zzj9008-aaa
DBAccessors/ContactDBAccessor.h
Objective-C
asf20
1,588
// // ContactDBManager.m // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This ...
zzj9008-aaa
DBAccessors/UidDBAccessor.m
Objective-C
asf20
6,895
// // ContactDBManager.m // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This ...
zzj9008-aaa
DBAccessors/ContactDBAccessor.m
Objective-C
asf20
6,920
// // AddEmailDBManager.m // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This...
zzj9008-aaa
DBAccessors/SearchEmailDBAccessor.m
Objective-C
asf20
6,309
// // AddEmailDBManager.h // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This...
zzj9008-aaa
DBAccessors/SearchEmailDBAccessor.h
Objective-C
asf20
1,543
// // ContactDBManager.h // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This ...
zzj9008-aaa
DBAccessors/UidDBAccessor.h
Objective-C
asf20
1,538
// // AddEmailDBManager.h // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This...
zzj9008-aaa
DBAccessors/AddEmailDBAccessor.h
Objective-C
asf20
2,267
// // SearchRunner.h // ReMailIPhone // // Created by Gabor Cselle on 3/29/09. // 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....
zzj9008-aaa
Classes/SearchRunner.h
Objective-C
asf20
2,396
// // PushSetupViewController.m // ReMailIPhone // // Created by Gabor Cselle on 10/22/09. // 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 // // ...
zzj9008-aaa
Classes/PushSetupViewController.m
Objective-C
asf20
7,764
// // FolderListViewController.h // ReMailIPhone // // Created by Gabor Cselle on 9/24/09. // 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 // // ...
zzj9008-aaa
Classes/FolderListViewController.h
Objective-C
asf20
1,156
/* Copyright (C) 2007 Stig Brautaset. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following...
zzj9008-aaa
Classes/NSObject+SBJSON.h
Objective-C
asf20
2,184
// // ConvoCell.h // ConversationsPrototype // // Created by Gabor Cselle on 1/23/09. // 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...
zzj9008-aaa
Classes/MailCell.h
Objective-C
asf20
1,426
// // StringUtil.h // NextMailIPhone // // Created by Gabor Cselle on 2/3/09. // 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.a...
zzj9008-aaa
Classes/StringUtil.h
Objective-C
asf20
1,775
// // WebViewController.h // NextMailIPhone // // Created by Gabor Cselle on 1/16/09. // 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...
zzj9008-aaa
Classes/WebViewController.h
Objective-C
asf20
1,261
// // HomeViewController.h // Displays home screen to user, manages toolbar UI and responds to sync status updates // // Created by Gabor Cselle on 1/22/09. // Copyright 2010 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with ...
zzj9008-aaa
Classes/HomeViewController.h
Objective-C
asf20
1,536
// // UsageViewController.h // ReMailIPhone // // Created by Gabor Cselle on 10/8/09. // 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...
zzj9008-aaa
Classes/UsageViewController.h
Objective-C
asf20
1,798
// // StoreItemViewController.m // ReMailIPhone // // Created by Gabor Cselle on 11/11/09. // 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 // // ...
zzj9008-aaa
Classes/StoreItemViewController.m
Objective-C
asf20
4,606
/* File: Reachability.m Abstract: SystemConfiguration framework wrapper. Version: 1.5 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software con...
zzj9008-aaa
Classes/Reachability.m
Objective-C
asf20
23,348
// // Email.m // ReMailIPhone // // Created by Gabor Cselle on 1/16/09. // 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....
zzj9008-aaa
Classes/Email.m
Objective-C
asf20
9,721
// // SearchEntryViewController.m // InboxSearch // // Created by Gabor Cselle on 1/13/09. // 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 // // ...
zzj9008-aaa
Classes/SearchEntryViewController.m
Objective-C
asf20
13,759
// // StoreItemCell.m // ReMailIPhone // // Created by Gabor Cselle on 11/12/09. // 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://ww...
zzj9008-aaa
Classes/StoreItemCell.m
Objective-C
asf20
1,388
// // MailboxViewController.h // NextMailIPhone // // Created by Gabor Cselle on 1/13/09. // 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 // // ...
zzj9008-aaa
Classes/MailboxViewController.h
Objective-C
asf20
1,172
// // SearchEntryViewController.h // NextMailIPhone // // Created by Gabor Cselle on 1/13/09. // 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 // /...
zzj9008-aaa
Classes/SearchEntryViewController.h
Objective-C
asf20
1,486
// // WebViewController.m // NextMailIPhone // // Created by Gabor Cselle on 1/16/09. // 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...
zzj9008-aaa
Classes/WebViewController.m
Objective-C
asf20
2,764
// // AddEmailDBAccessor.m // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // Thi...
zzj9008-aaa
Classes/AddEmailDBAccessor.m
Objective-C
asf20
6,697
// // UpsellViewController.m // ReMailIPhone // // Created by Gabor Cselle on 10/11/09. // 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 // // ht...
zzj9008-aaa
Classes/UpsellViewController.m
Objective-C
asf20
2,918
// // PastQuery.h // ReMailIPhone // // Created by Gabor Cselle on 1/18/09. // 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.apa...
zzj9008-aaa
Classes/PastQuery.h
Objective-C
asf20
1,096
/* Copyright (C) 2007 Stig Brautaset. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following...
zzj9008-aaa
Classes/NSObject+SBJSON.m
Objective-C
asf20
2,081
// // ImapSync.h // ReMailIPhone // // Created by Gabor Cselle on 7/15/09. // 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.apac...
zzj9008-aaa
Classes/ImapSync.h
Objective-C
asf20
1,031
// // ContactDBAccessor.h // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This...
zzj9008-aaa
Classes/ContactDBAccessor.h
Objective-C
asf20
1,464
// // StoreViewController.m // ReMailIPhone // // Created by Gabor Cselle on 11/11/09. // 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 // // htt...
zzj9008-aaa
Classes/StoreViewController.m
Objective-C
asf20
9,373
// // MailViewController.m // ReMailIPhone // // Created by Gabor Cselle on 1/13/09. // 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:...
zzj9008-aaa
Classes/MailViewController.m
Objective-C
asf20
35,091
// // GmailConfigViewController.m // // Displays credential entry screen to the user ... // // Created by Gabor Cselle on 1/22/09. // 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 o...
zzj9008-aaa
Classes/GmailConfigViewController.m
Objective-C
asf20
10,080
// // AttachmentViewController.h // ReMailIPhone // // Created by Gabor Cselle on 7/7/09. // 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 // // ...
zzj9008-aaa
Classes/AttachmentViewController.h
Objective-C
asf20
1,481
// // AccountTypeSelectViewController.h // ReMailIPhone // // Created by Gabor Cselle on 7/15/09. // 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 //...
zzj9008-aaa
Classes/AccountTypeSelectViewController.h
Objective-C
asf20
1,513
// // SettingsListViewController.h // ReMailIPhone // // Created by Gabor Cselle on 9/15/09. // 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 // //...
zzj9008-aaa
Classes/SettingsListViewController.h
Objective-C
asf20
1,009
// // ImapFolderWorker.h // ReMailIPhone // // Created by Gabor Cselle on 6/29/09. // 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://...
zzj9008-aaa
Classes/ImapFolderWorker.h
Objective-C
asf20
1,875
// // ActivityIndicator.h // ReMailIPhone // // Created by Gabor Cselle on 2/13/09. // 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:/...
zzj9008-aaa
Classes/ActivityIndicator.h
Objective-C
asf20
803
// // SyncManager.m // Remail iPhone // // 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 // // ...
zzj9008-aaa
Classes/SyncManager.m
Objective-C
asf20
18,588
// // DateUtil.m // ReMailIPhone // // Created by Gabor Cselle on 3/17/09. // 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.apac...
zzj9008-aaa
Classes/DateUtil.m
Objective-C
asf20
3,672
// // NextMailAppDelegate.m // NextMail iPhone Application // // Created by Gabor Cselle on 1/16/09. // 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...
zzj9008-aaa
Classes/ReMailAppDelegate.m
Objective-C
asf20
8,742
/* Copyright (c) 2007, Stig Brautaset. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the followin...
zzj9008-aaa
Classes/JSON.h
Objective-C
asf20
1,963
// // UidDBAccessor.m // ---------------------------------------------------------------------- // Part of the SQLite Persistent Objects for Cocoa and Cocoa Touch // // Original Version: (c) 2008 Jeff LaMarche (jeff_Lamarche@mac.com) // ---------------------------------------------------------------------- // This cod...
zzj9008-aaa
Classes/UidDBAccessor.m
Objective-C
asf20
5,486