Skip to content

Commit

Permalink
Added some precompiled classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mangeshbendre committed Jan 5, 2017
1 parent 08e927b commit 4ccf5cb
Show file tree
Hide file tree
Showing 4,070 changed files with 48,183 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,2 +1 @@
*/target/
/out/
Binary file added out/artifacts/DataSpread_war/DataSpread_war.war
Binary file not shown.
2 changes: 2 additions & 0 deletions out/artifacts/DataSpread_war_exploded/META-INF/MANIFEST.MF
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
Manifest-Version: 1.0
Class-Path: zweb-7.0.3.jar junit-4.8.1.jar zel-7.0.3.jar slf4j-jdk14-1
.7.5.jar stax-api-1.0.1.jar commons-logging-1.1.1.jar dom4j-1.6.1.jar
log4j-1.2.13.jar xmlbeans-2.3.0.jar slf4j-api-1.7.5.jar commons-file
upload-1.2.2.jar ooxml-schemas-1.1.jar zcommon-7.0.3.jar zk-7.0.3.jar
commons-codec-1.5.jar bsh-2.0b4.jar jsoup-1.7.3.jar
Main-Class:

@@ -0,0 +1,8 @@
Manifest-Version: 1.0
Specification-Title: ZK POI
Specification-Version: 3.9.8
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zpoi
Implementation-URL: http://www.zkoss.org/zss
Implementation-Version: 3.9.8
Implementation-Vendor: Potix Corporation
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- config.xml
Purpose:
Description:
History:
2013/7/24 Dennis
Copyright (C) 2010 Potix Corporation. All Rights Reserved.
-->

<config>
<config-name>zss</config-name><!-- used to resolve dependency -->
<version>
<version-class>org.zkoss.zss.ui.Version</version-class>
<version-uid>3.8.1</version-uid>
<zk.version>7.0.3</zk.version><!-- or later -->
</version>
<taglib>
<taglib-uri>http://www.zkoss.org/dsp/zss/core</taglib-uri>
<taglib-location>/web/WEB-INF/tld/zss/core.dsp.tld</taglib-location>
</taglib>
</config>
@@ -0,0 +1,72 @@

zss.msg.warn_title = Warn
zss.msg.info_title = Information
zss.msg.formula_error = This formula contains an error : {0}
zss.msg.invalidate_model_op_error = Spreadsheet doesn''t support this operation : {0}
zss.msg.invalidate_model_value_error = Value invalidate : {0} at {1}
zss.msg.operation_not_supported_with_2003=This operation is not supported with Excel 2003 format yet.
zss.msg.operation_not_supported_with_freeze_panel=This operation is not supported in freeze panel
zss.msg.operation_not_supported_with_all_column=This operation is not supported with all column
zss.msg.operation_not_supported_with_all_row=This operation is not supported with all row

zss.newSheetPrefix=Sheet

zss.validation.warn_title = Warn
zss.validation.info_title = Information
zss.validation.msg.invalid_value = {
The value you entered is not valid.
A user has restricted values that can be entered into this cell.
}

zss.undo.editText=Edit cell text
zss.undo.cellStyle=Edit cell style
zss.undo.fontStyle=Edit font style
zss.undo.cellFormat=Edit cell format
zss.undo.cellBorder=Edit cell border
zss.undo.clearContents=Clear contents
zss.undo.clearStyles=Clear styles
zss.undo.clearAll=Clear all
zss.undo.rowSize=Row height
zss.undo.columnSize=Column width
zss.undo.hideColumn=Hide column
zss.undo.hideRow=Hide row
zss.undo.unhideColumn=Unhide column
zss.undo.unhideRow=Unhide row
zss.undo.sortDesc=Sort descending
zss.undo.sortAsc=Sort ascending
zss.undo.sort=Sort
zss.undo.paste=Paste
zss.undo.insertRow=Insert row
zss.undo.insertColumn=Insert column
zss.undo.shiftCell=Shift cell
zss.undo.deleteRow=Delete row
zss.undo.deleteColumn=Delete column
zss.undo.cut=Cut cell
zss.undo.merge=Merge cell
zss.undo.unmerge=Unmerge cell
zss.undo.toggleMerge=Toggle merge
zss.undo.moveCell=Move cell
zss.undo.fillCell=Fill cell
zss.undo.insertComment=Insert comment
zss.undo.editComment=Edit comment
zss.undo.deleteComment=Delete comment


zss.actionhandler.msg.not_support_titile = Warn
zss.actionhandler.msg.not_support=The action {0} is not supported yet.
zss.actionhandler.msg.warn_title = Warn
zss.actionhandler.msg.info_title = Information
zss.actionhandler.msg.sheet_protected = The sheet that you are trying to edit is protected.
zss.actionhandler.msg.cant_find_thing_to_paste = Cannot find anything to paste.
zss.actionhandler.msg.cant_find_sheet_to_paste = Cannot find the source sheet to paste.
zss.actionhandler.msg.cant_delete_last_sheet = Cannot delete the last sheet.
zss.actionhandler.msg.cant_delete_all = Cannot to delete all.
zss.actionhandler.msg.cant_support_file = Cannot support the file : {0}.
zss.actionhanlder.msg.cant_insert_all = Cannot insert anything when selecting all.
zss.actionhandler.msg.illegal_sheet_name = The sheet name ''{0}'' is not legal.
zss.actionhandler.msg.duplicated_sheet_name = The sheet name is the same as another one.
zss.actionhandler.msg.illegal_range_operation = Cannot perform this operation on current selection.
zss.actionhandler.msg.password_not_correct = The password you supplied is not correct. Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.

zss.command.msg.warn_title=Warn
zss.command.msg.info_title=Information
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- config.xml
Purpose:
Description:
History:
Tue Dec 14 15:16:37 2010, Created by ashish
Copyright (C) 2010 Potix Corporation. All Rights Reserved.
-->

<config>
<config-name>zss</config-name><!-- used to resolve dependency -->
<version>
<version-class>org.zkoss.zss.ui.Version</version-class>
<version-uid>3.8.1</version-uid>
<zk.version>7.0.3</zk.version><!-- or later -->
</version>
<listener>
<listener-class>org.zkoss.zss.ui.WebAppInit</listener-class>
</listener>
<library-property>
<name>org.zkoss.zss.model.default.Exporter.class</name>
<value>excel=org.zkoss.zss.model.sys.impl.ExcelExporter</value>
</library-property>
<library-property>
<name>org.zkoss.zss.model.default.Importer.class</name>
<value>excel=org.zkoss.zss.model.sys.impl.ExcelImporter</value>
</library-property>
</config>
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- lang-addon.xml
Purpose:
ZK Spreadsheet components
Description:
Note:
History:
June 13, 2007, Created by Tom Yeh
Copyright (C) 2007 Potix Corporation. All Rights Reserved.
-->
<language-addon>
<!-- The name of this addon. It must be unique -->
<addon-name>zss</addon-name>
<!-- Specifies what other addon this depends-->
<depends>zul</depends>

<!-- Which language this addon will be added to -->
<language-name>xul/html</language-name>

<message-loader-class>org.zkoss.zss.ui.impl.ZssMessageLoader</message-loader-class>

<javascript-module name="zss" version="3.8.1"/>
<version>
<version-class>org.zkoss.zss.ui.Version</version-class>
<version-uid>3.8.1</version-uid>
<zk.version>7.0.3</zk.version><!-- or later -->
</version>

<zscript language="Java">
import org.zkoss.zss.ui.*;
import org.zkoss.zss.api.*;
import org.zkoss.zss.api.model.*;
</zscript>
<zscript language="JavaScript">
importPackage(Packages.org.zkoss.zss.ui);
importPackage(Packages.org.zkoss.zss.api);
importPackage(Packages.org.zkoss.zss.api.model);
</zscript>
<zscript language="Groovy" each-time="true">
import org.zkoss.zss.ui.*
import org.zkoss.zss.api.*
import org.zkoss.zss.api.model.*
</zscript>
<zscript language="Ruby">
module Java
include_package 'org.zkoss.zss.ui'
include_package 'org.zkoss.zss.api'
include_package 'org.zkoss.zss.api.model'
end
</zscript>

<component>
<component-name>spreadsheet</component-name>
<component-class>org.zkoss.zss.ui.Spreadsheet</component-class>
<widget-class>zss.Spreadsheet</widget-class>
<mold>
<mold-name>default</mold-name>
<mold-uri>mold/spreadsheet.js</mold-uri>
<css-uri>css/ss.css.dsp</css-uri>
</mold>
</component>
</language-addon>
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!--
Purpose:
Defines methods and actions for DSP
Description:
Histroy:
2013/7/24 Dennis
Copyright (C) 2013 Potix Corporation. All Rights Reserved.
-->

<taglib>
<uri>http://www.zkoss.org/dsp/zss/core</uri>
<description>
Methods and actions of ZSS utilities
</description>

<!-- -->
<!-- Imports -->
<!-- -->

<!-- -->
<!-- Functions -->
<!-- -->
<!-- ZUML Functions -->
<function>
<name>encodeWithZSS</name>
<function-class>org.zkoss.zss.ui.impl.CoreFns</function-class>
<function-signature>
java.lang.String encodeWithZSS(java.lang.String)
</function-signature>
<description>
Returns the string encoded with ZSS
</description>
</function>
</taglib>

0 comments on commit 4ccf5cb

Please sign in to comment.