Searched refs:validator (Results 1 - 25 of 74) sorted by relevance
123
| /yui3/build/arraylist-filter/ |
| H A D | arraylist-filter-debug.js | 20 * <p>The validator signature is <code>validator( item )</code>.</p> 23 * @param { Function } validator Boolean function to determine in or out. 24 * @return { ArrayList } New instance based on who passed the validator. 28 filter: function(validator) { 34 if (validator(item)) {
|
| /yui3/src/collection/js/ |
| H A D | arraylist-filter.js | 18 * <p>The validator signature is <code>validator( item )</code>.</p> 21 * @param { Function } validator Boolean function to determine in or out. 22 * @return { ArrayList } New instance based on who passed the validator. 26 filter: function(validator) { 32 if (validator(item)) {
|
| /yui3/build/datasource-function/ |
| H A D | datasource-function-debug.js | 55 validator: LANG.isFunction
|
| /yui3/src/datasource/js/ |
| H A D | datasource-function.js | 53 validator: LANG.isFunction
|
| /yui3/src/scrollview/js/ |
| H A D | list-plugin.js | 68 validator: Y.Lang.isBoolean
|
| /yui3/build/dd-scroll/ |
| H A D | dd-scroll-debug.js | 56 validator: Y.Lang.isNumber 65 validator: Y.Lang.isNumber 82 validator: Y.Lang.isBoolean 91 validator: Y.Lang.isBoolean 100 validator: Y.Lang.isBoolean
|
| /yui3/src/attribute/js/ |
| H A D | AttributeCore.js | 30 VALIDATOR = "validator", 59 * <li>With a validator function, to validate values before they are stored.</li> 81 * <p>You can return this value from your setter if you wish to combine validator and setter 182 * <dt>validator <Function | String></dt> 185 * The validator function invoked prior to setting the stored value. Returning 186 * false from the validator function will prevent the value from being stored. 189 * <p>validator can also be set to a string, representing the name of the instance method to be used as the validator function.</p> 199 * <p>The setter, getter and validator are invoked with the value and name passed in as the first and second arguments, and with 572 validator [all...] |
| /yui3/build/console/ |
| H A D | console-debug.js | 1236 validator : isString 1251 validator : function (v) { 1285 validator : L.isBoolean 1299 validator : isString 1312 validator : isString 1324 validator : isString 1358 validator : isNumber 1371 validator : isNumber 1385 validator : isNumber 1508 validator [all...] |
| /yui3/src/dd/js/ |
| H A D | scroll.js | 54 validator: Y.Lang.isNumber 63 validator: Y.Lang.isNumber 80 validator: Y.Lang.isBoolean 89 validator: Y.Lang.isBoolean 98 validator: Y.Lang.isBoolean
|
| /yui3/build/attribute-core/ |
| H A D | attribute-core-debug.js | 164 VALIDATOR = "validator", 193 * <li>With a validator function, to validate values before they are stored.</li> 215 * <p>You can return this value from your setter if you wish to combine validator and setter 316 * <dt>validator <Function | String></dt> 319 * The validator function invoked prior to setting the stored value. Returning 320 * false from the validator function will prevent the value from being stored. 323 * <p>validator can also be set to a string, representing the name of the instance method to be used as the validator function.</p> 333 * <p>The setter, getter and validator are invoked with the value and name passed in as the first and second arguments, and with 706 validator [all...] |
| /yui3/build/scrollview-list/ |
| H A D | scrollview-list-debug.js | 70 validator: Y.Lang.isBoolean
|
| /yui3/src/slider/js/ |
| H A D | value-range.js | 357 validator: '_validateNewMin' 371 validator: '_validateNewMax'
|
| H A D | clickable-rail.js | 203 validator: Y.Lang.isBoolean
|
| /yui3/src/tabview/js/ |
| H A D | tab.js | 170 validator: Lang.isString 199 validator: '_validTabIndex'
|
| /yui3/build/slider-value-range/ |
| H A D | slider-value-range-debug.js | 359 validator: '_validateNewMin' 373 validator: '_validateNewMax'
|
| /yui3/src/datatable-deprecated/js/ |
| H A D | column.js | 148 validator: Y.Lang.isString
|
| /yui3/src/widget/docs/assets/ |
| H A D | listbox.js | 123 validator: Y.Lang.isString 141 validator: Y.Lang.isString
|
| /yui3/build/resize-constrain/ |
| H A D | resize-constrain-debug.js | 94 validator: isNumber 106 validator: isNumber 118 validator: isNumber 130 validator: isNumber 142 validator: isBoolean
|
| /yui3/src/console/js/ |
| H A D | console.js | 1234 validator : isString 1249 validator : function (v) { 1283 validator : L.isBoolean 1297 validator : isString 1310 validator : isString 1322 validator : isString 1356 validator : isNumber 1369 validator : isNumber 1383 validator : isNumber 1506 validator [all...] |
| /yui3/src/resize/js/ |
| H A D | resize-constrain.js | 92 validator: isNumber 104 validator: isNumber 116 validator: isNumber 128 validator: isNumber 140 validator: isBoolean
|
| /yui3/build/clickable-rail/ |
| H A D | clickable-rail-debug.js | 205 validator: Y.Lang.isBoolean
|
| /yui3/build/datatable-message/ |
| H A D | datatable-message-debug.js | 43 validator: Y.Lang.isBoolean
|
| /yui3/build/widget-position/ |
| H A D | widget-position-debug.js | 97 validator: function(val) { 187 * Default validator for the XY attribute
|
| /yui3/src/datatable/js/ |
| H A D | message.js | 41 validator: Y.Lang.isBoolean
|
| /yui3/src/recordset/js/ |
| H A D | recordset-sort.js | 39 validator: function(v) {
|
Completed in 233 milliseconds
123