| Current Path : /home/emeraadmin/www/4d695/ |
| Current File : /home/emeraadmin/www/4d695/jqGrid.zip |
PK [�\!'j build.propertiesnu �[��� # Path for the Google Compiler jar file. By default in the same directory as this properties file.
GoogleCompiler = compiler.jar
srcdir = js
distdir = dist
target = jquery.jqGrid.js
target.min = jquery.jqGrid.min.js
target.map = jquery.jqGrid.min.map
PK [�\�x��� � gradlewnu �[��� #!/bin/bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
warn ( ) {
echo "$*"
}
die ( ) {
echo
echo "$*"
echo
exit 1
}
# OS specific support (must be 'true' or 'false').
cygwin=false
msys=false
darwin=false
case "`uname`" in
CYGWIN* )
cygwin=true
;;
Darwin* )
darwin=true
;;
MINGW* )
msys=true
;;
esac
# For Cygwin, ensure paths are in UNIX format before anything is touched.
if $cygwin ; then
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlinks.
while [ -h "$PRG" ] ; do
ls=`ls -ld "$PRG"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
PRG="$link"
else
PRG=`dirname "$PRG"`"/$link"
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/"
APP_HOME="`pwd -P`"
cd "$SAVED"
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD="$JAVA_HOME/jre/sh/java"
else
JAVACMD="$JAVA_HOME/bin/java"
fi
if [ ! -x "$JAVACMD" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
else
JAVACMD="java"
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
# Increase the maximum file descriptors if we can.
if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
MAX_FD_LIMIT=`ulimit -H -n`
if [ $? -eq 0 ] ; then
if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
MAX_FD="$MAX_FD_LIMIT"
fi
ulimit -n $MAX_FD
if [ $? -ne 0 ] ; then
warn "Could not set maximum file descriptor limit: $MAX_FD"
fi
else
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT"
fi
fi
# For Darwin, add options to specify how the application appears in the dock
if $darwin; then
JAVA_OPTS="$JAVA_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi
# For Cygwin, switch paths to Windows format before running java
if $cygwin ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
SEP=""
for dir in $ROOTDIRSRAW ; do
ROOTDIRS="$ROOTDIRS$SEP$dir"
SEP="|"
done
OURCYGPATTERN="(^($ROOTDIRS))"
# Add a user-defined pattern to the cygpath arguments
if [ "$GRADLE_CYGPATTERN" != "" ] ; then
OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
fi
# Now convert the arguments - kludge to limit ourselves to /bin/sh
i=0
for arg in "$@" ; do
CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
else
eval `echo args$i`="\"$arg\""
fi
i=$((i+1))
done
case $i in
(0) set -- ;;
(1) set -- "$args0" ;;
(2) set -- "$args0" "$args1" ;;
(3) set -- "$args0" "$args1" "$args2" ;;
(4) set -- "$args0" "$args1" "$args2" "$args3" ;;
(5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
(6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
(7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
(8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
(9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
esac
fi
# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
function splitJvmOpts() {
JVM_OPTS=("$@")
}
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
PK [�\�5� � build.xmlnu �[��� <?xml version="1.0"?>
<project name="jqGrid" default="build" basedir=".">
<!-- define the path of compressor in this file -->
<property file="build.properties" />
<target name="init">
<mkdir dir="${distdir}" />
</target>
<target name="jqgrid" depends="init">
<concat destfile="${distdir}/${target}">
<fileset file="js/grid.base.js"/>
<fileset file="js/jqModal.js"/>
<fileset file="js/jqDnR.js"/>
<fileset file="js/grid.utils.js"/>
<fileset file="js/jquery.fmatter.js"/>
<fileset file="js/grid.common.js"/>
<fileset file="js/grid.filter.js"/>
<fileset file="js/grid.formedit.js"/>
<fileset file="js/grid.inlinedit.js"/>
<fileset file="js/grid.celledit.js"/>
<fileset file="js/grid.subgrid.js"/>
<fileset file="js/grid.treegrid.js"/>
<fileset file="js/grid.grouping.js"/>
<fileset file="js/grid.import.js"/>
<fileset file="js/grid.jqueryui.js"/>
<fileset file="js/grid.pivot.js"/>
<fileset file="js/grid.export.js"/>
<fileset file="js/grid.aria.js"/>
<fileset file="js/grid.transposed.js"/>
<fileset file="js/grid.frozenrows.js"/>
<fileset file="js/grid.database.js"/>
</concat>
</target>
<target name="jqgrid.min" depends="jqgrid">
<apply executable="java" parallel="false" verbose="true" failonerror="true" dest="${distdir}">
<fileset dir="${distdir}">
<include name="${target}" />
</fileset>
<arg line="-jar" />
<arg path="${GoogleCompiler}" />
<arg value="--warning_level" />
<arg value="QUIET" />
<arg value="--create_source_map" />
<arg value="${distdir}/${target.map}" />
<arg value="--js_output_file" />
<targetfile />
<arg value="--js" />
<mapper type="glob" from="${target}" to="${target.min}" />
</apply>
<echo message="${target.min} built." />
</target>
<target name="minfiles">
<mkdir dir="${distdir}/min" />
<apply executable="java" parallel="false" verbose="true" failonerror="true" dest="${distdir}/min">
<fileset dir="${srcdir}">
<include name="*.js" />
</fileset>
<arg line="-jar" />
<arg path="${GoogleCompiler}" />
<arg value="--warning_level" />
<arg value="QUIET" />
<arg value="--js_output_file" />
<targetfile />
<arg value="--js" />
<mapper type="glob" from="*.js" to="*.js" />
</apply>
</target>
<target name="i18n">
<mkdir dir="${distdir}/i18n" />
<copy todir="${distdir}/i18n" overwrite="true">
<fileset dir="${srcdir}/i18n">
<include name="grid.locale-*.js" />
</fileset>
</copy>
</target>
<target name="build" depends="jqgrid, jqgrid.min, i18n, minfiles"/>
<target name="clean">
<delete dir="${distdir}" />
</target>
<target name="all" depends="clean,build"/>
</project>
PK [�\�|jX� � package.jsonnu �[��� {
"_from": "jqGrid",
"_id": "jqGrid@5.8.7",
"_inBundle": false,
"_integrity": "sha512-zRSzjQj54/9p5z31gB0d8sGbOCh/hk1T+QByStHSm6xaIYEyQ20iVlhy9Omdmc+EQT+CxtkZOMOfvqVHSO59tA==",
"_location": "/jqGrid",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "jqGrid",
"name": "jqGrid",
"escapedName": "jqGrid",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/jqGrid/-/jqGrid-5.8.7.tgz",
"_shasum": "26825b4123e33e72aafd0cdcc13cb55866801f08",
"_spec": "jqGrid",
"_where": "C:\\xampp\\htdocs\\emeraltd",
"author": {
"name": "Tony Tomov",
"email": "tony@trirand.com",
"url": "http://www.guriddo.net"
},
"bugs": {
"url": "https://github.com/tonytomov/jqGrid/issues"
},
"bundleDependencies": false,
"dependencies": {
"grunt-cli": "^1.3.2",
"npm": "^10.6.0"
},
"deprecated": false,
"description": "jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-requirejs": ">0.4.4",
"grunt-contrib-uglify": "^5.0.0",
"ip": "^2.0.1"
},
"homepage": "http://www.guriddo.net",
"licenses": [
{
"type": "Creative Commons Attribution-Non-Commercial 3.0 License",
"url": "http://guriddo.net/?page_id=103334"
}
],
"name": "jqGrid",
"repository": {
"type": "git",
"url": "git+https://github.com/tonytomov/jqGrid.git"
},
"title": "Guriddo jqGrid",
"version": "5.8.7"
}
PK [�\Q�� � ( gradle/wrapper/gradle-wrapper.propertiesnu �[��� #Wed Mar 07 18:29:13 CET 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-8a-bin.zip
PK [�\Iެ� � ! gradle/wrapper/gradle-wrapper.jarnu �[��� PK
�N@ META-INF/ PK
�N@�� META-INF/MANIFEST.MF�M��LK-.�
K-*��ϳR0�3���� PK
�N@ org/ PK
�N@ org/gradle/ PK
�N@ org/gradle/wrapper/ PK
�N@h�df� � # org/gradle/wrapper/Download$1.class}�M
�0��h5Z+v/�׆��p!.<AlCl II�����q�<�=�|��� C�bB|�7��}�%a����V�J�a�3���4�(��-&��u�+'
-y�D]K��� Br0F���KOH;��(~�T2o�?�t=|���"BF���
u-} PK
�N@Љ�� p D org/gradle/wrapper/Download$SystemPropertiesProxyAuthenticator.class�SmoA~(����`����zT�o�`b��֘~���\���"�_��h��Gg�*A&އ��y�yvv��ϯ����D
VR�mbk)�����;&6p�D��M��/��S�q�xȐ��
��P��sr,�?�)b��:����~L��1��"%N�d�Ry""ﴷ�Q-(��U(��A d��Q$��ʦ۔���+y���n�
��7�g�0,6�ڣr�P6F0/֜b����@(wrR�}�|g��rE&v��P���`�Y�<=��T�R,d0O5f�b�o)�.����FBx`����p��Ȗ����x�;<6�a���ː��rX�:�l�����0��=
��6��H��^Ь�1<������x�D����rGJN"N�ʐ��⨪�{i�1�B���ӷJ�h�v.YzQ��<C�391diM���L�5H��kd�!?$�PTc�o���瘳��q��\:��i�ܻ�r�A93�1,��ll��M֒$�ho 7���~�-\%k��FW`�:YdS� PK
�N@��Xs� � "