Lines Matching refs:indexOf

241       index = objects.indexOf(arguments[i]);
321 return this.getObjects().indexOf(object) > -1;
358 var idx = array.indexOf(value);
585 if (url.indexOf('data') !== 0 && typeof crossOrigin !== 'undefined') {
1143 if (!Array.prototype.indexOf) {
1150 Array.prototype.indexOf = function (searchElement /*, fromIndex */ ) { method in Array
1551 (source[property] + '').indexOf('callSuper') > -1) {
1876 return styles.indexOf('opacity') > -1
2002 if (element && (' ' + element.className + ' ').indexOf(' ' + className + ' ') === -1) {
2915 if (attributes[attr].indexOf('url(') === 0) {
4827 var value = color.slice(color.indexOf('#') + 1),
7033 var idx = this._objects.indexOf(object);
7083 var idx = this._objects.indexOf(object);
9953 isActiveLower = objects.indexOf(this._activeObject) < objects.indexOf(target),
13421 if (~property.indexOf('.')) {
13433 if (~to.indexOf('=')) {
18150 this.channel = [ 0, 1, 2, 3 ].indexOf(options.channel) > -1 ? options.channel : 0;
20050 if (this.textDecoration.indexOf('underline') > -1) {
20053 if (this.textDecoration.indexOf('line-through') > -1) {
20056 if (this.textDecoration.indexOf('overline') > -1) {
21098 if (textDecoration.indexOf('underline') > -1) {
21106 if (textDecoration.indexOf('line-through') > -1) {
21114 if (textDecoration.indexOf('overline') > -1) {
23279 oURL.port = ( oURL.protocol.indexOf('https:') === 0 ) ? 443 : 80;
23283 var reqHandler = (oURL.protocol.indexOf('https:') === 0 ) ? HTTPS : HTTP,
23338 if (url && (url instanceof Buffer || url.indexOf('data') === 0)) {
23342 else if (url && url.indexOf('http') !== 0) {
23355 if (url.indexOf('http') !== 0) {