Searched refs:log (Results 1 - 25 of 249) sorted by relevance

12345678910

/yui3/src/file/tests/manual/
H A Dfile.js13 Y.log(myfile.get("size"));
14 Y.log(myfile.get("name"));
15 Y.log(myfile.get("dateModified"));
16 Y.log(myfile.get("type"));
17 Y.log(myfile.get("html5"));
27 myfile.on("uploadprogress", Y.log);
28 myfile.on("uploadcomplete", Y.log);
29 myfile.on("uploadcancel", Y.log);
30 myfile.on("uploaderror", Y.log);
/yui3/src/uploader/tests/manual/
H A Dfile.js13 Y.log(myfile.get("size"));
14 Y.log(myfile.get("name"));
15 Y.log(myfile.get("dateModified"));
16 Y.log(myfile.get("type"));
17 Y.log(myfile.get("html5"));
27 myfile.on("uploadprogress", Y.log);
28 myfile.on("uploadcomplete", Y.log);
29 myfile.on("uploadcancel", Y.log);
30 myfile.on("uploaderror", Y.log);
/yui3/build/node-deprecated/
H A Dnode-deprecated-debug.js51 Y.log('Y.get is deprecated, use Y.one', 'warn', 'deprecated');
65 Y.log('query() is deprecated, use one()', 'warn', 'deprecated');
77 Y.log('queryAll() is deprecated, use all()', 'warn', 'deprecated');
92 Y.log('each is deprecated on Node', 'warn', 'deprecated');
105 Y.log('item is deprecated on Node', 'warn', 'deprecated');
116 Y.log('size is deprecated on Node', 'warn', 'deprecated');
/yui3/src/node/js/
H A Dnode-deprecated.js49 Y.log('Y.get is deprecated, use Y.one', 'warn', 'deprecated');
63 Y.log('query() is deprecated, use one()', 'warn', 'deprecated');
75 Y.log('queryAll() is deprecated, use all()', 'warn', 'deprecated');
90 Y.log('each is deprecated on Node', 'warn', 'deprecated');
103 Y.log('item is deprecated on Node', 'warn', 'deprecated');
114 Y.log('size is deprecated on Node', 'warn', 'deprecated');
/yui3/src/handlebars/js/
H A Dhandlebars-compiler-base.js19 log: function(level, str) {}
22 Handlebars.log = function(level, str) { Handlebars.logger.log(level, str); };
H A Dyui-handlebars-compiler-after.js18 @method log
21 @param {String} message Message to log.
24 Handlebars.logger.log = function (level, message) {
25 Y.log(message, levels[level] || 'error', 'Handlebars');
/yui3/src/
H A Dbuild.sh7 if [ -f "./build.log" ]; then
8 rm ./build.log
15 ant all >> ../build.log 2>&1
/yui3/src/json/tests/
H A Djson-parse-tests.js199 Y.log("Parsed empty string, but should have failed.","warn","TestRunner");
204 Y.log("Parsed a function, but should have failed.","warn","TestRunner");
209 Y.log("Parsed regular expression literal, but should have failed.","warn","TestRunner");
214 Y.log("Parsed <code>new Date()</code>, but should have failed.","warn","TestRunner");
219 Y.log("Parsed unquoted non-native value, but should have failed.","warn","TestRunner");
224 Y.log("Parsed unquoted object key, but should have failed.","warn","TestRunner");
229 Y.log("Parsed unclosed object, but should have failed.","warn","TestRunner");
234 Y.log("Parsed unclosed array, but should have failed.","warn","TestRunner");
241 Y.log("Parsed object with extra comma, but should have failed.","warn","TestRunner");
247 Y.log("Parse
[all...]
/yui3/src/json/tests/src/
H A Djson-parse.js197 Y.log("Parsed empty string, but should have failed.","warn","TestRunner");
202 Y.log("Parsed a function, but should have failed.","warn","TestRunner");
207 Y.log("Parsed regular expression literal, but should have failed.","warn","TestRunner");
212 Y.log("Parsed <code>new Date()</code>, but should have failed.","warn","TestRunner");
217 Y.log("Parsed unquoted non-native value, but should have failed.","warn","TestRunner");
222 Y.log("Parsed unquoted object key, but should have failed.","warn","TestRunner");
227 Y.log("Parsed unclosed object, but should have failed.","warn","TestRunner");
232 Y.log("Parsed unclosed array, but should have failed.","warn","TestRunner");
239 Y.log("Parsed object with extra comma, but should have failed.","warn","TestRunner");
245 Y.log("Parse
[all...]
/yui3/src/get/tests/node/
H A Dtest.js7 console.log(YUI.version);
/yui3/build/event-touch/
H A Devent-touch-debug.js27 Y.log("Calling facade._touch() with e = " + e);
30 Y.log("Found e.touches. Replicating on facade");
49 Y.log("Found e.targetTouches. Replicating on facade");
67 if (etCached) { Y.log("Found native event in touches. Using same facade in targetTouches"); }
72 Y.log("Found e.changedTouches. Replicating on facade");
97 if (etCached) { Y.log("Found native event in touches. Using same facade in changedTouches"); }
/yui3/build/io-nodejs/
H A Dio-nodejs-debug.js16 Y.log('Loading NodeJS Request Transport', 'info', 'io');
55 Y.log(e.responseText);
73 Y.log('Starting Request Transaction', 'info', 'io');
93 Y.log('Initiating ' + rconf.method + ' request to: ' + rconf.uri, 'info', 'io');
95 Y.log('Request Transaction Complete', 'info', 'io');
98 Y.log('An IO error occurred', 'warn', 'io');
118 Y.log('Request Transaction Complete', 'info', 'io');
/yui3/src/loader/scripts/
H A Dfetch_gallery_version.js20 console.log('Found latest gallery build tag: ', mod.buildtag);
23 console.log('Failed to fetch latest gallery build tag.');
40 console.log('Patch File Complete, Gallery Build Updated');
/yui3/src/event/js/
H A Devent-facade-dom-touch.js25 Y.log("Calling facade._touch() with e = " + e);
28 Y.log("Found e.touches. Replicating on facade");
47 Y.log("Found e.targetTouches. Replicating on facade");
65 if (etCached) { Y.log("Found native event in touches. Using same facade in targetTouches"); }
70 Y.log("Found e.changedTouches. Replicating on facade");
95 if (etCached) { Y.log("Found native event in touches. Using same facade in changedTouches"); }
/yui3/src/io/js/
H A Dio-nodejs.js14 Y.log('Loading NodeJS Request Transport', 'info', 'io');
53 Y.log(e.responseText);
71 Y.log('Starting Request Transaction', 'info', 'io');
91 Y.log('Initiating ' + rconf.method + ' request to: ' + rconf.uri, 'info', 'io');
93 Y.log('Request Transaction Complete', 'info', 'io');
96 Y.log('An IO error occurred', 'warn', 'io');
116 Y.log('Request Transaction Complete', 'info', 'io');
/yui3/build/datatype-number-parse/
H A Ddatatype-number-parse-debug.js28 Y.log("Could not parse data to type Number", "warn", "datatype-number");
/yui3/src/datatype/js/
H A Ddatatype-xml-parse.js37 Y.log(ee.message + " (Could not parse data to type XML Document)", "warn", "datatype-xml");
42 Y.log("Could not parse data to type XML Document", "warn", "datatype-xml");
H A Ddatatype-date-parse.js34 Y.log("Could not convert data to type Date", "warn", "date");
H A Ddatatype-number-parse.js26 Y.log("Could not parse data to type Number", "warn", "datatype-number");
H A Ddatatype-xml-format.js42 Y.log("Could not format data from type XML", "warn", "datatype-xml");
/yui3/build/datasource-function/
H A Ddatasource-function-debug.js88 Y.log("Function execution failure", "error", "datasource-function");
92 Y.log("Function data failure", "error", "datasource-function");
/yui3/build/datatype-xml-parse/
H A Ddatatype-xml-parse-debug.js39 Y.log(ee.message + " (Could not parse data to type XML Document)", "warn", "datatype-xml");
44 Y.log("Could not parse data to type XML Document", "warn", "datatype-xml");
/yui3/src/datasource/js/
H A Ddatasource-function.js86 Y.log("Function execution failure", "error", "datasource-function");
90 Y.log("Function data failure", "error", "datasource-function");
/yui3/build/dd-plugin/
H A Ddd-plugin-debug.js89 Y.log('Checking for widget events', 'info', 'dd-plugin');
95 Y.log('Proxy is plugged, remove events', 'info', 'dd-plugin');
101 Y.log('Proxy is not plugged, attach events', 'info', 'dd-plugin');
113 Y.log('Detaching widget events', 'info', 'dd-plugin');
127 Y.log('Attaching widget events', 'info', 'dd-plugin');
/yui3/src/dd/js/
H A Ddd-plugin.js87 Y.log('Checking for widget events', 'info', 'dd-plugin');
93 Y.log('Proxy is plugged, remove events', 'info', 'dd-plugin');
99 Y.log('Proxy is not plugged, attach events', 'info', 'dd-plugin');
111 Y.log('Detaching widget events', 'info', 'dd-plugin');
125 Y.log('Attaching widget events', 'info', 'dd-plugin');

Completed in 22 milliseconds

12345678910