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
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Clases; import java.util.ArrayList; import java.util.Vector; public class Profesor implements EvaluarEstudiantes { private String cedula, nombre, apellido, tituloAcademico; public Profesor(String nombre, S...
03-04-segundaentrega
ProyectoLab2Entrega/src/Clases/Profesor.java
Java
asf20
1,514
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Clases; public interface PresentarEvaluaciones { public void PresentarEvaluacion(); }
03-04-segundaentrega
ProyectoLab2Entrega/src/Clases/PresentarEvaluaciones.java
Java
asf20
198
package Clases; import java.util.Random; public class Estudiante implements PresentarEvaluaciones{ private String cedula,nombre,apellido,estado; private int nota1,nota2,nota3,notaFinal; public Estudiante(String nombre,String apellido,String cedula) { this.nombre = nombre; this.apellido ...
03-04-segundaentrega
ProyectoLab2Entrega/src/Clases/Estudiante.java
Java
asf20
2,161
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Clases; import java.util.Vector; public interface EvaluarEstudiantes { public void EvaluarEstudiantes(Vector<Estudiante> estudiante); }
03-04-segundaentrega
ProyectoLab2Entrega/src/Clases/EvaluarEstudiantes.java
Java
asf20
249
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Clases; import java.awt.Frame; import java.io.FileWriter; import java.io.PrintWriter; import java.util.Collections; import java.util.Vector; import javax.swing.JOptionPane; public class Seccion { String numer...
03-04-segundaentrega
ProyectoLab2Entrega/src/Clases/Seccion.java
Java
asf20
8,584
<?php // ===== phpLiteAdmin build script ===== // === Build directives that can appear in the source code === // // # EMBED <filename or glob pattern> [ | <function> [ | ...] ] // Embeds an external file in the source code as a gzipped and base64-encoded string; // optional filter functions can be "piped" at t...
12sanalbaskan16-hack
build.php
PHP
gpl3
7,171
<?php // // This is sample configuration file // // You can configure phpliteadmin in one of 2 ways: // 1. Rename phpliteadmin.config.sample.php to phpliteadmin.config.php and change parameters in there. // You can set only your custom settings in phpliteadmin.config.php. All other settings will be set to def...
12sanalbaskan16-hack
phpliteadmin.config.sample.php
PHP
gpl3
2,779
<?php // English language-texts. # REMOVE_FROM_BUILD // This file is only meant as a basis for you to do your own translation! # END REMOVE_FROM_BUILD // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direction" => "LTR", "date_format" => 'g:ia \o\n ...
12sanalbaskan16-hack
languages/lang_en.php
PHP
gpl3
15,853
<?php // German language file by Christopher Kramer (crazy4chrissi) // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direction" => "LTR", "date_format" => '\a\m d.m.Y \u\m H:i:s (T)', "ver" => "Version", "for" => "für", "to" => "in", "go" => "L...
12sanalbaskan16-hack
languages/lang_de.php
PHP
gpl3
17,497
<?php // Chinese language-texts for phpLiteAdmin // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direction" => "LTR", "date_format" => 'Y/m/d H:i:s', // see http://php.net/manual/en/function.date.php for what the letters stand for "ver" => "版本", ...
12sanalbaskan16-hack
languages/lang_cn.php
PHP
gpl3
15,031
<?php // Russian language file by Boris Kurshev (13dagger) // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direction" => "LTR", "date_format" => 'g:ia \o\n F j, Y (T)', // see http://php.net/manual/en/function.date.php for what the letters stand for ...
12sanalbaskan16-hack
languages/lang_ru.php
PHP
gpl3
23,683
<?php // Italian language // file by FRANCO TASSI - franco7tassi@gmail.com // (http://www.linkedin.com/profile/view?id=73367896) // (http://www.facebook.com/franco.tassi) // Rev.0 - 25.3.2013 // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direc...
12sanalbaskan16-hack
languages/lang_it.php
PHP
gpl3
17,258
<?php // French language-texts by Olivier Briat (nospam@briat.org) // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direction" => "LTR", "date_format" => '\à G\hi \l\e d/m/Y (T)', // see http://php.net/manual/en/function.date.php for what the letters ...
12sanalbaskan16-hack
languages/lang_fr.php
PHP
gpl3
17,656
<?php // Español LatinoAmericano. // Traducido por Leandro G. Ortega - SuperBalgas - leandro@g-ortega.com.ar // Idioma: Español Latino Americano - Argentina $lang = array( // Agregado para la version 1.9.5 "no" => "No", "none" => "ninguno", "as_defined" => "Personalizado", "expression" => "Expresi&oacut...
12sanalbaskan16-hack
languages/lang_esla.php
PHP
gpl3
17,780
<?php // Arabic language file by Ayman Teryaki (teryaki1963) // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direction" => "RTL", "date_format" => '\a\m d.m.Y \u\m H:i:s (T)', "ver" => "رقم النسخة", "for" => "ل", "to" => "في", "go" => "بدأ", ...
12sanalbaskan16-hack
languages/lang_ar.php
PHP
gpl3
20,842
<?php // Czech translation by Jan Turoň // Read our wiki on how to translate: http://code.google.com/p/phpliteadmin/wiki/Localization $lang = array( "direction" => "LTR", "date_format" => 'G:i \d\n\e j. n. Y (T)', // see http://php.net/manual/en/function.date.php for what the letters stand for "ver" => "verze...
12sanalbaskan16-hack
languages/lang_cz.php
PHP
gpl3
15,751
/* overall styles for entire page */ body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #e0ebf6; overflow:auto; } .body_tbl td{ padding:9px 2px 9px 9px; } .left_td{ width:100px; } /* general styles for hyperlink */ a { co...
12sanalbaskan16-hack
resources/phpliteadmin.css
CSS
gpl3
5,566
//initiated autoincrement checkboxes function initAutoincrement() { var i=0; while(document.getElementById('i'+i+'_autoincrement')!=undefined) { document.getElementById('i'+i+'_autoincrement').disabled = true; i++; } } //makes sure autoincrement can only be selected when integer type is selected func...
12sanalbaskan16-hack
resources/phpliteadmin.js
JavaScript
gpl3
4,743
<?php // class Resources (issue #157) // outputs secondary files, such as css and javascript // data is stored gzipped (gzencode) and encoded (base64_encode) // class Resources { // set this to the file containing getInternalResource; // currently unused in split mode; set to __FILE__ for built PLA. public...
12sanalbaskan16-hack
classes/Resources.php
PHP
gpl3
1,920
<?php // class MicroTimer (issue #146) // wraps calls to microtime(), calculating the elapsed time and rounding output // class MicroTimer { private $startTime, $stopTime; // creates and starts a timer function __construct() { $this->startTime = microtime(true); } // stops a timer public func...
12sanalbaskan16-hack
classes/MicroTimer.php
PHP
gpl3
810
<?php // Authorization class // Maintains user's logged-in state and security of application // class Authorization { private $authorized; private $login_failed; private $system_password_encrypted; public function __construct() { // the salt and password encrypting is probably unnecessary protection...
12sanalbaskan16-hack
classes/Authorization.php
PHP
gpl3
3,256
<?php // Database class // Generic database abstraction class to manage interaction with database without worrying about SQLite vs. PHP versions // class Database { protected $db; //reference to the DB object protected $type; //the extension for PHP that handles SQLite protected $data; protected $lastResul...
12sanalbaskan16-hack
classes/Database.php
PHP
gpl3
39,386
<?php /** * JShrink * * Copyright (c) 2009-2012, Robert Hafner <tedivm@tedivm.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain t...
12sanalbaskan16-hack
support/Minifier.php
PHP
gpl3
11,428
<?php /** * Class Minify_CSS_Compressor * @package Minify */ /** * Compress CSS * * This is a heavy regex-based removal of whitespace, unnecessary * comments and tokens, and some CSS value minimization, where practical. * Many steps have been taken to avoid breaking comment-based hacks, * includ...
12sanalbaskan16-hack
support/Compressor.php
PHP
gpl3
8,506
/* phpLiteAdmin Theme Created by Sanne Foltz on 8/1/12 */ /* overall styles for entire page */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } body { margin: 0px; padding: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height:...
12sanalbaskan16-hack
themes/Sheep/phpliteadmin.css
CSS
gpl3
6,031
/* This theme has been posted by Ugur3D here: http://code.google.com/p/phpliteadmin/issues/detail?id=118 */ /* overall styles for entire page */ body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #E0E2E4; } /* general sty...
12sanalbaskan16-hack
themes/Ugur3d/phpliteadmin.css
CSS
gpl3
5,640
/* phpLiteAdmin Alternate Blue Theme Edited by Ronnie Kurniawan on 10/16/12 Posted here: http://code.google.com/p/phpliteadmin/issues/detail?id=120 original theme: phpLiteAdmin Default Theme Created by Dane Iracleous on 6/1/11 */ /* overall styles for entire page */ body { margin: 0px; padding: 0px; ...
12sanalbaskan16-hack
themes/AlternateBlue/phpliteadmin.css
CSS
gpl3
5,328
/* phpLiteAdmin simpleGray Theme Created by Ayman Teryaki on 28.Okt.2012 posted here: http://code.google.com/p/phpliteadmin/issues/detail?id=130 */ /* overall styles for entire page */ body{ margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #2B2B2B; background: #ccc...
12sanalbaskan16-hack
themes/simpleGray/phpliteadmin.css
CSS
gpl3
5,845
<?php // Attention: this theme will not work directly in phpliteAdmin 1.9.3 (and before) // You can already use it with the svn-version of 1.9.4 // use phpliteadmin.php?theme=dynamic.php to use it there header("Content-type: text/css"); if(isset($_GET['image'])){ // Accomidate uppercase & lowercase file extensions ...
12sanalbaskan16-hack
themes/Dynamic/dynamic.php
PHP
gpl3
14,916
/* phpLiteAdmin Default Theme Created by Dane Iracleous on 6/1/11 */ /* overall styles for entire page */ body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #e0ebf6; } /* general styles for hyperlink */ a { color: #03...
12sanalbaskan16-hack
themes/Default/phpliteadmin.css
CSS
gpl3
4,859
/* phpLiteAdmin Stencil Theme Created by Dane Iracleous on 6/1/11 */ /* overall styles for entire page */ body { margin: 0px; padding: 0px; font-family:Verdana, Geneva, sans-serif; font-size: 14px; color:#000; background-color: #FFF; } /* general styles for hyperlink */ a { color:#000; text-...
12sanalbaskan16-hack
themes/Stencil/phpliteadmin.css
CSS
gpl3
4,960
<?php header("Content-type: text/css"); if(isset($_GET['image'])){ // Accomidate uppercase & lowercase file extensions $image = strtolower($_GET['image']); // Set the mimetype and cache the image for a year header("Content-type: image/png"); header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 60 * 60...
12sanalbaskan16-hack
themes/dynamic_myAdmin/dynamic_myAdmin.php
PHP
gpl3
119,049
/* phpLiteAdmin Retro Theme Created by Dane Iracleous on 6/1/11 */ /* overall styles for entire page */ body { margin: 0px; padding: 0px; font-family:"Courier New", Courier, monospace; font-size: 14px; color:#CCC; background-color: #000; } /* general styles for hyperlink */ a { color:#0F0; t...
12sanalbaskan16-hack
themes/Retro/phpliteadmin.css
CSS
gpl3
4,826
/* phpLiteAdmin Modern Theme Created by Petar Koretic on 01/04/2013 */ html,body { font: 81.25% arial, helvetica, sans-serif; } /* overall styles for entire page */ body { margin: 0px; padding: 0px; font-size: 1em; color: #000; background:#F5F5FA; } /* general styles for hyperlink */ a { ...
12sanalbaskan16-hack
themes/Modern/phpliteadmin.css
CSS
gpl3
6,434
/* Theme "Softie blue" Designed by nitodico 30 august 2013 Website: www.nitodico.com Twitter: @nitodico Email: hello@nitodico.com based on the default phpLiteAdmin theme Created by Dane Iracleous */ /* overall styles for entire page */ @import url(http://fonts.googleapis.com/css?family=Roboto&subset=lat...
12sanalbaskan16-hack
themes/SoftieBlue/phpliteadmin.css
CSS
gpl3
13,947
<?php # Start with header information, default config and default language # INCLUDE docs/header.txt | comment_lines # INCLUDE phpliteadmin.config.sample.php # INCLUDE languages/lang_en.php # Load the main phpLiteAdmin source file # INCLUDE index.php # Append all class files # INCLUDE classes/*.php # Emb...
12sanalbaskan16-hack
phpliteadmin-build-template.php
PHP
gpl3
1,064
<HTML> <head> <title></title> <link REL="SHORTCUT ICON" HREF="http://www.fancyicons.com/free-icons/103/flags/png/16/devil_mad_16.png"> <link href='http://fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Nosifer' rel='stylesheet' type='te...
12sanalbaskan16-hack
index.php
PHP
gpl3
5,675
<?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/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/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/config/crosswalks/sword-swap-ingest.xsl
XSLT
asf20
6,437
 <table class="miscTable" width="100%" align="center"> <tr> <td class="latestLayoutTitle"> AgriOcean DSpace</td></tr> <tr> <td> <p><b>AgriOcean DSpace est une initiative conjointe des agences des Nations Unies FAO et UNESCO-COI/IODE pour améliorer l'accès mondiale à la litérature scientifi...
08msitamjadusman-agriocean
dspace/config/news-top_fr.html
HTML
asf20
849
<table class="miscTable" width="100%" align="center"> <tr> <td class="latestLayoutTitle"> AgriOcean DSpace </td> </tr> <tr> <td><p><b>The United Nations agencies of FAO and UNESCO-IOC/IODE have announced a joint initiative to provide a customized version of DSpace using stand...
08msitamjadusman-agriocean
dspace/config/news-top.html
HTML
asf20
988
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Functional Overview</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; cha...
08msitamjadusman-agriocean
dspace/docs/html/Functional Overview.html
HTML
asf20
57,620
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Preface</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">...
08msitamjadusman-agriocean
dspace/docs/html/Preface.html
HTML
asf20
7,758
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace 1.7.1 Documentation</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> ...
08msitamjadusman-agriocean
dspace/docs/html/index.html
HTML
asf20
6,696
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Configuration</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=U...
08msitamjadusman-agriocean
dspace/docs/html/Configuration.html
HTML
asf20
351,133
/* Could not locate resource: /includes/css/master.css */ /* Could not locate resource: /includes/css/wiki-content.css */ /* Could not locate resource: /includes/css/tabs.css */ /* Could not locate resource: /includes/css/menu.css */ /* Could not locate resource: /includes/css/menu-ie.css */ /* Could not locate resour...
08msitamjadusman-agriocean
dspace/docs/html/styles/site.css
CSS
asf20
7,464
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Submission User Interface</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/htm...
08msitamjadusman-agriocean
dspace/docs/html/Submission User Interface.html
HTML
asf20
46,724
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Google Scholar Metadata Mappings</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="t...
08msitamjadusman-agriocean
dspace/docs/html/Google Scholar Metadata Mappings.html
HTML
asf20
3,470
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Directories</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF...
08msitamjadusman-agriocean
dspace/docs/html/Directories.html
HTML
asf20
20,208
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Business Logic Layer</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; ch...
08msitamjadusman-agriocean
dspace/docs/html/Business Logic Layer.html
HTML
asf20
106,630
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Storage Layer</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=U...
08msitamjadusman-agriocean
dspace/docs/html/Storage Layer.html
HTML
asf20
23,864
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : AIP Backup and Restore</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; ...
08msitamjadusman-agriocean
dspace/docs/html/AIP Backup and Restore.html
HTML
asf20
75,084
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Appendix A</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-...
08msitamjadusman-agriocean
dspace/docs/html/Appendix A.html
HTML
asf20
23,957
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : DRI Schema Reference</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; ch...
08msitamjadusman-agriocean
dspace/docs/html/DRI Schema Reference.html
HTML
asf20
104,484
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Architecture</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UT...
08msitamjadusman-agriocean
dspace/docs/html/Architecture.html
HTML
asf20
7,199
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : XMLUI Configuration and Customization</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" conte...
08msitamjadusman-agriocean
dspace/docs/html/XMLUI Configuration and Customization.html
HTML
asf20
35,649
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : DSpace System Documentation</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/h...
08msitamjadusman-agriocean
dspace/docs/html/DSpace System Documentation.html
HTML
asf20
4,330
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Introduction</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UT...
08msitamjadusman-agriocean
dspace/docs/html/Introduction.html
HTML
asf20
6,082
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Curation System</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset...
08msitamjadusman-agriocean
dspace/docs/html/Curation System.html
HTML
asf20
31,461
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : History</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">...
08msitamjadusman-agriocean
dspace/docs/html/History.html
HTML
asf20
495,749
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : DSpace Statistics</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; chars...
08msitamjadusman-agriocean
dspace/docs/html/DSpace Statistics.html
HTML
asf20
24,185
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : System Administration</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; c...
08msitamjadusman-agriocean
dspace/docs/html/System Administration.html
HTML
asf20
122,277
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : JSPUI Configuration and Customization</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" conte...
08msitamjadusman-agriocean
dspace/docs/html/JSPUI Configuration and Customization.html
HTML
asf20
7,540
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : XMLUI Base Theme Templates (dri2xhtml)</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" cont...
08msitamjadusman-agriocean
dspace/docs/html/XMLUI Base Theme Templates (dri2xhtml).html
HTML
asf20
9,891
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : DSpace Services Framework</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/htm...
08msitamjadusman-agriocean
dspace/docs/html/DSpace Services Framework.html
HTML
asf20
20,117
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Mirage Configuration and Customization</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" cont...
08msitamjadusman-agriocean
dspace/docs/html/Mirage Configuration and Customization.html
HTML
asf20
12,845
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Installation</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UT...
08msitamjadusman-agriocean
dspace/docs/html/Installation.html
HTML
asf20
74,716
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Discovery</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8...
08msitamjadusman-agriocean
dspace/docs/html/Discovery.html
HTML
asf20
19,889
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Appendices</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-...
08msitamjadusman-agriocean
dspace/docs/html/Appendices.html
HTML
asf20
1,359
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : DSpace AIP Format</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; chars...
08msitamjadusman-agriocean
dspace/docs/html/DSpace AIP Format.html
HTML
asf20
66,858
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Upgrading a DSpace Installation</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="te...
08msitamjadusman-agriocean
dspace/docs/html/Upgrading a DSpace Installation.html
HTML
asf20
168,344
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Application Layer</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; chars...
08msitamjadusman-agriocean
dspace/docs/html/Application Layer.html
HTML
asf20
49,960
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>DSpace Documentation : Embargo</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">...
08msitamjadusman-agriocean
dspace/docs/html/Embargo.html
HTML
asf20
16,867
<?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/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/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/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/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/solr/statistics/conf/admin-extra.html
HTML
asf20
1,094
<?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/solr/search/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/solr/search/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/solr/search/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 License...
08msitamjadusman-agriocean
dspace/solr/search/conf/xslt/DRI.xsl
XSLT
asf20
4,074
<?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/solr/search/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/solr/search/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.app.webui.servlet; import java.io.IOException; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/AbstractBrowserServlet.java
Java
asf20
14,650
/** * 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.webui.servlet; import java.io.IOException; import java.util.List; import java.s...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/DisplayStatisticsServlet.java
Java
asf20
11,221
/** * 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.webui.servlet; import java.io.IOException; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/EditProfileServlet.java
Java
asf20
5,730
/** * 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.webui.servlet; import java.io.IOException; import javax.servlet.ServletExcepti...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/InternalErrorServlet.java
Java
asf20
1,960
/** * 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.webui.servlet; import java.io.IOException; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/OpenURLServlet.java
Java
asf20
2,457
/** * 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.webui.servlet; import java.io.IOException; import java.net.InetAddress; import ...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/FeedbackServlet.java
Java
asf20
5,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.app.webui.servlet; import java.io.*; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/MetadataImportServlet.java
Java
asf20
8,744
/** * 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.webui.servlet; import java.io.IOException; import java.sql.SQLException; import...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/CommunityListServlet.java
Java
asf20
2,688
/** * 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.webui.servlet; import com.sun.mail.smtp.SMTPAddressFailedException; import org....
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/RegisterServlet.java
Java
asf20
23,087
/** * 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.webui.servlet; import java.io.IOException; import java.io.InputStream; import j...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/ItemExportArchiveServlet.java
Java
asf20
3,472
/** * 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.webui.servlet; import java.io.IOException; import java.sql.SQLException; import...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/FeedServlet.java
Java
asf20
15,509
/** * 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.webui.servlet; import java.io.IOException; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/AdvancedSearchServlet.java
Java
asf20
1,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.app.webui.servlet; import java.io.IOException; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/DSpaceServlet.java
Java
asf20
7,741
/** * 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.webui.servlet; import java.io.IOException; import java.io.PrintWriter; import j...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/SimpleSearchServlet.java
Java
asf20
14,450
/** * 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.webui.servlet; import java.io.IOException; import java.sql.SQLException; import...
08msitamjadusman-agriocean
dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/LDAPServlet.java
Java
asf20
3,607