Searched defs:exists (Results 1 - 1 of 1) sorted by relevance

/yui3/src/cookie/js/
H A DCookie.js218 * Determines if the cookie with the given name exists. This is useful for
221 * @return {Boolean} True if the cookie exists, false if not.
222 * @method exists
225 exists: function(name) {
290 * subcookie exists, a string is returned. If a converter is specified and the
291 * subcookie exists, the value returned from the converter is returned.
322 * exists, null if it does not.
364 * @param {String} name The name of the cookie in which the subcookie exists.

Completed in 64 milliseconds