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.eperson; import java.sql.SQLException; import java.util.ArrayList; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/Group.java
Java
asf20
42,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.eperson; import java.sql.SQLException; import java.util.ArrayList; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/EPerson.java
Java
asf20
26,673
/** * 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.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/eperson/AccountManager.java
Java
asf20
9,488
<!-- 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/administer/package.html
HTML
asf20
584
/** * 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.administer; import java.io.BufferedWriter; import java.io.FileWriter; import java.i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/MetadataExporter.java
Java
asf20
10,692
/** * 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.administer; /** * @author Graham Triggs * * An exception to report any problems ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/RegistryExportException.java
Java
asf20
1,131
/** * 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.administer; import java.io.IOException; import java.sql.SQLException; import javax...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/MetadataImporter.java
Java
asf20
9,104
/** * 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.administer; import org.dspace.content.DCDate; import org.dspace.core.Context; impor...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/Upgrade101To11.java
Java
asf20
3,227
/** * 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.administer; import java.io.BufferedReader; import java.io.InputStreamReader; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/CreateAdministrator.java
Java
asf20
8,044
/** * 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.administer; import java.io.File; import java.io.IOException; import java.sql.SQLExc...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/RegistryLoader.java
Java
asf20
12,261
/** * 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.administer; import org.dspace.content.Bitstream; import org.dspace.content.Bitstrea...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/Upgrade11To12.java
Java
asf20
7,056
/** * 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.administer; import java.io.IOException; import java.sql.SQLException; import org.d...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/DCType.java
Java
asf20
7,299
/** * 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.administer; /** * @author Richard Jones * * An exception to report any problems ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/RegistryImportException.java
Java
asf20
1,119
/** * 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.administer; import java.io.IOException; import java.sql.SQLException; import org.a...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/CommunityFiliator.java
Java
asf20
8,178
/** * 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.administer; import java.io.BufferedWriter; import java.io.File; import java.io.File...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/StructBuilder.java
Java
asf20
20,588
/** * 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.administer; import java.io.File; import java.io.IOException; import javax.xml.pars...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/administer/RegistryImporter.java
Java
asf20
4,110
/** * 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.authenticate; import javax.servlet.http.HttpServletRequest; import javax.servlet.ht...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/AuthenticationMethod.java
Java
asf20
8,675
<!-- 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/authenticate/package.html
HTML
asf20
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/ */ package org.dspace.authenticate; import java.sql.SQLException; import javax.servlet.http.HttpServletR...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/PasswordAuthentication.java
Java
asf20
9,471
/** * 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.authenticate; import java.sql.SQLException; import java.util.ArrayList; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/IPAuthentication.java
Java
asf20
10,539
/** * 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.authenticate; import javax.servlet.http.HttpServletRequest; import java.sql.SQLExce...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/AuthenticationManager.java
Java
asf20
11,339
/** * 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.authenticate; import java.io.BufferedInputStream; import java.io.FileInputStream; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/X509Authentication.java
Java
asf20
23,633
/** * 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.authenticate; /** * Quickly tests whether a given IPv4 4-byte address matches an I...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/IPMatcher.java
Java
asf20
6,025
/** * 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.authenticate; /** * Thrown when there is a problem parsing an IP matcher specifica...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/IPMatcherException.java
Java
asf20
777
/** * 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.authenticate; import java.sql.SQLException; import javax.servlet.http.HttpServletRe...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/ShibAuthentication.java
Java
asf20
14,952
/** * 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.authenticate; import java.sql.SQLException; import java.util.Hashtable; import jav...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/LDAPHierarchicalAuthentication.java
Java
asf20
18,426
/** * 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.authenticate; import java.sql.SQLException; import java.util.Hashtable; import jav...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java
Java
asf20
17,166
<!-- 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/overview.html
HTML
asf20
4,559
/** * 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 proj.oceandocs.submission; import java.io.File; import java.util.ArrayList; import java.util.C...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/submission/DCInputsReaderExt.java
Java
asf20
33,163
/** * 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 proj.oceandocs.submission; import org.apache.log4j.Logger; import org.xml.sax.SAXException; imp...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/submission/XMLReadErrorHandler.java
Java
asf20
1,477
/** * 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 proj.oceandocs.submission; //~--- non-JDK imports --------------------------------------------...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/submission/DCInputGroup.java
Java
asf20
4,304
/** * 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 proj.oceandocs.submission; //~--- non-JDK imports --------------------------------------------...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/submission/DCInputSetExt.java
Java
asf20
7,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 proj.oceandocs.authority; import java.sql.Connection; import java.sql.DriverManager; import ja...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/authority/AuthorityManager.java
Java
asf20
1,869
/** * 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 proj.oceandocs.utils; import java.util.List; import org.jdom.Attribute; import org.jdom.Elemen...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/utils/utilsXML.java
Java
asf20
2,295
/** * 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 proj.oceandocs.citation; import java.util.ArrayList; /** * * @author Denys SLIPETSKYY */ ...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/citation/CitationTemplate.java
Java
asf20
561
/** * 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 proj.oceandocs.citation; import java.util.HashMap; /** * * @author Denys SLIPETSKYY */ pub...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/citation/CitationTemplatesCollection.java
Java
asf20
1,110
/** * 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 proj.oceandocs.citation; import java.io.File; import java.io.IOException; import java.sql.SQLE...
08msitamjadusman-agriocean
dspace-api/src/main/java/proj/oceandocs/citation/CitationManager.java
Java
asf20
14,316
<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dspace="http://www.dspace.org/xmlns/dspace/dim" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" version="1.0...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/config/crosswalks/sample-crosswalk-DIM2DC.xsl
XSLT
asf20
2,264
<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dim="http://www.dspace.org/xmlns/dspace/dim" xmlns:mods="http://www.loc.gov/mods/v3" version="1.0"> <!-- *********************************...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/config/crosswalks/mods-submission.xsl
XSLT
asf20
20,173
<?xml version="1.0" encoding="utf-8"?> <!-- sord-swap-ingest.xsl * * Copyright (c) 2007, Aberystwyth University * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistribution...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/config/crosswalks/sword-swap-ingest.xsl
XSLT
asf20
6,436
<h2>This&nbsp;is&nbsp;a&nbsp;default installation of DSpace!</h2> <p>It can be extensively configured by installing modified JSPs, and altering the site configuration.</p>
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/config/news-side.html
HTML
asf20
176
<h3>DSpace is Live</h3> <p>Welcome to our digital repository of My University research!</p> <p>More exciting news to appear here.</p>
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/config/news-top.html
HTML
asf20
134
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache Lice...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/solr/statistics/conf/xslt/luke.xsl
XSLT
asf20
13,432
<?xml version='1.0' encoding='UTF-8'?> <!-- * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache Licens...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/solr/statistics/conf/xslt/example_rss.xsl
XSLT
asf20
2,304
<?xml version='1.0' encoding='UTF-8'?> <!-- * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache Licens...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/solr/statistics/conf/xslt/example_atom.xsl
XSLT
asf20
2,525
<?xml version='1.0' encoding='UTF-8'?> <!-- * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache Licens...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/solr/statistics/conf/xslt/example.xsl
XSLT
asf20
4,155
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use ...
08msitamjadusman-agriocean
dspace-api/src/test/resources/dspaceFolder/solr/statistics/conf/admin-extra.html
HTML
asf20
1,094
/** * 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.browse; import java.sql.PreparedStatement; import java.sql.SQLException; import jav...
08msitamjadusman-agriocean
dspace-api/src/test/java/org/dspace/browse/MockBrowseCreateDAOOracle.java
Java
asf20
40,452
/** * 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.storage.rdbms; import mockit.Mock; import mockit.MockClass; import java.io.Buffere...
08msitamjadusman-agriocean
dspace-api/src/test/java/org/dspace/storage/rdbms/MockDatabaseManager.java
Java
asf20
60,776
/** * 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.statistics; import java.sql.SQLException; import java.util.ArrayList; import java.u...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/StatisticsLoggingConsumer.java
Java
asf20
7,691
/** * 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.statistics; import org.apache.log4j.Logger; import org.dspace.eperson.EPerson; impo...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/SolrLoggerUsageEventListener.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.statistics; import java.io.ByteArrayOutputStream; import java.io.IOException; impor...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/Dataset.java
Java
asf20
7,668
/** * 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.statistics.content; import java.util.ArrayList; import java.util.List; import org....
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/StatisticsBSAdapter.java
Java
asf20
3,798
/** * 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.statistics.content; import java.util.Calendar; import java.util.Date; /** * Repre...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/DatasetTimeGenerator.java
Java
asf20
6,751
/** * 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.statistics.content; import org.dspace.core.Constants; /** * Describes the display...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/DSORepresentation.java
Java
asf20
2,234
/** * 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.statistics.content; /** * Represents a single facet for filtering. * Can be one ...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/DatasetGenerator.java
Java
asf20
972
/** * 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.statistics.content; import java.io.IOException; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/StatisticsDisplay.java
Java
asf20
2,804
/** * 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.statistics.content; /** * Represents a simple string facet for filtering. * Does...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/DatasetTypeGenerator.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.statistics.content; /** * Encapsulates all data to render the statistics as a lis...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/StatisticsListing.java
Java
asf20
639
/** * 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.statistics.content; import org.dspace.statistics.Dataset; import org.dspace.statist...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/StatisticsData.java
Java
asf20
2,390
/** * 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/ */ /** * Build queries to the statistical subsystem and create UI elements from the * results. The unde...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/package-info.java
Java
asf20
1,206
/** * 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.statistics.content; import org.dspace.content.*; import org.dspace.statistics.Datas...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/StatisticsDataVisits.java
Java
asf20
33,575
/** * 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.statistics.content; import java.util.ArrayList; import java.util.List; /** * Repr...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/DatasetDSpaceObjectGenerator.java
Java
asf20
1,225
/** * 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.statistics.content.filter; import org.dspace.statistics.SolrLogger; import java.te...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/filter/StatisticsSolrDateFilter.java
Java
asf20
3,995
/** * 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.statistics.content.filter; /** * A wrapper for some kind of Solr filter expression...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/filter/StatisticsFilter.java
Java
asf20
549
/** * 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.statistics.content; /** * Encapsulates all data to render the statistics as a tab...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/content/StatisticsTable.java
Java
asf20
632
/** * 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.statistics; import com.maxmind.geoip.Location; import com.maxmind.geoip.LookupServi...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/SolrLogger.java
Java
asf20
32,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.statistics; /** * Data structure for returning results from statistics searches. ...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/ObjectCount.java
Java
asf20
811
/** * 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.statistics.util; import java.util.HashMap; import java.util.HashSet; import java.ut...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/IPTable.java
Java
asf20
5,593
/** * 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.statistics.util; import org.apache.commons.cli.*; import org.apache.log4j.Logger; i...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/StatisticsClient.java
Java
asf20
4,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.statistics.util; import java.util.Arrays; import java.util.List; import org.dspace....
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/LocationUtils.java
Java
asf20
18,283
/** * 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.statistics.util; import org.apache.commons.cli.*; import org.apache.log4j.Logger; i...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/ClassicDSpaceLogConverter.java
Java
asf20
13,384
/** * 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.statistics.util; import org.apache.commons.cli.CommandLine; import org.apache.commo...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/ApacheLogRobotsProcessor.java
Java
asf20
3,217
/** * 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.statistics.util; import org.apache.log4j.Logger; import org.dspace.core.Configurati...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/SpiderDetector.java
Java
asf20
5,039
/** * 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.statistics.util; import org.apache.commons.cli.*; import org.apache.commons.lang.ti...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/StatisticsDataGenerator.java
Java
asf20
11,993
/** * 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.statistics.util; import org.apache.commons.cli.*; import org.apache.commons.lang.ti...
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/StatisticsImporter.java
Java
asf20
18,484
/** * 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.statistics.util; import org.dspace.core.ConfigurationManager; import org.xbill.DNS....
08msitamjadusman-agriocean
dspace-stats/src/main/java/org/dspace/statistics/util/DnsLookup.java
Java
asf20
1,361
/** * 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.oai; import java.util.Properties; import java.sql.SQLException; import org.dsp...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/RDFCrosswalk.java
Java
asf20
7,829
/** * 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.oai; import java.io.BufferedInputStream; import java.io.InputStream; import jav...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/DIDLCrosswalk.java
Java
asf20
10,629
/** * 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.oai; import java.util.Date; import java.util.Iterator; import java.util.LinkedL...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/DSpaceRecordFactory.java
Java
asf20
2,575
/** * 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.oai; import java.util.*; import java.util.regex.Matcher; import java.util.regex...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/OAIDCCrosswalk.java
Java
asf20
10,167
/** * 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.oai; import javax.servlet.http.HttpServlet; import org.dspace.core.Configurati...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/LoadDSpaceOAIConfig.java
Java
asf20
1,330
/** * 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.oai; import java.sql.SQLException; import java.util.Properties; import java.uti...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/UKETDDCCrosswalk.java
Java
asf20
25,828
/** * 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.oai; import java.io.PrintWriter; import java.io.StringWriter; import java.util....
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/PluginCrosswalk.java
Java
asf20
6,381
/** * 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.oai; import java.io.ByteArrayOutputStream; import java.util.Properties; import...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/METSCrosswalk.java
Java
asf20
2,014
/** * 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.oai; import java.sql.SQLException; import java.text.ParseException; import java...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/DSpaceOAICatalog.java
Java
asf20
33,889
/** * 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.didl; import java.security.SecureRandom; import java.util.Random; /** * Factor...
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/didl/UUIDFactory.java
Java
asf20
1,459
/** * 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.didl; import java.io.Serializable; /** * This class implements UUID version 4....
08msitamjadusman-agriocean
dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/didl/UUID.java
Java
asf20
4,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/ */ package org.dspace.app.dav; import java.io.ByteArrayOutputStream; import java.io.File; import java.io....
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVItem.java
Java
asf20
22,103
/** * 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/DAVWorkflowItem.java
Java
asf20
9,946
/** * 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/DAVEPerson.java
Java
asf20
8,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.app.dav; import java.text.SimpleDateFormat; import java.util.Date; import org.jdom...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAV.java
Java
asf20
2,395
/** * 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/DAVEPersonEPerson.java
Java
asf20
12,642
/** * 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.ByteArrayInputStream; import java.io.ByteArrayOutputStream;...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVBitstream.java
Java
asf20
22,884
/** * 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/DAVWorkflow.java
Java
asf20
8,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.dav; /** * Encapsulate the components of an HTTP status response, namely an i...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVStatusException.java
Java
asf20
1,970
/** * 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/DAVInProgressSubmission.java
Java
asf20
11,464
/** * 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.sql.SQ...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVCommunity.java
Java
asf20
11,003
/** * 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.File; import java.io.FileOutputStream; import java.io.Filte...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/DAVCollection.java
Java
asf20
20,977
/** * 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.ByteArrayInputStream; import java.io.ByteArrayOutputStream;...
08msitamjadusman-agriocean
dspace-lni/dspace-lni-core/src/main/java/org/dspace/app/dav/LNISoapServlet.java
Java
asf20
15,326