Home | History | Annotate | Download | only in mocha

Lines Matching refs:true

109           return [{ value: oldString, removed: true }];
112 return [{ value: newString, added: true }];
151 this.pushComponent(basePath.components, oldString[oldPos], undefined, true);
155 this.pushComponent(basePath.components, newString[basePath.newPos], true, undefined);
198 return true;
213 var WordDiff = new Diff(true);
219 var CssDiff = new Diff(true);
364 remEOFNL = true;
366 addEOFNL = true;
622 return true;
751 ctx.arc(x, y, rad - 1, 0, angle, true);
770 return true;
1001 suite.pending = true;
1358 suite.pending = true;
1520 if (0 == arguments.length) bail = true;
1645 this.options.invert = true;
1682 this.options.fullStackTrace = true;
1694 this.options.growl = true;
1778 : true);
1790 this.options.asyncOnly = true;
1800 this.options.noHighlighting = true;
1810 this.options.delay = true;
2158 true;
2971 , output = 1 == arguments.length ? true : output;
4247 this.write(tag('testcase', attrs, false, tag('skipped', {}, true)));
4249 this.write(tag('testcase', attrs, true) );
4329 this._enableTimeouts = true;
4456 self.timedOut = true;
4490 emitted = true;
4505 true;
4850 suite.pending = true;
4957 if (this.asyncOnly) test.asyncOnly = true;
4997 if (err2) return hookErr(err2, errSuite2, true);
5014 if (err) return hookErr(err, errSuite, true);
5147 err.uncaught = true;
5229 this._abort = true;
5326 if (parent.pending) suite.pending = true;
5355 this._enableTimeouts = true;
6341 ? { node: true }
6342 : { browser: true }
6448 return true;
6545 if (document && document.getElementById('mocha') && options.noHighlighting !== true) {