Searched refs:tries (Results 1 – 4 of 4) sorted by relevance
12 protected $tries; variable in HTTPMockClient29 return ($this->tries === 0);42 $this->tries = 2; // configures the number of retries44 while($this->tries) {47 usleep((3 - $this->tries) * 250000);48 $this->tries--;
89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is a…105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out …
3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as …