Lines Matching refs:test

1643       if (!(/^(?:function|object|unknown)$/).test(t)) {
1916 if (reOpacity.test(es.filter)) {
2243 return url + (/\?/.test(url) ? '&' : '?') + param;
3031 if (!attributeValue || (attributeValue && !reTransformList.test(attributeValue))) {
3296 if (nodeName.test(element.nodeName) && !element.getAttribute('instantiated_by_use')) {
3348 reViewBoxTagNames.test(el.tagName) && addVBTransform(el, 0, 0);
3349 return reAllowedSVGTagNames.test(el.tagName) &&
3547 if (element.parentNode && /^symbol|[g|a]$/i.test(element.parentNode.nodeName)) {
3899 if (!(/^url\(/).test(instanceFillValue)) {
4725 …var r = parseInt(match[1], 10) / (/%$/.test(match[1]) ? 100 : 1) * (/%$/.test(match[1]) ? 255 : 1),
4726 … g = parseInt(match[2], 10) / (/%$/.test(match[2]) ? 100 : 1) * (/%$/.test(match[2]) ? 255 : 1),
4727 … b = parseInt(match[3], 10) / (/%$/.test(match[3]) ? 100 : 1) * (/%$/.test(match[3]) ? 255 : 1);
4773 s = parseFloat(match[2]) / (/%$/.test(match[2]) ? 100 : 1),
4774 l = parseFloat(match[3]) / (/%$/.test(match[3]) ? 100 : 1),
4867 offset = parseFloat(offset) / (/%$/.test(offset) ? 100 : 1);
5257 if (typeof options[prop] === 'string' && /^\d+%$/.test(options[prop])) {
21316 if (this.textAlign === 'justify' && /\s/.test(_char)) {
21705 if (this._reSpace.test(this.text.charAt(index))) {
21706 while (this._reSpace.test(this.text.charAt(index))) {
21711 while (/\S/.test(this.text.charAt(index)) && index > -1) {
21728 if (this._reSpace.test(this.text.charAt(index))) {
21729 while (this._reSpace.test(this.text.charAt(index))) {
21734 while (/\S/.test(this.text.charAt(index)) && index < this.text.length) {
21750 while (!/\n/.test(this.text.charAt(index)) && index > -1) {
21766 while (!/\n/.test(this.text.charAt(index)) && index < this.text.length) {
21797 …var index = this._reSpace.test(this.text.charAt(selectionStart)) ? selectionStart - 1 : selectionS…
21801 while (!reNonWord.test(_char) && index > 0 && index < this.text.length) {
21805 if (reNonWord.test(_char) && _char !== '\n') {