code stringlengths 1 2.08M | language stringclasses 1
value |
|---|---|
/*
* jsTree 0.9.5
*
* Copyright (c) 2008 Ivan Bozhanov (vakata.com)
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Date: 2009-01-03
*
*/
// jQuery plugin
jQuery.fn.tree = function (opts) {
... | JavaScript |
/**
* @ Original code by by Binny V A, Original version: 2.00.A
* @ http://www.openjs.com/scripts/events/keyboard_shortcuts/
* @ Original License : BSD
* @ jQuery Plugin by Tzury Bar Yochay
tzury.by@gmail.com
evalinux.wordpress.com
facebook.com/profile.php?id=513676303
* @ jQuery Plugin v... | JavaScript |
/*
* Metadata - jQuery plugin for parsing metadata from elements
*
* Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Revision: $Id: j... | JavaScript |
function get_css(rule_name, stylesheet, delete_flag) {
if (!document.styleSheets) return false;
rule_name = rule_name.toLowerCase(); stylesheet = stylesheet || 0;
for (var i = stylesheet; i < document.styleSheets.length; i++) {
var styleSheet = document.styleSheets[i]; css_rules = document.styleSheets[i].cssR... | JavaScript |
/**
* Cookie plugin
*
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
*/
/**
* Create a cookie with the given name and value and other optional parameters.
... | JavaScript |
/* * ====================================================================
* About: This a a compressed JS file from the Sarissa library.
* see http://dev.abiss.gr/sarissa
*
* Copyright: Manos Batsis, http://dev.abiss.gr
*
* Licence:
* Sarissa is free software distributed under the GNU GPL version 2
* or hi... | JavaScript |
/**
* xslTransform
* Tools for XSLT transformations; jQuery wrapper for Sarissa <http://sarissa.sourceforge.net/>.
* See jQuery.fn.log below for documentation on $.log().
* See jQuery.fn.getTransform below for documention on the $.getTransform().
* See var DEBUG below for turning debugging/logging on and off.
*
... | JavaScript |
(function($){ // block scope
jQuery.fn.log = function (msg) {
if (!window.console || !console) return;
if (window.console || console.firebug){
msg = msg || '';
if(msg !== '') msg += ': ';
console.log("%s%o", msg, this);
}
return this;
};
$.extend({
log : function (msg) {
if (!window... | JavaScript |
WYMeditor.SKINS['compact'] = {
init: function(wym) {
//move the containers panel to the top area
jQuery(wym._options.containersSelector + ', '
+ wym._options.classesSelector, wym._box)
.appendTo( jQuery("div.wym_area_top", wym._box) )
.addClass("wym_dropdown")
... | JavaScript |
/* This file is part of the Silver skin for WYMeditor by Scott Edwin Lewis */
jQuery.fn.selectify = function() {
return this.each(function() {
jQuery(this).hover(
function() {
jQuery("h2", this).css("background-position", "0px -18px");
jQuery("ul", this).fadeIn(... | JavaScript |
WYMeditor.SKINS['default'] = {
init: function(wym) {
//render following sections as panels
jQuery(wym._box).find(wym._options.classesSelector)
.addClass("wym_panel");
//render following sections as buttons
jQuery(wym._box).find(wym._options.toolsSelector)
.addC... | JavaScript |
WYMeditor.SKINS['twopanels'] = {
init: function(wym) {
//move the containers panel to the left area
jQuery(wym._box).find(wym._options.containersSelector)
.appendTo("div.wym_area_left");
//render following sections as panels
jQuery(wym._box).find(wym._options.classes... | JavaScript |
jQuery.fn.selectify = function() {
return this.each(function() {
jQuery(this).hover(
function() {
jQuery("h2", this).css("background-position", "0px -18px");
jQuery("ul", this).fadeIn("fast");
},
function() {
jQuery("h2", this).css("ba... | JavaScript |
/**
* @version 0.5-rc1
*
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
* Dual licensed under the MIT (MIT-license.txt)
* and GPL (GPL-license.txt) licenses.
*
* For further information visit:
* http://www.wymedit... | JavaScript |
WYMeditor.STRINGS['nl'] = {
Strong: 'Sterk benadrukken',
Emphasis: 'Benadrukken',
Superscript: 'Bovenschrift',
Subscript: 'Onderschrift',
Ordered_List: 'Geordende lijst',
Unordered_List: 'Ongeordende lijst',
Indent: 'Inspringen',
Outdent: ... | JavaScript |
WYMeditor.STRINGS['it'] = {
Strong: 'Grassetto',
Emphasis: 'Corsetto',
Superscript: 'Apice',
Subscript: 'Pedice',
Ordered_List: 'Lista Ordinata',
Unordered_List: 'Lista Puntata',
Indent: 'Indenta',
Outdent: 'Caccia',
Undo: ... | JavaScript |
WYMeditor.STRINGS['de'] = {
Strong: 'Fett',
Emphasis: 'Kursiv',
Superscript: 'Text hochstellen',
Subscript: 'Text tiefstellen',
Ordered_List: 'Geordnete Liste einfügen',
Unordered_List: 'Ungeordnete Liste einfügen',
Indent: 'Einzug erhöhen',
... | JavaScript |
WYMeditor.STRINGS['pl'] = {
Strong: 'Nacisk',
Emphasis: 'Emfaza',
Superscript: 'Indeks górny',
Subscript: 'Indeks dolny',
Ordered_List: 'Lista numerowana',
Unordered_List: 'Lista wypunktowana',
Indent: 'Zwiększ wcięcie',
Outdent: 'Zm... | JavaScript |
WYMeditor.STRINGS['hu'] = {
Strong: 'Félkövér',
Emphasis: 'Kiemelt',
Superscript: 'Felső index',
Subscript: 'Alsó index',
Ordered_List: 'Rendezett lista',
Unordered_List: 'Rendezetlen lista',
Indent: 'Bekezdés',
Outdent: 'Bekezdés tö... | JavaScript |
WYMeditor.STRINGS['hr'] = {
Strong: 'Podebljano',
Emphasis: 'Naglašeno',
Superscript: 'Iznad',
Subscript: 'Ispod',
Ordered_List: 'Pobrojana lista',
Unordered_List: 'Nepobrojana lista',
Indent: 'Uvuci',
Outdent: 'Izvuci',
Undo: ... | JavaScript |
WYMeditor.STRINGS['ru'] = {
Strong: 'Жирный',
Emphasis: 'Наклонный',
Superscript: 'Надстрочный',
Subscript: 'Подстрочный',
Ordered_List: 'Нумерованый список',
Unordered_List: 'Ненумерованый список',
Indent: 'Увеличить отступ',
Outdent: ... | JavaScript |
WYMeditor.STRINGS['sv'] = {
Strong: 'Viktigt',
Emphasis: 'Betoning',
Superscript: 'Upphöjt',
Subscript: 'Nedsänkt',
Ordered_List: 'Nummerlista',
Unordered_List: 'Punktlista',
Indent: 'Indrag',
Outdent: 'Utdrag',
Undo: ... | JavaScript |
WYMeditor.STRINGS['tr'] = {
Strong: 'Kalın',
Emphasis: 'Vurgu',
Superscript: 'Superscript',
Subscript: 'Subscript',
Ordered_List: 'Sıralı List',
Unordered_List: 'Sırasız List',
Indent: 'İçerlek',
Outdent: 'Çıkıntılı',
Undo: ... | JavaScript |
WYMeditor.STRINGS['fr'] = {
Strong: 'Mise en évidence',
Emphasis: 'Emphase',
Superscript: 'Exposant',
Subscript: 'Indice',
Ordered_List: 'Liste Ordonnée',
Unordered_List: 'Liste Non-Ordonnée',
Indent: 'Imbriqué',
Outdent: 'Non-imbriq... | JavaScript |
WYMeditor.STRINGS['en'] = {
Strong: 'Strong',
Emphasis: 'Emphasis',
Superscript: 'Superscript',
Subscript: 'Subscript',
Ordered_List: 'Ordered List',
Unordered_List: 'Unordered List',
Indent: 'Indent',
Outdent: 'Outdent',
Undo: ... | JavaScript |
WYMeditor.STRINGS['ca'] = {
Strong: 'Ressaltar',
Emphasis: 'Emfatitzar',
Superscript: 'Superindex',
Subscript: 'Subindex',
Ordered_List: 'Llistat ordenat',
Unordered_List: 'Llistat sense ordenar',
Indent: 'Indentat',
Outdent: 'Sense... | JavaScript |
WYMeditor.STRINGS['nb'] = {
Strong: 'Fet',
Emphasis: 'Uthevet',
Superscript: 'Opphøyet',
Subscript: 'Nedsenket',
Ordered_List: 'Nummerert liste',
Unordered_List: 'Punktliste',
Indent: 'Rykk inn',
Outdent: 'Rykk ut',
Undo: ... | JavaScript |
WYMeditor.STRINGS['bg'] = {
Strong: 'Получер',
Emphasis: 'Курсив',
Superscript: 'Горен индекс',
Subscript: 'Долен индекс',
Ordered_List: 'Подреден списък',
Unordered_List: 'Неподреден списък',
Indent: 'Блок навътре',
Outdent: 'Блок н... | JavaScript |
WYMeditor.STRINGS['zh_cn'] = {
Strong: '加粗',
Emphasis: '斜体',
Superscript: '上标',
Subscript: '下标',
Ordered_List: '有序列表',
Unordered_List: '无序列表',
Indent: '增加缩进',
Outdent: '减少缩进',
Undo: '撤消',
Redo: '重做',
Link: '链接',
Unlink: '取消链接',
Image: '图片',
Table: '表格',
HTML: ... | JavaScript |
WYMeditor.STRINGS['es'] = {
Strong: 'Resaltar',
Emphasis: 'Enfatizar',
Superscript: 'Superindice',
Subscript: 'Subindice',
Ordered_List: 'Lista ordenada',
Unordered_List: 'Lista sin ordenar',
Indent: 'Indentado',
Outdent: 'Sin indent... | JavaScript |
WYMeditor.STRINGS['fi'] = {
Strong: 'Lihavoitu',
Emphasis: 'Korostus',
Superscript: 'Yläindeksi',
Subscript: 'Alaindeksi',
Ordered_List: 'Numeroitu lista',
Unordered_List: 'Luettelomerkit',
Indent: 'Suurenna sisennystä',
Outdent: 'Pi... | JavaScript |
//Translation To Persian: Ghassem Tofighi (http://ght.ir)
WYMeditor.STRINGS['fa'] = {
Strong: 'پررنگ',//Strong
Emphasis: 'ایتالیک',//Emphasis
Superscript: 'بالانويس ',//Superscript
Subscript: 'زيرنويس',//Subscript
Ordered_List: 'لیست مرتب',//Ordered List
Unord... | JavaScript |
WYMeditor.STRINGS['he'] = {
Strong: 'חזק',
Emphasis: 'מובלט',
Superscript: 'כתב עילי',
Subscript: 'כתב תחתי',
Ordered_List: 'רשימה ממוספרת',
Unordered_List: 'רשימה לא ממוספרת',
Indent: 'הזחה פנימה',
Outdent: 'הזחה החוצה',
Undo: ... | JavaScript |
WYMeditor.STRINGS['cs'] = {
Strong: 'Tučné',
Emphasis: 'Kurzíva',
Superscript: 'Horní index',
Subscript: 'Dolní index',
Ordered_List: 'Číslovaný seznam',
Unordered_List: 'Nečíslovaný seznam',
Indent: 'Zvětšit odsazení',
Outdent: 'Zme... | JavaScript |
WYMeditor.STRINGS['pt'] = {
Strong: 'Negrito',
Emphasis: 'Itálico',
Superscript: 'Sobrescrito',
Subscript: 'Subsescrito',
Ordered_List: 'Lista Numerada',
Unordered_List: 'Lista Marcada',
Indent: 'Aumentar Indentaçã',
Outdent: 'Diminu... | JavaScript |
WYMeditor.STRINGS['pt-br'] = {
Strong: 'Resaltar',
Emphasis: 'Enfatizar',
Superscript: 'Sobre escrito',
Subscript: 'Sub escrito ',
Ordered_List: 'Lista ordenada',
Unordered_List: 'Lista desordenada',
Indent: 'Indentado',
Outdent: 'De... | JavaScript |
WYMeditor.STRINGS['nn'] = {
Strong: 'Feit',
Emphasis: 'Utheva',
Superscript: 'Opphøgd',
Subscript: 'Nedsenka',
Ordered_List: 'Nummerert liste',
Unordered_List: 'Punktliste',
Indent: 'Rykk inn',
Outdent: 'Rykk ut',
Undo: ... | JavaScript |
/*
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
* Dual licensed under the MIT (MIT-license.txt)
* and GPL (GPL-license.txt) licenses.
*
* For further information visit:
* http://www.wymeditor.org/
*
* File Name:... | JavaScript |
/*
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
* Dual licensed under the MIT (MIT-license.txt)
* and GPL (GPL-license.txt) licenses.
*
* For further information visit:
* http://www.wymeditor.org/
*
* File Name:... | JavaScript |
/*
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
* Dual licensed under the MIT (MIT-license.txt)
* and GPL (GPL-license.txt) licenses.
*
* For further information visit:
* http://www.wymeditor.org/
*
* File Name:... | JavaScript |
/*
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
* Dual licensed under the MIT (MIT-license.txt)
* and GPL (GPL-license.txt) licenses.
*
* For further information visit:
* http://www.wymeditor.org/
*
* File Name:... | JavaScript |
/*
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
* Dual licensed under the MIT (MIT-license.txt)
* and GPL (GPL-license.txt) licenses.
*
* For further information visit:
* http://www.wymeditor.org/
*
* File Name:... | JavaScript |
{% load i18n %}
function escapeHtml(html) {
return html.replace(/&/g,"&")
.replace(/\"/g,""")
.replace(/</g,"<")
.replace(/>/g,">");
}
function add_plugin(type, parent_id, language){
$.post("add-plugin/", {
parent_id: parent_id,
plugin_type: type
}, function(data) {
... | JavaScript |
/**
* egahi JS Lib
*
* Copyright 2010, egahi
*
* http://www.egahi.com/
*/
var egahi = {
debugMode : false, // set to false when online
ajaxLog : new Array(),
showMessage : function(message){
$("#message").text(message);
$("#message").fadeIn("normal");
setTimeout(egahi.hideMessage,10000);
},
hid... | JavaScript |
/*
Simple OpenID Plugin
http://code.google.com/p/openid-selector/
This code is licenced under the New BSD License.
*/
var providers_large = {
google: {
name: 'Google',
url: 'https://www.google.com/accounts/o8/id'
},
yahoo: {
name: 'Yahoo',
url: 'http://yahoo.com/'
... | JavaScript |
/* JalaliJSCalendar v1.4
* Copyright (c) 2008 Ali Farhadi (http://farhadi.ir/)
*
* Released under the terms of the GNU General Public License.
* See the GPL for details (http://www.gnu.org/licenses/gpl.html).
*
* Based on "The DHTML Calendar" developed by Dynarch.com. (http://www.dynarch.com/projects/calendar/)
... | JavaScript |
/* JalaliJSCalendar - Setup Script
* Copyright (c) 2008-2009 Ali Farhadi (http://farhadi.ir/)
*
* Released under the terms of the GNU General Public License.
* See the GPL for details (http://www.gnu.org/licenses/gpl.html).
*
* Based on The DHTML Calendar developed by Dynarch.com. (http://www.dynarch.com/project... | JavaScript |
/*
* JalaliJSCalendar - Jalali Extension for Date Object
* Copyright (c) 2008 Ali Farhadi (http://farhadi.ir/)
* Released under the terms of the GNU General Public License.
* See the GPL for details (http://www.gnu.org/licenses/gpl.html).
*
* Based on code from http://farsiweb.info
*/
JalaliDate = {
g_days_i... | JavaScript |
// ** I18N
// Calendar FA language
// Author: Ali Farhadi, <a.farhadi@gmail.com>
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
// includ... | JavaScript |
// ** I18N
// Calendar pt-BR language
// Author: Fernando Dourado, <fernando.dourado@ig.com.br>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also pl... | JavaScript |
// ** I18N
// Calendar EN language
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
// Translation: Yourim Yi <yyi@yourim.net>
// Encoding: EUC-KR
// lang : ko
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answe... | JavaScript |
// ** I18N
// Calendar pt_BR language
// Author: Adalberto Machado, <betosm@terra.com.br>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
//... | JavaScript |
// ** I18N
// Calendar DE language
// Author: Jack (tR), <jack@jtr.de>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
// include your conta... | JavaScript |
// ** I18N
Calendar._DN = new Array
("Κυριακή",
"Δευτέρα",
"Τρίτη",
"Τετάρτη",
"Πέμπτη",
"Παρασκευή",
"Σάββατο",
"Κυριακή");
Calendar._SDN = new Array
("Κυ",
"Δε",
"Tρ",
"Τε",
"Πε",
"Πα",
"Σα",
"Κυ");
Calendar._MN = new Array
("Ιανουάριος",
"Φεβρουάριος",
"Μάρτιος",
"Απρίλιο... | JavaScript |
// ** I18N
// Calendar EN language
// Author: Idan Sofer, <idan@idanso.dyndns.org>
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
// incl... | JavaScript |
// ** I18N
// Calendar LT language
// Author: Martynas Majeris, <martynas@solmetra.lt>
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
// ... | JavaScript |
// ** I18N
// Calendar DA language
// Author: Michael Thingmand Henriksen, <michael (a) thingmand dot dk>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. ... | JavaScript |
// ** I18N
Calendar._DN = new Array
("Zondag",
"Maandag",
"Dinsdag",
"Woensdag",
"Donderdag",
"Vrijdag",
"Zaterdag",
"Zondag");
Calendar._MN = new Array
("Januari",
"Februari",
"Maart",
"April",
"Mei",
"Juni",
"Juli",
"Augustus",
"September",
"Oktober",
"November",
"December");
// tooltips
Calendar._... | JavaScript |
// ** I18N
// Calendar SK language
// Author: Peter Valach (pvalach@gmx.net)
// Encoding: utf-8
// Last update: 2003/10/29
// Distributed under the same terms as the calendar itself.
// full day names
Calendar._DN = new Array
("NedeÄľa",
"Pondelok",
"Utorok",
"Streda",
"Ĺ tvrtok",
"Piatok",
"Sobota",
"NedeÄľa"... | JavaScript |
// ** I18N Afrikaans
Calendar._DN = new Array
("Sondag",
"Maandag",
"Dinsdag",
"Woensdag",
"Donderdag",
"Vrydag",
"Saterdag",
"Sondag");
Calendar._MN = new Array
("Januarie",
"Februarie",
"Maart",
"April",
"Mei",
"Junie",
"Julie",
"Augustus",
"September",
"Oktober",
"November",
"Desember");
// toolti... | JavaScript |
// ** I18N
// Calendar RU language
// Translation: Sly Golovanov, http://golovanov.net, <sly@golovanov.net>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized worl... | JavaScript |
// ** I18N
// Calendar EN language
// Author: Mihai Bazon, <mishoo@infoiasi.ro>
// Encoding: any
// Translator : Niko <nikoused@gmail.com>
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real... | JavaScript |
// ** I18N
// Calendar FI language (Finnish, Suomi)
// Author: Jarno Käyhkö, <gambler@phnet.fi>
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// full day names
Calendar._DN = new Array
("Sunnuntai",
"Maanantai",
"Tiistai",
"Keskiviikko",
"Torstai",
"Perjantai",
"Lauantai",
"Su... | JavaScript |
// ** I18N
Calendar._DN = new Array
("Zondag",
"Maandag",
"Dinsdag",
"Woensdag",
"Donderdag",
"Vrijdag",
"Zaterdag",
"Zondag");
Calendar._SDN_len = 2;
Calendar._MN = new Array
("Januari",
"Februari",
"Maart",
"April",
"Mei",
"Juni",
"Juli",
"Augustus",
"September",
"Oktober",
"November",
"December")... | JavaScript |
// ** I18N
// Calendar NO language
// Author: Daniel Holmen, <daniel.holmen@ciber.no>
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
// i... | JavaScript |
// ** I18N
Calendar._DN = new Array
("Duminică",
"Luni",
"Marţi",
"Miercuri",
"Joi",
"Vineri",
"Sâmbătă",
"Duminică");
Calendar._SDN_len = 2;
Calendar._MN = new Array
("Ianuarie",
"Februarie",
"Martie",
"Aprilie",
"Mai",
"Iunie",
"Iulie",
"August",
"Septembrie",
"Octombrie",
"Noiembrie",
"Decembrie");... | JavaScript |
// ** I18N
// Calendar EN language
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
// includ... | JavaScript |
// ** I18N
// Calendar EN language
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
// Translator: Fabio Di Bernardini, <altraqua@email.it>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer t... | JavaScript |
// ** I18N
// Calendar PL language
// Author: Artur Filipiak, <imagen@poczta.fm>
// January, 2004
// Encoding: UTF-8
Calendar._DN = new Array
("Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela");
Calendar._SDN = new Array
("N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N");
Calenda... | JavaScript |
/*
calendar-cs-win.js
language: Czech
encoding: windows-1250
author: Lubos Jerabek (xnet@seznam.cz)
Jan Uhlir (espinosa@centrum.cz)
*/
// ** I18N
Calendar._DN = new Array('Neděle','Pondělí','Úterý','Středa','Čtvrtek','Pátek','Sobota','Neděle');
Calendar._SDN = new Array('Ne','Po','Út','St','Čt','Pá','So... | JavaScript |
/* Slovenian language file for the DHTML Calendar version 0.9.2
* Author David Milost <mercy@volja.net>, January 2004.
* Feel free to use this script under the terms of the GNU Lesser General
* Public License, as long as you do not remove or alter this notice.
*/
// full day names
Calendar._DN = new Array
("Ne... | JavaScript |
// Calendar ALBANIAN language
//author Rigels Gordani rige@hotmail.com
// ditet
Calendar._DN = new Array
("E Diele",
"E Hene",
"E Marte",
"E Merkure",
"E Enjte",
"E Premte",
"E Shtune",
"E Diele");
//ditet shkurt
Calendar._SDN = new Array
("Die",
"Hen",
"Mar",
"Mer",
"Enj",
"Pre",
"Sht",
"Die");
// muajt
Calendar._M... | JavaScript |
// ** I18N
// Calendar PL language
// Author: Dariusz Pietrzak, <eyck@ghost.anime.pl>
// Author: Janusz Piwowarski, <jpiw@go2.pl>
// Encoding: utf-8
// Distributed under the same terms as the calendar itself.
Calendar._DN = new Array
("Niedziela",
"Poniedziałek",
"Wtorek",
"Środa",
"Czwartek",
"Piątek",
"Sobot... | JavaScript |
/* Croatian language file for the DHTML Calendar version 0.9.2
* Author Krunoslav Zubrinic <krunoslav.zubrinic@vip.hr>, June 2003.
* Feel free to use this script under the terms of the GNU Lesser General
* Public License, as long as you do not remove or alter this notice.
*/
Calendar._DN = new Array
("Nedjelja",... | JavaScript |
// ** I18N
// Calendar big5-utf8 language
// Author: Gary Fu, <gary@garyfu.idv.tw>
// Encoding: utf8
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also please
// inclu... | JavaScript |
/* This file is part of:
* Jalali, a Gregorian to Jalali and inverse date convertor
* Copyright (C) 2001 Roozbeh Pournader <roozbeh@sharif.edu>
* Copyright (C) 2001 Mohammad Toossi <mohammad@bamdad.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the... | JavaScript |
/**
* egahi JS Lib
* Copyright 2010, egahi
*
* http://www.egahi.com/
*/
// when dom is ready
$(function() {
// show page
$("#wrapper").fadeIn("slow");
}); | JavaScript |
/*
Copyright 2011 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License');
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed... | JavaScript |
Ext.ns('BTI');
BTI.servletUrl = '/SpringDictionaryService/bti';
// Create HttpProxy instance. Notice new configuration parameter "api" here instead of load. However, you can still use
// the "url" paramater -- All CRUD requests will be directed to your single url instead.
var proxy = new Ext.data.HttpProxy({
ap... | JavaScript |
Ext.onReady(function(){
var app = new Ext.Viewport({
autoScroll: true,
items: [{
xtype: 'tabpanel',
activeItem: 0,
items:[new BTI.dictionary.Grid(), new BTI.util.restTest()]
}]
});
}); | JavaScript |
/*!
* Ext JS Library 3.3.0
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*
* This code is adapted from the Ext JS Ext.data.DataWriter Example
* http://dev.sencha.com/deploy/dev/examples/writer/writer.html
*/
Ext.ns('BTI', 'BTI.dictionary');
/**
* BTI.dictionary
* ... | JavaScript |
Ext.ns('BTI.util');
BTI.util.restTest = Ext.extend(Ext.Panel, {
title: 'Test Utility',
height: 500,
autoScroll: true,
initComponent : function() {
this.layout = 'border';
this.items = [this.buildNorthRegion(), this.buildCenterRegion()];
this.on('activate', function(){
delete Ext.Aja... | JavaScript |
(function(){
var EXTUTIL = Ext.util,
EACH = Ext.each,
TRUE = true,
FALSE = false;
EXTUTIL.Observable = function(){
var me = this, e = me.events;
if(me.listeners){
me.on(me.listeners);
delete me.listeners;
}
me.events = e || {};
};
EXTUTIL.Observable.prototype = {
... | JavaScript |
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
// for old browsers
window.undefined = window.undefined;
/**
* @class Ext
* Ext core utilities and functions.
* @singleton
*/
Ext = {
/**
* The version of the framework
* @t... | JavaScript |
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
Ext.ns('Ext.ux.grid');
/**
* @class Ext.ux.grid.RowEditor
* @extends Ext.Panel
* Plugin (ptype = 'roweditor') that adds the ability to rapidly edit full rows in a grid.
* A validation mode... | JavaScript |
Ext.onReady(function(){
var servletUrl = '/SpringDictionaryService/bti';
var app = new Ext.Viewport({
layout: 'border',
autoScroll: true,
items: [{
region: 'north',
height: 100,
margins: '5',
padding: '5',
items: [{
xtype: 'displayfield',
... | JavaScript |
/*!
* Ext JS Library 3.1.1
* Copyright(c) 2006-2010 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
// for old browsers
window.undefined = window.undefined;
/**
* @class Ext
* Ext core utilities and functions.
* @singleton
*/
Ext = {
/**
* The version of the framework
* @ty... | JavaScript |
Ext.onReady(function(){
var app = new Ext.FormPanel({
renderTo: 'ext-placeholder',
labelAlign: 'top',
autoScroll: true,
width: 400,
margins: '5',
padding: '5',
labelWidth: 100,
defaults: {
width: 390
},
buttons: [{
text: 'Test',
widt... | JavaScript |
(function(){
var EXTUTIL = Ext.util,
EACH = Ext.each,
TRUE = true,
FALSE = false;
EXTUTIL.Observable = function(){
var me = this, e = me.events;
if(me.listeners){
me.on(me.listeners);
delete me.listeners;
}
me.events = e || {};
};
EXTUTIL.Observable.prototype = {
... | JavaScript |
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
// for old browsers
window.undefined = window.undefined;
/**
* @class Ext
* Ext core utilities and functions.
* @singleton
*/
Ext = {
/**
* The version of the framework
* @t... | JavaScript |
Ext.DomHelper = function(){
var tempTableEl = null,
emptyTags = /^(?:br|frame|hr|img|input|link|meta|range|spacer|wbr|area|param|col)$/i,
tableRe = /^table|tbody|tr|td$/i,
confRe = /tag|children|cn|html$/i,
tableElRe = /td|tr|tbody/i,
cssRe = /([a-z0-9-]+)\s*:\s*([^;\s]+(?:... | JavaScript |
window.undefined = window.undefined;
Ext = {
version : '3.2.1',
versionDetail : {
major: 3,
minor: 2,
patch: 1
}
};
Ext.apply = function(o, c, defaults){
if(defaults){
Ext.apply(o, defaults);
}
if(o && c && typeof c == 'object'){
for(var p... | JavaScript |
Ext.onReady(function(){
var servletUrl = '';
var app = new Ext.Viewport({
layout: 'border',
autoScroll: true,
items: [{
region: 'north',
height: 100,
margins: '5',
padding: '5',
items: [{
xtype: 'displayfield',
html: '<img src="images/OrangeMan_Log... | JavaScript |
/*!
* Ext JS Library 3.1.1
* Copyright(c) 2006-2010 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
// for old browsers
window.undefined = window.undefined;
/**
* @class Ext
* Ext core utilities and functions.
* @singleton
*/
Ext = {
/**
* The version of the framework
* @ty... | JavaScript |
Ext.onReady(function(){
var servletUrl = '';
var app = new Ext.Viewport({
layout: 'border',
autoScroll: true,
items: [{
region: 'north',
height: 100,
margins: '5',
padding: '5',
items: [{
xtype: 'displayfield',
style: {
fontW... | JavaScript |
/*!
* Ext JS Library 3.1.1
* Copyright(c) 2006-2010 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
// for old browsers
window.undefined = window.undefined;
/**
* @class Ext
* Ext core utilities and functions.
* @singleton
*/
Ext = {
/**
* The version of the framework
* @ty... | JavaScript |
var jaaspeel = new Object();
jaaspeel.ad_url = escape(tujuan);
jaaspeel.small_path = 'http://www.digie.co.id/peel/small.swf';
jaaspeel.small_image = escape('https://amir-project.googlecode.com/svn/branches/mypic.png');
jaaspeel.small_width = '100';
jaaspeel.small_height = '100';
jaaspeel.small_params = 'ico=' + jaaspe... | JavaScript |
hello | JavaScript |
var Markdown;
if (typeof exports === "object" && typeof require === "function") // we're in a CommonJS (e.g. Node.js) module
Markdown = exports;
else
Markdown = {};
// The following text is included for historical reasons, but should
// be taken with a pinch of salt; it's not all true anymore.
... | JavaScript |
// needs Markdown.Converter.js at the moment
(function () {
var util = {},
position = {},
ui = {},
doc = window.document,
re = window.RegExp,
nav = window.navigator,
SETTINGS = { lineLength: 72 },
// Used to work around some browser bugs where we c... | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.