Lines Matching defs:set
242 * raw is set to true, the cookie value is not URI decoded.
353 //set options
358 //set cookie
359 return this.set(name, "", options);
411 * @param {String} name The name of the cookie to set.
412 * @param {Variant} value The value to set for the cookie.
416 * that the cookie should not be URI encoded before being set.
418 * @method set
421 set : function (name, value, options) {
426 error("Cookie.set(): Value cannot be undefined.");
438 * @param {String} name The name of the cookie to set.
439 * @param {String} subName The name of the subcookie to set.
440 * @param {Variant} value The value to set.
472 * @param {String} name The name of the cookie to set.