AproJo
view release on metacpan or search on metacpan
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/external/jquery.cookie.js view on Meta::CPAN
12345678910111213/
*jslint
browser: true */ /
*global
jQuery: true */
/**
* jQuery Cookie plugin
*
* Copyright (c) 2010 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
*
*/
// TODO JsDoc
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/external/jquery.cookie.js view on Meta::CPAN
323334353637383940414243444546474849505152535455565758596061626364656667* If a negative value is specified (e.g. a date in the past), the cookie will be deleted.
* If set to null or omitted, the cookie will be a session cookie and will not be retained
*
when
the the browser exits.
*
@option
String path The value of the path atribute of the cookie (
default
: path of page that created the cookie).
*
@option
String domain The value of the domain attribute of the cookie (
default
: domain of page that created the cookie).
*
@option
Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will
*
@type
undefined
*
*
@name
$.cookie
*
@cat
Plugins/Cookie
*
@author
Klaus Hartl/klaus.hartl
@stilbuero
.de
*/
/**
* Get the value of a cookie
with
the
given
key.
*
*
@example
$.cookie(
'the_cookie'
);
*
@desc
Get the value of a cookie.
*
*
@param
String key The key of the cookie.
*
@return
The value of the cookie.
*
@type
String
*
*
@name
$.cookie
*
@cat
Plugins/Cookie
*
@author
Klaus Hartl/klaus.hartl
@stilbuero
.de
*/
jQuery.cookie = function (key, value, options) {
// key and value
given
, set cookie...
if
(arguments.
length
> 1 && (value === null || typeof value !==
"object"
)) {
options = jQuery.extend({}, options);
if
(value === null) {
options.expires = -1;
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/external/jshint.js view on Meta::CPAN
147148149150151152153154155156157158159160161162163164165166167*/
/
*members
"\b"
,
"\t"
,
"\n"
,
"\f"
,
"\r"
,
"!="
,
"!=="
,
"\""
,
"%"
,
"(begin)"
,
"(breakage)"
,
"(character)"
,
"(context)"
,
"(error)"
,
"(explicitNewcap)"
,
"(global)"
,
"(identifier)"
,
"(last)"
,
"(lastcharacter)"
,
"(line)"
,
"(loopage)"
,
"(metrics)"
,
"(name)"
,
"(onevar)"
,
"(params)"
,
"(scope)"
,
"(statement)"
,
"(verb)"
,
"(tokens)"
,
"(catch)"
,
"*"
,
"+"
,
"++"
,
"-"
,
"--"
,
"\/"
,
"<"
,
"<="
,
"=="
,
"==="
,
">"
,
">="
, $, $$,
$A
,
$F
,
$H
,
$R
,
$break
,
$continue
,
$w
, Abstract, Ajax,
__filename, __dirname, ActiveXObject, Array, ArrayBuffer, ArrayBufferView, Audio,
Autocompleter, Asset, Boolean, Builder, Buffer, Browser, Blob, COM, CScript, Canvas,
CustomAnimation, Class, Control, ComplexityCount, Chain, Color, Cookie, Core, DataView, Date,
Debug, Draggable, Draggables, Droppables, Document, DomReady, DOMEvent, DOMReady, DOMParser,
Drag, E, Enumerator, Enumerable, Element, Elements, Error, Effect, EvalError, Event,
Events, FadeAnimation, Field, Flash, Float32Array, Float64Array, Form,
FormField, Frame, FormData, Function, Fx, GetObject, Group, Hash, HotKey,
HTMLElement, HTMLAnchorElement, HTMLBaseElement, HTMLBlockquoteElement,
HTMLBodyElement, HTMLBRElement, HTMLButtonElement, HTMLCanvasElement, HTMLDirectoryElement,
HTMLDivElement, HTMLDListElement, HTMLFieldSetElement,
HTMLFontElement, HTMLFormElement, HTMLFrameElement, HTMLFrameSetElement,
HTMLHeadElement, HTMLHeadingElement, HTMLHRElement, HTMLHtmlElement,
HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLIsIndexElement,
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/external/jshint.js view on Meta::CPAN
570571572573574575576577578579580581582583584585586587588589590membersOnly,
mootools = {
"$"
: false,
"$$"
: false,
Asset : false,
Browser : false,
Chain : false,
Class : false,
Color : false,
Cookie : false,
Core : false,
Document : false,
DomReady : false,
DOMEvent : false,
DOMReady : false,
Drag : false,
Element : false,
Elements : false,
Event : false,
Events : false,
( run in 0.256 second using v1.01-cache-2.11-cpan-05444aca049 )