Lines Matching refs:include

723   function include(pattern) {  function
773 include: include,
904 function include(object) { class in Enumerable
1046 include: include,
1047 member: include,
1127 return !values.include(value);
1137 if (0 == index || (sorted ? array.last() != value : !array.include(value)))
1402 while (this.include(value)) {
1408 function include(value) { function
1419 include: include
1445 if (!this.include(responder))
1505 if (!['get', 'post'].include(this.method)) {
1511 this.url += (this.url.include('?') ? '&' : '?') + params;
1728 !(this.getHeader('Content-type') || '').include('application/json')) ||
2261 if (name.include(':')) {
2387 return styles.include('opacity') ?
3201 var isPercentage = value.include('%'), isViewport = (context === document.viewport);
3220 var isHorizontal = property.include('left') || property.include('right') ||
3221 property.include('width');
3223 var isVertical = property.include('top') || property.include('bottom') ||
3224 property.include('height');
3276 if (key.include('border')) key = key + '-width';
3393 if (!Element.Layout.PROPERTIES.include(key)) return;
3412 if (!Element.Layout.PROPERTIES.include(key)) return;
3413 if (Element.Layout.COMPOSITE_PROPERTIES.include(key)) return;
5211 else opt.selected = value.include(currentValue);
5563 if (respondersForEvent.pluck('handler').include(handler)) return false;
5566 if (eventName.include(":")) {
5640 if (eventName.include(':')) {
5692 if (eventName.include(':')) {
5978 if (child.className && (cn = ' ' + child.className + ' ') && (cn.include(className) ||
5980 return !name.toString().blank() && cn.include(' ' + name + ' ');
6011 if (this.include(classNameToAdd)) return;
6016 if (!this.include(classNameToRemove)) return;