Search

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

/yui3/src/file/tests/manual/
H A Dupload.php10 foreach($_POST as $key => $value) echo $key."=".htmlentities($value)."\n"; variable
12 foreach($_GET as $key => $value) echo $key."=".htmlentities($value)."\n"; variable
/yui3/src/uploader/tests/manual/
H A Dsimpleupload.php24 // foreach($_POST as $key => $value) echo $key."=".htmlentities($value)."\n"; variable
26 // foreach($_GET as $key => $value) echo $key."=".htmlentities($value)."\n"; variable
/yui3/src/slider/tests/src/
H A Dslider.js1 // copied this from event-key-test.js to add tests for changing value by keyboard
2 Y.Node.prototype.key = function (keyCode, charCode, mods, type) {
23 // END copied this from event-key-test.js to add tests for changing value by keyboard
544 thumb.key(33); // pageUp // .key() method is at top of this file
546 thumb.key(38); // up
548 thumb.key(39); // right
550 thumb.key(33); // pageUp
552 thumb.key(40); // down
554 thumb.key(3
[all...]
/yui3/src/event/tests/src/
H A Devent-key.js1 Y.Node.prototype.key = function (keyCode, charCode, mods, type) {
55 var suite = new Y.Test.Suite("event-key");
58 name: "node.on('key',...)",
63 "test node.on('key', fn, '65')": function () {
67 input.on("key", function (e) {
75 input.key(65);
78 Y.Assert.areSame("key", type);
84 "test node.on('key', fn, '65', thisObj)": function () {
89 input.on("key", function (e) {
97 input.key(6
[all...]
/yui3/src/node/js/
H A Dnode-event.js35 key: 1,
62 // that delegate, key, available, contentready, etc all will

Completed in 67 milliseconds