| /yui3/src/editor/js/ |
| H A D | editor-tab.js | 23 var action = 'indent'; 30 action = 'outdent'; 33 Y.log('Overriding TAB to ' + action, 'info', 'editorTab'); 34 this.get(HOST).execCommand(action, '');
|
| H A D | exec-command.js | 30 * @param {String} action The action to perform (bold, italic, fontname) 34 command: function(action, value) { 35 var fn = ExecCommand.COMMANDS[action]; 37 Y.log('execCommand(' + action + '): "' + value + '"', 'info', 'exec-command'); 39 Y.log('OVERIDE execCommand(' + action + '): "' + value + '"', 'info', 'exec-command'); 40 return fn.call(this, action, value); 42 return this._command(action, value); 49 * @param {String} action The action t [all...] |
| /yui3/build/editor-tab/ |
| H A D | editor-tab-debug.js | 25 var action = 'indent'; 32 action = 'outdent'; 35 Y.log('Overriding TAB to ' + action, 'info', 'editorTab'); 36 this.get(HOST).execCommand(action, '');
|
| /yui3/src/panel/js/ |
| H A D | panel.js | 78 action : 'hide', 81 // Uses `type="button"` so the button's default action can still
|
| /yui3/build/panel/ |
| H A D | panel-debug.js | 80 action : 'hide', 83 // Uses `type="button"` so the button's default action can still
|
| /yui3/src/handlebars/js/ |
| H A D | handlebars-compiler-parser.js | 144 var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected; 151 action = this.defaultActions[state]; 155 // read action for current state and first input 156 action = table[state] && table[state][symbol]; 161 if (typeof action === 'undefined' || !action.length || !action[0]) { 211 action = table[state] && table[state][TERROR]; 216 if (action[0] instanceof Array && action [all...] |
| /yui3/build/oop/ |
| H A D | oop-debug.js | 18 function dispatch(o, f, c, proto, action) { 19 if (o && o[action] && o !== Y) { 20 return o[action].call(o, f, c); 24 return A[action](o, f, c); 26 return A[action](Y.Array(o, 0, true), f, c); 28 return Y.Object[action](o, f, c, proto);
|
| /yui3/build/exec-command/ |
| H A D | exec-command-debug.js | 32 * @param {String} action The action to perform (bold, italic, fontname) 36 command: function(action, value) { 37 var fn = ExecCommand.COMMANDS[action]; 39 Y.log('execCommand(' + action + '): "' + value + '"', 'info', 'exec-command'); 41 Y.log('OVERIDE execCommand(' + action + '): "' + value + '"', 'info', 'exec-command'); 42 return fn.call(this, action, value); 44 return this._command(action, value); 51 * @param {String} action The action t [all...] |
| /yui3/src/oop/js/ |
| H A D | oop.js | 16 function dispatch(o, f, c, proto, action) { 17 if (o && o[action] && o !== Y) { 18 return o[action].call(o, f, c); 22 return A[action](o, f, c); 24 return A[action](Y.Array(o, 0, true), f, c); 26 return Y.Object[action](o, f, c, proto);
|
| /yui3/src/datatable/tests/ |
| H A D | datatable-mutable-tests.js | 794 table.data.model.prototype.sync = function (action) { 795 Y.Assert.areSame('create', action); 810 table.data.model.prototype.sync = function (action) { 811 Y.Assert.areSame('create', action); 888 table.data.model.prototype.sync = function (action) { 889 Y.Assert.areSame('create', action); 907 table.data.model.prototype.sync = function (action) { 908 Y.Assert.areSame('create', action); 1077 table.data.model.prototype.sync = function (action) { 1078 Y.Assert.areSame('update', action); [all...] |
| /yui3/src/datatable/tests/src/ |
| H A D | datatable-mutable.js | 792 table.data.model.prototype.sync = function (action) { 793 Y.Assert.areSame('create', action); 808 table.data.model.prototype.sync = function (action) { 809 Y.Assert.areSame('create', action); 886 table.data.model.prototype.sync = function (action) { 887 Y.Assert.areSame('create', action); 905 table.data.model.prototype.sync = function (action) { 906 Y.Assert.areSame('create', action); 1075 table.data.model.prototype.sync = function (action) { 1076 Y.Assert.areSame('update', action); [all...] |
| /yui3/src/widget-buttons/js/ |
| H A D | widget-buttons.js | 87 action: 'hide' 174 'action', 'classNames', 'context', 'events', 'isDefault', 'section' 303 @param {Function|String} [button.action] The default handler that should 310 `action` should be called with. Defaults to `this`, the widget. 512 i, len, action, context, handle; 538 action = config.action; 540 // Supports `action` as a String name of a Function on the `context` 542 if (isString(action)) { 543 action [all...] |
| /yui3/build/widget-buttons/ |
| H A D | widget-buttons-debug.js | 89 action: 'hide' 176 'action', 'classNames', 'context', 'events', 'isDefault', 'section' 305 @param {Function|String} [button.action] The default handler that should 312 `action` should be called with. Defaults to `this`, the widget. 514 i, len, action, context, handle; 540 action = config.action; 542 // Supports `action` as a String name of a Function on the `context` 544 if (isString(action)) { 545 action [all...] |
| /yui3/src/app/tests/ |
| H A D | model-test.js | 68 model.sync = function (action, options, callback) { 71 Assert.areSame('delete', action, 'sync action should be "delete"'); 350 model.sync = function (action, options, callback) { 353 Assert.areSame('read', action); 415 model.sync = function (action, options, callback) { 418 Assert.areSame('create', action); 430 model.sync = function (action) { 432 Assert.areSame('update', action); 791 model.sync = function (action, option [all...] |
| H A D | model-list-test.js | 223 model.sync = function (action, options, callback) { 410 list.sync = function (action, options, callback) { 413 Assert.areSame('read', action); 447 list.sync = function (action, options, callback) { 448 if (action === 'read') { 469 list.sync = function (action, options, callback) { 921 list.sync = function (action, options, callback) {
|
| /yui3/src/test/js/ |
| H A D | Reporter.js | 129 //set the form's action
130 this._form.action = this.url;
|
| /yui3/build/handlebars-compiler/ |
| H A D | handlebars-compiler-debug.js | 157 var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected; 164 action = this.defaultActions[state]; 168 // read action for current state and first input 169 action = table[state] && table[state][symbol]; 174 if (typeof action === 'undefined' || !action.length || !action[0]) { 224 action = table[state] && table[state][TERROR]; 229 if (action[0] instanceof Array && action [all...] |
| /yui3/src/widget-buttons/tests/ |
| H A D | widget-buttons-test.js | 101 action: 'onFoo' 133 Assert.areSame(1, called, 'onFoo default action was not called.'); 335 action: function () { 369 action: function () { 386 action: function () { 429 'A button with an `action` String should be called': function () { 433 buttons: [{name: 'foo', action: 'doSomething'}] 442 Assert.areSame(1, called, '`action` was not called.'); 601 action : function () { 613 Assert.areSame(1, called, '`newButton` action wa [all...] |
| /yui3/src/graphics/docs/assets/js/ |
| H A D | radial-tool.js | 227 action : function (e) {
|
| /yui3/build/io-upload-iframe/ |
| H A D | io-upload-iframe-debug.js | 112 f.setAttribute('action', uri); 233 action: f.getAttribute('action'),
|
| /yui3/src/io/js/ |
| H A D | io-upload-iframe.js | 110 f.setAttribute('action', uri); 231 action: f.getAttribute('action'),
|
| /yui3/src/loader/js/ |
| H A D | loader.js | 1733 if (p.action) { 1734 // Y.log('executing pattern action: ' + pname); 1735 p.action.call(this, mname, pname);
|
| /yui3/build/loader/ |
| H A D | loader-debug.js | 1833 if (p.action) { 1834 // Y.log('executing pattern action: ' + pname); 1835 p.action.call(this, mname, pname);
|
| /yui3/build/loader-base/ |
| H A D | loader-base-debug.js | 1833 if (p.action) { 1834 // Y.log('executing pattern action: ' + pname); 1835 p.action.call(this, mname, pname);
|
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 5523 function dispatch(o, f, c, proto, action) { 5524 if (o && o[action] && o !== Y) { 5525 return o[action].call(o, f, c); 5529 return A[action](o, f, c); 5531 return A[action](Y.Array(o, 0, true), f, c); 5533 return Y.Object[action](o, f, c, proto); 9500 * have fire, but only if the default action was not 11034 var url = this.get('action');
|