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

/yui3/src/yui/js/
H A Dyui-core.js35 executed again even though a cached value exists.
62 its methods are being called. This is because of a nasty bug/issue that exists
144 var alwaysOverwrite, exists, from, i, key, len, to;
198 exists = alwaysOverwrite ? false : key in to;
200 if (merge && exists && isObject(to[key], true)
211 } else if (overwrite || !exists) {
232 exists = alwaysOverwrite ? false : key in to;
234 if (merge && exists && isObject(to[key], true)
237 } else if (overwrite || !exists) {
/yui3/src/get/tests/getfiles/
H A Ddelay.js33 path.exists(filepath, function(exists) {
34 if (exists) {
/yui3/build/intl/
H A Dintl-debug.js54 exists = !!langs[lang];
56 if (exists && lang !== currLang) {
61 return exists;
/yui3/src/intl/js/
H A DIntl.js52 exists = !!langs[lang];
54 if (exists && lang !== currLang) {
59 return exists;
/yui3/src/loader/scripts/
H A Dmeta_join.py50 if not os.path.exists(dest_path):
53 if not os.path.exists(tests_dest_path):
/yui3/build/cookie/
H A Dcookie-debug.js220 * Determines if the cookie with the given name exists. This is useful for
223 * @return {Boolean} True if the cookie exists, false if not.
224 * @method exists
227 exists: function(name) {
292 * subcookie exists, a string is returned. If a converter is specified and the
293 * subcookie exists, the value returned from the converter is returned.
324 * exists, null if it does not.
366 * @param {String} name The name of the cookie in which the subcookie exists.
/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.
/yui3/build/yui-core/
H A Dyui-core-debug.js1086 each token. If any part of the requested namespace already exists, the
2571 executed again even though a cached value exists.
2598 its methods are being called. This is because of a nasty bug/issue that exists
2680 var alwaysOverwrite, exists, from, i, key, len, to;
2734 exists = alwaysOverwrite ? false : key in to;
2736 if (merge && exists && isObject(to[key], true)
2747 } else if (overwrite || !exists) {
2768 exists = alwaysOverwrite ? false : key in to;
2770 if (merge && exists && isObject(to[key], true)
2773 } else if (overwrite || !exists) {
[all...]
/yui3/build/yui-base/
H A Dyui-base-debug.js1086 each token. If any part of the requested namespace already exists, the
2571 executed again even though a cached value exists.
2598 its methods are being called. This is because of a nasty bug/issue that exists
2680 var alwaysOverwrite, exists, from, i, key, len, to;
2734 exists = alwaysOverwrite ? false : key in to;
2736 if (merge && exists && isObject(to[key], true)
2747 } else if (overwrite || !exists) {
2768 exists = alwaysOverwrite ? false : key in to;
2770 if (merge && exists && isObject(to[key], true)
2773 } else if (overwrite || !exists) {
[all...]
/yui3/src/cookie/tests/
H A Dcookie-tests.js602 var value = Y.Cookie.exists("name");
607 var value = Y.Cookie.exists("name3");
613 var value = Y.Cookie.exists("info");
/yui3/build/yui/
H A Dyui-debug.js1086 each token. If any part of the requested namespace already exists, the
2571 executed again even though a cached value exists.
2598 its methods are being called. This is because of a nasty bug/issue that exists
2680 var alwaysOverwrite, exists, from, i, key, len, to;
2734 exists = alwaysOverwrite ? false : key in to;
2736 if (merge && exists && isObject(to[key], true)
2747 } else if (overwrite || !exists) {
2768 exists = alwaysOverwrite ? false : key in to;
2770 if (merge && exists && isObject(to[key], true)
2773 } else if (overwrite || !exists) {
[all...]
/yui3/build/yui-nodejs/
H A Dyui-nodejs-debug.js1086 each token. If any part of the requested namespace already exists, the
2571 executed again even though a cached value exists.
2598 its methods are being called. This is because of a nasty bug/issue that exists
2680 var alwaysOverwrite, exists, from, i, key, len, to;
2734 exists = alwaysOverwrite ? false : key in to;
2736 if (merge && exists && isObject(to[key], true)
2747 } else if (overwrite || !exists) {
2768 exists = alwaysOverwrite ? false : key in to;
2770 if (merge && exists && isObject(to[key], true)
2773 } else if (overwrite || !exists) {
[all...]
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js1086 each token. If any part of the requested namespace already exists, the
2571 executed again even though a cached value exists.
2598 its methods are being called. This is because of a nasty bug/issue that exists
2680 var alwaysOverwrite, exists, from, i, key, len, to;
2734 exists = alwaysOverwrite ? false : key in to;
2736 if (merge && exists && isObject(to[key], true)
2747 } else if (overwrite || !exists) {
2768 exists = alwaysOverwrite ? false : key in to;
2770 if (merge && exists && isObject(to[key], true)
2773 } else if (overwrite || !exists) {
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js1086 each token. If any part of the requested namespace already exists, the
2571 executed again even though a cached value exists.
2598 its methods are being called. This is because of a nasty bug/issue that exists
2680 var alwaysOverwrite, exists, from, i, key, len, to;
2734 exists = alwaysOverwrite ? false : key in to;
2736 if (merge && exists && isObject(to[key], true)
2747 } else if (overwrite || !exists) {
2768 exists = alwaysOverwrite ? false : key in to;
2770 if (merge && exists && isObject(to[key], true)
2773 } else if (overwrite || !exists) {
[all...]

Completed in 185 milliseconds