code
stringlengths
1
2.08M
language
stringclasses
1 value
function search(){ //alert("calling search method...."); var url=urlpart+"?panelName=searchPanel&screenName="+screenName; if(document.getElementById("srrfid")) url=url+'&srrfid='+document.getElementById("srrfid").value; if(document.getElementById("srrfquotationid")) url=url+'&srrfquotationid='+document...
JavaScript
if(typeof (jQuery )!= "undefined") jQuery(document).ready(function() { // Setup the ajax indicator jQuery("body").append('<div id="ajaxBusy"><p><img src="css/images/ajax-loader.gif"></p></div>'); jQuery('#ajaxBusy').css({ display:"none", margin:"0px", paddingLeft:"20px", paddingRight:"0px", paddi...
JavaScript
function populate() { //alert("This alert box was called with the onload event"); fnAdjustTableWidth(); if((!(whereClause == ""))){ var url=retriveurlpart+"?panelName=searchPanel&screenName="+screenName; url=url+"&whereClause="+ whereClause; //alert(url); //alert("In message: whereClause=" + where...
JavaScript
function populate() { //alert("This alert box was called with the onload event"); fnAdjustTableWidth(); if((!(whereClause == ""))){ var url=retriveurlpart+"?panelName=searchPanel&screenName="+screenName; url=url+"&whereClause="+ whereClause; //alert(url); //alert("In message: whereClause=" + where...
JavaScript
function populate() { //alert("This alert box was called with the onload event"); fnAdjustTableWidth(); if((!(whereClause == ""))){ var url=retriveurlpart+"?panelName=searchPanel&screenName="+screenName; url=url+"&whereClause="+ whereClause; //alert("In message: whereClause=" + whereClause); // p...
JavaScript
function populate() { //alert("This alert box was called with the onload event"); fnAdjustTableWidth(); if(vpassedonvalues != null && vpassedonvalues.trim() != ""){ prepopulate(vpassedonvalues); } //alert(unescape(whereClause)) if((!(whereClause == ""))){ var url=retriveurlpart+"?panelName=searchPan...
JavaScript
(function ($) { $.scroller.themes.android = { defaults: { dateOrder: 'Mddyy', mode: 'clickpick', height: 50 } } })(jQuery);
JavaScript
var jQuery = Zepto; (function ($) { ['width', 'height'].forEach(function(dimension) { var offset, Dimension = dimension.replace(/./, function(m) { return m[0].toUpperCase() }); $.fn['outer' + Dimension] = function(margin) { var elem = this; if (elem) { ...
JavaScript
/*! * jQuery MobiScroll v2.1 * http://mobiscroll.com * * Copyright 2010-2011, Acid Media * Licensed under the MIT license. * */ (function ($) { function Scroller(elm, settings) { var that = this, e = elm, elm = $(e), theme, lang, ...
JavaScript
(function ($) { var theme = { defaults: { dateOrder: 'Mddyy', mode: 'mixed', rows: 5, width: 70, height: 36, showLabel: false } } $.scroller.themes['android-ics'] = theme; $.scroller.themes['android-ics...
JavaScript
(function ($) { $.scroller.themes.ios = { defaults: { dateOrder: 'MMdyy', rows: 5, height: 30, width: 55, headerText: false, showLabel: false } } })(jQuery);
JavaScript
(function ($) { var date = new Date(), defaults = { dateFormat: 'mm/dd/yy', dateOrder: 'mmddy', timeWheels: 'hhiiA', timeFormat: 'hh:ii A', startYear: date.getFullYear() - 100, endYear: date.getFullYear() + 1, mon...
JavaScript
(function ($) { var defaults = { inputClass: '', invalid: [], rtl: false, group: false, groupLabel: 'Groups' } $.scroller.presets.select = function (inst) { var s = $.extend({}, defaults, inst.settings), elm = $(this), op...
JavaScript
/* Copyright (c) 2012 Sergio Gabriel Teves All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This ...
JavaScript
(function ($) { $.scroller.i18n.hu = $.extend($.scroller.i18n.hu, { dateFormat: 'dd.mm.yy', dateOrder: 'ddmmyy', dayNames: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], dayTex...
JavaScript
(function ($) { $.scroller.i18n.fr = $.extend($.scroller.i18n.fr, { setText: 'Terminé', cancelText: 'Annuler' }); })(jQuery);
JavaScript
(function ($) { $.scroller.i18n.de = $.extend($.scroller.i18n.de, { setText: 'OK', cancelText: 'Abbrechen' }); })(jQuery);
JavaScript
(function ($) { $.scroller.i18n.hu = $.extend($.scroller.i18n.hu, { setText: 'OK', cancelText: 'Mégse' }); })(jQuery);
JavaScript
(function ($) { $.scroller.i18n.es = $.extend($.scroller.i18n.es, { dateFormat: 'dd/mm/yy', dateOrder: 'ddmmyy', dayNames: ['Domingo','Lunes','Martes','Mi&#xE9;rcoles','Jueves','Viernes','S&#xE1;bado'], dayNamesShort: ['Do','Lu','Ma','Mi','Ju','Vi','S&#xE1;'], dayText: ...
JavaScript
(function ($) { $.scroller.i18n.fr = $.extend($.scroller.i18n.fr, { dateFormat: 'dd/mm/yy', dateOrder: 'ddmmyy', dayNames: ['&#68;imanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'], dayNamesShort: ['&#68;im.', 'Lun.', 'Mar.', 'Mer.', 'Jeu.', 'Ven.', 'Sam.'], ...
JavaScript
(function ($) { $.scroller.i18n.de = $.extend($.scroller.i18n.de, { dateFormat: 'dd.mm.yy', dateOrder: 'ddmmyy', dayNames: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], dayNamesShort: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], dayTe...
JavaScript
(function ($) { $.scroller.i18n.es = $.extend($.scroller.i18n.es, { setText: 'Aceptar', cancelText: 'Cancelar' }); })(jQuery);
JavaScript
(function ($) { $.scroller.themes.jqm = { defaults: { jqmBody: 'c', jqmHeader:'b', jqmWheel: 'd', jqmClickPick: 'c', jqmSet: 'b', jqmCancel: 'c' }, init: function(elm, inst) { var s = inst.settin...
JavaScript
/** * SCEditor BBCode Plugin v1.3.3 * http://www.samclarke.com/2011/07/sceditor/ * * Copyright (C) 2011-2012, Sam Clarke (samclarke.com) * * SCEditor is dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ // ==ClosureCom...
JavaScript
(function ($) { 'use strict'; $.sceditor.locale["ru"] = { "Bold": "Жирный", "Italic": "Курсив", "Underline": "Подчёркнутый", "Strikethrough": "Зачёркнутый", "Subscript": "Нижний индекс", "Superscript": "Верхний индекс", "Align left": "Выравнивание по левому краю", "Center": "Выравнивание по центру",...
JavaScript
(function ($) { 'use strict'; $.sceditor.locale["sv-SE"] = { "Bold": "Fet", "Italic": "Kursiv", "Underline": "Understruken", "Strikethrough": "Genomstruken", "Subscript": "Nersänkt", "Superscript": "Upphöjt", "Align left": "Vänsterställ", "Center": "Centrera", "Align right": "Högerställ", "Justi...
JavaScript
(function ($) { 'use strict'; $.sceditor.locale["nl"] = { "Bold": "Vet", "Italic": "Schuingedrukt", "Underline": "Onderstreept", "Strikethrough": "Doorhalen", "Subscript": "Subscript", "Superscript": "Superscript", "Align left": "Links uitlijnen", "Center": "Centreren", "Align right": "Rechts uitl...
JavaScript
(function ($) { 'use strict'; $.sceditor.locale["en-US"] = { dateFormat: "month/day/year" } })(jQuery);
JavaScript
// add locale:'fr', to your config options. (function ($) { 'use strict'; $.sceditor.locale["fr"] = { "Bold": "Gras", "Italic": "Italique", "Underline": "Souligné", "Strikethrough": "Barré", "Subscript": "Indice", "Superscript": "Exposant", "Align left": "Aligné à Gauche", "Center": "Centré", "A...
JavaScript
(function ($) { 'use strict'; $.sceditor.locale["nb"] = { "Bold": "Fet", "Italic": "Kursiv", "Underline": "Understrek", "Strikethrough": "Gjennomstrek", "Subscript": "Senket", "Superscript": "Hevet", "Align left": "Sidestill til venstre", "Center": "Midstill", "Align right": "Sidestill til høyre",...
JavaScript
(function ($) { 'use strict'; $.sceditor.locale["de"] = { "Bold": "Fett", "Italic": "Kursiv", "Underline": "Unterstrichen", "Strikethrough": "Durchgestrichen", "Subscript": "Tiefgestellt", "Superscript": "Hochgestellt", "Align left": "Linksbündig ausrichten", "Center": "Zentrieren", "Align right":...
JavaScript
(function ($) { 'use strict'; $.sceditor.locale["en-GB"] = { "Font Color": "Font Colour", "Center": "Centre", dateFormat: "day/month/year" } // set this as the default English locale $.sceditor.locale["en"] = $.sceditor.locale["en-GB"]; })(jQuery);
JavaScript
/** * SCEditor v1.3.3 * http://www.samclarke.com/2011/07/sceditor/ * * Copyright (C) 2011-2012, Sam Clarke (samclarke.com) * * SCEditor is dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ // ==ClosureCompiler== // @ou...
JavaScript
// Copyright 2011 Google Inc. All Rights Reserved. /** * @fileoverview This script posts to the data servlet with a request for data * to display until either the servlet responds with data or responds that it * failed. The servlet responds to each post with a message, which the script * displays to the user and d...
JavaScript
/* * -------------------------------------------------------------------- * jQuery inputToButton plugin * Author: Scott Jehl, scott@filamentgroup.com * Copyright (c) 2009 Filament Group * licensed under MIT (filamentgroup.com/examples/mit-license.txt) * -----------------------------------------------------...
JavaScript
(function($){ $.fn.accordion = function(options) { var defaults = { }; var options = $.extend(defaults, options); return this.each( function() { var $container = $(this); var $triggers = $container.find ('.accordion_panel'); var $panels = $container.find ('.accordion_co...
JavaScript
/* * This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it u...
JavaScript
/* * This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it u...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* * This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it u...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affer...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* * This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it u...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* * This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it u...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* * This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it u...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* * This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it u...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affer...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero ...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero...
JavaScript
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General...
JavaScript