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
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVWorkspaceItem.java
Java
asf20
8,655
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import java.io.IOException; import java.net.URLDecoder; import java.sql.SQ...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVServlet.java
Java
asf20
21,980
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVSite.java
Java
asf20
8,717
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVLookup.java
Java
asf20
14,289
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import java.io.IOException; import java.sql.SQLException; import javax.se...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVDSpaceObject.java
Java
asf20
9,627
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVWorkspace.java
Java
asf20
7,415
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import java.io.IOException; import java.io.InputStream; import java.net.UR...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVResource.java
Java
asf20
64,696
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; import javax.servlet.http.HttpServlet; import org.dspace.core.Configurati...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/LoadDSpaceLNIConfig.java
Java
asf20
1,326
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav; /** * Container for all exceptions thrown by DSpace LNI SOAP methods. *...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/LNIRemoteException.java
Java
asf20
966
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.dav.client; import java.net.MalformedURLException; import java.net.URL; /** ...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-client/src/main/java/org/dspace/app/dav/client/LNIClientUtils.java
Java
asf20
4,521
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; ...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-client/src/main/java/LNISmokeTest.java
Java
asf20
23,373
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.cl...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-provider/src/main/java/org/dspace/discovery/SearchService.java
Java
asf20
1,029
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery; import org.apache.log4j.Logger; import org.apache.commons.cli.*; import ...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-provider/src/main/java/org/dspace/discovery/IndexClient.java
Java
asf20
4,558
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery; import org.apache.commons.collections.ExtendedProperties; import org.apa...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-provider/src/main/java/org/dspace/discovery/SearchUtils.java
Java
asf20
7,666
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery; import org.apache.log4j.Logger; import org.dspace.content.Bundle; import...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-provider/src/main/java/org/dspace/discovery/IndexEventConsumer.java
Java
asf20
7,350
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery; import org.apache.commons.collections.ExtendedProperties; import org.apa...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-provider/src/main/java/org/dspace/discovery/SolrServiceImpl.java
Java
asf20
34,738
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery; import org.dspace.content.DSpaceObject; import org.dspace.core.Context; ...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-provider/src/main/java/org/dspace/discovery/IndexingService.java
Java
asf20
1,576
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery; /** * Exception used by discovery when solr exceptions occur * * @aut...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-provider/src/main/java/org/dspace/discovery/SearchServiceException.java
Java
asf20
841
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import org.apache.log4j.Logger; import org.apache.solr....
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/SiteRecentSubmissions.java
Java
asf20
3,797
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import java.io.IOException; import java.sql.SQLExceptio...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/RelatedItems.java
Java
asf20
5,128
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import java.io.IOException; import java.io.Serializable...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/CommunitySearch.java
Java
asf20
7,147
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import org.dspace.app.xmlui.cocoon.AbstractDSpaceTransf...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/BrowseFacet.java
Java
asf20
19,842
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import java.io.IOException; import java.sql.SQLExceptio...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/CommunityRecentSubmissions.java
Java
asf20
3,953
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import org.apache.cocoon.environment.ObjectModelHelper;...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/AbstractFiltersTransformer.java
Java
asf20
24,147
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import java.io.IOException; import java.sql.SQLExceptio...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/SimpleSearch.java
Java
asf20
13,001
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery.json; import org.apache.avalon.excalibur.pool.Recyclable...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/json/JSONSolrSearcher.java
Java
asf20
8,497
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; /** * Class used to display facets for an item * * @...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/ItemFacets.java
Java
asf20
2,161
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import java.io.IOException; import java.io.Serializable...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/Navigation.java
Java
asf20
4,923
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import org.apache.log4j.Logger; import org.apache.solr....
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/CollectionRecentSubmissions.java
Java
asf20
3,922
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import org.apache.cocoon.environment.ObjectModelHelper;...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/AbstractSearch.java
Java
asf20
26,498
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import java.io.IOException; import java.io.Serializable...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/CollectionSearch.java
Java
asf20
8,244
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import java.io.IOException; import java.io.Serializable...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/SiteViewer.java
Java
asf20
3,546
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.discovery; import org.apache.cocoon.caching.CacheableProcessingCom...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/SearchFacetFilter.java
Java
asf20
26,147
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // $Id$ /** * @see http://wiki.apache.org/solr/SolJSON#JSON_specific_parameters * @class Manager * @...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/managers/Manager.jquery.js
JavaScript
asf20
987
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ (function ($) { AjaxSolr.AutocompleteWidget = AjaxSolr.AbstractFacetWidget.extend({ afterRequest: ...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/widgets/AutocompleteWidget.js
JavaScript
asf20
2,122
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // $Id$ /** * The ParameterStore, as its name suggests, stores Solr parameters. Widgets * expose some...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/core/ParameterStore.js
JavaScript
asf20
10,926
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // $Id$ /** * @namespace A unique namespace for the AJAX Solr library. */ AjaxSolr = function () {}; ...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/core/Core.js
JavaScript
asf20
6,382
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // $Id$ /** * Baseclass for all facet widgets. * * @class AbstractFacetWidget * @augments AjaxSolr....
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/core/AbstractFacetWidget.js
JavaScript
asf20
3,329
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // $Id$ /** * Baseclass for all widgets. * * Provides abstract hooks for child classes. * * @par...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/core/AbstractWidget.js
JavaScript
asf20
1,601
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // $Id$ /** * The Manager acts as the controller in a Model-View-Controller framework. All * public c...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/core/AbstractManager.js
JavaScript
asf20
4,734
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // $Id$ /** * Represents a Solr parameter. * * @param properties A map of fields to set. Refer to th...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/core/Parameter.js
JavaScript
asf20
4,092
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ var Manager; var query; var defaultFacets = new Array(); (function ($) { $(function () { va...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/discovery/search/search.js
JavaScript
asf20
4,069
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ ;(function($) { $.fn.extend({ autocomplete: function(urlOrData, options) { var isUrl = typeof urlOr...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/js/jquery/jquery.autocomplete.js
JavaScript
asf20
21,252
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ .ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-...
08msitamjadusman-agriocean
dspace-discovery/dspace-discovery-xmlui-webapp/src/main/webapp/static/css/discovery/style.css
CSS
asf20
1,035
call mvn -U eclipse:clean eclipse:eclipse -DdownloadSources=true @pause
100rmb
trunk/eclipse.bat
Batchfile
asf20
72
<?doctype html> <html> <head> <meta charset="utf-8"/> <link href="./assets/src/fp.css" rel="stylesheet"/> </head> <body> <div id="page-header"> <div class="block-wrapper"> <h1><a href="#"><img src="./assets/images/logo.png" alt="壹佰圆买什么"/></a></h1>...
100rmb
trunk/src/main/webapp/index.html
HTML
asf20
9,809
/* * JQuery zTree core 3.1 * http://code.google.com/p/jquerytree/ * * Copyright (c) 2010 Hunter.z (baby666.cn) * * Licensed same as jquery - MIT License * http://www.opensource.org/licenses/mit-license.php * * email: hunter.z@263.net * Date: 2012-02-14 */ (function($){ var settings = {}, root...
100rmb
trunk/src/main/webapp/static/js/jquery.ztree.all-3.1.js
JavaScript
asf20
115,371
/** * .select2Buttons - Convert standard html select into button like elements * * Version: 1.0.1 * Updated: 2011-04-14 * * Provides an alternative look and feel for HTML select buttons, inspired by threadless.com * * Author: Sam Cavenagh (cavenaghweb@hotmail.com) * Doco and Source: https://github.co...
100rmb
trunk/src/main/webapp/static/js/jQuery.select2Buttons.js
JavaScript
asf20
2,236
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="css/style.css" type="text/css" rel="stylesheet" /> <title>国际...
100rmb
trunk/src/main/webapp/static/login.html
HTML
asf20
869
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="css/style.css" type="text/css" rel="stylesheet" /> <title>优莱...
100rmb
trunk/src/main/webapp/static/配置角色.html
HTML
asf20
4,232
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="css/style.css" type="text/css" rel="stylesheet" /> <title>无...
100rmb
trunk/src/main/webapp/static/弹出层.html
HTML
asf20
2,049
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="css/style.css" type="text/css" rel="stylesheet" /> <title>优莱...
100rmb
trunk/src/main/webapp/static/main.html
HTML
asf20
3,702
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="css/style.css" type="text/css" rel="stylesheet" /> <title>优莱...
100rmb
trunk/src/main/webapp/static/用户列表.html
HTML
asf20
4,129
@charset "utf-8"; /* ---------------------------------------------------- 网页初始化 ------------------------------------------------------------- */ html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, s...
100rmb
trunk/src/main/webapp/static/css/style.css
CSS
asf20
9,555
.select2Buttons strong { display: block; clear: left; padding-top: 5px; } .select2Buttons ul { list-style-type: none; clear: left; margin: 5px; padding: 0; } .select2Buttons li, .select2Buttons a { float: left; min-width: 37px; } .select2Buttons li { margin: 0 5px 5px 0; } ...
100rmb
trunk/src/main/webapp/static/css/select2Buttons.css
CSS
asf20
1,235
/** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.5.css * @author Leandro Vieira Pinho - http://leandrovieira.com * @vers...
100rmb
trunk/src/main/webapp/static/css/jquery.lightbox-0.5.css
CSS
asf20
2,366
/*------------------------------------- zTree Style version: 3.0 author: Hunter.z email: hunter.z@263.net website: http://code.google.com/p/jquerytree/ -------------------------------------*/ .ztree * {padding:0; margin:0; font-size:12px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif} ...
100rmb
trunk/src/main/webapp/static/css/zTreeStyle.css
CSS
asf20
5,904
<?php /* This file is a wrapper, for use in PHP environments, which serves PIE.htc using the correct content-type, so that IE will recognize it as a behavior. Simply specify the behavior property to fetch this .php file instead of the .htc directly: .myElement { [ ...css3 properties... ] behavior: url(PIE.php...
100rmb
trunk/src/main/webapp/assets/PIE-1.0.0/PIE.php
PHP
asf20
613
/* PIE: CSS3 rendering for IE Version 1.0.0 http://css3pie.com Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2. */ (function(){ var doc = document;var PIE = window['PIE']; if( !PIE ) { PIE = window['PIE'] = { CSS_PREFIX: '-pie-', STYLE_PREFIX...
100rmb
trunk/src/main/webapp/assets/PIE-1.0.0/PIE_uncompressed.js
JavaScript
asf20
169,815
/* * jqModal - Minimalist Modaling with jQuery * (http://dev.iceburg.net/jquery/jqModal/) * * Copyright (c) 2007,2008 Brice Burgess <bhb@iceburg.net> * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * $Version: ...
100rmb
trunk/src/main/webapp/assets/jqModal.js
JavaScript
asf20
3,355
/* jqModal base Styling courtesy of; Brice Burgess <bhb@iceburg.net> */ /* The Window's CSS z-index value is respected (takes priority). If none is supplied, the Window's z-index value will be set to 3000 by default (via jqModal.js). */ .jqmWindow { display: none; position: fixed; top: 1...
100rmb
trunk/src/main/webapp/assets/jqModal.css
CSS
asf20
1,232
.btn () { display: block; text-align: center; overflow: hidden; } .hidden { display: none; } .btn-1 { .btn(); background-color: #ff5113; color: #fff; line-height: 26px; width: 81px; } .btn-2 { .btn(); color: #ff5113; border: 1px solid #ff5113; line-height: 23px;...
100rmb
trunk/src/main/webapp/assets/images/common.less
Less
asf20
832
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border...
100rmb
trunk/src/main/webapp/assets/images/fp.less
Less
asf20
14,315
/* * 透明度 * @see http://css-tricks.com/css-transparency-settings-for-all-broswers/ */ .opacity-30() { zoom: 1; filter: alpha(opacity=30); opacity: 0.3; } .opacity-60() { zoom: 1; filter: alpha(opacity=60); opacity: 0.6; } .opacity-80() { zoom: 1; filter: alpha(opacity...
100rmb
trunk/src/main/webapp/assets/images/utils.less
Less
asf20
495
/* * 透明度 * @see http://css-tricks.com/css-transparency-settings-for-all-broswers/ */ .opacity-30() { zoom: 1; filter: alpha(opacity = 30); opacity: 0.3; } .opacity-50() { zoom: 1; filter: alpha(opacity = 50); opacity: 0.5; } .opacity-60() { zoom: 1; filter: alpha(opacity = 60); opacity: 0.6; } .opacit...
100rmb
trunk/src/main/webapp/assets/src/mixins.less
Less
asf20
1,652
$(document).ready(function () { var that = this; var taskArr = ['checkin', 'invite', 'sendStory']; var $singleTaskModal = null, $singleTaskModalContent = null, $singleTaskModalBtn = null, currentSingleTask = null; var $taskModal; var userId = $(document.body).attr('data-u...
100rmb
trunk/src/main/webapp/assets/src/meili.js
JavaScript
asf20
11,723
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */ html { color: #000; background: #FFF } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0 } table { border-collaps...
100rmb
trunk/src/main/webapp/assets/src/meili.less
Less
asf20
9,616
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */ html { color: #000; background: #FFF } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0 } table { border-collaps...
100rmb
trunk/src/main/webapp/assets/src/fp.less
Less
asf20
14,020
$(function () { // $.support.cors = true; // var STR_HOST = 'http://42.121.52.125'; var STR_HOST = 'http://www.100msm.com'; var currTag = ''; STR_URLBASE_VOTE = STR_HOST + '/item/aysnProcessSelected.htm', STR_URLBASE_GET_CANDIDATES = STR_HOST + '/item/selectCompareItems.htm', STR_UR...
100rmb
trunk/src/main/webapp/assets/src/home.js
JavaScript
asf20
11,146
var jsp = require('uglify-js').parser; var pro = require('uglify-js').uglify; var fs = require('fs'); var less = require('less'); var baseDir = '/Users/tiny_moo/Workspace/100kymsm/svn_webapp/assets'; var srcDir = baseDir + '/src'; var buildDir = baseDir + '/build/20130304'; var fileNameArr = ['meili']; // 编译web_gam...
100rmb
trunk/src/main/webapp/assets/build.js
JavaScript
asf20
3,668
package org.json; /** * The JSONException is thrown by the JSON.org classes when things are amiss. * @author JSON.org * @version 2010-12-24 */ public class JSONException extends Exception { private static final long serialVersionUID = 0; private Throwable cause; /** * Constructs a JSO...
100rmb
trunk/src/main/java/org/json/JSONException.java
Java
asf20
706
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
100rmb
trunk/src/main/java/org/json/XML.java
Java
asf20
17,242
package org.json; /* Copyright (c) 2008 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
100rmb
trunk/src/main/java/org/json/JSONML.java
Java
asf20
17,021
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
100rmb
trunk/src/main/java/org/json/CDL.java
Java
asf20
10,202
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
100rmb
trunk/src/main/java/org/json/HTTP.java
Java
asf20
5,919
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
100rmb
trunk/src/main/java/org/json/Cookie.java
Java
asf20
6,675
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
100rmb
trunk/src/main/java/org/json/HTTPTokener.java
Java
asf20
2,499
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
100rmb
trunk/src/main/java/org/json/JSONObject.java
Java
asf20
55,756
package org.json; /* Copyright (c) 2006 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
100rmb
trunk/src/main/java/org/json/JSONStringer.java
Java
asf20
3,266
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
100rmb
trunk/src/main/java/org/json/XMLTokener.java
Java
asf20
11,097
package org.json; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.io.StringReader; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software a...
100rmb
trunk/src/main/java/org/json/JSONTokener.java
Java
asf20
12,945
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
100rmb
trunk/src/main/java/org/json/CookieList.java
Java
asf20
3,394
package org.json; /** * The <code>JSONString</code> interface allows a <code>toJSONString()</code> * method so that a class can change the behavior of * <code>JSONObject.toString()</code>, <code>JSONArray.toString()</code>, * and <code>JSONWriter.value(</code>Object<code>)</code>. The * <code>toJSONString...
100rmb
trunk/src/main/java/org/json/JSONString.java
Java
asf20
733
package org.json; import java.io.IOException; import java.io.Writer; /* Copyright (c) 2006 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including witho...
100rmb
trunk/src/main/java/org/json/JSONWriter.java
Java
asf20
10,677
package org.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
100rmb
trunk/src/main/java/org/json/JSONArray.java
Java
asf20
30,073
package com.hundred.home.module.screen; import java.util.Calendar; import java.util.GregorianCalendar; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.a...
100rmb
trunk/src/main/java/com/hundred/home/module/screen/WebIndex.java
Java
asf20
3,420
package com.hundred.home.module.screen; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.alibaba.citrus.turbine.Context; import com.alibaba.citrus.turbine.Navigator; public clas...
100rmb
trunk/src/main/java/com/hundred/home/module/screen/PointsPlan.java
Java
asf20
535
package com.hundred.home.module.screen; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.alibaba.citrus.turbine.Context; import com.alibaba.citrus.turbine...
100rmb
trunk/src/main/java/com/hundred/home/module/screen/Index.java
Java
asf20
2,949
package com.hundred.home.module.screen; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.alibaba.citrus.turbine.Context; import com.alibaba.citrus.turbine...
100rmb
trunk/src/main/java/com/hundred/home/module/screen/AppIndex.java
Java
asf20
1,208
package com.hundred.home.module.screen; import java.util.Calendar; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; ...
100rmb
trunk/src/main/java/com/hundred/home/module/screen/AbtainPoints.java
Java
asf20
6,308
package com.hundred.home.module.screen; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.alibaba.citrus.turbine.Context; import com.alibaba.citrus.turbine.Navigator; import com.hu...
100rmb
trunk/src/main/java/com/hundred/home/module/screen/AttendanceBook.java
Java
asf20
951
package com.hundred.home.module.screen; import java.util.Calendar; import java.util.GregorianCalendar; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.a...
100rmb
trunk/src/main/java/com/hundred/home/module/screen/RealIndexPage.java
Java
asf20
3,586
package com.hundred.user.dao; import com.hundred.user.dao.dataobject.AppUserDO; /** * * @author hengheng * */ public interface UserDAO { /** * Get user info by UserID * @param userId * @return */ public AppUserDO getAppUserByUserId(String userId); /** * * @param appUserDO ...
100rmb
trunk/src/main/java/com/hundred/user/dao/UserDAO.java
Java
asf20
449
package com.hundred.user.dao.impl; import org.springframework.orm.ibatis.support.SqlMapClientDaoSupport; import com.hundred.item.dao.dataobject.ItemDO; import com.hundred.user.dao.UserDAO; import com.hundred.user.dao.dataobject.AppUserDO; public class UserDAOImpl extends SqlMapClientDaoSupport implements Us...
100rmb
trunk/src/main/java/com/hundred/user/dao/impl/UserDAOImpl.java
Java
asf20
798
package com.hundred.user.dao.dataobject; import java.util.Date; public class AppUserDO { private String userId; private int appId; private String appName; private String userNick; private long points; private String lastLoginIp; private String password; private int status; ...
100rmb
trunk/src/main/java/com/hundred/user/dao/dataobject/AppUserDO.java
Java
asf20
2,257
package com.hundred.user.manager.impl; import java.util.HashMap; import org.json.JSONException; import org.json.JSONObject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.hundred.home.module.screen.Index; import com.hundre...
100rmb
trunk/src/main/java/com/hundred/user/manager/impl/UserManagerImpl.java
Java
asf20
2,495
package com.hundred.user.manager; import com.hundred.user.dao.dataobject.AppUserDO; public interface UserManager { /** * Get user info by UserID * @param userId * @return */ public AppUserDO getAppUserByUserId(String userId); /** * * @param appUserDO * @return */ public boole...
100rmb
trunk/src/main/java/com/hundred/user/manager/UserManager.java
Java
asf20
433
package com.hundred.data.spider; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.util.Map; //import org.apache.commons.httpclient.HttpClient; //import org.apache.commons.httpclient.HttpException; //import org.apache.commons.h...
100rmb
trunk/src/main/java/com/hundred/data/spider/DataSpiderService.java
Java
asf20
3,170
package com.hundred.data.spider; import java.util.HashMap; import java.util.Map; public class ContentAbstract { private String content; public ContentAbstract(String content){ this.content = content; } public Map<String,String> process(){ boolean isWant=false; if(this.content!=...
100rmb
trunk/src/main/java/com/hundred/data/spider/ContentAbstract.java
Java
asf20
2,086
package com.hundred.data.check; import java.io.IOException; import java.util.List; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.HttpMethod; import org.apache.commons.httpclient.methods.GetMethod; import org.slf4j.Log...
100rmb
trunk/src/main/java/com/hundred/data/check/ItemOnlineInfoChecker.java
Java
asf20
2,401