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.mets; import java.io.File; import java.io.FileInputStream; import java.io.FileO...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mets/METSExport.java
Java
asf20
24,291
/** * 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.sfx; import java.io.File; import java.io.IOException; import java.net.URLEncode...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/sfx/SFXFileReader.java
Java
asf20
10,371
/** * 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.itemimport; import java.io.*; import java.sql.SQLException; import java.util.*;...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemimport/ItemImport.java
Java
asf20
60,822
/** * 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.util; import java.util.Map; import java.util.Set; import java.util.HashMap; imp...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/MetadataExposure.java
Java
asf20
5,590
/** * 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.util; import java.io.IOException; import java.io.InputStream; import java.text....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/Util.java
Java
asf20
12,736
/** * 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.util; import java.io.IOException; import java.util.ArrayList; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/SyndicationFeed.java
Java
asf20
17,287
/** * 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.util; import java.util.Map; import java.io.Serializable; /** * Class represen...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/SubmissionStepConfig.java
Java
asf20
6,882
/** * 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.util; import java.io.File; import java.util.*; import org.xml.sax.SAXException...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/DCInputsReader.java
Java
asf20
27,623
/** * 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.util; import java.io.File; import java.util.*; import javax.servlet.ServletExce...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/SubmissionConfigReader.java
Java
asf20
24,130
/** * 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.util; import java.io.IOException; import java.util.ArrayList; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/OpenSearch.java
Java
asf20
11,669
/** * 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.util; import java.util.ArrayList; import java.util.List; import java.util.Map; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/SubmissionConfig.java
Java
asf20
5,653
/** * 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.util; import org.dspace.core.ConfigurationManager; import org.dspace.storage.rd...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/DSpaceContextListener.java
Java
asf20
5,273
/** * 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.util; import java.util.ArrayList; import java.util.List; import java.util.Map; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/DCInputSet.java
Java
asf20
4,358
/** * 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.util; import java.io.File; import java.io.IOException; import java.net.Unknown...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/DailyFileAppender.java
Java
asf20
10,308
/** * 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.util; import java.sql.SQLException; import org.dspace.content.*; import java.i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/GoogleMetadata.java
Java
asf20
32,476
/** * 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.util; import java.util.LinkedHashMap; import java.util.List; import java.util.M...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/SubmissionInfo.java
Java
asf20
23,184
/** * 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.util; import java.util.List; import java.util.Map; import org.dspace.content.M...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/DCInput.java
Java
asf20
13,548
/** * 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.util; /** * This is a superclass for exceptions representing a failure when *...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/DCInputsReaderException.java
Java
asf20
1,458
/** * 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.util; import java.sql.SQLException; import org.dspace.authorize.AuthorizeConfi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/util/AuthorizeUtil.java
Java
asf20
22,045
/** * 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.license; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream;...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/license/LicenseCleanup.java
Java
asf20
6,455
/** * 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.license; import java.io.InputStream; import java.io.ByteArrayInputStream; import ja...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/license/CreativeCommons.java
Java
asf20
12,590
/** * 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.handle; import java.sql.SQLException; import java.util.ArrayList; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/handle/HandleManager.java
Java
asf20
16,616
/** * 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.handle; import java.io.BufferedReader; import java.io.InputStreamReader; import or...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/handle/UpdateHandlePrefix.java
Java
asf20
3,949
<!-- 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/ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- Author: Peter Breto...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/handle/package.html
HTML
asf20
1,846
/** * 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.handle; import java.sql.SQLException; import java.util.Collections; import java.uti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/handle/HandlePlugin.java
Java
asf20
11,912
/** * 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.harvest; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/harvest/HarvestedItem.java
Java
asf20
5,054
/** * 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.harvest; import org.dspace.authorize.AuthorizeException; import org.dspace.core.Con...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/harvest/HarvestedCollection.java
Java
asf20
13,552
/** * 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.harvest; import org.apache.log4j.Logger; import org.dspace.core.*; import org.dspac...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/harvest/HarvestConsumer.java
Java
asf20
2,791
/** * 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.harvest; import java.io.ByteArrayInputStream; import java.io.FileNotFoundException;...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/harvest/OAIHarvester.java
Java
asf20
52,145
/** * 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.submit; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/AbstractProcessingStep.java
Java
asf20
12,944
/** * 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.submit.step; import java.io.IOException; import java.io.InputStream; import java.sq...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/UploadStep.java
Java
asf20
24,268
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/LicenseStep.java
Java
asf20
9,791
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/SkipInitialQuestionsStep.java
Java
asf20
2,198
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/SelectCollectionStep.java
Java
asf20
5,494
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/CompleteStep.java
Java
asf20
5,367
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/InitialQuestionsStep.java
Java
asf20
12,052
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/DescribeStep.java
Java
asf20
36,305
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import jav...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/VerifyStep.java
Java
asf20
3,677
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/SampleStep.java
Java
asf20
7,045
/** * 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.submit.step; import java.io.IOException; import java.sql.SQLException; import java....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/submit/step/DescribeStepExt.java
Java
asf20
39,733
/** * 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.core; /** * Indicates fatal error in Plugin Manager configuration. * <p> * This ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/PluginConfigurationError.java
Java
asf20
770
<!-- 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/ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- Author: Robert Tans...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/package.html
HTML
asf20
544
/** * 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.core; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; impo...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/Utils.java
Java
asf20
12,578
/** * 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.core; import org.apache.log4j.Logger; import java.io.File; import java.text.Messag...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/Email.java
Java
asf20
12,787
/** * 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.core; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/I18nUtil.java
Java
asf20
13,548
/** * 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.core; import java.io.BufferedReader; import java.io.File; import java.io.FileInputS...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/ConfigurationManager.java
Java
asf20
39,620
/** * 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.core; import java.sql.Connection; import java.sql.SQLException; import java.util.Ar...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/Context.java
Java
asf20
16,527
/** * 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.core; import org.dspace.eperson.EPerson; /** * Class for generating standard log ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/LogManager.java
Java
asf20
2,854
/** * 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.core; /** * Class with constants and matching strings, for DSpace types. These num...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/Constants.java
Java
asf20
7,100
/** * 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.core; import java.io.Serializable; import java.util.Map; import java.util.HashMap; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/PluginManager.java
Java
asf20
37,571
/** * 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.core; /** * Simple lightweight "framework" for managing plugins. * <p> * This is...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/SelfNamedPlugin.java
Java
asf20
2,865
/** * 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.core; /** * This exception indicates a fatal error when instantiating a plugin cla...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/core/PluginInstantiationException.java
Java
asf20
1,393
/** * 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.text.filter; /** * Implements existing DSpace initial article word behaviour * ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/StandardInitialArticleWord.java
Java
asf20
771
/** * 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.text.filter; import com.ibm.icu.text.Normalizer; /** * Decompose diacritic charac...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/DecomposeDiactritics.java
Java
asf20
671
/** * 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.text.filter; /** * Strips decomposed diacritic characters from the supplied string...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/StripDiacritics.java
Java
asf20
669
/** * 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.text.filter; import java.util.HashMap; import java.util.Map; /** * Define languag...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/Language.java
Java
asf20
7,267
/** * 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.text.filter; /** * Abstract class for implementing initial article word filters *...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/InitialArticleWord.java
Java
asf20
7,489
/** * 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.text.filter; /** * Lowercase and trim leading / trailing whitespace * * @author...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/LowerCaseAndTrim.java
Java
asf20
591
/** * 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.text.filter; public class StripLeadingNonAlphaNum implements TextFilter { publi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/StripLeadingNonAlphaNum.java
Java
asf20
686
/** * 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.text.filter; /** * Define an interface for all browse ordering filters. * @author...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/TextFilter.java
Java
asf20
462
/** * 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.text.filter; import java.io.Serializable; import java.util.*; import org.apache.co...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/text/filter/MARC21InitialArticleWord.java
Java
asf20
15,754
/** * 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.search; import org.apache.lucene.document.Document; import org.apache.lucene.index....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/IndexingTask.java
Java
asf20
950
/** * 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.search; import java.io.Reader; import java.util.Set; import org.apache.lucene.anal...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/DSAnalyzer.java
Java
asf20
2,536
<!-- 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/ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- Author: dstuve Ve...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/package.html
HTML
asf20
780
/** * 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.search; import java.io.Reader; import org.apache.lucene.analysis.CharTokenizer; /...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/DSTokenizer.java
Java
asf20
1,007
/** * 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.search; import java.io.IOException; import java.util.ArrayList; import java.util.It...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/DSQuery.java
Java
asf20
15,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/ */ package org.dspace.search; import java.io.Serializable; import java.sql.SQLException; import java.sql....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/Harvest.java
Java
asf20
15,156
/** * 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.search; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; im...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/QueryArgs.java
Java
asf20
12,245
/** * 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.search; import java.util.ArrayList; import java.util.List; import org.dspace.core....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/QueryResults.java
Java
asf20
3,518
/** * 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.search; import java.util.HashSet; import java.util.Set; import org.apache.log4j.Lo...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/SearchConsumer.java
Java
asf20
7,153
/** * 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.search; import java.io.BufferedReader; import java.io.File; import java.io.IOExcept...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/DSIndexer.java
Java
asf20
49,194
/** * 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.search; import java.util.Date; import java.util.List; import org.dspace.content.It...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/search/HarvestedItemInfo.java
Java
asf20
1,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.testing; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.O...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/testing/PubMedToImport.java
Java
asf20
8,815
/** * 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.embargo; import java.sql.SQLException; import java.io.IOException; import org.dspa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/embargo/EmbargoSetter.java
Java
asf20
2,888
/** * 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/ */ /** * <p> * Embargo allows the deposit of Items whose content should not be made visible * until lat...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/embargo/package-info.java
Java
asf20
2,375
/** * 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.embargo; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/embargo/EmbargoManager.java
Java
asf20
16,846
/** * 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.embargo; import java.sql.SQLException; import java.io.IOException; import org.dspa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/embargo/DefaultEmbargoSetter.java
Java
asf20
5,152
/** * 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.embargo; import java.sql.SQLException; import java.io.IOException; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/embargo/DayTableEmbargoSetter.java
Java
asf20
2,743
/** * 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.embargo; import java.sql.SQLException; import java.io.IOException; import org.dspa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/embargo/DefaultEmbargoLifter.java
Java
asf20
1,183
/** * 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.embargo; import java.sql.SQLException; import java.io.IOException; import org.dspa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/embargo/EmbargoLifter.java
Java
asf20
973
/** * 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.usage; import org.dspace.services.model.Event; /** * A null implementation of Abs...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/usage/PassiveUsageEventListener.java
Java
asf20
704
/** * 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.usage; import org.apache.log4j.Logger; import org.dspace.content.DSpaceObject; impo...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/usage/LoggerUsageEventListener.java
Java
asf20
1,808
/** * 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.usage; import java.io.File; import java.io.FileNotFoundException; import java.io.Fi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/usage/TabFileUsageEventListener.java
Java
asf20
3,433
/** * 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.usage; import org.dspace.services.EventService; import org.dspace.services.model.Ev...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/usage/AbstractUsageEventListener.java
Java
asf20
1,223
/** * 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.usage; import javax.servlet.http.HttpServletRequest; import org.dspace.content.DSp...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/usage/UsageEvent.java
Java
asf20
3,211
/** * 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.plugin; /** * General exception class for all code that runs as a plugin in DSpace...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/plugin/PluginException.java
Java
asf20
1,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.plugin; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.Htt...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/plugin/CommunityHomeProcessor.java
Java
asf20
1,417
/** * 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.plugin; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.Htt...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/plugin/CollectionHomeProcessor.java
Java
asf20
1,441
/** * 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.event; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTar...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/event/EventManager.java
Java
asf20
11,967
/** * 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.event; import java.io.PrintStream; import java.text.SimpleDateFormat; import java.u...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/event/TestConsumer.java
Java
asf20
3,622
/** * 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.event; import org.dspace.core.Context; /** * Interface for content event consumer...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/event/Consumer.java
Java
asf20
2,070
/** * 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.event; import java.util.ArrayList; import java.util.List; import org.apache.log4j....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/event/ConsumerProfile.java
Java
asf20
5,306
/** * 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.event; import java.io.Serializable; import java.sql.SQLException; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/event/Event.java
Java
asf20
18,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.event; import java.util.Collection; import java.util.HashMap; import java.util.Map;...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/event/Dispatcher.java
Java
asf20
1,870
/** * 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.event; import java.util.Collections; import java.util.Iterator; import java.util.Li...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/event/BasicDispatcher.java
Java
asf20
5,176
/** * 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.eperson; import java.sql.SQLException; import org.dspace.authorize.AuthorizeExcept...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/Supervisor.java
Java
asf20
7,118
/** * 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.eperson; import org.apache.log4j.Logger; import org.dspace.core.*; import org.dspac...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/EPersonConsumer.java
Java
asf20
3,774
/** * 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.eperson; import java.util.List; /** * Exception indicating that an EPerson may no...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/EPersonDeletionException.java
Java
asf20
1,285
<!-- 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/ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- Author: Robert Tans...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/package.html
HTML
asf20
534
/** * 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.eperson; import java.io.IOException; import java.sql.SQLException; import java.text...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/Subscribe.java
Java
asf20
23,958