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 GUI; import BackendSimulation.Competition; import BackendSimulation.staticData; import java.awt.Dimension; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java...
100simulator
trunk/Client/src/GUI/CompetitionSearch.java
Java
oos
6,757
package GUI; import java.awt.Dimension; import BackendSimulation.*; import java.awt.Rectangle; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTabbedPane; import oracle.jdeveloper.layout.VerticalFlowLayout; public class CompetitionDetails extends JFr...
100simulator
trunk/Client/src/GUI/CompetitionDetails.java
Java
oos
2,527
package GUI; import ImportsAndExports.*; import BackendSimulation.*; import java.awt.CheckboxGroup; import java.awt.Choice; import java.awt.Dimension; import java.awt.List; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Random; ...
100simulator
trunk/Client/src/GUI/NewGameDialogs.java
Java
oos
7,932
package GUI;
100simulator
trunk/Client/src/GUI/package-info.java
Java
oos
16
package GUI; import BackendSimulation.staticData; import java.awt.Dimension; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.event.WindowAdapter; import java....
100simulator
trunk/Client/src/GUI/AthleteSearch.java
Java
oos
6,197
package GUI; import BackendSimulation.Atlet; import BackendSimulation.Manager; import BackendSimulation.staticData; import ImportsAndExports.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.io.File; import java.io.IOException; impo...
100simulator
trunk/Client/src/GUI/LoadGame.java
Java
oos
4,900
package GUI; import BackendSimulation.*; import ImportsAndExports.*; import java.awt.Dimension; import java.awt.PopupMenu; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; i...
100simulator
trunk/Client/src/GUI/CompetitionPage.java
Java
oos
11,044
package GUI; import ImportsAndExports.*; import BackendSimulation.*; import BackendSimulation.Data; import java.awt.Dimension; import java.awt.GridLayout; import java.awt.Rectangle; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; im...
100simulator
trunk/Client/src/GUI/AthletePage.java
Java
oos
14,084
package GUI; import BackendSimulation.*; import java.awt.Color; import java.awt.Dimension; import java.awt.Label; import java.awt.List; import java.awt.Rectangle; import java.awt.ScrollPane; import java.awt.GridLayout; import java.awt.Scrollbar; import java.awt.TextArea; import java.awt.event.Actio...
100simulator
trunk/Client/src/GUI/Clasament.java
Java
oos
5,628
package GUI; import java.awt.Dimension; import javax.swing.JFrame; public class CompetitionHistory extends JFrame { public CompetitionHistory() { try { jbInit(); } catch (Exception e) { e.printStackTrace(); } } private void jbInit() throws E...
100simulator
trunk/Client/src/GUI/CompetitionHistory.java
Java
oos
442
package GUI; import BackendSimulation.Atlet; import BackendSimulation.Brackets; import BackendSimulation.staticData; import java.awt.Choice; import java.awt.Dimension; import java.awt.Container; import java.awt.Rectangle; import java.awt.event.ComponentAdapter; import java.awt.event.ComponentEvent; impo...
100simulator
trunk/Client/src/GUI/CompetitionResultsPage.java
Java
oos
14,366
package GUI; import java.awt.Dimension; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; public...
100simulator
trunk/Client/src/GUI/Options.java
Java
oos
1,068
package GUI; import java.awt.Choice; import java.awt.Dimension; import BackendSimulation.*; import ImportsAndExports.*; import java.awt.GridLayout; import java.awt.Rectangle; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.WindowAdapter; import java.awt....
100simulator
trunk/Client/src/GUI/Training.java
Java
oos
8,773
package BackendSimulation; public class Data { public int zi; public int luna; public int an; public String[] numeLuni = {"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; public int[] nrzile = {31,28,31,30,31,30,31,31,30,31,30,30}; public Data() { ...
100simulator
trunk/Client/src/BackendSimulation/Data.java
Java
oos
1,525
package BackendSimulation; import java.security.SecureRandom; import java.util.*; import java.math.*; import javax.xml.crypto.Data; public class Brackets{ int numarAtleti; String[] depthName = {"Serii","Saisprezecimi","Optimi","Sferturi","Semifinala","Finala","Castigator"}; static Random generator = new...
100simulator
trunk/Client/src/BackendSimulation/Brackets.java
Java
oos
13,288
package BackendSimulation; import ImportsAndExports.*; import java.util.LinkedList; public class staticData { public static int competitionCount = 0; public static LinkedList<Integer> passedComp = new LinkedList<Integer>(); public static LinkedList<Atlet> atlet = new LinkedList<Atlet>(); publ...
100simulator
trunk/Client/src/BackendSimulation/staticData.java
Java
oos
1,970
package BackendSimulation; import java.util.LinkedList; import java.util.Random; public class AttributesCheck { static LinkedList<Integer> diff = new LinkedList<Integer>(); static Random generator = new Random(); public AttributesCheck() { super(); } public static void ...
100simulator
trunk/Client/src/BackendSimulation/AttributesCheck.java
Java
oos
4,118
package BackendSimulation; /* * The backend simulation page * */
100simulator
trunk/Client/src/BackendSimulation/package-info.java
Java
oos
74
package BackendSimulation; import java.util.LinkedList; public class Competition { public int uniqueID; public int clasa; public String[] numeClasa = {"Olympic Games","World Championships","Diamond League","World Athletics Series","Meeting"}; public int[] nrAtleti = {256,256,128,64,32}; ...
100simulator
trunk/Client/src/BackendSimulation/Competition.java
Java
oos
2,075
package BackendSimulation; import java.util.LinkedList; public class Atlet { public int uniqueID; public float acceleration; public float speed; public float pace; public float reaction; public float concentration; public float fitness; public float morale; ...
100simulator
trunk/Client/src/BackendSimulation/Atlet.java
Java
oos
3,427
package BackendSimulation; import java.util.LinkedList; public class Manager { public int uniqueID; public String firstName; public String lastName; public String nationalitate; public Data dataNasterii; public int age; public LinkedList<Integer> idAtletiSubContract ...
100simulator
trunk/Client/src/BackendSimulation/Manager.java
Java
oos
1,539
package Main; import GUI.*; public class Main { public Main() { } public static void main(String args[]){ new GUI.Main(); } }
100simulator
trunk/Client/src/Main/Main.java
Java
oos
167
package com.busi.system.manager; import java.util.List; import org.hibernate.Criteria; import org.hibernate.criterion.Restrictions; import com.busi.framework.base.BaseManager; import com.busi.system.model.SystemPermission; public class SystemPermissionManager extends BaseManager{ }
100gd-compare
trunk/system/com/busi/system/manager/SystemPermissionManager.java
Java
epl
303
package com.busi.system.dao; import com.busi.framework.base.BaseDao; import com.busi.system.model.SystemPermission; public class SystemPermissionDao extends BaseDao{ public Class getEntityClass(){ return SystemPermission.class; } }
100gd-compare
trunk/system/com/busi/system/dao/SystemPermissionDao.java
Java
epl
253
package com.busi.framework.exception; public class CheckKeyWordException extends Exception { private static final long serialVersionUID = 1L; public CheckKeyWordException() { super(); } public CheckKeyWordException(String message, Throwable arg1) { super(message, arg1); } ...
100gd-compare
trunk/system/com/busi/framework/exception/CheckKeyWordException.java
Java
epl
492
package com.busi.framework.base.db; import java.sql.Connection; import java.sql.DriverManager; public class ConnectionPool { public static Connection getConnPool(){ Connection con = null; try{ Class.forName("org.logicalcobwebs.proxool.ProxoolDriver"); con = DriverManager.getConnection("proxool.db...
100gd-compare
trunk/system/com/busi/framework/base/db/ConnectionPool.java
Java
epl
530
package com.busi.framework.base.db; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.sql.DataSource; import org.jdom.Document;...
100gd-compare
trunk/system/com/busi/framework/base/db/JdbcConnection.java
Java
epl
2,581
package com.busi.framework.base; public interface Model { public String getLogField(); }
100gd-compare
trunk/system/com/busi/framework/base/Model.java
Java
epl
96
package com.busi.framework.base; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; public class HttpSessionTread { private static ThreadLocal tread = new ThreadLocal() { protected synchronized Object initialValue() { return new HttpSessionTread(); } }; publi...
100gd-compare
trunk/system/com/busi/framework/base/HttpSessionTread.java
Java
epl
882
package com.busi.framework.base; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.busi.system.dao.SystemDeptDao; import com.busi.system.dao.SystemMenuDao; import com.busi.system.dao.SystemMenuOperationDao; import com.busi.system.dao.SystemPermissionDao; import c...
100gd-compare
trunk/system/com/busi/framework/base/BaseManager.java
Java
epl
1,822
package com.busi.framework.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; import org.apache.struts.actions.DispatchAct...
100gd-compare
trunk/system/com/busi/framework/action/DispatchActionTread.java
Java
epl
1,372
package com.busi.framework.action; import java.util.HashMap; import java.util.Map; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; import com.busi.utils.tools.StringTools; public class ParameterActionForward extends ActionMapping{ private ActionForward forwa...
100gd-compare
trunk/system/com/busi/framework/action/ParameterActionForward.java
Java
epl
949
package com.busi.relevance; import java.util.ArrayList; import java.util.List; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import org.jdom.Document; import org.jdom.Element; import org.jdom.input.SAXBuilder; import org.jdom.xpath.XPath...
100gd-compare
trunk/system/com/busi/relevance/RelevanceXml.java
Java
epl
2,177
package com.duying.gdc; import com.busi.framework.action.BaseAction; import com.duying.gdc.manager.GdMcCompareManager; import com.duying.gdc.manager.GdMcImportManager; import com.duying.gdc.manager.GdMcPersonManager; public class GdBaseAction extends BaseAction{ public GdMcImportManager gdMcImportManager; ...
100gd-compare
trunk/gdc/com/duying/gdc/GdBaseAction.java
Java
epl
1,081
package com.duying.gdc.manager; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.struts.upload.FormFile; import com.busi.framework.base.PageSupport; import com.busi.utils.tools....
100gd-compare
trunk/gdc/com/duying/gdc/manager/GdMcImportManager.java
Java
epl
2,569
package com.duying.gdc.manager; import java.util.HashMap; import java.util.List; import java.util.Map; import com.duying.gdc.GdBaseManager; public class GdMcPersonManager extends GdBaseManager{ public List getByImportIdOrderByXH(Integer importId){ String hql = "from GdMcPerson gmp where gmp.gdMcImpo...
100gd-compare
trunk/gdc/com/duying/gdc/manager/GdMcPersonManager.java
Java
epl
780
package com.duying.gdc.dao; import java.util.Map; import org.hibernate.criterion.DetachedCriteria; import org.hibernate.criterion.Order; import com.busi.framework.base.BaseDao; import com.busi.framework.base.CC; import com.busi.framework.base.PageSupport; import com.busi.utils.tools.NumberTools; import co...
100gd-compare
trunk/gdc/com/duying/gdc/dao/GdMcImportDao.java
Java
epl
1,128
package com.duying.gdc; import com.busi.framework.base.BaseManager; import com.duying.gdc.dao.GdMcImportDao; public class GdBaseManager extends BaseManager{ public GdMcImportDao gdMcImportDao; public GdMcImportDao getGdMcImportDao() { return gdMcImportDao; } public void setGdMcImportDao(GdMcImpor...
100gd-compare
trunk/gdc/com/duying/gdc/GdBaseManager.java
Java
epl
389
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ body { /* Font */ font-family: Arial, Verdana, sans-serif; font-size: 12px; /* Text color */ color: #222; /* Remove the background color to make it tran...
100gd-compare
trunk/WebContent/components/ckeditor/contents.css
CSS
epl
674
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/INSTALL.html
HTML
epl
2,859
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html> <head> <title></title> <meta http-equiv="Content-Type" content="...
100gd-compare
trunk/WebContent/components/ckeditor/plugins/wsc/dialogs/ciframe.html
HTML
epl
1,120
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html> <head> <title></title> <meta http-equiv="Content-Type...
100gd-compare
trunk/WebContent/components/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
HTML
epl
1,935
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add('uicolor',{requires:['dialog'],lang:['en'],init:function(a){if(CKEDITOR.env.ie6Compat)return;a.addCommand('uicolor',new CKEDITOR.dialogCommand('uic...
100gd-compare
trunk/WebContent/components/ckeditor/plugins/uicolor/plugin.js
JavaScript
epl
670
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang('uicolor','en',{uicolor:{title:'UI Color Picker',preview:'Live preview',config:'Paste this string into your config.js file',predefined:'Predefi...
100gd-compare
trunk/WebContent/components/ckeditor/plugins/uicolor/lang/en.js
JavaScript
epl
343
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */
100gd-compare
trunk/WebContent/components/ckeditor/plugins/dialog/dialogDefinition.js
JavaScript
epl
152
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { config.language = 'zh-cn';//中文 config.uiColor = '#BFEE62';//编辑器颜色 config.font_names = '宋体;楷体_GB2312;新宋体;...
100gd-compare
trunk/WebContent/components/ckeditor/config.js
JavaScript
epl
1,026
<?php /* * Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * \brief CKEditor class that can be used to create editor * instances in PHP pages on server side. * @see http://ckeditor.com * * Sample usage: ...
100gd-compare
trunk/WebContent/components/ckeditor/ckeditor_php4.php
PHP
epl
15,980
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ // Compressed version of core/ckeditor_base.js. See original for instructions. /*jsl:ignore*/ if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',vers...
100gd-compare
trunk/WebContent/components/ckeditor/ckeditor_source.js
JavaScript
epl
1,608
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/ajax.html
HTML
epl
2,828
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.dialog.add( 'myDialog', function( editor ) { return { title : 'My Dialog', minWidth : 400, minHeight : 200, contents : [ { id : 'tab1',...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/api_dialog/my_dialog.js
JavaScript
epl
513
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/sharedspaces.html
HTML
epl
4,244
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/replacebycode.html
HTML
epl
2,851
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/ui_languages.html
HTML
epl
3,504
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/enterkey.html
HTML
epl
3,007
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/replacebyclass.html
HTML
epl
1,846
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/api.html
HTML
epl
4,991
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ // This file is not required by CKEditor and may be safely ignored. // It is just a helper file that displays a red message about browser compatibility // at the top ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/sample.js
JavaScript
epl
1,866
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/php/standalone.php
PHP
epl
2,253
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/php/events.php
PHP
epl
4,124
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/php/replace.php
PHP
epl
2,288
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/php/replaceall.php
PHP
epl
2,561
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/php/advanced.php
PHP
epl
2,950
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/divreplace.html
HTML
epl
4,435
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/fullpage.html
HTML
epl
2,218
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/skins.html
HTML
epl
2,742
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php /* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ ?> <html xmlns="http://www.w3.org/1999/x...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/sample_posteddata.php
PHP
epl
1,596
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/jqueryadapter.html
HTML
epl
2,486
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/index.html
HTML
epl
1,902
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ fieldset { margin: 0; padding: 10px; } form { margin: 0; padding: 0; } pre { background-color: #F7F7F7; border: 1px solid #D7D7D7; overflow: aut...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/sample.css
CSS
epl
1,162
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/ui_color.html
HTML
epl
2,915
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/_samples/api_dialog.html
HTML
epl
6,132
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ // Compressed version of core/ckeditor_base.js. See original for instructions. /*jsl:ignore*/ if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',vers...
100gd-compare
trunk/WebContent/components/ckeditor/ckeditor_basic_source.js
JavaScript
epl
1,530
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
100gd-compare
trunk/WebContent/components/ckeditor/CHANGES.html
HTML
epl
51,696
<?php /* * Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * \brief CKEditor class that can be used to create editor * instances in PHP pages on server side. * @see http://ckeditor.com * * Sample usage: ...
100gd-compare
trunk/WebContent/components/ckeditor/ckeditor_php5.php
PHP
epl
15,948
<?php /* * Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /*! \mainpage CKEditor - PHP server side intergation * \section intro_sec CKEditor * Visit <a href="http://ckeditor.com">CKEditor web site</a> to find ...
100gd-compare
trunk/WebContent/components/ckeditor/ckeditor.php
PHP
epl
962
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- == BEGIN TEXT ONLY VERSION == Software License Agreement ========================== CKEditor - The text editor for Internet - http://ckeditor.com Copyright (c) 2003-2010, CKSource -...
100gd-compare
trunk/WebContent/components/ckeditor/LICENSE.html
HTML
epl
71,136
<%@ page contentType="text/html;charset=GBK"%> <SCRIPT LANGUAGE="JavaScript"> <!-- var contextPath = "${ctx}"; //--> </SCRIPT> <link type="text/css" rel="stylesheet" href="${ctx}/components/xtree/css/xtree2.css"> <script type="text/javascript" src="${ctx}/components/xtree/js/xtree2.js"></script> <script type="...
100gd-compare
trunk/WebContent/components/xtree/index.jsp
Java Server Pages
epl
397
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>xTree API 2 (WebFX)</title> <!-- WebFX Layout Include --> <script type="text/javascript" src="../../webfxlayout.js"></script> <script type="text/javascript" src="../../webfxapi.js"></script> <!-- end WebFX Layout Includes --> <style...
100gd-compare
trunk/WebContent/components/xtree/api.html
HTML
epl
78,430
#!/usr/bin/perl # # This file uses ETP which can be found at # http://perl.eae.net/etp/ # use lib "../../.."; use Etp; PrintOutput(); sub PrintOutput() { my $etp = new Etp(); print("Content-Type: text/xml; charset=UTF-8\n"); print("Cache-Control: no-cache\n"); print("Last-Modified: " . $etp->getDate(0, 3) . "\n"...
100gd-compare
trunk/WebContent/components/xtree/.svn/text-base/date.xml.pl.svn-base
Perl
epl
466
#!/usr/bin/perl # # This file uses ETP which can be found at # http://perl.eae.net/etp/ # use lib "../../.."; use Etp; PrintOutput(); sub PrintOutput() { my $etp = new Etp(); $etp->parseInput(); my $counter = $etp->getInput('counter') || 0; print("Content-Type: text/xml; charset=UTF-8\n"); print("Cache-Control:...
100gd-compare
trunk/WebContent/components/xtree/.svn/text-base/nest.xml.pl.svn-base
Perl
epl
578
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>XTree 2 Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link type="text/css" rel="stylesheet" href="css/xtree2.css"> <script type="text/javascript" src="js/xtre...
100gd-compare
trunk/WebContent/components/xtree/demo.html
HTML
epl
4,881
/*----------------------------------------------------------------------------\ | xLoadTree 2.0 PRE RELEASE | | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | | This is a pre release and may not be redistributed. ...
100gd-compare
trunk/WebContent/components/xtree/js/xloadtree2.js
JavaScript
epl
13,233
if (document.getElementById) { var tree = new WebFXTree('Root'); tree.setBehavior('classic'); var a = new WebFXTreeItem('1'); tree.add(a); var b = new WebFXTreeItem('1.1'); a.add(b); b.add(new WebFXTreeItem('1.1.1')); b.add(new WebFXTreeItem('1.1.2')); b.add(new WebFXTreeItem('1.1.3')); var f = new ...
100gd-compare
trunk/WebContent/components/xtree/js/tree.v1.js
JavaScript
epl
1,096
/*----------------------------------------------------------------------------\ | xTree 2.0 PRE RELEASE | | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | | This is a pre release and may not be redistributed. ...
100gd-compare
trunk/WebContent/components/xtree/js/xtree2.js
JavaScript
epl
38,572
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <!-- The xtree script file --> <script src="js/xtree2.js"></script> <!-- Modify this file to change the way the tree looks --> <link type="text/css" rel="stylesheet" href="css/xtree2....
100gd-compare
trunk/WebContent/components/xtree/demo.v1.html
HTML
epl
2,870
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>XLoadTree Demo (WebFX)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="js/xtree2.js"></script> <script type="text...
100gd-compare
trunk/WebContent/components/xtree/xloaddemo.html
HTML
epl
1,455
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>xTree API 2 (WebFX)</title> <!-- WebFX Layout Include --> <script type="text/javascript" src="../../webfxlayout.js"></script> <script type="text/javascript" src="../../webfxapi.js"></script> <!-- end WebFX Layout Includes --> <style...
100gd-compare
trunk/WebContent/components/xtree/api.xloadtree2.html
HTML
epl
11,904
#!/usr/bin/perl # # This file uses ETP which can be found at # http://perl.eae.net/etp/ # use lib "../../.."; use Etp; PrintOutput(); sub PrintOutput() { my $etp = new Etp(); print("Content-Type: text/xml; charset=UTF-8\n"); print("Cache-Control: no-cache\n"); print("Last-Modified: " . $etp->getDate(0, 3) . "\n"...
100gd-compare
trunk/WebContent/components/xtree/date.xml.pl
Perl
epl
466
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>XTree 2 Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link type="text/css" rel="stylesheet" href="css/xtree2.links.css"> <script type="text/javascript" src="j...
100gd-compare
trunk/WebContent/components/xtree/xloadtreedemo.html
HTML
epl
571
.webfx-tree-row { /* line-height: 16px; height: 16px; */ white-space: nowrap; font: icon; } .webfx-tree-row span { /* display: inline-block; height: 16px; line-height: 16px; */ overflow: hidden; text-overflow: ellipsis; } .webfx-tree-children { background-repeat: repeat-...
100gd-compare
trunk/WebContent/components/xtree/css/xtree2.links.css
CSS
epl
1,477
.webfx-tree-row { /* line-height: 16px; height: 16px; */ white-space: nowrap; font: icon; } .webfx-tree-row span { /* display: inline-block; height: 16px; line-height: 16px; */ overflow: hidden; text-overflow: ellipsis; } .webfx-tree-children { background-repeat: repeat-y...
100gd-compare
trunk/WebContent/components/xtree/css/xtree2.css
CSS
epl
1,417
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>xTree 2 Beta</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- WebFX Layout Include --> <script type="text/javascript" src="../../webfxlayout.js"></script> <!--...
100gd-compare
trunk/WebContent/components/xtree/readme.html
HTML
epl
3,109
#!/usr/bin/perl # # This file uses ETP which can be found at # http://perl.eae.net/etp/ # use lib "../../.."; use Etp; PrintOutput(); sub PrintOutput() { my $etp = new Etp(); $etp->parseInput(); my $counter = $etp->getInput('counter') || 0; print("Content-Type: text/xml; charset=UTF-8\n"); print("Cache-Control:...
100gd-compare
trunk/WebContent/components/xtree/nest.xml.pl
Perl
epl
578
<%@ page contentType="text/html;charset=GBK"%> <SCRIPT LANGUAGE="JavaScript"> <!-- var contextPath = "${ctx}"; //--> </SCRIPT> <link rel="StyleSheet" href="${ctx}/components/dtree/dtree.css" type="text/css" /> <script type="text/javascript" src="${ctx}/components/dtree/dtree.js"></script>
100gd-compare
trunk/WebContent/components/dtree/index.jsp
Java Server Pages
epl
299
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Destroydrop &raquo; Javascripts &raquo; Tree &raquo; Api</title> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" /> <link rel="stylesheet" href="/dd.css...
100gd-compare
trunk/WebContent/components/dtree/api.html
HTML
epl
5,566
<html> <head> <meta http-equiv="content-type" content="text/xml; charset=utf-8" /> <title>My97DatePicker</title> <script type="text/javascript" src="config.js"></script> <script> var $d, $dp, $pdp = parent.$dp, $dt, $tdt, $sdt, $lastInput, $IE=$pdp.ie, $FF = $pdp.ff,$OPERA=$pdp.opera, $ny, $cMark = false; ...
100gd-compare
trunk/WebContent/components/DatePicker/My97DatePicker.htm
HTML
epl
1,228
.Wdate{ border:#999 1px solid; height:20px; background:#fff url(datePicker.gif) no-repeat right; } .WdateFmtErr{ font-weight:bold; color:red; }
100gd-compare
trunk/WebContent/components/DatePicker/skin/WdatePicker.css
CSS
epl
158
var langList = [ {name:'en', charset:'UTF-8'}, {name:'zh-cn', charset:'gb2312'}, {name:'zh-tw', charset:'GBK'} ]; var skinList = [ {name:'default', charset:'gb2312'}, {name:'whyGreen', charset:'gb2312'} ];
100gd-compare
trunk/WebContent/components/DatePicker/config.js
JavaScript
epl
225
var $lang={ errAlertMsg: "Invalid date or the date out of range,redo or not?", aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], clearStr: "Clear", todayStr: "Today", okStr: "OK", updateStr: "OK", tim...
100gd-compare
trunk/WebContent/components/DatePicker/lang/en.js
JavaScript
epl
415
<%@ page contentType="text/html;charset=GBK"%> <%@ include file="/login/common/common_taglibs.jsp" %> <html> <head> <%@ include file="/login/common/head_common_element.jsp"%> </head> <frameset cols="260,*" frameborder="no" border="1" framespacing="0" > <frame src="${ctx}/cms/article/show.do?method=tree" n...
100gd-compare
trunk/WebContent/login/cms/cms_article_show_index.jsp
Java Server Pages
epl
504