Searched refs:validator (Results 1 - 25 of 74) sorted by relevance

123

/yui3/build/arraylist-filter/
H A Darraylist-filter-debug.js20 * <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 Darraylist-filter.js18 * <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 Ddatasource-function-debug.js55 validator: LANG.isFunction
/yui3/src/datasource/js/
H A Ddatasource-function.js53 validator: LANG.isFunction
/yui3/src/scrollview/js/
H A Dlist-plugin.js68 validator: Y.Lang.isBoolean
/yui3/build/dd-scroll/
H A Ddd-scroll-debug.js56 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 DAttributeCore.js30 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 &#60;Function | String&#62;</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 Dconsole-debug.js1236 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 Dscroll.js54 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 Dattribute-core-debug.js164 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 &#60;Function | String&#62;</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 Dscrollview-list-debug.js70 validator: Y.Lang.isBoolean
/yui3/src/slider/js/
H A Dvalue-range.js357 validator: '_validateNewMin'
371 validator: '_validateNewMax'
H A Dclickable-rail.js203 validator: Y.Lang.isBoolean
/yui3/src/tabview/js/
H A Dtab.js170 validator: Lang.isString
199 validator: '_validTabIndex'
/yui3/build/slider-value-range/
H A Dslider-value-range-debug.js359 validator: '_validateNewMin'
373 validator: '_validateNewMax'
/yui3/src/datatable-deprecated/js/
H A Dcolumn.js148 validator: Y.Lang.isString
/yui3/src/widget/docs/assets/
H A Dlistbox.js123 validator: Y.Lang.isString
141 validator: Y.Lang.isString
/yui3/build/resize-constrain/
H A Dresize-constrain-debug.js94 validator: isNumber
106 validator: isNumber
118 validator: isNumber
130 validator: isNumber
142 validator: isBoolean
/yui3/src/console/js/
H A Dconsole.js1234 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 Dresize-constrain.js92 validator: isNumber
104 validator: isNumber
116 validator: isNumber
128 validator: isNumber
140 validator: isBoolean
/yui3/build/clickable-rail/
H A Dclickable-rail-debug.js205 validator: Y.Lang.isBoolean
/yui3/build/datatable-message/
H A Ddatatable-message-debug.js43 validator: Y.Lang.isBoolean
/yui3/build/widget-position/
H A Dwidget-position-debug.js97 validator: function(val) {
187 * Default validator for the XY attribute
/yui3/src/datatable/js/
H A Dmessage.js41 validator: Y.Lang.isBoolean
/yui3/src/recordset/js/
H A Drecordset-sort.js39 validator: function(v) {

Completed in 158 milliseconds

123